.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;
	}
}

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

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