@charset "utf-8";

/*====================================
トップページここから
====================================*/
.lp_main_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_main-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;}

.lp_main-img{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;}

.lp_main-img img{
	vertical-align: bottom;
	aspect-ratio: 1200 / 800;
	max-width: 1200px;
	width: 100%;
	height: auto;}

@media only screen and (max-width: 812px) {
.lp_main_bg01{
	background: none;}

.lp_main-img img{
	aspect-ratio: 1040 / 1200;}
}

@media only screen and (max-width: 520px) {
}


.lp_c01a_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_c01a-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 90px 0;
	margin: 0 auto;}

.lp_c01a-ttl{
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.03em;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01a-ttl span{
	font-size: 46px;
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 4px 10px;
	margin:  0 auto 10px auto}

@media only screen and (max-width: 812px) {
.lp_c01a_bg01{
	background-image: url(../images/lp-p/sp-p/sp-lp_c01a-bg.gif);
	background-size: cover;
	padding: 90px 0;}

.lp_c01a-ttl{
	font-size: 32px;
	letter-spacing: 0.02em;}

.lp_c01a-ttl span{
	font-size: 36px;
	padding: 4px 6px;
	margin:  0 auto 8px auto}
}

@media only screen and (max-width: 520px) {
.lp_c01a_bg01{
	padding: 9.0rem 0;}

.lp_c01a-ttl{
	font-size: 3.2rem;}

.lp_c01a-ttl span{
	font-size: 3.6rem;
	padding: 0.4rem 0.6rem;
	margin:  0 auto 0.8rem auto}
}

.lp_c01b_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #EBF3F6;
	padding: 50px 0 60px 0;
	margin: 0 auto;}

.lp_c01b-ttl{
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	line-height: 1.85;
	letter-spacing: 0.03em;
	padding: 0 0;
	margin: 0 auto 60px auto;}

.lp_c01b-ttl .txoption01{
	font-size: 36px;
	background: linear-gradient(0deg,rgba(251,240,76,1) 0%,rgba(251,240,76,1) 25%,rgba(251,240,76,0) 25%,rgba(251,240,76,0) 100%);}

.lp_c01b-ttl .txoption02{
	font-size: 50px;
	background-image: radial-gradient(circle at center, #000 16%, transparent 10%); /* 点の色とサイズ調整 */
 	background-position: top right; /* 点の位置 */
 	background-repeat: repeat-x; /* 横方向に繰り返し */
 	background-size: 1em 8px; /* 点の間隔とサイズ調整 */
 	padding-top: 5px; /* 縦方向の位置調整 */}

.lp_c01b-case-circle{
	background-color: #FFF;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	border-radius: 100%;
	margin: 12px 0 0 0;}

.lp_c01b-case-circle:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 56 / 58;
	width: 56px;
	height: auto;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 2;}

.lp_c01b-case01:before{
	background-image: url(../images/lp-p/lp_c01b-case01-icon.png);}

.lp_c01b-case02:before{
	background-image: url(../images/lp-p/lp_c01b-case02-icon.png);}

.lp_c01b-case03:before{
	background-image: url(../images/lp-p/lp_c01b-case03-icon.png);}

.lp_c01b-case04:before{
	background-image: url(../images/lp-p/lp_c01b-case04-icon.png);}

.lp_c01b-case-circle:after{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 110 / 118;
	width: 48%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;}

.lp_c01b-case01:after{
	background-image: url(../images/lp-p/lp_c01b-case01-img.png);}

.lp_c01b-case02:after{
	background-image: url(../images/lp-p/lp_c01b-case02-img.png);}

.lp_c01b-case03:after{
	background-image: url(../images/lp-p/lp_c01b-case03-img.png);}

.lp_c01b-case04:after{
	background-image: url(../images/lp-p/lp_c01b-case04-img.png);}

.lp_c01b-case-textbox{
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	color: #FFF;
	background: linear-gradient(90deg,#3391AB 0%,#4E6CAA 100%);
	position: relative;
	z-index: 5;
	width: calc(100% - 30px);
	padding: 20px 15px;
	border-radius: 0 10px 10px 10px;
	margin: -55px auto 0 auto;}

.lp_c01b-case-textbox span{
	font-size: 20px;
	font-weight: 600;
	color: #FAF04C;}

.lp_c01b-leadtx01-area{
	background-color: #FFF;
	max-width: 1060px;
	padding: 30px 20px;
	border: 2px #2AA6BA solid;
	margin: 0 auto;}

.lp_c01b-leadtx01{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.65;
	vertical-align: middle;
	padding: 0 0;
	margin: 0 0;}

.lp_c01b-leadtx01 .txoption01{
	font-size: 40px;}

.lp_c01b-leadtx01 .aihave{
	content: "";
	vertical-align: middle;
	background-image: url(../images/lp-p/lp_c01b-aihave-img.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 281 / 82;
	width: 281px;
	height: auto;
	display: inline-block;
	padding: 0 0;
	margin: 0 16px;}

@media only screen and (max-width: 812px) {
.lp_c01b_bg01{
	padding: 50px 0 60px 0;}

.lp_c01b-ttl{
	font-size: 26px;
	letter-spacing: 0.02em;
	margin: 0 auto 60px auto;}

.lp_c01b-ttl .txoption01{
	font-size: 32px;}

.lp_c01b-ttl .txoption02{
	font-size: 44px;
 	background-size: 1em 8px;
 	padding-top: 5px;}

.lp_c01b-case-circle{
	max-width: 250px;
	margin: 12px auto 0 auto;}

.lp_c01b-case-circle:before{
	width: 56px;
	top: -12px;}

.lp_c01b-case-textbox{
	font-size: 16px;
	width: calc(100% - 30px);
	padding: 20px 15px;
	border-radius: 0 10px 10px 10px;
	margin: -55px auto 0 auto;}

.lp_c01b-case-textbox span{
	font-size: 18px;}

.lp_c01b-leadtx01-area{
	max-width: 1060px;
	padding: 18px 20px;
	border: 2px #2AA6BA solid;}

.lp_c01b-leadtx01{
	font-size: 24px;}

.lp_c01b-leadtx01 .txoption01{
	font-size: 36px;}

.lp_c01b-leadtx01 .aihave{
	width: 260px;
	margin: 0 16px;}
}

@media only screen and (max-width: 520px) {
.lp_c01b_bg01{
	padding: 5.0rem 0 6.0rem 0;}

.lp_c01b-ttl{
	font-size: 2.6rem;
	letter-spacing: 0.02em;
	margin: 0 auto 6.0rem auto;}

.lp_c01b-ttl .txoption01{
	font-size: 3.2rem;}

.lp_c01b-ttl .txoption02{
	font-size: 4.4rem;
 	background-size: 1em 0.8rem;
 	padding-top: 0.5rem;}

.lp_c01b-case-circle{
	margin: 1.2rem auto 0 auto;}

.lp_c01b-case-circle:before{
	width: 5.6rem;
	top: -1.2rem;}

.lp_c01b-case-textbox{
	font-size: 1.6rem;
	width: calc(100% - 3.0rem);
	padding: 2.0rem 1.5rem;
	border-radius: 0 1.0rem 1.0rem 1.0rem;
	margin: -5.5rem auto 0 auto;}

.lp_c01b-case-textbox span{
	font-size: 1.8rem;}

.lp_c01b-leadtx01-area{
	padding: 1.8rem 2.0rem;
	border: 0.2rem #2AA6BA solid;}

.lp_c01b-leadtx01{
	font-size: 2.4rem;}

.lp_c01b-leadtx01 .txoption01{
	font-size: 3.6rem;}

.lp_c01b-leadtx01 .aihave{
	width: 26.0rem;
	margin: 0 1.6rem;}
}

.lp_c01b_repetitions01_g4{
	max-width: 1100px;
	margin: 0 auto 30px auto;}

.lp_c01b_repetitions01_g4:after{
	content: "";
	background-color: #2AA6BA;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 30px;
	height: 16px;
	display: block;
	padding: 0 0;
	margin: 10px auto 0 auto;}

.lp_c01b_repetitions01_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25% 25%;
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c01b_repetitions01_g4 > .grid_container > .grid_item {
	display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 812px) {
.lp_c01b_repetitions01_g4{
	max-width: 700px;
	margin: 0 auto 30px auto;}

.lp_c01b_repetitions01_g4:after{
	width: 30px;
	height: 16px;
	margin: 10px auto 0 auto;}
	
.lp_c01b_repetitions01_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.lp_c01b_repetitions01_g4 > .grid_container > .grid_item {
	 margin: 0 15px 30px 15px;}
}

@media only screen and (max-width: 520px) {
.lp_c01b_repetitions01_g4{
	margin: 0 auto 3.0rem auto;}

.lp_c01b_repetitions01_g4:after{
	width: 3.0rem;
	height: 1.6rem;
	margin: 1.0rem auto 0 auto;}

.lp_c01b_repetitions01_g4 > .grid_container > .grid_item {
	 margin: 0 1.5rem 3.0rem 1.5rem;}
}


.lp_c02a_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 100px 0 40px 0;
	margin: 0 auto;}

.lp_c02a-ttl{
	font-size: 27px;
	font-weight: 500;
	text-align: center;
	line-height: 1.85;
	letter-spacing: 0.03em;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02a-ttl span{
	font-size: 36px;
	background: linear-gradient(90deg, #2AA3AB 0%, #297CA9 30%, #6861AA 50%, #297CA9 70%, #2AA3AB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;}

@media only screen and (max-width: 812px) {
.lp_c02a_bg01{
	padding: 100px 0 40px 0;}

.lp_c02a-ttl{
	font-size: 24px;
	letter-spacing: 0.02em;}

.lp_c02a-ttl span{
	font-size: 30px;}
}

@media only screen and (max-width: 520px) {
.lp_c02a_bg01{
	padding: 10.0rem 0 4.0rem 0;}

.lp_c02a-ttl{
	font-size: 2.4rem;}

.lp_c02a-ttl span{
	font-size: 3.0rem;}
}


.lp_c02b_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_c02b-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c02b-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_c02b-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c02b-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_c02b-bg.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02b_contents-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 650px;
	margin: 90px auto 60px auto;}

.lp_c02b_contents{
	background-color: #FFF;
	aspect-ratio: 1 / 1;
	max-width: 200px;
	width: calc(33.33% - 30px);
	height: auto;
	display: flex;
	flex: 1 1 160px;
	position: relative;
	border: 2px #2AA6BA solid;
	border-radius: 100%;
	margin: 0 15px 30px 15px;}

.lp_c02b-tx01{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	color: #2AA5B9;
	width: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 0;
	margin: 0 0;}

@media only screen and (max-width: 812px) {
.lp_c02b_bg01{
	background-image: url(../images/lp-p/sp-p/sp-lp_c02b-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/sp-p/sp-lp_c02b-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_c02b-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/sp-p/sp-lp_c02b-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_c02b-bg.jpg") type("image/jpg"));}

.lp_c02b_contents-area{
	max-width: 500px;
	margin: 60px auto 40px auto;}

.lp_c02b_contents{
	width: calc(33.33% - 30px);
	flex: 1 1 160px;
	border: 2px #2AA6BA solid;
	margin: 0 15px 20px 15px;}

.lp_c02b-tx01{
	font-size: 24px;
	width: calc(100% - 20px);}
}

@media only screen and (max-width: 520px) {
.lp_c02b_contents-area{
	margin: 6.0rem auto 4.0rem auto;}

.lp_c02b_contents{
	max-width: 20.0rem;
	width: calc(33.33% - 3.0rem);
	flex: 1 1 16.0rem;
	border: 0.2rem #2AA6BA solid;
	margin: 0 1.5rem 2.0rem 1.5rem;}

.lp_c02b-tx01{
	font-size: 2.4rem;
	width: calc(100% - 2.0rem);}
}


.lp_c02c_bg01{
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, #4DBBA6 0%, #2AA3AB 20%, #297CA9 35%, #6861AA 50%, #297CA9 65%, #2AA3AB 80%, #4DBBA6 100%);
	position: relative;
	padding: 70px 0 60px 0;
	margin: 0 auto;}

.lp_c02c_bg01:before{
	content: "";
	background-image: url(../images/common-p/common02-bg.png);
	background-position: center center;
	background-repeat: repeat;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

.lp_c02c-inarea{
	position: relative;
	z-index: 2;}

.lp_c02c-ttl{
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.05em;
	color: #FFF;
	padding: 0 0;
	margin: 0 auto 40px auto;}

.lp_c02c-tx01{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.05em;
	color: #FFF;
	padding: 0 0;
	margin: 0 auto 60px auto;}

.lp_c02c_contents-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;}

.lp_c02c_contents{
	background-color: #FFF;
	width: calc(25% - 60px);
	display: flex;
  flex-direction: column;
	padding: 15px 15px;
	border-radius: 10px;
	margin: 0 15px 30px 15px;}

.lp_c02c_contents-ttl{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.02em;
	width: 100%;
	padding: 0 0;
	margin: 0 0 20px 0;}

.lp_c02c_contents-ttl span{
	background: linear-gradient(90deg,#2AA3AB 0%,#297CA9 30%,#6861AA 50%,#297CA9 70%,#2AA3AB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;}

.lp_c02c_contents-img{
	text-align: center;
	width: 100%;
	margin: auto 0 0 0;}

.lp_c02c_contents-img img{
	aspect-ratio: 130 / 120;
	max-width: 130px;
	width: 100%;
	height: auto;}

@media only screen and (max-width: 812px) {
.lp_c02c_bg01{
	padding: 60px 0 50px 0;}

.lp_c02c-ttl{
	font-size: 34px;
	letter-spacing: 0.02em;
	margin: 0 auto 30px auto;}

.lp_c02c-tx01{
	font-size: 22px;
	letter-spacing: 0.02em;
	margin: 0 auto 50px auto;}

.lp_c02c_contents-area{
	max-width: 600px;
	margin: 0 auto;}

.lp_c02c_contents{
	width: calc(50% - 50px);
	padding: 10px 10px;
	border-radius: 10px;
	margin: 0 15px 20px 15px;}

.lp_c02c_contents-ttl{
	font-size: 20px;
	letter-spacing: 0;
	margin: 0 0 24px 0;}

.lp_c02c_contents-img img{
	width: 60%;}
}

@media only screen and (max-width: 520px) {
.lp_c02c_bg01{
	padding: 6.0rem 0 5.0rem 0;}

.lp_c02c-ttl{
	font-size: 3.4rem;
	margin: 0 auto 3.0rem auto;}

.lp_c02c-tx01{
	font-size: 2.2rem;
	margin: 0 auto 5.0rem auto;}

.lp_c02c_contents{
	width: calc(50% - 5.0rem);
	padding: 1.0rem 1.0rem;
	border-radius: 1.0rem;
	margin: 0 1.5rem 2.0rem 1.5rem;}

.lp_c02c_contents-ttl{
	font-size: 2.0rem;
	margin: 0 0 2.4rem 0;}
}


.lp_c02d_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #F0F0FC;
	padding: 80px 0;
	margin: 0 auto;}

.lp_c02d-contentsbox{
	background-color: #FFF;
	overflow: hidden;
	padding: 0 0 40px 0;
	border-radius: 10px;}

.lp_c02d-contentsbox-inbox{
	background-image: url(../images/lp-p/lp_c02d-contents-inbox-bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 40px 40px 0 40px;
	margin: 0 0;}

.lp_c02d-contentsbox-ttl{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.02em;
	padding: 0 0;
	margin: 0 0 26px 0;}

.lp_c02d-contentsbox-ttl span{
	background: linear-gradient(90deg,#2AA3AB 0%,#297CA9 30%,#6861AA 50%,#297CA9 70%,#2AA3AB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;}

.lp_c02d-contentsbox-leadtx01{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02d-contentsbox-leadtx01 .marker-pc{
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 6px 6px;
	margin: 0 auto 5px auto;}

.lp_c02d-contentsbox-leadtx01 .marker-sp{
	background: none;}

.lp_c02d-contentsbox-leadtx01 .marker{
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 6px 6px;
	margin: 0 auto 5px auto;}

.lp_c02d-contentsbox-tx01{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	padding: 0 0;
	margin: 30px auto 0 auto;}

.lp_c02d-contentsbox-tx01 span{
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 6px 6px;}

.lp_c02d-contents-graph{
	text-align: center;
	margin: 40px 40px 0 40px;}

.lp_c02d-contents-graph img{
	aspect-ratio: 1012 / 448;
	max-width: 1012px;
	width: 100%;
	height: auto;}

@media only screen and (max-width: 812px) {
.lp_c02d_bg01{
	padding: 80px 0;}

.lp_c02d-contentsbox{
	padding: 0 0 40px 0;
	border-radius: 10px;}

.lp_c02d-contentsbox-inbox{
	background-image: url(../images/lp-p/sp-p/sp-lp_c02d-contents-inbox-bg.gif);
	background-position: top center;
	padding: 40px 30px 0 30px;}

.lp_c02d-contentsbox-ttl{
	font-size: 32px;
	letter-spacing: 0.02em;
	margin: 0 0 26px 0;}

.lp_c02d-contentsbox-leadtx01{
	font-size: 22px;}

.lp_c02d-contentsbox-leadtx01 .marker-pc{
	background: none;
	display: inline;
	padding: 0 0;
	margin: 0 0;}

.lp_c02d-contentsbox-leadtx01 .marker-sp{
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 6px 6px;
	margin: 0 auto 5px auto;}

.lp_c02d-contentsbox-leadtx01 .marker{
	background: linear-gradient(90deg,#F9EB00 0%,#FFC407 100%);
	display: inline-block;
	padding: 6px 6px;
	margin: 0 auto 5px auto;}

.lp_c02d-contentsbox-tx01{
	font-size: 22px;
	margin: 30px auto 0 auto;}

.lp_c02d-contentsbox-tx01 span{
	padding: 4px 4px;}

.lp_c02d-contents-graph{
	margin: 40px 40px 0 40px;}

.lp_c02d-contents-graph img{
	aspect-ratio: 760 / 640;
	max-width: 750px;}
}

@media only screen and (max-width: 520px) {
.lp_c02d_bg01{
	padding: 8.0rem 0;}

.lp_c02d-contentsbox{
	padding: 0 0 4.0rem 0;
	border-radius: 1.0rem;}

.lp_c02d-contentsbox-inbox{
	padding: 4.0rem 3.0rem 0 3.0rem;}

.lp_c02d-contentsbox-ttl{
	font-size: 3.2rem;
	margin: 0 0 2.6rem 0;}

.lp_c02d-contentsbox-leadtx01{
	font-size: 2.2rem;}

.lp_c02d-contentsbox-leadtx01 .marker-sp{
	padding: 0.6rem 0.6rem;
	margin: 0 auto 0.5rem auto;}

.lp_c02d-contentsbox-leadtx01 .marker{
	padding: 0.6rem 0.6rem;
	margin: 0 auto 0.5rem auto;}

.lp_c02d-contentsbox-tx01{
	font-size: 2.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c02d-contentsbox-tx01 span{
	padding: 0.4rem 0.4rem;}

.lp_c02d-contents-graph{
	margin: 4.0rem 4.0rem 0 4.0rem;}
}


.lp_c02e_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #2AA6BA;
	padding: 70px 0 20px 0;
	margin: 0 auto;}

.lp_c02e-contents-box{
	background-color: #FFF;
	padding: 30px 30px;
	border-radius: 10px;
	margin: 0 auto 50px auto;}

.lp_c02e-contents-box04{
	background-image: url(../images/lp-p/lp_c02e-contents04-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;}

.lp_c02e-contents-ttl{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.45;
	color: #1F1F1F;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c02e-contents-ttl span{
	color: #2AA5B8;}

.lp_c02e-contents01-icon:before,
.lp_c02e-contents02-icon:before,
.lp_c02e-contents03-icon:before,
.lp_c02e-contents04-icon:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 130 / 60;
	width: 130px;
	height: auto;
	display: block;
	padding: 0 0;
	margin: 0 0 16px 0;}

.lp_c02e-contents01-icon:before{
	background-image: url(../images/lp-p/lp_c02e-contents01-icon.png);}

.lp_c02e-contents02-icon:before{
	background-image: url(../images/lp-p/lp_c02e-contents02-icon.png);}

.lp_c02e-contents03-icon:before{
	background-image: url(../images/lp-p/lp_c02e-contents03-icon.png);}

.lp_c02e-contents04-icon:before{
	background-image: url(../images/lp-p/lp_c02e-contents04-icon.png);}

.lp_c02e-contents-leadtx01{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
	padding: 0 0;
	margin: 30px auto 10px auto;}

.lp_c02e-contents-tx01{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02e-contents-tx01 span{
	background: linear-gradient(180deg,rgba(249,233,0,0) 0%,rgba(249,233,0,0) 60%,rgba(249,233,0,1) 60%,rgba(249,233,0,1) 100%);}

.lp_c02e-contents03-img01{
	background-image: url(../images/lp-p/lp_c02e-contents03-img01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px #2AA6BA solid;
	border-radius: 10px;}

.lp_c02e-contents03-box-step{
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	padding: 20px 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;}

.lp_c02e-step01-icon:before,
.lp_c02e-step02-icon:before,
.lp_c02e-step03-icon:before,
.lp_c02e-step04-icon:before{
	content: "";
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 70px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

.lp_c02e-step01-icon:before{
	background-image: url(../images/lp-p/lp_c02e-step01-icon.png);}

.lp_c02e-step02-icon:before{
	background-image: url(../images/lp-p/lp_c02e-step02-icon.png);}

.lp_c02e-step03-icon:before{
	background-image: url(../images/lp-p/lp_c02e-step03-icon.png);}

.lp_c02e-step04-icon:before{
	background-image: url(../images/lp-p/lp_c02e-step04-icon.png);}

.lp_c02e-contents03-box-step-ttl{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.25;
	color: #0E5C83;
	padding: 0 0;
	margin: auto 30px;}

.lp_c02e-step00-img{
	text-align: center;
	padding: 0 0;
	margin: 10px 0 0 0;}

.lp_c02e-step00-img img{
	max-width: 145px;
	width: 70%;
	height: auto;}

.lp_c02e-contents-box-inbox{
	background-color: #EBF3F6;
	padding: 20px 20px;
	margin: 20px auto 0 auto;}

.lp_c02e-contents-box-inbox-ttl{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	color: #0D5B83;
	padding: 0 0;
	margin: 0 auto 14px auto;}

.lp_c02e-contents01-img01{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02e-contents01-img01 img{
	aspect-ratio: 622 / 328;
	max-width: 622px;
	width: 100%;
	height: auto;}

.lp_c02e-contents02-img01{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02e-contents02-img01 img{
	aspect-ratio: 622 / 305;
	max-width: 622px;
	width: 100%;
	height: auto;}

.lp_c02e-contents02-img{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02e-contents02-img img{
	aspect-ratio: 1060 / 338;
	max-width: 1060px;
	width: 100%;
	height: auto;}

.lp_c02e-contents04-img{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02e-contents04-img img{
	aspect-ratio: 1060 / 362;
	max-width: 1060px;
	width: 100%;
	height: auto;}

@media only screen and (max-width: 812px) {
.lp_c02e_bg01{
	padding: 60px 0 20px 0;}

.lp_c02e-contents-box{
	padding: 20px 20px;
	border-radius: 10px;
	margin: 0 auto 40px auto;}

.lp_c02e-contents-ttl{
	font-size: 26px;
	margin: 0 auto 20px auto;}

.lp_c02e-contents01-icon:before,
.lp_c02e-contents02-icon:before,
.lp_c02e-contents03-icon:before,
.lp_c02e-contents04-icon:before{
	width: 100px;
	margin: 0 0 16px 0;}

.lp_c02e-contents-leadtx01{
	font-size: 21px;
	margin: 30px auto 10px auto;}

.lp_c02e-contents-tx01{
	font-size: 18px;
	letter-spacing: 0.02em;}
	
.lp_c02e-contents03-img01{
	aspect-ratio: 5 / 3;
	height: auto;
	border: 1px #2AA6BA solid;
	border-radius: 10px;}

.lp_c02e-contents03-box-step{
	padding: 20px 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;}

.lp_c02e-step01-icon:before,
.lp_c02e-step02-icon:before,
.lp_c02e-step03-icon:before,
.lp_c02e-step04-icon:before{
	width: 70px;}

.lp_c02e-contents03-box-step-ttl{
	font-size: 18px;
	margin: auto 26px;}

.lp_c02e-step00-img{
	margin: 10px 0 0 0;}

.lp_c02e-contents-box-inbox{
	padding: 20px 20px;
	margin: 20px auto 0 auto;}

.lp_c02e-contents-box-inbox-ttl{
	font-size: 20px;
	margin: 0 auto 14px auto;}

.lp_c02e-contents01-img01 img{
	aspect-ratio: 622 / 328;}

.lp_c02e-contents02-img01 img{
	aspect-ratio: 622 / 305;}

.lp_c02e-contents02-img img{
	aspect-ratio: 1060 / 338;}

.lp_c02e-contents04-img img{
	aspect-ratio: 1060 / 362;}
}

@media only screen and (max-width: 520px) {
.lp_c02e_bg01{
	padding: 6.0rem 0 2.0rem 0;}

.lp_c02e-contents-box{
	padding: 2.0rem 2.0rem;
	border-radius: 1.0rem;
	margin: 0 auto 4.0rem auto;}

.lp_c02e-contents-ttl{
	font-size: 2.6rem;
	margin: 0 auto 2.0rem auto;}

.lp_c02e-contents01-icon:before,
.lp_c02e-contents02-icon:before,
.lp_c02e-contents03-icon:before,
.lp_c02e-contents04-icon:before{
	width: 10.0rem;
	margin: 0 0 1.6rem 0;}

.lp_c02e-contents-leadtx01{
	font-size: 2.1rem;
	margin: 3.0rem auto 1.0rem auto;}

.lp_c02e-contents-tx01{
	font-size: 1.8rem;}
	
.lp_c02e-contents03-img01{
	border: 0.1rem #2AA6BA solid;
	border-radius: 1.0rem;}

.lp_c02e-contents03-box-step{
	padding: 2.0rem 0 1.0rem 0;
	box-shadow: 0px 0px 1.0rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 1.0rem;}

.lp_c02e-step01-icon:before,
.lp_c02e-step02-icon:before,
.lp_c02e-step03-icon:before,
.lp_c02e-step04-icon:before{
	width: 6.0rem;}

.lp_c02e-contents03-box-step-ttl{
	font-size: 1.8rem;
	margin: auto 2.6rem;}

.lp_c02e-step00-img{
	margin: 1.0rem 0 0 0;}

.lp_c02e-contents-box-inbox{
	padding: 2.0rem 2.0rem;
	margin: 2.0rem auto 0 auto;}

.lp_c02e-contents-box-inbox-ttl{
	font-size: 2.0rem;
	margin: 0 auto 1.4rem auto;}

.lp_c02e-contents01-img01 img{
	aspect-ratio: 622 / 328;}

.lp_c02e-contents02-img01 img{
	aspect-ratio: 622 / 305;}

.lp_c02e-contents02-img img{
	aspect-ratio: 1060 / 338;}

.lp_c02e-contents04-img img{
	aspect-ratio: 1060 / 362;}
}

.lp_c02e_contents01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 44% 55%;
	grid-template-columns: 44% 56%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c02e_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
	margin: 0 0 30px 0}
	
.lp_c02e_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;}

@media only screen and (max-width: 812px) {
.lp_c02e_contents01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c02e_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.lp_c02e_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;}
}

@media only screen and (max-width: 520px) {
}

.lp_c02e_contents02_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c02e_contents02_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
	margin: 0 15px 0 0;}
	
.lp_c02e_contents02_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 70px 0 0 15px;}

@media only screen and (max-width: 812px) {
.lp_c02e_contents02_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c02e_contents02_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 0 30px 0;}
	
.lp_c02e_contents02_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;
	margin: 0 0;}
}

@media only screen and (max-width: 520px) {
.lp_c02e_contents02_g2 > .grid_container > .grid_item_01 {
	margin: 0 0 3.0rem 0;}
}

.lp_c02e_repetitions01_g4{
	background-color: #EBF3F6;
	padding: 30px 10px 0 10px;
	margin: 30px 0 0 0;}

.lp_c02e_repetitions01_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25% 25%;
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c02e_repetitions01_g4 > .grid_container > .grid_item {
	display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
	margin: 0 10px 30px 10px;}

@media only screen and (max-width: 812px) {
.lp_c02e_repetitions01_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.lp_c02e_repetitions01_g4 > .grid_container > .grid_item {
	margin: 0 8px 16px 8px;}
}

@media only screen and (max-width: 520px) {
.lp_c02e_repetitions01_g4{
	padding: 3.0rem 1.0rem 0 1.0rem;
	margin: 3.0rem 0 0 0;}
	
.lp_c02e_repetitions01_g4 > .grid_container > .grid_item {
	margin: 0 0.8rem 1.6rem 0.8rem;}
}


.lp_c03_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #F0F0FC;
	padding: 100px 0 40px 0;
	margin: 0 auto;}

.lp_c03-ttl{
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 auto 40px auto;}

.lp_c03-ttl span{
	background: linear-gradient(90deg,#2AA3AB 0%,#297CA9 30%,#6861AA 50%,#297CA9 70%,#2AA3AB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;}

.lp_c03-contents-box{
	background-color: #FFF;
	padding: 30px 15px 0 15px;
	border-radius: 10px;
	margin: 0 auto 40px auto;}

.lp_c03-contents-box-ttl{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.02em;
	position: relative;
	padding: 0 0 0 150px;
	margin: 0 15px 30px 15px;}

.lp_c03-contents-box-ttl span{
	background: linear-gradient(90deg,#2AA3AB 0%,#297CA9 30%,#6861AA 50%,#297CA9 70%,#2AA3AB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;}

.lp_c03a-model01-icon:before,
.lp_c03a-model02-icon:before,
.lp_c03a-model03-icon:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 130 / 60;
	width: 130px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;}

.lp_c03a-model01-icon:before{
	background-image: url(../images/lp-p/lp_c03a-model01-icon.png);}

.lp_c03a-model02-icon:before{
	background-image: url(../images/lp-p/lp_c03a-model02-icon.png);}

.lp_c03a-model03-icon:before{
	background-image: url(../images/lp-p/lp_c03a-model03-icon.png);}

.lp_c03a-model01-img,
.lp_c03a-model02-img,
.lp_c03a-model03-img{
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 500px;
	width: 100%;
	height: 300px;
	border: 1px #2AA6BA solid;
	border-radius: 10px;
	margin: 0 0 0 auto;}

.lp_c03a-model01-img{
	background-image: url(../images/lp-p/lp_c03a-model01-img.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c03a-model01-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model01-img.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c03a-model01-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model01-img.jpg") type("image/jpg"));}

.lp_c03a-model02-img{
	background-image: url(../images/lp-p/lp_c03a-model02-img.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c03a-model02-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model02-img.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c03a-model02-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model02-img.jpg") type("image/jpg"));}

.lp_c03a-model03-img{
	background-image: url(../images/lp-p/lp_c03a-model03-img.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c03a-model03-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model03-img.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c03a-model03-img.webp") type("image/webp"),
		url("../images/lp-p/lp_c03a-model03-img.jpg") type("image/jpg"));}

.lp_c03-contents-box-leadtx01{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.03em;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c03-contents-box-tx01{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0;
	margin: 0 auto;}

.lp_c03-contents-box-tx01 span{
	font-weight: 600;}

.lp_c03-contents-box-leadtx02{
	list-style: none;
	padding: 0 0;
	margin: 30px auto;}

.lp_c03-contents-box-leadtx02 li{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
	color: #2AA5B9;
	padding: 0 0;
	margin: 10px auto;}

@media only screen and (max-width: 812px) {
.lp_c03_bg01{
	padding: 80px 0 20px 0;}

.lp_c03-ttl{
	font-size: 36px;
	letter-spacing: 0.02em;
	margin: 0 auto 40px auto;}

.lp_c03-contents-box{
	padding: 20px 10px 0 10px;
	border-radius: 10px;
	margin: 0 auto 36px auto;}

.lp_c03-contents-box-ttl{
	font-size: 32px;
	padding: 0 0;
	margin: 0 10px 20px 10px;}

.lp_c03a-model01-icon:before,
.lp_c03a-model02-icon:before,
.lp_c03a-model03-icon:before{
	width: 100px;
	display: block;
	position: relative;
	top: inherit;
	left: inherit;
	margin: 0 auto 10px 0;}

.lp_c03a-model01-img,
.lp_c03a-model02-img,
.lp_c03a-model03-img{
	max-width: none;
	aspect-ratio: 5 / 3;
	width: 100%;
	height: auto;
	border: 1px #2AA6BA solid;
	border-radius: 10px;}

.lp_c03-contents-box-leadtx01{
	font-size: 24px;
	letter-spacing: 0.02em;
	margin: 0 auto 20px auto;}

.lp_c03-contents-box-tx01{
	font-size: 16px;}

.lp_c03-contents-box-leadtx02{
	margin: 20px auto;}

.lp_c03-contents-box-leadtx02 li{
	font-size: 16px;
	line-height: 1.6;
	margin: 8px auto;}
}

@media only screen and (max-width: 520px) {
.lp_c03_bg01{
	padding: 8.0rem 0 2.0rem 0;}

.lp_c03-ttl{
	font-size: 3.6rem;
	margin: 0 auto 4.0rem auto;}

.lp_c03-contents-box{
	padding: 2.0rem 1.0rem 0 1.0rem;
	border-radius: 1.0rem;
	margin: 0 auto 3.6rem auto;}

.lp_c03-contents-box-ttl{
	font-size: 3.2rem;
	margin: 0 1.0rem 2.0rem 1.0rem;}

.lp_c03a-model01-icon:before,
.lp_c03a-model02-icon:before,
.lp_c03a-model03-icon:before{
	width: 10.0rem;
	margin: 0 auto 1.0rem 0;}

.lp_c03a-model01-img,
.lp_c03a-model02-img,
.lp_c03a-model03-img{
	border: 0.1rem #2AA6BA solid;
	border-radius: 1.0rem;}

.lp_c03-contents-box-leadtx01{
	font-size: 2.4rem;
	margin: 0 auto 2.0rem auto;}

.lp_c03-contents-box-tx01{
	font-size: 1.6rem;}

.lp_c03-contents-box-leadtx02{
	margin: 2.0rem auto;}

.lp_c03-contents-box-leadtx02 li{
	font-size: 1.6rem;
	margin: 0.8rem auto;}
}

.lp_c03a_contents01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c03a_contents01_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.lp_c03a_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */}
	
.lp_c03a_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;}

@media only screen and (max-width: 812px) {
.lp_c03a_contents01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c03a_contents01_g2 > .grid_container > .grid_item {
	margin: 0 10px 20px 10px;}

.lp_c03a_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.lp_c03a_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;}
}

@media only screen and (max-width: 520px) {
.lp_c03a_contents01_g2 > .grid_container > .grid_item {
	margin: 0 1.0rem 2.0rem 1.0rem;}
}


.lp_c04_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 80px 0;
	margin: 0 auto;}

.lp_c04-bannerlink-area{
	text-align: center;
	margin: 0 auto;}

.lp_c04-bannerlink{}

.lp_c04-bannerlink img{
	aspect-ratio: 1100 / 330;
	max-width: 1100px;
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);}

@media only screen and (max-width: 812px) {
.lp_c04_bg01{
	padding: 60px 0;}
	
.lp_c04-bannerlink img{
	aspect-ratio: 920 / 326;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);}
}

@media only screen and (max-width: 520px) {
.lp_c04_bg01{
	padding: 6.0rem 0;}
	
.lp_c04-bannerlink img{
	box-shadow: 0 0 0.8rem 0.2rem rgba(0, 0, 0, 0.3);}
}


.lp_c05_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	padding: 0 0;
	margin: 0 auto;}

.lp_c05_bg01:before{
	content: "";
	background-color: #123C62;
	width: 50%;
	height: 87.8%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;}

.lp_c05_bg01:after{
	content: "";
	background-image: url(../images/lp-p/lp_c05-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c05-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_c05-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c05-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_c05-bg.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;}

.lp_c05-area{
	position: relative;
	z-index: 5;}

.lp_c05-ttl{
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.075em;
	padding: 120px 0 40px 0;
	margin: 0 auto;}

.lp_c05-tx01{
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding: 0 0;
	margin: 0 auto;}

.lp_c05-inbox{
	background-image: url(../images/common-p/common01-bg.gif);
	background-position: center center;
	background-repeat: repeat;
	padding: 30px 15px 0 15px;
	margin: 40px auto 0 auto;}

.lp_c05-contents-ttl{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: #FFF;
	background: linear-gradient(90deg, #3391AB 0%, #4E6CAA 100%);
	padding: 15px 20px;
	margin: 0 0;}

.lp_c05-contents-tx01{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding: 18px 20px;
	margin: 0 0;}

@media only screen and (max-width: 812px) {
.lp_c05_bg01:before{
	display: none;}

.lp_c05_bg01:after{
	background-image: url(../images/lp-p/sp-p/sp-lp_c05-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp-p/sp-p/sp-lp_c05-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_c05-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/sp-p/sp-lp_c05-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_c05-bg.jpg") type("image/jpg"));
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;}

.lp_c05-ttl{
	font-size: 32px;
	text-align: left;
	letter-spacing: 0.075em;
	padding: 120px 0 30px 0;}

.lp_c05-tx01{
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.02em;}

.lp_c05-inbox{
	padding: 20px 10px 0 10px;
	margin: 30px auto 0 auto;}

.lp_c05-contents-ttl{
	font-size: 20px;
	letter-spacing: 0.02em;
	padding: 12px 15px;}

.lp_c05-contents-tx01{
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding: 12px 15px;}
}

@media only screen and (max-width: 520px) {
.lp_c05-ttl{
	font-size: 3.2rem;
	padding: 12.0rem 0 3.0rem 0;}

.lp_c05-tx01{
	font-size: 1.6rem;}

.lp_c05-inbox{
	padding: 2.0rem 1.0rem 0 1.0rem;
	margin: 3.0rem auto 0 auto;}

.lp_c05-contents-ttl{
	font-size: 2.0rem;
	padding: 1.2rem 1.5rem;}

.lp_c05-contents-tx01{
	font-size: 1.6rem;
	padding: 1.2rem 1.5rem;}
}

.lp_c05_repetitions01_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25% 25%;
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c05_repetitions01_g4 > .grid_container > .grid_item {
	display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 10px;
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 812px) {
.lp_c05_repetitions01_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.lp_c05_repetitions01_g4 > .grid_container > .grid_item {
	border-radius: 10px;
	margin: 0 10px 20px 10px;}
}

@media only screen and (max-width: 520px) {
.lp_c05_repetitions01_g4 > .grid_container > .grid_item {
	border-radius: 1.0rem;
	margin: 0 1.0rem 2.0rem 1.0rem;}
}


.lp_c06_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_c06-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 80px 0 60px 0;
	margin: 0 auto;}

.lp_c06-ttl{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 auto 50px auto;}

.lp_c06-tx01{
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	padding: 0 0;
	margin: 0 auto;}

.lp_c06-tx01 span{
	font-weight: 600;}

@media only screen and (max-width: 812px) {
.lp_c06_bg01{
	background-image: url(../images/lp-p/sp-p/sp-lp_c06-bg.gif);
	background-position: center center;
	background-size: cover;
	padding: 60px 0 40px 0;}

.lp_c06-ttl{
	font-size: 34px;
	letter-spacing: 0.02em;
	margin: 0 auto 40px auto;}

.lp_c06-tx01{
	font-size: 16px;}
}

@media only screen and (max-width: 520px) {
.lp_c06_bg01{
	padding: 6.0rem 0 4.0rem 0;}

.lp_c06-ttl{
	font-size: 3.4rem;
	margin: 0 auto 4.0rem auto;}

.lp_c06-tx01{
	font-size: 1.6rem;}
}


.lp_c07_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 80px 0 20px 0;
	margin: 0 auto;}

.lp_c07-ttl{
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 auto -50px auto;}

.lp_c07-ttl span{
	background: linear-gradient(90deg,#2AA3AB 0%,#297CA9 30%,#6861AA 50%,#297CA9 70%,#2AA3AB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;}

@media only screen and (max-width: 812px) {
.lp_c07_bg01{
	padding: 80px 0 20px 0;}

.lp_c07-ttl{
	font-size: 36px;
    letter-spacing: 0.02em;
	margin: 0 auto -50px auto;}
}

@media only screen and (max-width: 520px) {
.lp_c07_bg01{
	padding: 8.0rem 0 2.0rem 0;}

.lp_c07-ttl{
	font-size: 3.6rem;
	margin: 0 auto -5.0rem auto;}
}
	

.top_repetitions00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33.33% 33.33% 33.33%;
	grid-template-columns: 33.33% 33.33% 33.33%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 812px) {
.top_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 15px 30px 15px;}
}

@media only screen and (max-width: 520px) {
.top_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}
}


.top_contents00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.top_contents00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.top_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */}
	
.top_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;}

@media only screen and (max-width: 520px) {
.top_contents00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.top_contents00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}

.top_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.top_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;}
}