@font-face {
	font-family: 'Kozuka Gothic Pr6N R';
	font-style: normal;
	font-weight: normal;
	src: local("../fonts/Kozuka Gothic Pr6N R"), url("../fonts/KozGoPr6NRegular.woff") format("woff");
}

@font-face {
	font-family: 'Futura PT';
	src: local("Futura Light"), local("Futura-Light"), url("../fonts/futura medium condensed bt.ttf");
	font-weight: normal;
	font-style: normal;
}

.header_v3 {
	padding: 18px 50px;
	z-index: 99;
	background-color: transparent;
}

.header_v3 .container_v3 {
	padding: 10px;
	max-width: 1750px;
	height: 80px;
	background-color: #fff;
	border-radius: 40px;
}

.header_v3 .container_v3 .logo {
	margin-left: 60px;
	width: 100px;
	height: 60px;
}

.header_v3 .container_v3 .nav .nav-item {
	color: #2945CA;
}

.header_v3 .container_v3 .btn-action {
	margin-right: -13px;
	width: 300px;
	background-color: #E27D2F;
	border-radius: 30px;
}

.header_v3 .container_v3 .btn-action a {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 1440px) {
	.header_v3 .container_v3 .nav .nav-item {
		padding: 0 !important;
	}
}

.footer_v3 {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.footer_v3 .content {
	margin: auto;
	max-width: 1610px;
}

.footer_v3 .content .logo {
	width: 170px;
	height: 100px;
}

.footer_v3 .content .logo img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.footer_v3 .content .footer-nvar {
	color: #2F94E2;
}

@media screen and (max-width: 1440px) {
	.footer_v3 .content {
		max-width: calc(100vw - 60px);
	}
	.footer_v3 .content .logo {
		width: 120px;
		height: 70px;
	}
}

section {
	position: relative;
	padding: 0 35px;
	background-color: #fff;
	box-sizing: content-box;
	overflow: hidden;
	z-index: 1;
}

section .content {
	margin: auto;
	max-width: 1610px;
}

@keyframes circlemove {
	0% {
		bottom: 45px;
	}
	100% {
		bottom: -5px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}

#main-top {
	height: 1000px;
	background-color: unset;
}

#main-top::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1000px;
	background-image: url(../images/main_visual.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#main-top .content .group {
	position: fixed;
	top: 260px;
	left: 50%;
	transform: translateX(calc(calc(calc(100vw / 2) - 135px) * -1));
	color: #fff;
	z-index: 1;
}

#main-top .content .group .title {
	height: 70px;
	width: 500px;
	padding: 15px 30px;
	background-color: #E27D2F;
	font-size: 30px;
	clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%, 20px 50%);
}

#main-top .content .group .big-text {
	font-family: 'Kozuka Gothic Pr6N R';
	font-size: 80px;
}

#main-top .content .group .medium-text {
	font-size: 40px;
}

#main-top .content .group .small-text {
	font-size: 22px;
}

#main-top .content .group .main-aciton {
	width: 500px;
	font-size: 22px;
}

#main-top .content .group .main-aciton .btn {
	border-radius: 40px;
	color: #fff;
}

#main-top .content .group .main-aciton .btn.btn-border {
	border: 2px solid #fff;
}

#main-top .content .group .main-aciton .btn.btn-fill {
	background-color: #E27D2F;
}

#main-top .scrolldown {
	position: absolute;
	bottom: 10px;
	left: 50%;
}

#main-top .scrolldown::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eee;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

#main-top .scrolldown::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 50px;
	background: #eee;
}

#main-top .scrolldown span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#main-func .content .title {
	padding: 30px 0 105px 0;
	font-size: 50px;
	color: #2945CA;
}

#main-func .content .group {
	margin-bottom: 195px;
}

#main-func .content .group .sub-title {
	position: absolute;
	top: -76px;
	left: 45px;
}

#main-func .content .group .sub-title .icon {
	height: 124px;
	width: 124px;
}

#main-func .content .group .sub-title .icon img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

#main-func .content .group .sub-title .text {
	color: #2945CA;
	font-size: 90px;
	text-shadow: 2px 2px #fff;
}

#main-func .content .group .text-content {
	padding: 20px 40px;
	width: 68%;
	background-color: #2945CA;
	box-shadow: 10px 10px 10px 2px #dbdbdb;
	border-radius: 15px;
}

#main-func .content .group .text-content .question {
	font-size: 30px;
	color: #E27D2F;
}

#main-func .content .group .text-content .asw {
	font-size: 22px;
}

#main-func .content .group .text-content .btn-action {
	color: #2945CA;
	font-size: 20px;
}

#main-func .content .group .text-content .line-bottom {
	position: relative;
	z-index: 1;
}

#main-func .content .group .text-content .line-bottom::before {
	position: absolute;
	left: -3px;
	bottom: -3px;
	height: 10px;
	width: 100%;
	content: '';
	background-color: #E27D2F;
	z-index: -1;
}

#main-func .content .group .image-content {
	position: absolute;
	right: 0;
	top: 70px;
	width: 50%;
	height: 464px;
}

#main-func .content .group .image-content img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#main-func .content .group.custom .text-content {
	width: 78%;
}

#main-func .content .group.custom .image-content {
	top: 50px;
}

#main-func .content .btn-try-free {
	margin: 160px auto 0 auto;
	padding: 0 45px;
	width: 586px;
	background-color: #E27D2F;
	font-size: 53px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #fff , 0 0 0 9px #E27D2F;
}

#main-more {
	padding-bottom: 135px;
	background-color: #2945CA;
}

#main-more .content .title {
	padding: 80px 0;
	font-size: 50px;
}

#main-more .content .group .item {
	position: relative;
	background-color: #fff;
}

#main-more .content .group .item .sub-title {
	padding: 35px 0;
}

#main-more .content .group .item .sub-title .icon {
	width: 49px;
	height: 49px;
}

#main-more .content .group .item .sub-title .icon img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

#main-more .content .group .item .sub-title .title-text {
	color: #2F94E2;
	font-size: 20px;
}

#main-more .content .group .item .info {
	font-size: 25px;
	color: #FF0000;
}

#main-more .content .group .item .group-content {
	width: fit-content;
}

#main-more .content .group .item .group-content p {
	font-size: 20px;
}

#main-more .content .group .item .group-content .line-bottom {
	position: relative;
	z-index: 1;
}

#main-more .content .group .item .group-content .line-bottom::before {
	position: absolute;
	left: -3px;
	bottom: -3px;
	height: 10px;
	width: 100%;
	content: '';
	background-color: #5CE800;
	z-index: -1;
}

#main-more .content .group .item .image-bottom {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

#main-more .content .group.large .item {
	width: 49%;
	border-radius: 15px;
}

#main-more .content .group.large .item .sub-title .title-text {
	font-size: 40px;
}

#main-more .content .group.large .item .group-content p {
	font-size: 25px;
	display: block;
}

#main-more .content .group.small {
	margin-top: 2%;
}

#main-more .content .group.small .item {
	margin-left: 20px;
	flex: 1;
	border-radius: 10px;
}

#main-more .content .group.small .item:first-child {
	margin-left: 0;
}

#main-more .content .btn-try-free {
	margin: 90px auto 0 auto;
	padding: 0 45px;
	width: 586px;
	background-color: #E27D2F;
	font-size: 53px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #fff , 0 0 0 9px #E27D2F;
}

#main-steps {
	position: relative;
	padding: 90px 0;
	z-index: 1;
}

#main-steps::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 100%;
	content: '';
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#main-steps::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 100%;
	content: '';
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	z-index: -1;
}

#main-steps .content {
	max-width: 1200px;
}

#main-steps .content .group .note-info {
	margin-bottom: 17px;
	position: relative;
	background-color: #2945CA;
	font-size: 30px;
	color: #fff;
	border-radius: 45px;
}

#main-steps .content .group .note-info::before {
	position: absolute;
	bottom: -35px;
	right: 20%;
	content: '';
	width: 35px;
	height: 35px;
	background-color: #2945CA;
	clip-path: polygon(0 0, 100% 0, 60% 100%);
}

#main-steps .content .group .info {
	font-size: 50px;
	color: #707070;
}

#main-steps .content .group .info .large {
	font-size: 70px;
	color: #E27D2F;
}

#main-steps .content .group .inquiry {
	transform: translateX(18%);
}

#main-steps .content .group .inquiry .icon {
	margin-top: -15px;
	width: 48px;
	height: 48px;
}

#main-steps .content .group .inquiry .icon img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

#main-steps .content .group .inquiry .text-inquiry {
	color: #707070;
	font-size: 20px;
}

#main-steps .content .text-phone {
	margin-top: 45px;
}

#main-steps .content .text-phone .icon {
	width: 35px;
	height: 35px;
}

#main-steps .content .text-phone .icon img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#main-steps .content .text-phone .text {
	color: #2F94E2;
	font-size: 28px;
}

#main-steps .content .number-phone {
	margin: -15px 0;
	color: #2F94E2;
	font-size: 100px;
}

#main-steps .content .time {
	color: #2F94E2;
	font-size: 25px;
}

#main-document {
	background-color: #2945CA;
	color: #fff;
}

#main-document .content .image {
	width: 392px;
	height: 294;
}

#main-document .content .image img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#main-document .content .document .title {
	font-size: 30px;
}

#main-document .content .document .text-document {
	font-size: 20px;
}

#main-document .content .document .btn-action {
	width: 330px;
	height: 50px;
	border-radius: 25px;
	background-color: #E27D2F;
	font-size: 20px;
}

#main-companies {
	position: relative;
	padding: 90px 0;
	z-index: 1;
}

#main-companies::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 100%;
	content: '';
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#main-companies::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 100%;
	content: '';
	background-image: url(../images/bg_line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	z-index: -1;
}

#main-companies .content .title {
	padding-bottom: 70px;
	font-size: 40px;
	color: #2F94E2;
}

#main-companies .content .image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

#main-companies .content .btn-try-free {
	margin: 90px auto 0 auto;
	padding: 0 45px;
	width: 586px;
	background-color: #E27D2F;
	font-size: 53px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #fff , 0 0 0 9px #E27D2F;
}

#main-faq .content .faq-content {
	width: fit-content;
}

#main-faq .content .faq-content .group {
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #dbdbdb;
	overflow: hidden;
}

#main-faq .content .faq-content .group .qst {
	padding: 0 30px;
	background-color: #2945CA;
	color: #fff;
	font-size: 50px;
}

#main-faq .content .faq-content .group .qst.fs-custom {
	font-size: 34px;
}

#main-faq .content .faq-content .group .asw {
	padding: 0 30px;
	color: #707070;
	font-size: 30px;
}

#main-action {
	padding: 0;
}

#main-action .btn-action {
	display: inline-block;
	margin: 10px;
	padding: 45px 0;
	width: 50%;
}

#main-action .btn-action .icon-action {
	margin: 0 auto 45px auto;
	width: 145px;
	height: 145px;
}

#main-action .btn-action .icon-action img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#main-action .btn-action .text-action {
	margin-top: 5px;
	text-align: center;
	color: #fff;
}

#main-action .btn-action.document {
	background-color: #E27D2F;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #e27d2f;
}

#main-action .btn-action.document:hover {
	background-color: #c3641b;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #c3641b;
}

#main-action .btn-action.computer {
	background-color: #2945CA;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #2945CA;
}

#main-action .btn-action.computer:hover {
	background-color: #2037a0;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #2037a0;
}

@media screen and (max-width: 1620px) {
	#main-top {
		height: 800px;
	}
	#main-top::before {
		height: 800px;
	}
	#main-top .content .group .title {
		width: 400px;
		font-size: 24px;
	}
	#main-top .content .group .big-text {
		font-size: 63px;
	}
	#main-top .content .group .medium-text {
		font-size: 38px;
	}
	#main-top .content .group .small-text {
		font-size: 22px;
	}
	#main-top .content .group .main-aciton {
		width: 430px;
		font-size: 22px;
	}
	#main-func .content .group .sub-title {
		top: -68px;
	}
	#main-func .content .group .sub-title .icon {
		height: 115px;
		width: 115px;
	}
	#main-func .content .group .sub-title .text {
		font-size: 80px;
	}
	#main-func .content .group .text-content .question {
		font-size: 26px;
	}
	#main-func .content .group .text-content .asw {
		font-size: 18px;
	}
	#main-func .content .group .image-content {
		height: 420px;
	}
	#main-more .content .group .item .sub-title {
		padding: 35px 0;
	}
	#main-more .content .group .item .sub-title .icon {
		width: 49px;
		height: 49px;
	}
	#main-more .content .group .item .sub-title .title-text {
		color: #2F94E2;
		font-size: 20px;
	}
	#main-more .content .group .item .info {
		font-size: 22px;
		color: #FF0000;
	}
	#main-more .content .group .item .group-content {
		padding: 10px;
	}
	#main-more .content .group .item .group-content p {
		font-size: 18px;
	}
	#main-more .content .group .item .image-bottom {
		width: 116px;
		height: 95px;
		right: 13px;
		bottom: 13px;
	}
	#main-more .content .group .item .image-bottom img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	#main-more .content .group.large .item .sub-title .title-text {
		font-size: 35px;
	}
	#main-more .content .group.large .item .group-content p {
		font-size: 20px;
	}
	#main-more .content .group.small {
		margin-top: 2%;
	}
	#main-more .content .group.small .item {
		width: 19%;
		border-radius: 10px;
	}
	#main-more .content .btn-try-free {
		margin: 90px auto 0 auto;
		padding: 0 45px;
		width: 586px;
		background-color: #E27D2F;
		font-size: 53px;
		border-radius: 10px;
		box-shadow: 0 0 0 1px #fff , 0 0 0 9px #E27D2F;
	}
}

@media screen and (max-width: 1440px) {
	#main-top {
		height: 800px;
	}
	#main-top::before {
		height: 800px;
	}
	#main-top .content .group .title {
		width: 315px;
		height: 50px;
		font-size: 18px;
	}
	#main-top .content .group .big-text {
		font-size: 42px;
	}
	#main-top .content .group .medium-text {
		font-size: 28px;
	}
	#main-top .content .group .small-text {
		font-size: 18px;
	}
	#main-top .content .group .main-aciton {
		width: 315px;
		font-size: 18px;
	}
	#main-func .content .title {
		font-size: 40px;
	}
	#main-func .content .group {
		margin-bottom: 150px;
	}
	#main-func .content .group .sub-title {
		top: -49px;
		left: 35px;
	}
	#main-func .content .group .sub-title .icon {
		height: 100px;
		width: 100px;
	}
	#main-func .content .group .sub-title .text {
		font-size: 60px;
	}
	#main-func .content .group .text-content {
		padding: 10px 30px;
	}
	#main-func .content .group .text-content .question {
		font-size: 23px;
	}
	#main-func .content .group .text-content .asw {
		font-size: 18px;
	}
	#main-func .content .group .image-content {
		width: 45%;
		height: 384px;
	}
	#main-func .content .group.custom .text-content {
		width: 78%;
	}
	#main-func .content .group.custom .image-content {
		top: 50px;
	}
	#main-func .content .btn-try-free {
		margin: 140px auto 0 auto;
		width: 455px;
		font-size: 40px;
	}
	#main-more {
		padding-bottom: 85px;
	}
	#main-more .content .title {
		padding: 50px 0;
		font-size: 40px;
	}
	#main-more .content .group .item .sub-title {
		padding: 35px 0;
	}
	#main-more .content .group .item .sub-title .icon {
		width: 40px;
		height: 40px;
	}
	#main-more .content .group .item .sub-title .title-text {
		font-size: 20px;
	}
	#main-more .content .group .item .info {
		font-size: 20px;
	}
	#main-more .content .group .item .group-content {
		padding: 10px 5px;
	}
	#main-more .content .group .item .group-content p {
		font-size: 16px;
	}
	#main-more .content .group .item .image-bottom {
		width: 90px;
		height: 70px;
		right: 20px;
		bottom: 15px;
	}
	#main-more .content .group.large .item {
		width: 49%;
	}
	#main-more .content .group.large .item .sub-title .title-text {
		font-size: 28px;
	}
	#main-more .content .group.large .item .group-content p {
		font-size: 18px;
	}
	#main-more .content .btn-try-free {
		margin: 90px auto 0 auto;
		width: 455px;
		font-size: 40px;
	}
	#main-steps {
		padding: 90px 0;
	}
	#main-steps::before {
		width: 95px;
	}
	#main-steps::after {
		width: 95px;
	}
	#main-steps .content {
		max-width: calc(100vw - 190px);
	}
	#main-steps .content .group .note-info {
		margin-bottom: 10px;
		font-size: 26px;
	}
	#main-steps .content .group .note-info::before {
		bottom: -25px;
		width: 25px;
		height: 25px;
	}
	#main-steps .content .group .info {
		font-size: 40px;
	}
	#main-steps .content .group .info .large {
		font-size: 65px;
	}
	#main-steps .content .group .inquiry {
		transform: translateX(16%);
	}
	#main-steps .content .number-phone {
		font-size: 70px;
	}
	#main-companies::before {
		width: 95px;
	}
	#main-companies::after {
		width: 95px;
	}
	#main-companies .content {
		max-width: calc(100vw - 190px);
	}
	#main-companies .content .title {
		padding-bottom: 50px;
	}
	#main-companies .content .btn-try-free {
		margin: 70px auto 0 auto;
		width: 455px;
		font-size: 40px;
	}
	#main-faq .content .faq-content .group {
		margin-bottom: 30px;
	}
	#main-faq .content .faq-content .group .qst {
		font-size: 36px;
	}
	#main-faq .content .faq-content .group .qst.fs-custom {
		font-size: 32px;
	}
	#main-faq .content .faq-content .group .asw {
		font-size: 24px;
	}
	#main-action .btn-action {
		padding: 25px 0;
	}
	#main-action .btn-action .icon-action {
		margin: 0 auto 25px auto;
		width: 125px;
		height: 125px;
	}
	#main-action .btn-action .text-action {
		margin-top: 5px;
		text-align: center;
		color: #fff;
	}
}

.font-futura {
	font-family: 'Futura PT';
}

.text_gray_700 {
	color: #707070 !important;
}

.text_gray_600 {
	color: #707070 !important;
}

.text_blue_700 {
	color: #2f94e2 !important;
}

.bg_blue_700 {
	background-color: #2f94e2 !important;
}

body {
	font-family: "Kozuka Gothic Pr6N R", "Open Sans", sans-serif;
	color: #000;
}

a {
	color: #47b2e4;
	text-decoration: none;
}

a:hover {
	color: #73c5eb;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Jost", sans-serif;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.btn-register-trail {
	padding-left: 40px;
	padding-right: 24px;
	color: #fff;
	border-radius: 5px;
	background-color: #e27d2f;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 6px #e27d2f;
}

.btn-register-trail:hover {
	background-color: #c3641b;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 6px #c3641b;
}

#header {
	background-color: #2F94E2;
	height: 110px;
}

#header .text-end {
	width: 325px;
	font-family: 'Futura PT';
}

#header .text-end .title-phone-number {
	text-align: left;
	font-size: 60px;
	color: #fff;
}

#header .text-end .title-time {
	margin: 10px 0 -20px 0;
	text-align: left;
	font-size: 30px;
	color: #fff;
}

#header .logo {
	margin: 0;
	padding: 0;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 80px;
}

#header .btn-action {
	box-shadow: 10px 8px 20px 7px rgba(0, 0, 0, 0.45);
	border-radius: 0 0 10px 10px;
}

#header .btn-action:hover {
	cursor: pointer;
}

#header .btn-action .sticky-date-panel {
	display: block;
	padding: 10px;
	color: #fff;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #e27d2f;
	height: 116px;
	width: 190px;
	display: flex;
	background-color: #e27d2f;
	border-radius: 0 0 10px 10px;
}

#navs {
	margin-top: 110px;
	background-color: #fff;
}

#navs ul li {
	padding: 10px 0;
}

#navs ul li a {
	padding: 0.2rem 1rem;
	border-left: 2px solid #6b6a6a;
	color: #000;
	size: 25px;
}

#navs ul li:last-child a {
	border-right: 2px solid #6b6a6a;
}

#navs .nvar-button {
	display: none;
}

#navs .nvar-action, #navs .nvar-phone {
	display: none;
}

#section-banner {
	display: flex;
	height: 680px;
	background-image: url(../images/main_visual_pc.png);
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
}

#section-banner .item-content {
	padding-bottom: 70px;
}

#section-banner .text-action {
	position: relative;
	margin-right: auto;
	padding: 5px 2px;
	width: 528px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background-color: #58A9E7;
	border-radius: 30px;
	text-align: center;
}

#section-banner .text-action::before {
	position: absolute;
	bottom: -10px;
	right: 30%;
	content: '';
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #58A9E7;
}

#section-banner .text-sub {
	margin-right: auto;
	padding: 10px;
	background-color: #fff;
	color: #58A9E7;
	font-weight: bold;
}

#section-banner .text-sub.text-1 {
	margin-top: 15px;
	font-size: 55px;
	width: 90%;
}

#section-banner .text-sub.text-2 {
	margin-top: 55px;
	width: 84%;
}

#section-banner .text-sub.text-3 {
	margin-top: 15px;
	width: 79%;
}

#section-banner .btn-action {
	margin-right: auto;
	padding: 5px 10px;
	width: 76%;
	font-size: 24px;
	font-weight: bold;
	background-color: #E27D2F;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 6px #e27d2f;
}

#section-banner .btn-action:hover {
	background-color: #c3641b;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 6px #c3641b;
}

#section-banner .btn-action .icon {
	display: inline-block;
	margin-left: 20px;
	width: 30px;
	height: 30px;
}

#section-banner .btn-action .icon img {
	width: 100%;
	margin-bottom: 5px;
}

#team {
	background-image: url("../images/bk-section.png");
}

#team .title-team {
	margin: 60px auto 40px auto;
	width: 70%;
}

#team .title-team img {
	width: 100%;
	height: auto;
	object-fit: fill;
}

#team .item-image.image-2 {
	margin: 0 0 30px auto;
	width: 615px;
}

#team .item-image.image-4 {
	margin: 0 0 20px -9px;
	width: 645px;
	height: 427px;
}

#team .item-image.image-4 img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#section-contact {
	margin-top: 120px;
	padding: 50px 0;
	min-height: calc(100vh - 120px);
	background-color: #fff;
}

#section-contact .title-contact, #section-contact .title-contact-note {
	color: #2F94E2;
}

#section-contact .info {
	padding: 0 6% 40px 6%;
}

#section-contact .info .info-header {
	border-top: 2px solid #2F94E2;
	border-bottom: 2px solid #2F94E2;
	color: #2F94E2;
}

#section-contact .info .info-header .line-mini {
	margin: 10px auto;
	width: 80px;
	color: #2F94E2;
}

#section-contact .info .info-content {
	padding: 20px 30px;
	border-radius: 20px;
	background-color: #E27D2F;
}

#section-contact .info .images {
	margin: 10px 0;
}

#section-contact .info .images .item-image {
	margin: auto 0;
	width: 210px;
	height: 170px;
}

#section-contact .info .images .item-image img {
	object-fit: fill;
	width: 100%;
	height: 100%;
}

#section-contact .info .images .item-image.woman {
	margin-left: -35px;
	width: 300px;
	height: 300px;
}

#section-contact .contacts-form {
	background-color: #58A9E7;
	border-radius: 10px;
}

#section-contact .contacts-form .form-title {
	position: relative;
	margin: -35px auto 0;
	border-radius: 10px;
	background-color: #2F94E2;
	width: 50%;
}

#section-contact .contacts-form .form-title::before {
	position: absolute;
	bottom: -10px;
	right: 50%;
	transform: translateX(50%) rotate(45deg);
	content: '';
	width: 20px;
	height: 20px;
	background-color: #2F94E2;
}

#section-contact .contacts-form .required {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

#section-contact .contacts-form .note {
	padding: 10px 0;
	font-size: 12px;
}

#section-contact .contacts-form .btn-submit {
	background-color: #E27D2F;
	color: #fff;
	font-weight: bold;
}

#section-contact .contacts-form .arbitrarily {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #B89191;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#section-contact .btn {
	border-radius: 10px;
}

#section-contact input {
	border-radius: 10px;
	height: 45px;
}

#section-contact .textarea.special input,
#section-contact textarea {
	border-radius: 10px;
	min-height: 195px;
	border: 0;
}

#section-main-feature {
	padding-bottom: 40px;
	height: 100%;
	background-size: cover;
	background-color: #2F94E2;
	width: 100%;
}

#section-main-feature:before {
	position: absolute;
	content: "";
	background-color: #ffffff;
	width: 100%;
	height: 65px;
	clip-path: polygon(50% 100%, 16% 0, 100% -47%);
}

#section-main-feature .title-feature {
	margin-top: 40px;
}

#section-main-feature .btn-register-trail {
	padding: 0 30px;
}

#section-main-feature .grid-buttons .nav-tabs {
	border-bottom: unset;
}

#section-main-feature .grid-buttons ul {
	list-style: none;
}

#section-main-feature .grid-buttons ul li {
	padding: 5px;
	width: 20%;
}

#section-main-feature .grid-buttons ul li a {
	border-radius: 10px;
	box-shadow: 5px 7px 15px -6px RGB(0 0 0/80%);
}

#section-main-feature .grid-buttons ul li a .label {
	margin-left: 10%;
}

#section-steps {
	background-color: #fff;
}

#section-steps .title-steps {
	margin: auto;
	width: 29%;
}

#section-steps .title-steps img {
	width: 100%;
	height: auto;
	object-fit: fill;
}

#section-steps .container {
	margin-top: 55px;
}

#section-steps .container .content {
	background-color: #2F94E2;
	border-radius: 20px;
}

#section-steps .container .content .text-call {
	background-color: #fff;
	color: #2F94E2;
	border-radius: 15px;
}

#section-steps .container .content .text-call p {
	margin: 0;
	padding: 8px 15px;
}

#section-steps .container .content .text-call p img {
	margin-right: 10px;
}

#section-steps .container .content .text-light {
	font-family: 'Futura PT';
}

#section-steps .step {
	height: 280px;
	background-repeat: no-repeat;
	background-size: 100% 280px;
}

#section-steps .step.step-1 {
	width: 35%;
	background-image: url("../images/step1_image.png");
	background-size: 100% 300px;
}

#section-steps .step.step-2 {
	margin-right: 15px;
	width: 36%;
	background-image: url("../images/step2_image.png");
}

#section-steps .step.step-3 {
	margin-right: 20px;
	width: 25%;
	background-image: url("../images/step3_image.png");
}

#section-steps .btn-register-trail {
	padding: 0 30px;
}

#section-steps .btn-register-trail button {
	color: #fff;
	border-radius: 5px;
	background-color: #e27d2f;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 6px #e27d2f;
}

#section-steps .btn-register-trail button:hover {
	color: #fff;
}

#section-steps .text-phone {
	margin: -25px 0;
	font-size: 80px;
}

#section-steps .text-time {
	font-size: 30px;
}

#section-faq {
	padding-bottom: 10px;
}

#section-faq .title-faq {
	margin: auto;
	width: 19%;
}

#section-faq .title-faq img {
	width: 100%;
	height: auto;
	object-fit: fill;
}

#footer .text-crop {
	margin-right: 5%;
}

#footer2 .footer-bottom {
	background-color: #2F94E2;
}

#footer2 .note-info {
	padding: 15px 35px;
	background-color: #fff;
}

#footer2 .note-info .text-group {
	color: #2F94E2;
	border-right: 1px solid #2F94E2;
}

#footer2 .note-info .text-group:last-child {
	border: unset;
}

#footer2 .item-nva {
	padding: 0 10px;
	text-align: center;
	color: #fff;
	border-right: 2px solid #fff;
}

#footer2 .item-nva:last-child {
	border: unset;
}

#footer2 .logo {
	padding: 10px 0;
	width: 100px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 99;
	border: none;
	outline: none;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#myBtn:hover {
	background-color: RGB(255, 255, 255);
}

#myBtn .pc-display {
	display: flex;
}

#myBtn .mobile-display {
	display: none;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: RGB(0, 0, 0);
	/* Fallback color */
	background-color: RGBa(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
}

#section-success {
	padding: 60px 0;
	min-height: calc(100vh - 97px);
	background-color: #fff;
}

#section-success .container {
	background-color: #2F94E2;
	border-radius: 10px;
	transform: translateY(40%);
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

#section-register-form {
	margin: 25px 0;
	background-color: #fff;
}

#section-register-form .btn-action {
	margin: 10px;
	padding: 45px 0;
	width: 50%;
}

#section-register-form .btn-action .icon-action {
	margin: 0 auto 45px auto;
	width: 145px;
	height: 145px;
}

#section-register-form .btn-action .icon-action img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#section-register-form .btn-action .text-action {
	margin-top: 5px;
	text-align: center;
	color: #fff;
}

#section-register-form .btn-action.document {
	background-color: #E27D2F;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #e27d2f;
}

#section-register-form .btn-action.document:hover {
	background-color: #c3641b;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #c3641b;
}

#section-register-form .btn-action.computer {
	background-color: #2F94E2;
	box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #2F94E2;
}

#section-register-form .btn-action.computer:hover {
	background-color: #1b7ac3;
	box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #1b7ac3;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

@media screen and (max-width: 1400px) {
	#section-banner {
		height: 535px;
		background-size: 100% 535px;
	}
	#section-banner .item-content {
		padding-bottom: 65px;
	}
	#section-banner .text-action {
		width: 425px;
		font-size: 28px;
	}
	#section-banner .text-action::before {
		right: 30%;
	}
	#section-banner .text-sub.text-1 {
		margin-top: 15px;
		font-size: 45px;
		width: 85%;
	}
	#section-banner .text-sub.text-2 {
		margin-top: 20px;
		width: 96%;
	}
	#section-banner .text-sub.text-3 {
		margin-top: 5px;
		width: 91%;
	}
	#section-banner .btn-action {
		font-size: 20px;
	}
	#team .title-team {
		margin: 50px auto 30px auto;
	}
	#team .item-image.image-2 {
		width: 530px;
	}
	#team .item-image.image-4 {
		width: 555px;
		height: 367px;
	}
	#section-steps .step {
		height: 250px;
	}
	#section-steps .step.step-1 {
		background-size: 100% 270px;
	}
	#section-steps .step.step-2 {
		background-size: 100% 250px;
	}
	#section-steps .step.step-3 {
		background-size: 100% 250px;
	}
	#section-contact .container .form-title {
		width: 50%;
	}
}

@media screen and (max-width: 1200px) {
	#header {
		height: 110px;
	}
	#header .logo {
		width: 100px;
	}
	#navs {
		margin-top: 110px;
	}
	#section-banner {
		height: 480px;
		background-size: 100% 480px;
	}
	#section-banner .text-action {
		width: 390px;
		font-size: 26px;
	}
	#section-banner .text-action::before {
		right: 35%;
	}
	#section-banner .text-sub.text-1 {
		margin-top: 15px;
		font-size: 40px;
		width: 67%;
	}
	#section-banner .text-sub.text-2 {
		margin-top: 35px;
		width: 86%;
	}
	#section-banner .text-sub.text-3 {
		margin-top: 5px;
		width: 81%;
	}
	#section-banner .btn-action {
		font-size: 20px;
		width: 67%;
	}
	#team .item-image.image-2 {
		width: 445px;
	}
	#team .item-image.image-4 {
		width: 465px;
		height: 307px;
	}
	#section-main-feature .btn-register-trail {
		padding: 0 7px;
	}
	#section-steps .text-light .display-3 {
		font-size: calc(1.525rem + 2.3vw);
	}
	#section-steps .text-light .fs-2 {
		font-size: calc(1.325rem + .7vw) !important;
	}
	#section-steps .step {
		height: 210px;
	}
	#section-steps .step.step-1 {
		margin-left: -10px;
		background-size: 100% 215px;
	}
	#section-steps .step.step-2 {
		background-size: 100% 200px;
	}
	#section-steps .step.step-3 {
		margin-right: 10px;
		background-size: 100% 200px;
	}
	#section-contact .container .form-title {
		width: 60% !important;
	}
	#footer2 .note-info .text-group .h3 {
		font-size: calc(1.3rem + .6vw);
	}
	#footer2 .note-info .text-group .text-note {
		font-size: 16px;
	}
	#footer2 .item-nva {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	#header {
		height: 90px;
	}
	#header .text-end {
		width: 225px;
	}
	#header .text-end .title-phone-number {
		font-size: 40px;
	}
	#header .text-end .title-time {
		margin: 20px 0 -20px 0;
		font-size: 24px;
	}
	#header .logo {
		width: 80px;
	}
	#header .btn-action {
		display: block;
		box-shadow: 10px 8px 20px 7px rgba(0, 0, 0, 0.8);
		border-radius: 0 0 10px 10px;
	}
	#header .btn-action .sticky-date-panel {
		height: 100px;
	}
	#navs {
		position: unset;
		margin-top: 90px;
		background-color: #fff;
	}
	#navs .nvar-button {
		display: none;
	}
	#navs ul {
		padding: 0;
	}
	#navs ul li a {
		padding: 0.1rem 1rem;
		font-size: 20px;
	}
	#section-banner {
		height: 415px;
		background-size: 100% 415px;
	}
	#section-banner .item-content {
		padding-bottom: 50px;
	}
	#section-banner .text-action {
		width: 305px;
		font-size: 20px;
	}
	#section-banner .text-sub.text-1 {
		font-size: 28px;
		width: 75%;
	}
	#section-banner .text-sub.text-2 {
		margin-top: 30px;
		width: 100%;
		font-size: 12px;
	}
	#section-banner .text-sub.text-3 {
		width: 95%;
		font-size: 12px;
	}
	#section-banner .btn-action {
		font-size: 16px;
		width: 82%;
	}
	#section-banner .btn-action .icon {
		width: 20px;
		height: 20px;
	}
	#team .container {
		margin-top: 25px !important;
	}
	#team .item-image.image-2 {
		width: 330px;
	}
	#team .item-image.image-4 {
		width: 345px;
		height: 225px;
	}
	#section-main-feature .grid-buttons ul li a {
		font-size: 14px;
		min-height: 52px;
		padding: 0 3px !important;
	}
	#section-main-feature .grid-buttons ul li a .circle-image {
		width: 33px;
		height: 30px;
		margin: auto 0;
	}
	#section-main-feature .grid-buttons ul li a .circle-image img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	#section-steps .container .content .p-5 {
		padding: 40px 20px !important;
	}
	#section-steps .text-phone {
		margin: -15px 0;
		font-size: 60px;
	}
	#section-steps .text-time {
		font-size: 25px;
	}
	#section-faq .container .h2 {
		font-size: 20px;
	}
	#section-faq .container .h3 {
		font-size: 18px;
	}
	#footer .container .fs-5 {
		font-size: 16px !important;
	}
	#section-contact .container .info .info-content {
		padding: 20px 10px;
	}
	#section-contact .container .info .images .item-image {
		height: 150px;
	}
	#section-contact .container .info .images .item-image.woman {
		height: 250px;
	}
	#section-contact .container .form-title {
		width: 70% !important;
		font-size: 20px;
	}
	#footer2 .note-info .text-group .h3 {
		font-size: 20px;
	}
	#footer2 .note-info .text-group .text-note {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	#navs ul li a {
		font-size: 20px !important;
	}
	#section-banner {
		height: 365px;
		background-size: 100% 365px;
	}
	#section-banner .item-content {
		padding-bottom: 20px;
	}
	#section-banner .text-action {
		width: 305px;
		font-size: 20px;
	}
	#section-banner .text-sub.text-1 {
		font-size: 26px;
		width: 90%;
	}
	#section-banner .text-sub.text-2 {
		margin-top: 20px;
	}
	#section-banner .btn-action {
		font-size: 14px;
		width: 97%;
	}
	#team .container {
		margin-top: 25px !important;
	}
	#team .item-image.image-2 {
		width: 240px;
	}
	#team .item-image.image-4 {
		width: 256px;
		height: 167px;
	}
	#section-steps .container .content .p-5 {
		padding: 40px 20px 10px 20px !important;
	}
	#section-steps .step.step-1 {
		background-size: 100% 185px;
	}
	#section-steps .step.step-2 {
		background-size: 100% 171px;
	}
	#section-steps .step.step-3 {
		margin-right: 5px;
		background-size: 100% 171px;
	}
	#section-steps .title-steps {
		width: 50%;
	}
	#section-faq .container .h2 {
		font-size: 20px;
	}
	#section-faq .container .h3 {
		font-size: 18px;
	}
	#section-faq .title-faq {
		width: 50%;
	}
	#footer .container .fs-5 {
		font-size: 16px !important;
	}
	#footer .container .ps-5 {
		padding-left: 1rem !important;
		font-size: 14px;
	}
	#footer2 .item-nva {
		font-size: 13px;
	}
	#footer2 .logo {
		width: 80px;
	}
	#footer2 .copyright {
		margin: -20px auto 10px auto;
	}
	#section-contact .container .info .images .item-image {
		height: 150px;
	}
	#section-contact .container .info .images .item-image.woman {
		height: 250px;
	}
	#section-contact .container .form-title {
		width: 70% !important;
		font-size: 20px;
	}
	#footer2 .note-info .text-group {
		padding: 0 5px !important;
	}
	#footer2 .note-info .text-group .h3 {
		font-size: 15px;
	}
	#footer2 .note-info .text-group .text-note {
		font-size: 11px;
	}
	#footer2 .note-info .images {
		width: 65px !important;
	}
	#footer2 .note-info .images img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
}

@media screen and (max-width: 575px) {
	#header {
		height: 50px;
	}
	#header .text-end {
		overflow: hidden;
		width: 0;
	}
	#header .logo {
		width: 65px;
	}
	#header .btn-action {
		display: none;
	}
	#navs {
		position: fixed;
		margin-top: -50px;
		z-index: 9999;
		background-color: unset;
		width: 100%;
	}
	#navs .hide {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.1s;
	}
	#navs .show {
		max-height: 500px;
		transition: max-height .4s ease-out;
	}
	#navs .nvar-button {
		display: block;
		margin-top: 10px;
		text-align: end;
	}
	#navs .nvar-button i {
		font-size: 32px;
		color: #fff;
	}
	#navs ul {
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		background-color: #2F94E2;
	}
	#navs ul li {
		padding: 0;
	}
	#navs ul li a {
		padding: 0.7rem 1rem;
		color: #fff;
		border-top: 1px solid #fff;
		border-left: unset;
	}
	#navs ul li:last-child a {
		border-right: unset;
	}
	#navs .nvar-phone {
		display: flex;
		flex-direction: row;
		padding: 5px 0;
		background-color: #fff;
	}
	#navs .nvar-phone .item {
		color: #2F94E2;
		justify-content: center;
		align-items: center;
	}
	#navs .nvar-phone .item.number {
		width: 65%;
	}
	#navs .nvar-phone .item.number .text {
		margin-left: 10px;
		font-size: 28px;
	}
	#navs .nvar-phone .item.note {
		width: 35%;
		border-left: 2px solid #2F94E2;
	}
	#navs .nvar-phone .item.note .text {
		text-align: center;
		font-size: 28px;
	}
	#navs .nvar-phone .item.note .time {
		margin-top: -5px;
		font-family: 'Futura PT';
		font-weight: bold;
		text-align: center;
	}
	#navs .nvar-phone .item .text {
		font-weight: bold;
	}
	#navs .nvar-action {
		display: flex;
		flex-direction: row;
		background-color: #2F94E2;
	}
	#navs .nvar-action .btn-action {
		margin: 10px;
		padding: 25px 0;
		width: calc(50% - 20px);
	}
	#navs .nvar-action .btn-action .icon-action {
		margin: auto;
		text-align: center;
		width: 45px;
	}
	#navs .nvar-action .btn-action .icon-action img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	#navs .nvar-action .btn-action .text-action {
		margin-top: 5px;
		text-align: center;
		color: #fff;
	}
	#navs .nvar-action .btn-action .text-action .h2 {
		font-size: 20px;
	}
	#navs .nvar-action .btn-action .text-action .note {
		font-size: 14px;
	}
	#navs .nvar-action .btn-action.document {
		background-color: #E27D2F;
		box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #e27d2f;
	}
	#navs .nvar-action .btn-action.document:hover {
		background-color: #c3641b;
		box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #c3641b;
	}
	#navs .nvar-action .btn-action.computer {
		background-color: #2F94E2;
		box-shadow: 0 0 0 1px RGB(255 255 255), 0 0 0 10px #2F94E2;
	}
	#navs .nvar-action .btn-action.computer:hover {
		background-color: #1b7ac3;
		box-shadow: 0 0 0 1px RGB(255, 255, 255), 0 0 0 10px #1b7ac3;
	}
	#section-banner {
		margin-top: 50px;
		height: 580px;
		background-image: url("../images/main_visual_sp.png");
		background-size: 100% 580px;
	}
	#section-banner .item-content {
		padding: 0 20px 100px 20px;
	}
	#section-banner .text-action {
		width: 305px;
		font-size: 20px;
	}
	#section-banner .text-action::before {
		right: 30%;
	}
	#section-banner .text-sub.text-1 {
		margin: 15px auto 0 auto;
		width: 70%;
		text-align: center;
		font-size: 24px;
	}
	#section-banner .text-sub.text-2 {
		margin-top: 5px;
		font-size: 10px;
	}
	#section-banner .text-sub.text-3 {
		width: 100%;
		font-size: 10px;
	}
	#section-banner .btn-action {
		position: absolute;
		bottom: 40px;
		font-size: 16px;
		width: 350px;
	}
	#team .container {
		margin-top: 0px !important;
	}
	#team .item-image {
		margin: 0 auto 30px auto;
	}
	#team .item-image.image-1 {
		width: 388px;
	}
	#team .item-image.image-2 {
		margin: 0 auto 30px auto;
		width: 380px;
	}
	#team .item-image.image-3 {
		width: 382px;
	}
	#team .item-image.image-4 {
		margin: 0 auto 30px auto;
		width: 400px;
		height: 275px;
	}
	#team .item-image.image-4 img {
		margin-left: -10px;
	}
	#section-main-feature::before {
		clip-path: polygon(50% 75%, 10% 0, 100% -20%);
	}
	#section-main-feature .title-feature {
		margin-top: 10px;
	}
	#section-main-feature .grid-buttons ul li {
		padding: 5px 2px;
		width: 25%;
	}
	#section-main-feature .grid-buttons ul li a {
		display: flex;
		flex-direction: column;
		font-size: 10px;
		color: #fff;
		align-items: center;
		box-shadow: unset;
	}
	#section-main-feature .grid-buttons ul li a .circle-image {
		margin: auto;
		padding: 5px;
		width: 33px;
		height: 33px;
		border-radius: 50%;
		background-color: #fff;
		overflow: hidden;
	}
	#section-main-feature .grid-buttons ul li a.bg-light {
		background-color: unset !important;
	}
	#section-main-feature .grid-buttons ul li a .label {
		margin-left: 0;
		text-align: center;
	}
	#section-main-feature .btn-register-trail {
		margin: auto;
		width: 80%;
	}
	#section-steps .group-step {
		flex-direction: column;
	}
	#section-steps .group-step .step {
		margin: 10px auto;
		width: 65%;
		height: 415px;
	}
	#section-steps .group-step .step.step-1 {
		background-image: url(../images/step1_image_sp.png);
		background-size: 100% 100%;
	}
	#section-steps .group-step .step.step-2 {
		background-image: url(../images/step2_image_sp.png);
		background-size: 100% 100%;
	}
	#section-steps .group-step .step.step-3 {
		background-image: url(../images/step3_image_sp.png);
		background-size: 100% 100%;
		height: 365px;
	}
	#section-faq .container .h2 {
		font-size: 20px;
	}
	#section-faq .container .h3 {
		font-size: 18px;
	}
	#section-register-form {
		flex-direction: column;
	}
	#section-register-form .btn-action {
		display: flex;
		flex-direction: row;
		width: calc(100% - 20px);
	}
	#section-register-form .btn-action .icon-action {
		margin: auto 0 auto 45px;
		text-align: center;
		width: 100px;
		height: 100px;
	}
	#section-register-form .btn-action .icon-action img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	#section-register-form .btn-action .text-action {
		display: flex;
		flex-direction: column;
		width: calc(100% - 145px);
		margin: 0 0 0 10px;
		justify-content: center;
	}
	#section-register-form .btn-action .text-action .h2 {
		font-size: 30px;
	}
	#section-register-form .btn-action .text-action .note {
		font-size: 19px;
	}
	#footer .container .logo {
		width: 125px !important;
	}
	#footer .container .footer-nvar {
		flex-direction: column;
	}
	#footer .container .footer-nvar a {
		margin: 10px 0;
	}
	#footer .container .copyright .ps-5 {
		margin: auto;
		padding-left: 0 !important;
	}
	#footer .container .copyright .d-flex {
		flex-direction: column-reverse;
	}
	#footer .container .copyright .d-flex .text-crop {
		text-align: center;
	}
	#footer .container .copyright .text-center {
		margin: 10px 0;
	}
	#section-contact {
		margin-top: 0;
	}
	#section-contact .container {
		padding: 0 30px;
	}
	#section-contact .container .info .info-header {
		border-bottom: unset;
		border-top: unset;
	}
	#section-contact .container .info .info-header .h2 {
		font-size: 30px !important;
	}
	#section-contact .container .info .info-header .text-center {
		font-size: 12px;
	}
	#section-contact .container .contact-form2 {
		margin-top: 50px;
	}
	#footer2 .container .d-flex {
		flex-direction: column;
	}
	#footer2 .item-nva {
		padding: 10px 0;
		font-size: 20px;
		border-right: unset;
	}
	#footer2 .item-nva:last-child {
		border: unset;
	}
	#footer2 .logo {
		width: 150px;
	}
	#footer2 .copyright {
		padding-top: 20px;
		font-size: 14px;
	}
	#footer2 .note-info .d-flex {
		flex-direction: column;
	}
	#footer2 .note-info .align-items-center {
		margin-left: -25px;
		align-items: flex-start !important;
	}
	#footer2 .note-info .text-group {
		margin-bottom: 5px;
		border-right: unset;
	}
	#footer2 .note-info .text-group .h3 {
		margin-bottom: -2px;
		font-size: 16px;
	}
	#footer2 .note-info .text-group .text-note {
		font-size: 12px;
	}
	#section-success {
		padding: 15px;
	}
	#section-success .container .h1 {
		font-size: 16px !important;
		font-weight: bold;
	}
	#section-success .container .text-center {
		font-size: 12px;
	}
}

@media screen and (max-width: 425px) {
	#navs .nvar-phone .item.number {
		width: 60%;
	}
	#navs .nvar-phone .item.number .text {
		font-size: 19px;
	}
	#navs .nvar-phone .item.note {
		width: 40%;
	}
	#navs .nvar-phone .item.note .text {
		font-size: 19px;
	}
	#navs .nvar-phone .item.note .time {
		font-size: 14px;
	}
	#navs .nvar-action .btn-action .text-action .h2 {
		font-size: 16px;
	}
	#navs .nvar-action .btn-action .text-action .note {
		font-size: 10px;
	}
	#section-banner {
		height: 530px;
		background-size: 100% 530px;
	}
	#section-banner .text-action::before {
		right: 40%;
	}
	#section-banner .text-sub.text-1 {
		width: 80%;
		font-size: 22px;
	}
	#section-banner .text-sub.text-2 {
		font-size: 8px;
	}
	#section-banner .text-sub.text-3 {
		font-size: 8px;
	}
	#section-banner .btn-action {
		font-size: 12px;
		width: 275px;
	}
	#team .container {
		margin-top: 0px !important;
	}
	#team .item-image.image-1 {
		width: 290px;
	}
	#team .item-image.image-2 {
		width: 282px;
	}
	#team .item-image.image-3 {
		width: 285px;
	}
	#team .item-image.image-4 {
		width: 300px;
		height: 215px;
	}
	#section-main-feature::before {
		clip-path: polygon(50% 75%, 10% 0, 100% -20%);
	}
	#section-main-feature .title-feature {
		margin-top: 10px;
	}
	#section-main-feature .grid-buttons ul li {
		padding: 5px 2px;
		width: 25%;
	}
	#section-main-feature .grid-buttons ul li a {
		display: flex;
		flex-direction: column;
		font-size: 10px;
		color: #fff;
		align-items: center;
		box-shadow: unset;
	}
	#section-main-feature .grid-buttons ul li a .circle-image {
		margin: auto;
		padding: 5px;
		width: 33px;
		height: 33px;
		border-radius: 50%;
		background-color: #fff;
		overflow: hidden;
	}
	#section-main-feature .grid-buttons ul li a.bg-light {
		background-color: unset !important;
	}
	#section-main-feature .grid-buttons ul li a .label {
		text-align: center;
	}
	#section-main-feature .btn-register-trail {
		margin: auto;
		width: 80%;
	}
	#section-steps .group-step .step {
		width: 75%;
		height: 355px;
	}
	#section-steps .group-step .step.step-3 {
		height: 300px;
	}
	#section-register-form .btn-action .icon-action {
		margin: auto 0 auto 15px;
		width: 70px;
		height: 70px;
	}
	#section-register-form .btn-action .text-action {
		width: calc(100% - 115px);
	}
	#section-register-form .btn-action .text-action .h2 {
		font-size: 21px;
	}
	#section-register-form .btn-action .text-action .note {
		font-size: 14px;
	}
	#footer .container .logo {
		width: 125px !important;
	}
	#footer .container .footer-nvar {
		flex-direction: column;
	}
	#footer .container .footer-nvar a {
		margin: 10px 0;
	}
	#footer .container .copyright .ps-5 {
		margin: auto;
		padding-left: 0 !important;
	}
	#footer .container .copyright .d-flex {
		flex-direction: column-reverse;
	}
	#footer .container .copyright .d-flex .text-crop {
		text-align: center;
	}
	#footer .container .copyright .text-center {
		margin: 10px 0;
	}
	#section-contact {
		margin-top: 0;
	}
	#section-contact .container {
		padding: 0 30px;
	}
	#section-contact .container .info .info-header {
		border-bottom: unset;
		border-top: unset;
	}
	#section-contact .container .info .info-header .h2 {
		font-size: 30px !important;
	}
	#section-contact .container .info .info-header .text-center {
		font-size: 12px;
	}
	#section-contact .container .contact-form2 {
		margin-top: 50px;
	}
	#footer2 .container .d-flex {
		flex-direction: column;
	}
	#footer2 .item-nva {
		padding: 10px 0;
		font-size: 20px;
		border-right: unset;
	}
	#footer2 .item-nva:last-child {
		border: unset;
	}
	#footer2 .logo {
		width: 150px;
	}
	#footer2 .copyright {
		padding-top: 20px;
		font-size: 14px;
	}
	#footer2 .note-info .d-flex {
		flex-direction: column;
	}
	#footer2 .note-info .align-items-center {
		margin-left: -25px;
		align-items: flex-start !important;
	}
	#footer2 .note-info .text-group {
		margin-bottom: 5px;
		border-right: unset;
	}
	#footer2 .note-info .text-group .h3 {
		margin-bottom: -2px;
		font-size: 16px;
	}
	#footer2 .note-info .text-group .text-note {
		font-size: 12px;
	}
	#section-success {
		padding: 15px;
	}
	#section-success .container .h1 {
		font-size: 16px !important;
		font-weight: bold;
	}
	#section-success .container .text-center {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	#section-steps .group-step .step {
		width: 75%;
		height: 295px;
	}
	#section-steps .group-step .step.step-3 {
		height: 235px;
	}
}

/*# sourceMappingURL=app.css.map */

/*# sourceMappingURL=app.css.map */