@charset "UTF-8";

@media screen and (max-width: 770px) {
	body {
		font-size: 3.4vw;
	}
}

main {
	padding-top: 0;
}

.app {
	background-color: #FD6F06;
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
}
@media screen and (max-width: 1040px) {
	.app {
		border-radius: 6vw;
		font-size: 1.8vw;
		padding: 1vw 2vw;
	}
}
@media screen and (max-width: 770px) {
	.app {
		border-radius: 6vw;
		font-size: 3.6vw;
		padding: 1.5vw 3vw;
	}
}

/** -- headline_1 -- **/
.headline_1 {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
	text-align: center;
	width: 860px;
}
.headline_1::before,
.headline_1::after {
	background: url("../lp/img/lp2_deco1.png") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	height: 100px;
	width: 45px;
}
.headline_1::before {
	left: 0;
}
.headline_1::after {
	right: 0;
	transform: rotate(180deg);
}
.headline_1 em {
	color: #FD6F06;
	font-size: 50px;
}
@media screen and (max-width: 1040px) {
	.headline_1 {
		font-size: 4vw;
		margin-bottom: 10vw;
		width: 86vw;
	}
	.headline_1::before,
	.headline_1::after {
		top: 1.5vw;
		height: 10vw;
		width: 4.5vw;
	}
	.headline_1 em {
		font-size: 5vw;
	}
}
@media screen and (max-width: 770px) {
	.headline_1 {
		font-size: 4.6vw;
		margin-bottom: 14vw;
		width: 100%;
	}
	.headline_1::before,
	.headline_1::after {
		top: 2.5vw;
		height: 11vw;
		width: 5vw;
	}
	.headline_1 em {
		font-size: 5.8vw;
	}
}

/** -- fv -- **/
.fv {
	margin-bottom: 40px;
	position: relative;
	height: 680px;
}
.fv figure {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.fv figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.fv .sec_inner {
	position: relative;
	height: 100%;
}
.fv .text_1 {
	position: absolute;
	left: 50%;
	top: 120px;
	transform: translateX(-50%);
	width: 740px;
}
.fv .text_1 .deco {
	position: absolute;
	left: -160px;
	top: -100px;
	width: 220px;
}
.fv .text_2 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 940px;
}
@media screen and (max-width: 1040px) {
	.fv {
		margin-bottom: 4vw;
		height: 60vw;
	}
	.fv .text_1 {
		top: 11vw;
		width: 64vw;
	}
	.fv .text_1 .deco {
		left: -14vw;
		top: -10vw;
		width: 20vw;
	}
	.fv .text_2 {
		bottom: 2vw;
		width: 84vw;
	}
}
@media screen and (max-width: 770px) {
	.fv {
		margin-bottom: 4vw;
		height: 110vw;
	}
	.fv .text_1 {
		top: 24vw;
		width: 100%;
	}
	.fv .text_1 .deco {
		left: 0;
		top: -20vw;
		width: 30vw;
	}
	.fv .text_2 {
		bottom: 5vw;
		left: 0;
		transform: initial;
		width: 76vw;
	}
}

/** -- cv_btn -- **/
.cv_btn {
	background-color: rgba(255, 255, 255, .8);
	box-sizing: border-box;
}
.cv_btn.fixed {
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.cv_btn a {
	/*background-color: #FD6F06;*/
	background-color: #B8B8B8;
	box-sizing: border-box;
	border-radius: 100px;
	color: #ffffff;
	display: block;
	font-family: 'Noto Sans JP';
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 700px;
	max-width: initial;
}
.cv_btn a:hover {
	background-color: #FBC112;
}
.cv_btn a span {
	display: block;
	font-size: 20px;
}
@media screen and (max-width: 1040px) {
	.cv_btn.fixed {
		padding: 1vw 0;
	}
	.cv_btn a {
		border-radius: 10vw;
		font-size: 3.6vw;
		letter-spacing: .1vw;
		padding: 2vw 0;
		width: 60vw;
	}
	.cv_btn a span {
		font-size: 2vw;
	}
}
@media screen and (max-width: 770px) {
	.cv_btn.fixed {
		padding: 2vw 0;
	}
	.cv_btn a {
		border-radius: 10vw;
		font-size: 5.4vw;
		letter-spacing: .1vw;
		padding: 3vw 0;
		width: 88vw;
	}
	.cv_btn a span {
		font-size: 3.2vw;
	}
}

/** -- about -- **/
.about {
	margin-bottom: 40px;
	text-align: center;
}
.about .exp {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 10px;
}
.about .exp span.marker {
	display: inline-block;
	position: relative;
}
.about .exp span.marker::after {
	background-color: #FFFF00;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 100%;
}
.about .exp em {
	color: #FD6F06;
}
.about .exp span.at {
	display: inline-block;
	font-size: 10px;
	transform: translateY(-9px);
}
@media screen and (max-width: 1040px) {
	.about {
		margin-bottom: 4vw;
	}
	.about .exp {
		font-size: 2vw;
		margin-bottom: 1vw;
	}
	.about .exp span.marker::after {
		height: 5px;
	}
	.about .exp span.at {
		font-size: 1vw;
		transform: translateY(-1vw);
	}
}
@media screen and (max-width: 770px) {
	.about {
		margin-bottom: 4vw;
	}
	.about .exp {
		font-size: 3.8vw;
		margin-bottom: 4vw;
	}
	.about .exp span.marker::after {
		height: 4px;
	}
	.about .exp span.at {
		font-size: 2.4vw;
		transform: translateY(-1.4vw);
	}
}

/** -- suggestion -- **/
.suggestion {
	background: url("../lp/img/lp_bg_3.png") no-repeat center / cover;
	margin-top: 100px;
	padding: 100px 0;
}
.suggestion article {
	justify-content: space-between;
}
.suggestion article + article {
	margin-top: 80px;
}
.suggestion article.image_left {
	flex-direction: row-reverse;
}
.suggestion article figure {
	width: 520px;
}
.suggestion article .text_box {
	position: relative;
	width: 500px;
}
.suggestion article .text_box .text {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.suggestion article .text_box p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.suggestion article .text_box p + p {
	margin-top: 10px;
}
.suggestion article .text_box p em {
	background:linear-gradient(transparent 10%, #FFFF00 10%);
	font-size: 32px;
	margin: 10px 0;
}
@media screen and (max-width: 1040px) {
	.suggestion {
		margin-top: 10vw;
		padding: 10vw 0;
	}
	.suggestion article + article {
		margin-top: 8vw;
	}
	.suggestion article figure {
		width: 46vw;
	}
	.suggestion article .text_box {
		width: 46vw;
	}
	.suggestion article .text_box .text {
		left: 10vw;
	}
	.suggestion article .text_box p {
		font-size: 1.8vw;
	}
	.suggestion article .text_box p + p {
		margin-top: 1vw;
	}
	.suggestion article .text_box p em {
		font-size: 3.2vw;
		margin: 1vw 0;
	}
}
@media screen and (max-width: 770px) {
	.suggestion {
		background: url("../lp/img/lp_bg_3-sp.jpg") no-repeat center / cover;
		margin-top: 14vw;
		padding: 14vw 0;
	}
	.suggestion article + article {
		margin-top: 12vw;
	}
	.suggestion article figure {
		margin-top: -11vw;
		width: 100%;
	}
	.suggestion article .text_box {
		margin: 0 auto;
		width: 86vw;
	}
	.suggestion article .text_box .text {
		left: 18vw;
	}
	.suggestion article .text_box p {
		font-size: 3.6vw;
	}
	.suggestion article .text_box p + p {
		margin-top: 3vw;
	}
	.suggestion article .text_box p em {
		font-size: 5.6vw;
		margin: 1vw 0;
	}
}

/** -- accept -- **/
.accept {
	padding: 100px 0;
}
.accept h3 {
	font-size: 18px;
	margin-bottom: 80px;
	text-align: center;
}
.accept h3 em {
	display: table;
	font-size: 44px;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}
.accept h3 em::after {
	background: url("../lp/img/lp2_deco2.png") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 15px;
	width: 220px;
}
.accept .inner {
	margin: 0 -15px;
}
.accept article {
	background: url("../lp/img/lp2-point_bg.png") no-repeat center / 100%;
	box-sizing: border-box;
	margin: 0 15px;
	padding-left: 30px;
	padding-top: 160px;
	position: relative;
	height: 500px;
	width: calc(33.3333% - 30px);
}
.accept article .num {
	font-weight: 600;
	position: absolute;
	left: 40px;
	top: 30px;
	text-align: center;
}
.accept article .num span {
	display: block;
	font-size: 32px;
}
.accept article h4 {
	color: #FD6F06;
	font-size: 22px;
	margin-bottom: 30px;
}
.accept article h4 span {
	background-color: rgba(255, 255, 255, .9);
	display: table;
	margin-bottom: 15px;
	padding: 10px 15px;
}
.accept article .exp {
	background-color: rgba(255, 250, 230, .9);
	font-weight: 600;
	margin-right: 15px;
	padding: 15px;
}
@media screen and (max-width: 1040px) {
	.accept {
		padding: 10vw 0;
	}
	.accept h3 {
		font-size: 1.8vw;
		margin-bottom: 6vw;
	}
	.accept h3 em {
		font-size: 4.4vw;
		padding-bottom: 1.5vw;
	}
	.accept h3 em::after {
		height: 1.5vw;
		width: 22vw;
	}
	.accept .inner {
		margin: 0 -1.5vw;
	}
	.accept article {
		margin: 0 1vw;
		padding-left: 3vw;
		padding-top: 16vw;
		height: 50vw;
		width: calc(33.3333% - 2vw);
	}
	.accept article .num {
		left: 4vw;
		top: 4.5vw;
	}
	.accept article .num span {
		font-size: 3.2vw;
	}
	.accept article h4 {
		font-size: 2.1vw;
		margin-bottom: 2vw;
	}
	.accept article h4 span {
		margin-bottom: 1vw;
		padding: 1vw 1.5vw;
	}
	.accept article .exp {
		margin-right: 1.5vw;
		padding: 1.5vw;
	}
}
@media screen and (max-width: 770px) {
	.accept {
		padding: 14vw 0;
	}
	.accept h3 {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	.accept h3 em {
		font-size: 6vw;
		padding-bottom: 1.5vw;
	}
	.accept h3 em::after {
		height: 3vw;
		width: 28vw;
	}
	.accept .inner {
		margin: 0;
	}
	.accept article {
		background: url("../lp/img/lp2-point_bg-sp.png") no-repeat center / 100%;
		margin: 0 0 2vw;
		padding-left: 6vw;
		padding-top: 34vw;
		height: 114vw;
		width: 100%;
	}
	.accept article .num {
		left: 8vw;
		top: 9vw;
	}
	.accept article .num span {
		font-size: 6.4vw;
	}
	.accept article h4 {
		font-size: 5.8vw;
		margin-bottom: 6vw;
	}
	.accept article h4 span {
		margin-bottom: 3vw;
		padding: 2vw 3vw;
	}
	.accept article .exp {
		font-size: 4vw;
		margin-right: 6vw;
		padding: 3vw;
	}
}

/** -- flow -- **/
.flow .title {
	background-color: #EFF4F8;
	margin-top: 40px;
	height: 330px;
}
.flow .title .sec_inner {
	box-sizing: border-box;
	padding-top: 130px;
	position: relative;
	height: 100%;
}
.flow .title h2 {
	display: table;
	margin: 0 auto;
	font-size: 40px;
	line-height: 1.4;
	position: relative;
}
.flow .title h2::after {
	background-color: #FD6F06;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100%;
}
.flow .title .deco1,
.flow .title .deco2 {
	position: absolute;
	bottom: 0;
}
.flow .title .deco1 {
	left: 0;
	width: 190px;
}
.flow .title .deco2 {
	right: 0;
	width: 190px;
}
.flow .content {
	background-color: #FFFAE6;
	padding: 80px 0;
	text-align: center;
}
.flow .content .exp {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 100px;
}
.flow .content .inner {
	justify-content: center;
}
.flow .content article {
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 25px;
	padding-bottom: 30px;
	padding-top: 50px;
	position: relative;
	width: 190px;
}
.flow .content article::after {
	background: url("../lp/img/lp2_icon-arrow.png") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	bottom: 60px;
	left: -40px;
	height: 30px;
	width: 30px;
}
.flow .content article:first-child::after {
	display: none;
}
.flow .content article .num {
	position: absolute;
	left: 0;
	top: -40px;
	width: 76px;
}
.flow .content article h3 {
	font-size: 20px;
	padding-bottom: 5px;
	position: relative;
}
.flow .content article h3::after {
	background-color: #FD6F06;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 70px;
}
.flow .content article figure {
	margin: 0 auto;
	margin-top: 20px;
	width: 125px;
}
@media screen and (max-width: 1040px) {
	.flow .title {
		margin-top: 4vw;
		height: 31vw;
	}
	.flow .title .sec_inner {
		padding-top: 13vw;
	}
	.flow .title h2 {
		font-size: 4vw;
	}
	.flow .title h2::after {
		height: .8vw;
	}
	.flow .title .deco1 {
		width: 18vw;
	}
	.flow .title .deco2 {
		width: 18vw;
	}
	.flow .content {
		padding: 8vw 0;
	}
	.flow .content .exp {
		font-size: 2vw;
		margin-bottom: 10vw;
	}
	.flow .content .inner {
		margin: 0 -2.5vw;
	}
	.flow .content article {
		border-radius: 1vw;
		margin: 0 2.5vw;
		padding-bottom: 3vw;
		padding-top: 5vw;
		width: 18vw;
	}
	.flow .content article::after {
		bottom: 6vw;
		left: -4vw;
		height: 3vw;
		width: 3vw;
	}
	.flow .content article .num {
		top: -4vw;
		width: 7.6vw;
	}
	.flow .content article h3 {
		font-size: 2vw;
		padding-bottom: .5vw;
	}
	.flow .content article h3::after {
		height: 3px;
		width: 7vw;
	}
	.flow .content article figure {
		margin-top: 2vw;
		width: 12vw;
	}
}
@media screen and (max-width: 770px) {
	.flow .title {
		margin-top: 4vw;
		height: 38vw;
	}
	.flow .title .sec_inner {
		padding-top: 10vw;
	}
	.flow .title h2 {
		font-size: 6vw;
		text-align: center;
	}
	.flow .title h2::before {
		background-color: #FD6F06;
		content: '';
		display: block;
		position: absolute;
		bottom: 8.4vw;
		left: 0;
		height: 4px;
		width: 100%;
	}
	.flow .title h2::after {
		height: 4px;
	}
	.flow .title .deco1 {
		width: 24vw;
	}
	.flow .title .deco2 {
		width: 24vw;
	}
	.flow .content {
		padding: 8vw 0 4vw;
	}
	.flow .content .exp {
		font-size: 3.8vw;
		line-height: 1.8;
		margin-bottom: 10vw;
		text-align: left;
	}
	.flow .content .inner {
		justify-content: space-between;
		margin: 0;
	}
	.flow .content article {
		border-radius: 1vw;
		margin: 0;
		margin-bottom: 10vw;
		margin-left: 4vw;
		padding-bottom: 5vw;
		padding-top: 7vw;
		width: 38vw;
	}
	.flow .content article::after {
		bottom: 0;
		left: -3vw;
		height: 6vw;
		width: 6vw;
	}
	.flow .content article .num {
		left: -4vw;
		top: -4vw;
		width: 10vw;
	}
	.flow .content article h3 {
		font-size: 3.8vw;
		padding-bottom: 1vw;
	}
	.flow .content article h3::after {
		height: 3px;
		width: 14vw;
	}
	.flow .content article figure {
		margin-top: 2vw;
		width: 24vw;
	}
}

/** -- attention -- **/
.attention {
	background-color: #FFD905;
	padding-bottom: 140px;
	padding-top: 80px;
}
.attention .box {
	background-color: #fff;
	border: solid 4px #222;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 50px;
}
.attention h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
.attention h2 span {
	color: #FD6F06;
	margin-left: 10px;
}
.attention li {
	padding-left: 20px;
	position: relative;
}
.attention li + li {
	margin-top: 10px;
}
.attention li::before {
	background-color: #222;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 10px;
	height: 5px;
	width: 5px;
}
@media screen and (max-width: 1040px) {
	.attention {
		padding-bottom: 14vw;
		padding-top: 8vw;
	}
	.attention .box {
		border: solid 3px #222;
		border-radius: 1vw;
		padding: 4vw 5vw;
	}
	.attention h2 {
		font-size: 2.3vw;
		margin-bottom: 3vw;
	}
	.attention h2 span {
		margin-left: 1vw;
	}
	.attention li {
		padding-left: 2vw;
	}
	.attention li + li {
		margin-top: 1vw;
	}
	.attention li::before {
		left: .5vw;
		top: 1vw;
		height: 5px;
		width: 5px;
	}
}
@media screen and (max-width: 770px) {
	.attention {
		padding-bottom: 20vw;
		padding-top: 10vw;
	}
	.attention .box {
		border: solid 2px #222;
		border-radius: 3vw;
		padding: 8vw 6vw;
	}
	.attention h2 {
		font-size: 4.8vw;
		margin-bottom: 6vw;
		text-align: center;
	}
	.attention h2 span {
		display: block;
		margin-left: 1vw;
	}
	.attention li {
		padding-left: 3vw;
	}
	.attention li + li {
		margin-top: 4vw;
	}
	.attention li::before {
		left: .5vw;
		top: 2.3vw;
		height: 5px;
		width: 5px;
	}
}

/** -- contact -- **/
.contact {
	margin-top: -40px;
}
.contact h2 {
	background-color: #FD6F06;
	border-left: solid 14px #222;
	box-sizing: border-box;
	font-size: 36px;
	margin-bottom: 80px;
	padding-left: 5px;
	position: relative;
	height: 110px;
	width: 510px;
	z-index: 1;
}
.contact h2::after {
	border: solid 40px transparent;
	border-bottom: none;
	border-top: solid 110px #FD6F06;
	content: '';
	position: absolute;
	right: -40px;
	top: 0;
	z-index: -1;
}
.contact h2 p {
	border-left: solid 5px #222;
	box-sizing: border-box;
	padding-top: 12px;
	padding-left: 70px;
	height: 100%;
}
.contact h2 span {
	display: block;
	font-size: 20px;
}
.contact p.exp {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 80px;
}
.wpcf7 form {
	margin: 0;
	max-width: initial;
}
.wpcf7 .block2 dt {
	box-sizing: border-box;
	color: #FD6F06;
	float: none;
	font-weight: 600;
	margin-left: 90px;
	padding-left: 60px;
	position: relative;
	width: auto;
}
.wpcf7 .block2 dt span.num {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.wpcf7 .block2 dt span.voluntary {
	font-weight: 400;
}
.check_att {
	font-weight: 600;
	margin-bottom: 50px;
	text-align: center;
}
.wpcf7 input[type="submit"] {
	border-radius: 100px;
	font-size: 36px;
	font-weight: 600;
	height: 90px;
	width: 525px;
}
.wpcf7 dt .must {
	color: #FD6F06;
}
@media screen and (max-width: 1040px) {
	.contact {
		margin-top: -4vw;
	}
	.contact h2 {
		border-left: solid 1.4vw #222;
		font-size: 3.6vw;
		margin-bottom: 8vw;
		padding-left: .5vw;
		height: 11vw;
		width: 51vw;
	}
	.contact h2::after {
		border: solid 4vw transparent;
		border-bottom: none;
		border-top: solid 11vw #FD6F06;
		right: -4vw;
	}
	.contact h2 p {
		border-left: solid .5vw #222;
		box-sizing: border-box;
		padding-top: 1.2vw;
		padding-left: 7vw;
	}
	.contact h2 span {
		font-size: 2vw;
	}
	.contact p.exp {
		font-size: 1.8vw;
		margin-bottom: 8vw;
	}
	.wpcf7 .block2 dt {
		margin-left: 9vw;
		padding-left: 6vw;
	}
	.check_att {
		margin-bottom: 5vw;
	}
	.wpcf7 input[type="submit"] {
		border-radius: 10vw;
		font-size: 3.4vw;
		height: 8vw;
		width: 50vw;
	}
}
@media screen and (max-width: 770px) {
	.contact {
		margin-top: -8vw;
	}
	.contact h2 {
		border-left: solid 1.8vw #222;
		font-size: 6vw;
		margin-bottom: 8vw;
		margin-left: -4vw;
		padding-left: .6vw;
		height: 18vw;
		width: 84vw;
	}
	.contact h2::after {
		border: solid 8vw transparent;
		border-bottom: none;
		border-top: solid 18vw #FD6F06;
		right: -8vw;
	}
	.contact h2 p {
		border-left: solid 1vw #222;
		box-sizing: border-box;
		padding-top: 2vw;
		padding-left: 7vw;
	}
	.contact h2 span {
		font-size: 3.6vw;
	}
	.contact p.exp {
		font-size: 4vw;
		margin-bottom: 8vw;
	}
	.wpcf7 .block2 dt {
		margin-left: 0;
		padding-left: 12vw;
	}
	.check_att {
		margin-bottom: 8vw;
	}
	.wpcf7 input[type="submit"] {
		border-radius: 10vw;
		font-size: 5.4vw;
		height: 16vw;
		width: 80vw;
	}
}
