@charset "utf-8";
/*====================================
フッター
====================================*/
footer{
	width: 100%;
	height: auto;
	background-color: #018BCC;
	padding: 30px 0;
	margin: 0 auto;}

.copyright{
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	padding: 0 0;
	margin: 0 auto;}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
footer{
	padding: 3.0rem 0;}

.copyright{
	font-size: 1.2rem;}
}
footer ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0 0 1em 0;
	gap: 2em;
	padding: 0
}
footer ul li a {
	color: #fff;
}
@media only screen and (max-width: 520px) {
	footer ul li a {
		font-size: 1.8rem;
	}
}


/*====================================
サイトここから
====================================*/
.lp_main_bg01{
	background-image: url(../images/lp/lp_main-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_main-bg.webp") type("image/webp"),
		url("../images/lp/lp_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_main-bg.webp") type("image/webp"),
		url("../images/lp/lp_main-bg.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #03A2ED;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin: 0 auto;}

.lp_main_bg01:before{
	content: "";
	background-color: #FFF;
	width: calc(50% + 210px);
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 280px) 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(210px,0);
	z-index: 1;
	padding: 0 0;
	margin: 0 0;}

.lp_main_bg01:after{
	content: "";
	background: linear-gradient(-90deg,#0278B0 0%,#03A2ED 100%);
	width: calc(50% + 195px);
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 280px) 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(195px,0);
	z-index: 2;
	padding: 0 0;
	margin: 0 0;}

.lp_main-logo{
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
	margin: 0 0;}

.lp_main-logo img{
	aspect-ratio: 210 / 50;
	width: 210px;
	height: auto;}

.lp_main-ttl{
	position: relative;
	z-index: 5;
	padding: 100px 0 56px 0;
	margin: 0 auto;}

.lp_main-ttl img{
	aspect-ratio: 550 / 414;
	max-width: 550px;
	width: 50%;
	height: auto;}

.lp_main-tel{
	position: absolute;
	top: 4px;
	right: -17px;
	z-index: 6;}

.lp_main-tel img{
	aspect-ratio: 352 / 78;
	width: 352px;
	height: auto;}

@media only screen and (max-width: 812px) {
.lp_main_bg01{
	background-image: url(../images/lp/sp/sp-lp_main-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_main-bg.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_main-bg.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_main-bg.jpg") type("image/jpg"));
	background-position: bottom center;
	background-size: 100% auto;}

.lp_main_bg01:before{
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, 100% calc(72% - 100px), 0% 72%);
	top: 0;
	right: 0;
	transform: translate(0,0);}

.lp_main_bg01:after{
	background: linear-gradient(0deg,#0278B0 0%,#03A2ED 100%);
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, 100% calc(72% - 100px), 0% 72%);
	top: 0;
	right: 0;
	transform: translate(0,-10px);}

.lp_main-logo{
	max-width: 250px;
	width: calc(40% - 36px);
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;}

.lp_main-logo img{
	width: 100%;}

.lp_main-ttl{
	padding: 100px 0 115px 0;}

.lp_main-ttl img{
	aspect-ratio: 920 / 654;
	max-width: none;
	width: 100%;
	height: auto;}

.lp_main-tel{
	max-width: 352px;
	width: 60%;
	top: 4px;
	right: -17px;}

.lp_main-tel img{
	width: 100%;}
}

@media only screen and (max-width: 520px) {
.lp_main_bg01:before{
	clip-path: polygon(0 0, 100% 0%, 100% calc(72% - 10.0rem), 0% 72%);}

.lp_main_bg01:after{
	clip-path: polygon(0 0, 100% 0%, 100% calc(72% - 10.0rem), 0% 72%);
	transform: translate(0,-1.0rem);}

.lp_main-logo{
	width: calc(40% - 3.6rem);
	padding: 1.2rem 1.8rem;
	border-radius: 0 0 1.0rem 1.0rem;}

.lp_main-ttl{
	padding: 8.0rem 0 11.5rem 0;}

.lp_main-tel{
	top: 0.4rem;
	right: -1.7rem;}
}


.lp_cv01_bg01{
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	padding: 60px 0 30px;
	margin: 0 auto;}

.lp_cv01-ttl{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #008BCC;
	padding: 0 0;
	margin: 0 auto 15px auto;}

.lp_cv01-tx01{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.65;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

@media only screen and (max-width: 812px) {
.lp_cv01_bg01{
	padding: 60px 0 30px;}

.lp_cv01-ttl{
	font-size: 38px;
	margin: 0 auto 15px auto;}

.lp_cv01-tx01{
	font-size: 20px;}
}

@media only screen and (max-width: 520px) {
.lp_cv01_bg01{
	padding: 6.0rem 0 3.0rem;}

.lp_cv01-ttl{
	font-size: 3.8rem;
	margin: 0 auto 1.5rem auto;}

.lp_cv01-tx01{
	font-size: 2.0rem;}
}


.lp_cv02_bg01{
	background-image: url(../images/lp/lp_cv-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_cv-bg.webp") type("image/webp"),
		url("../images/lp/lp_cv-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_cv-bg.webp") type("image/webp"),
		url("../images/lp/lp_cv-bg.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	margin: 0 auto;}

.lp_cv-img01{
	position: relative;}

.lp_cv-img01:after{
	content: "";
	background-image: url(../images/lp/lp_cv-img01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 330 / 300;
	width: 330px;
	display: block;
	position: absolute;
	bottom: -60px;
	left: calc(50% + 160px);
	z-index: 0;
	pointer-events: none;}

.lp_cv02-leadtx01{
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	color: #FFF;
	width: 80%;
	padding: 0 0;
	margin: 0 auto 20px 0;}

.lp_cv02-leadtx01 span{
	font-size: 52px;
	color: #FFFF4C;
	background-image: radial-gradient(circle at center, #FFFF4C 4px, transparent 0); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 52px 8px; /* 点の間隔とサイズ調整 */
	padding-top: 0; /* 縦方向の位置調整 */}

.lp_cv02-btn{
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.65;
	color: #FFF;
	background: linear-gradient(0deg,#0737A6 0%,#1C6FE9 100%);
	width: 470px;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	padding: 25px 30px;
	border: 5px #FFF solid;
	border-radius: 4px;
	margin: 0 auto 0 100px;}

.lp_cv02-btn:before{
	content: "";
	background-image: url(../images/lp/lp_cv-speechbubble01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 130px;
	position: absolute;
	top: -20px;
	left: -105px;
	z-index: 1;}

.lp_cv02-btn:after{
	content: "";
	background-image: url(../images/lp/lp_cv-btnarrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 26px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	z-index: 1;}

.lp_cv02-btn span{
	font-size: 42px;}

@media only screen and (max-width: 812px) {
.lp_cv02_bg01{
	padding: 60px 0 160px 0;}
	
.lp_cv-img01:after{
	width: 200px;
	bottom: -160px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;}

.lp_cv02-leadtx01{
	font-size: 42px;
	text-align: center;
	width: auto;
	margin: 0 auto 40px 0;}

.lp_cv02-leadtx01 span{
	font-size: 46px;
	background-image: radial-gradient(circle at center, #FFFF4C 4px, transparent 0);
	background-size: 48px 8px;}

.lp_cv02-btn{
	font-size: 36px;
	max-width: 470px;
	width: calc(100% - 40px);
	padding: 25px 20px;
	border: 5px #FFF solid;
	border-radius: 4px;
	margin: 0 auto;}

.lp_cv02-btn:before{
	width: 100px;
	top: -60px;
	left: -30px;}

.lp_cv02-btn:after{
	width: 26px;
	right: 15px;}

.lp_cv02-btn span{
	font-size: 40px;}
}

@media only screen and (max-width: 520px) {
.lp_cv02_bg01{
	padding: 6.0rem 0 16.0rem 0;}
	
.lp_cv-img01:after{
	width: 20.0rem;
	bottom: -16.0rem;}

.lp_cv02-leadtx01{
	font-size: 4.2rem;
	margin: 0 auto 4.0rem 0;}

.lp_cv02-leadtx01 span{
	font-size: 4.6rem;
	background-image: radial-gradient(circle at center, #FFFF4C 0.4rem, transparent 0);
	background-size: 4.8rem 0.8rem;}

.lp_cv02-btn{
	font-size: 3.6rem;
	width: calc(100% - 4.0rem);
	padding: 2.5rem 2.0rem;
	border: 0.5rem #FFF solid;
	border-radius: 0.4rem;}

.lp_cv02-btn:before{
	width: 10.0rem;
	top: -6.0rem;
	left: -3.0rem;}

.lp_cv02-btn:after{
	width: 2.6rem;
	right: 1.5rem;}

.lp_cv02-btn span{
	font-size: 4.0rem;}
}

@media(hover: hover) {
.lp_cv02-btn:hover{
	background: linear-gradient(0deg,#1441AB 0%,#2875E8 100%);}
}



.lp_c01_bg01{
	background-image: url(../images/common/lp_commonbg01-bg.gif);
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
	padding: 70px 0 70px 0;
	margin: 0 auto;}

.lp_c01-ttl{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01-ttl span{
	font-size: 42px;
	color: #018BCC;
	background: linear-gradient(180deg,rgba(255,255,77,0) 0%,rgba(255,255,77,0) 70%,rgba(255,255,77,1) 70%,rgba(255,255,77,1) 90%,rgba(255,255,77,0) 90%,rgba(255,255,77,0) 100%);}

.lp_c01-contentsbox{
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 30px 15px 10px 15px;
	margin: 260px auto 40px auto;}

.lp_c01-contentsbox:before{
	content: "";
	background-image: url(../images/lp/lp_c01-img01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 376 / 240;
	width: 376px;
	height: auto;
	position: absolute;
	top: -234px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;}

.lp_c01-contentsbox > .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;
	list-style: none;
	padding: 0 0;
	margin: 0 0;}

.lp_c01-contentsbox > .grid_container > .grid_item {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	background-color: #FFFF95;
	position: relative;
	padding: 10px 10px 10px 40px;
	margin: 0 15px 20px 15px;}

.lp_c01-contentsbox > .grid_container > .grid_item:before{
	content: "";
	background-color: #038BCD;
	aspect-ratio: 1 / 1;
	width: 20px;
	height: auto;
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	border-radius: 100%;}

.lp_c01-leadtx01{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	color: #000;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c01-leadtx01 span{
	font-size: 36px;
	color: #018BCC;}

.lp_c01-tx01{
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 1.55;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01-tx01 span{
	font-size: 26px;
	font-weight: 700;
	color: #008BCC;}

@media only screen and (max-width: 812px) {
.lp_c01_bg01{
	padding: 70px 0 70px 0;}

.lp_c01-ttl{
	font-size: 34px;}

.lp_c01-ttl span{
	font-size: 38px;}

.lp_c01-contentsbox{
	max-width: 520px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 15px 10px 15px;
	margin: 240px auto 40px auto;}

.lp_c01-contentsbox:before{
	width: 350px;
	top: -218px;}

.lp_c01-contentsbox > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c01-contentsbox > .grid_container > .grid_item {
	font-size: 24px;
	padding: 10px 10px 10px 36px;
	margin: 0 15px 20px 15px;}

.lp_c01-contentsbox > .grid_container > .grid_item:before{
	width: 18px;
	top: 13px;
	left: 10px;}

.lp_c01-leadtx01{
	font-size: 28px;
	margin: 0 auto 20px auto;}

.lp_c01-leadtx01 span{
	font-size: 32px;}

.lp_c01-tx01{
	font-size: 20px;}

.lp_c01-tx01 span{
	font-size: 23px;}
}

@media only screen and (max-width: 520px) {
.lp_c01_bg01{
	padding: 7.0rem 0 7.0rem 0;}

.lp_c01-ttl{
	font-size: 3.4rem;}

.lp_c01-ttl span{
	font-size: 3.8rem;}

.lp_c01-contentsbox{
	box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.05);
	padding: 3.0rem 1.5rem 1.0rem 1.5rem;
	margin: 24.0rem auto 4.0rem auto;}

.lp_c01-contentsbox:before{
	width: 35.0rem;
	top: -21.8rem;}

.lp_c01-contentsbox > .grid_container > .grid_item {
	font-size: 2.4rem;
	padding: 1.0rem 1.0rem 1.0rem 3.6rem;
	margin: 0 1.5rem 2.0rem 1.0rem;}

.lp_c01-contentsbox > .grid_container > .grid_item:before{
	width: 1.8rem;
	top: 1.3rem;
	left: 1.0rem;}

.lp_c01-leadtx01{
	font-size: 2.8rem;
	margin: 0 auto 2.0rem auto;}

.lp_c01-leadtx01 span{
	font-size: 3.2rem;}

.lp_c01-tx01{
	font-size: 2.0rem;}

.lp_c01-tx01 span{
	font-size: 2.3rem;}
}


.lp_c02_bg01{
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	margin: 0 auto;}

.lp_c02_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_c02_contents01_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.lp_c02_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_c02_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;}

.lp_c02-ttl{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #018BCC;
	padding: 50px 0 20px 0;
	margin: 0 auto;}

.lp_c02-tx01{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.85;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02-img01{
	text-align: center;}

.lp_c02-img01 img{
	acsept-ratio: 522 / 574;
	max-width: 522px;
	width: 100%;
	height: auto;}

.lp_c02-subttl{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.65;
	letter-spacing: 0.06em;
	color: #018BCC;
	padding: 10px 0;
	margin: 0 auto;}

.lp_c02-table{
	max-width: 920px;
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;}

.lp_c02-table tr{}

.lp_c02-table tr th,
.lp_c02-table tr td{
	text-align: left;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c02-table tr th{
	font-size: 20px;
	font-weight: 700;
	background-color: #EFF9FE;
	width: 30%;}

.lp_c02-table tr td{
	font-size: 18px;
	font-weight: 400;
	width: 70%;}

@media only screen and (max-width: 960px) {
.lp_c02_contents01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}
	
.lp_c02_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: 812px) {
.lp_c02_bg01{
	padding: 60px 0;}

.lp_c02_contents01_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.lp_c02-ttl{
	font-size: 38px;
	padding: 50px 0 20px 0;}

.lp_c02-tx01{
	font-size: 18px;}

.lp_c02-img01 img{
	max-width: 512px;
	width: 80%;}

.lp_c02-subttl{
	font-size: 28px;
	padding: 10px 0;}

.lp_c02-table tr th,
.lp_c02-table tr td{
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c02-table tr th{
	font-size: 20px;
	width: 50%;}

.lp_c02-table tr td{
	font-size: 18px;
	width: 50%;}
}

@media only screen and (max-width: 520px) {
.lp_c02_bg01{
	padding: 6.0rem 0;}

.lp_c02_contents01_g2 > .grid_container > .grid_item {
	margin: 0 1.5rem 3.0rem 1.5rem;}

.lp_c02-ttl{
	font-size: 3.8rem;
	padding: 5.0rem 0 2.0rem 0;}

.lp_c02-tx01{
	font-size: 1.8rem;}

.lp_c02-subttl{
	font-size: 2.8rem;
	padding: 1.0rem 0;}

.lp_c02-table tr th,
.lp_c02-table tr td{
	padding: 1.5rem 1.0rem;
	border: 0.1rem #999 solid;}

.lp_c02-table tr th{
	font-size: 2.0rem;}

.lp_c02-table tr td{
	font-size: 1.8rem;}
}


.lp_c03_bg01{
	background-color: #F6F6F6;
	width: 100%;
	overflow: hidden;
	padding: 100px 0 70px 0;
	margin: 0 auto;}

.lp_c03-ttl{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #000;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c03-ttl span{
	font-size: 42px;
    color: #018BCC;
    background: linear-gradient(180deg, rgba(255, 255, 77, 0) 0%, rgba(255, 255, 77, 0) 70%, rgba(255, 255, 77, 1) 70%, rgba(255, 255, 77, 1) 90%, rgba(255, 255, 77, 0) 90%, rgba(255, 255, 77, 0) 100%);}

.lp_c03_pointobox_g2{
	max-width: 1000px;
	padding: 0 0 0 40px;
	margin: 0 auto;}

.lp_c03_pointobox_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px calc(100% - 200px);
	grid-template-columns: 200px calc(100% - 200px);
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c03_pointobox_g2 > .grid_container > .grid_item {
	margin: 0 0 30px 0;}

.lp_c03_pointobox_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_c03_pointobox_g2 > .grid_container > .grid_item_02 {
	background-color: #FFF;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;
	padding: 30px 30px;}

.lp_c03-point-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;}

.lp_c03-point-img:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1/ 1;
	width: 80px;
	position: absolute;
	top: -20px;
	left: -40px;
	z-index: 1;}

.lp_c03-point01{
	background-image: url(../images/lp/lp_c03-point01-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c03-point01-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point01-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c03-point01-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point01-img01.jpg") type("image/jpg"));}

.lp_c03-point01:before{
	background-image: url(../images/lp/lp_c03-point01.png);}

.lp_c03-point02{
	background-image: url(../images/lp/lp_c03-point02-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c03-point02-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point02-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c03-point02-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point02-img01.jpg") type("image/jpg"));}

.lp_c03-point02:before{
	background-image: url(../images/lp/lp_c03-point02.png);}

.lp_c03-point03{
	background-image: url(../images/lp/lp_c03-point03-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c03-point03-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point03-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c03-point03-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point03-img01.jpg") type("image/jpg"));}

.lp_c03-point03:before{
	background-image: url(../images/lp/lp_c03-point03.png);}

.lp_c03-point04{
	background-image: url(../images/lp/lp_c03-point04-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c03-point04img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point04-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c03-point04-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point04-img01.jpg") type("image/jpg"));}

.lp_c03-point04:before{
	background-image: url(../images/lp/lp_c03-point04.png);}

.lp_c03-point05{
	background-image: url(../images/lp/lp_c03-point05-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c03-point05-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point05-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c03-point05-img01.webp") type("image/webp"),
		url("../images/lp/lp_c03-point05-img01.jpg") type("image/jpg"));}

.lp_c03-point05:before{
	background-image: url(../images/lp/lp_c03-point05.png);}

.lp_c03-pointbox-ttl{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.02em;
	color: #028BCC;
	padding: 0 0 10px 0;
	margin: 0 0;}

.lp_c03-pointbox-tx01{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	color: #000;
	padding: 0 0;
	margin: 0 0;}

@media only screen and (max-width: 812px) {
.lp_c03_bg01{
	padding: 100px 0 70px 0;}

.lp_c03-ttl{
	font-size: 34px;
	margin: 0 auto 30px auto;}

.lp_c03-ttl span{
	font-size: 38px;}

.lp_c03_pointobox_g2{
	padding: 0 0;}

.lp_c03_pointobox_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c03_pointobox_g2 > .grid_container > .grid_item_01 {
	margin: 0 0;}
	
.lp_c03_pointobox_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;
	padding: 30px 30px;
	margin: 0 0 40px 0;}

.lp_c03-point-img{
	min-height: 260px;}

.lp_c03-point-img:before{
	width: 100px;
	top: -20px;
	left: -15px;}

.lp_c03-point01{
	background-image: url(../images/lp/sp/sp-lp_c03-point01-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_c03-point01-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point01-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_c03-point01-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point01-img01.jpg") type("image/jpg"));}

.lp_c03-point02{
	background-image: url(../images/lp/sp/sp-lp_c03-point02-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_c03-point02-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point02-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_c03-point02-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point02-img01.jpg") type("image/jpg"));}

.lp_c03-point03{
	background-image: url(../images/lp/sp/sp-lp_c03-point03-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_c03-point03-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point03-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_c03-point03-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point03-img01.jpg") type("image/jpg"));}

.lp_c03-point04{
	background-image: url(../images/lp/sp/sp-lp_c03-point04-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_c03-point04img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point04-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_c03-point04-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point04-img01.jpg") type("image/jpg"));}

.lp_c03-point05{
	background-image: url(../images/lp/sp/sp-lp_c03-point05-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_c03-point05-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point05-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_c03-point05-img01.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_c03-point05-img01.jpg") type("image/jpg"));}

.lp_c03-pointbox-ttl{
	font-size: 26px;
	padding: 0 0 10px 0;}

.lp_c03-pointbox-tx01{
	font-size: 18px;}
}

@media only screen and (max-width: 520px) {
.lp_c03_bg01{
	padding: 10.0rem 0 7.0rem 0;}

.lp_c03-ttl{
	font-size: 3.4rem;
	margin: 0 auto 3.0rem auto;}

.lp_c03-ttl span{
	font-size: 3.8rem;}
	
.lp_c03_pointobox_g2 > .grid_container > .grid_item_02 {
	padding: 3.0rem 3.0rem;
	margin: 0 0 4.0rem 0;}

.lp_c03-point-img{
	min-height: 26.0rem;}

.lp_c03-point-img:before{
	width: 10.0rem;
	top: -2.0rem;
	left: -1.5rem;}

.lp_c03-pointbox-ttl{
	font-size: 2.6rem;
	padding: 0 0 1.0rem 0;}

.lp_c03-pointbox-tx01{
	font-size: 1.8rem;}
}


.lp_c04_bg01{
	background-image: url(../images/common/lp_commonbg01-bg.gif);
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
	padding: 100px 0 70px 0;
	margin: 0 auto;}

.lp_c04-ttl{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #000;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c04-ttl span{
	font-size: 42px;
    color: #018BCC;
    background: linear-gradient(180deg, rgba(255, 255, 77, 0) 0%, rgba(255, 255, 77, 0) 70%, rgba(255, 255, 77, 1) 70%, rgba(255, 255, 77, 1) 90%, rgba(255, 255, 77, 0) 90%, rgba(255, 255, 77, 0) 100%);}

.lp_c04-tx01{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.55;
	color: #000;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c04-tx01 span{
	font-size: 20px;
	font-weight: 700;
	color: #008BCC;}

.lp_c04-contentsarea{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c04-contentsbox{
	display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin: 0 15px 30px 15px;}

.lp_c04-contentsbox-ttl01,
.lp_c04-contentsbox-ttl02{
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	color: #FFF;
	padding: 20px 15px;
	margin: 0 0;}

.lp_c04-contentsbox-ttl01 span,
.lp_c04-contentsbox-ttl02 span{
	font-size: 30px;}

.lp_c04-contentsbox-ttl01{
	background-color: #018BCC;}

.lp_c04-contentsbox-ttl02{
	background-color: #666;}

.lp_c04-contentsbox-list01,
.lp_c04-contentsbox-list02{
	background-color: #FFF;
	list-style: none;
	padding: 30px 30px 15px 30px;
	margin: 0 0;}

.lp_c04-contentsbox-list01 li,
.lp_c04-contentsbox-list02 li{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #333;
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 15px 0;}

.lp_c04-contentsbox-list01 li:before,
.lp_c04-contentsbox-list02 li:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 28 / 26;
	width: 28px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;}

.lp_c04-contentsbox-list01 li span,
.lp_c04-contentsbox-list02 li span{
	font-size: 22px;}

.lp_c04-contentsbox-list01 li:before{
	background-image: url(../images/lp/lp_c04-checkicon01.png);}

.lp_c04-contentsbox-list02 li:before{
	background-image: url(../images/lp/lp_c04-checkicon02.png);}

@media only screen and (max-width: 812px) {
.lp_c04_bg01{
	padding: 100px 0 70px 0;}

.lp_c04-ttl{
	font-size: 34px;
	margin: 0 auto 20px auto;}

.lp_c04-ttl span{
	font-size: 38px;}
	
.lp_c04-tx01{
	font-size: 20px;
	margin: 0 auto 30px auto;}

.lp_c04-tx01 span{
	font-size: 20px;}

.lp_c04-contentsarea{
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c04-contentsbox{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin: 0 15px 30px 15px;}

.lp_c04-contentsbox-ttl01,
.lp_c04-contentsbox-ttl02{
	font-size: 24px;
	padding: 20px 10px;}

.lp_c04-contentsbox-ttl01 span,
.lp_c04-contentsbox-ttl02 span{
	font-size: 28px;}

.lp_c04-contentsbox-list01,
.lp_c04-contentsbox-list02{
	padding: 30px 30px 15px 30px;}

.lp_c04-contentsbox-list01 li,
.lp_c04-contentsbox-list02 li{
	font-size: 22px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;}

.lp_c04-contentsbox-list01 li:before,
.lp_c04-contentsbox-list02 li:before{
	width: 26px;}

.lp_c04-contentsbox-list01 li span,
.lp_c04-contentsbox-list02 li span{
	font-size: 20px;}
}

@media only screen and (max-width: 520px) {
.lp_c04_bg01{
	padding: 10.0rem 0 7.0rem 0;}

.lp_c04-ttl{
	font-size: 3.4rem;
	margin: 0 auto 2.0rem auto;}

.lp_c04-ttl span{
	font-size: 3.8rem;}
	
.lp_c04-tx01{
	font-size: 2.0rem;
	margin: 0 auto 3.0rem auto;}

.lp_c04-tx01 span{
	font-size: 2.0rem;}

.lp_c04-contentsbox{
	box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.05);
	margin: 0 1.5rem 3.0rem 1.5rem;}

.lp_c04-contentsbox-ttl01,
.lp_c04-contentsbox-ttl02{
	font-size: 2.4rem;
	padding: 2.0rem 1.0rem;}

.lp_c04-contentsbox-ttl01 span,
.lp_c04-contentsbox-ttl02 span{
	font-size: 2.8rem;}

.lp_c04-contentsbox-list01,
.lp_c04-contentsbox-list02{
	padding: 3.0rem 3.0rem 1.5rem 3.0rem;}

.lp_c04-contentsbox-list01 li,
.lp_c04-contentsbox-list02 li{
	font-size: 2.2rem;
	padding: 0 0 0 3.0rem;
	margin: 0 0 1.5rem 0;}

.lp_c04-contentsbox-list01 li:before,
.lp_c04-contentsbox-list02 li:before{
	width: 2.6rem;}

.lp_c04-contentsbox-list01 li span,
.lp_c04-contentsbox-list02 li span{
	font-size: 2.0rem;}
}


.lp_c05_bg01{
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px 0;
	margin: 0 auto;}

.lp_c05-img01{
	position: relative;}

.lp_c05-img01:after{
	content: "";
	background-image: url(../images/lp/lp_c05-img01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 266 / 235;
	width: 266px;
	height: auto;
	position: absolute;
	right: 80px;
	bottom: -100px;
	z-index: 2;}

.lp_c05-ttl{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #008BCC;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c05-tx01{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.55;
	color: #000;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c05-tx01 span{
	font-size: 22px;
	font-weight: 700;
	color: #008BCC;}

.lp_c05-step-box-area{
	max-width: 800px;
	padding: 0 0 0 65px;
	margin: 0 auto;}

.lp_c05-step-box{
	background-color: #FFF;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	padding: 0 0 0 90px;
	margin: 0 auto;}

.lp_c05-step-box-ttl{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #018BCC;
	padding: 30px 30px 25px 30px;
	margin: 0 0;}

.lp_c05-step-box:before{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #01A0EB;
	width: 90px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

.lp_c05-step01:before{
	background-image: url(../images/lp/lp_c05-step01.png);}

.lp_c05-step02:before{
	background-image: url(../images/lp/lp_c05-step02.png);}

.lp_c05-step02:after{
	content: "";
	background-image: url(../images/lp/lp_c05-speechbubble01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 80px;
	display: block;
	position: absolute;
	top: -20px;
	left: -65px;
	z-index: 1;}

.lp_c05-step03:before{
	background-image: url(../images/lp/lp_c05-step03.png);}

.lp_c05-step04:before{
	background-image: url(../images/lp/lp_c05-step04.png);}

.lp_c05-step04:after{
	content: "";
	background-image: url(../images/lp/lp_c05-speechbubble02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 80px;
	display: block;
	position: absolute;
	top: -20px;
	left: -65px;
	z-index: 1;}

.lp_c05-step-arrow{
	background: linear-gradient(0deg,#0278B0 0%,#03A2ED 100%);
	aspect-ratio: 3 / 1;
	width: 60px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	padding: 0 0;
	margin: 30px auto;}

@media only screen and (max-width: 812px) {
.lp_c05_bg01{
	padding: 80px 0 100px 0;}

.lp_c05-img01:after{
	width: 150px;
	right: 0;
	bottom: -100px;}

.lp_c05-ttl{
	font-size: 26px;
	margin: 0 auto 30px auto;}

.lp_c05-tx01{
	font-size: 20px;
	margin: 0 auto 30px auto;}

.lp_c05-tx01 span{
	font-size: 22px;}

.lp_c05-step-box-area{
	padding: 0 0;
	margin: 0 auto;}

.lp_c05-step-box{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	padding: 0 0 0 90px;}

.lp_c05-step-box-ttl{
	font-size: 30px;
	padding: 30px 30px 25px 30px;}

.lp_c05-step-box:before{
	width: 90px;}

.lp_c05-step02:after{
	background-image: url(../images/lp/sp/sp-lp_c05-speechbubble01.png);
	width: 80px;
	top: -45px;
	left: 70px;}

.lp_c05-step04:after{
	background-image: url(../images/lp/sp/sp-lp_c05-speechbubble02.png);
	width: 80px;
	top: -45px;
	left: 70px;}

.lp_c05-step-arrow{
	width: 60px;
	margin: 30px auto;}
}

@media only screen and (max-width: 520px) {
.lp_c05_bg01{
	padding: 8.0rem 0 10.0rem 0;}

.lp_c05-img01:after{
	width: 15.0rem;
	bottom: -10.0rem;}

.lp_c05-ttl{
	font-size: 3.8rem;
	margin: 0 auto 3.0rem auto;}

.lp_c05-tx01{
	font-size: 2.0rem;
	margin: 0 auto 3.0rem auto;}

.lp_c05-tx01 span{
	font-size: 2.2rem;}

.lp_c05-step-box{
	box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.16);
	padding: 0 0 0 9.0rem;}

.lp_c05-step-box-ttl{
	font-size: 2.6rem;
	padding: 3.0rem 3.0rem 2.5rem 3.0rem;}

.lp_c05-step-box:before{
	width: 9.0rem;}

.lp_c05-step02:after{
	width: 8.0rem;
	top: -4.5rem;
	left: 7.0rem;}

.lp_c05-step04:after{
	width: 8.0rem;
	top: -4.5rem;
	left: 7.0rem;}

.lp_c05-step-arrow{
	width: 6.0rem;
	margin: 3.0rem auto;}
}


.lp_c06_bg01{
	background-image: url(../images/lp/lp_c06-bg01.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c06-bg01.webp") type("image/webp"),
		url("../images/lp/lp_c06-bg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c06-bg01.webp") type("image/webp"),
		url("../images/lp/lp_c06-bg01.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding: 60px 0 70px 0;
	margin: 0 auto;}

.lp_c06-ttl{
	font-size: 46px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c06-ttl span{
	font-size: 52px;
	color: #FFFF4C;
	background-image: radial-gradient(circle at center, #FFFF4C 4px, transparent 0); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 50px 8px; /* 点の間隔とサイズ調整 */
	padding-top: 0; /* 縦方向の位置調整 */}

.lp_c06-voice-box{
	background-color: #FFF;
	max-width: 740px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	padding: 30px 30px;
	margin: 0 auto 30px auto;}

.lp_c06_contents02_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 120px calc(100% - 120px);
	grid-template-columns: 120px calc(100% - 120px);
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c06_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 20px 0 0;}
	
.lp_c06_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;}

.lp_c06-voice-box-icon{
	overflow: hidden;
	padding: 0 0;
	border-radius: 100%;
	margin: 0 0;}

.lp_c06-voice-box-icon img{
	aspect-ratio: 1 / 1;
	width: 100%;
	vertical-align: bottom;}

.lp_c06-voice-box-labellist{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 0 0;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #FFF;
	background-color: #018BCC;
	display: inline-block;
	padding: 5px 5px;
	margin: 0 10px 0 0;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01 span{
	font-size: 16px;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list02{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #008BCC;
	display: inline-block;
	padding: 0 0;
	margin: 0 0;}

.lp_c06-voice-box-ttl{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #008BCC;
	padding: 12px 0 0 0;
	margin: 0 0;}

.lp_c06-voice-box-tx01{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 1.65;
	color: #000;
	padding: 0 0;
	margin: 20px auto 0 auto;}

@media only screen and (max-width: 812px) {
.lp_c06_bg01{
	padding: 60px 0 70px 0;}

.lp_c06-ttl{
	font-size: 40px;
	margin: 0 auto 30px auto;}

.lp_c06-ttl span{
	font-size: 46px;
	background-image: radial-gradient(circle at center, #FFFF4C 4px, transparent 0);
	background-size: 43px 8px;}

.lp_c06-voice-box{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	padding: 30px 30px;
	margin: 0 auto 30px auto;}

.lp_c06_contents02_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns:100%;}

.lp_c06_contents02_g2 > .grid_container > .grid_item_01 {
	margin: 0 0 20px 0;}
	
.lp_c06_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;}

.lp_c06-voice-box-icon{
	aspect-ratio: 1 / 1;
	max-width: 100px;
	margin: 0 auto;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01{
	font-size: 16px;
	padding: 5px 5px;
	margin: 0 10px 0 0;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01 span{
	font-size: 14px;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list02{
	font-size: 18px;}

.lp_c06-voice-box-ttl{
	font-size: 22px;
	padding: 12px 0 0 0;}

.lp_c06-voice-box-tx01{
	font-size: 18px;
	margin: 20px auto 0 auto;}
}

@media only screen and (max-width: 520px) {
.lp_c06_bg01{
	padding: 6.0rem 0 7.0rem 0;}

.lp_c06-ttl{
	font-size: 4.0rem;
	margin: 0 auto 3.0rem auto;}

.lp_c06-ttl span{
	font-size: 4.6rem;
	background-image: radial-gradient(circle at center, #FFFF4C 0.4rem, transparent 0);
	background-size: 4.3rem 0.8rem;}

.lp_c06-voice-box{
	box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.16);
	padding: 3.0rem 3.0rem;
	margin: 0 auto 3.0rem auto;}

.lp_c06_contents02_g2 > .grid_container > .grid_item_01 {
	margin: 0 0 2.0rem 0;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01{
	font-size: 1.6rem;
	padding: 0.5rem 0.5rem;
	margin: 0 1.0rem 0 0;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list01 span{
	font-size: 1.4rem;}

.lp_c06-voice-box-labellist .lp_c06-voice-box-list02{
	font-size: 1.8rem;}

.lp_c06-voice-box-ttl{
	font-size: 2.2rem;
	padding: 1.2rem 0 0 0;}

.lp_c06-voice-box-tx01{
	font-size: 1.8rem;
	margin: 2.0rem auto 0 auto;}
}


.lp_c07_bg01{
	background-color: #F6F6F6;
	width: 100%;
	overflow: hidden;
	padding: 80px 0 40px 0;
	margin: 0 auto;}

.lp_c07-ttl{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #000;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c07-tx01{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.55;
	color: #000;
	padding: 0 0;
	margin: 0 auto 30px auto;}

.lp_c07-tx01 span{
	font-size: 22px;
	font-weight: 700;
	color: #008BCC;}

.lp_c07-faqbox{
	background-color: #FFFFFF;
	max-width: 920px;
	margin: 0 auto 40px auto;}

.lp_c07-faqbox summary{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #000;
	list-style: none;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 30px 71px 30px 66px;
	margin: 0 0;}

.lp_c07-faqbox[open] summary{
	padding: 30px 71px 10px 66px;}

.lp_c07-faqbox summary::-webkit-details-marker{
	display: none;}

.lp_c07-faqbox summary:before{
	content: "Q.";
	color: #00A8F9;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 0;}

.lp_c07-faqbox summary:after{
	content: "";
	background-image: url(../images/lp/lp_c07-faq-clauseicon.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	width: 26px;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 0;}

.lp_c07-faqbox[open] summary:after{
	background-image: url(../images/lp/lp_c07-faq-openicon.gif);}

.lp_c07-faqbox-a{
	position: relative;
	padding: 0 30px 30px 68px;
	margin: 0 0;}

.lp_c07-faqbox-a:before{
	content: "A.";
	font-size: 26px;
	font-weight: 700;
	color: #0478B0;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 0;}

.lp_c07-faqbox-a-tx01{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	color: #000;
	padding: 0 0;
	margin: 0 0;}

.lp_c07-faqbox-table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto 0 auto;}

.lp_c07-faqbox-table tr{}

.lp_c07-faqbox-table tr th,
.lp_c07-faqbox-table tr td{
	text-align: left;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr01 th{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #EFF9FE;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 th{
	font-size: 20px;
	font-weight: 700;
	color: #008BCC;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 td{
	font-size: 18px;
	font-weight: 400;}

.lp_c07-faqbox-a-annotation{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #000;
	padding: 0 0;
	margin: 2px 0 10px 0;}

@media only screen and (max-width: 812px) {

.lp_c07_bg01{
	padding: 80px 0 40px 0;}

.lp_c07-ttl{
	font-size: 38px;
	margin: 0 auto 20px auto;}

.lp_c07-tx01{
	font-size: 20px;
	margin: 0 auto 30px auto;}

.lp_c07-tx01 span{
	font-size: 22px;}

.lp_c07-faqbox{
	margin: 0 auto 40px auto;}

.lp_c07-faqbox summary{
	font-size: 24px;
	padding: 30px 71px 30px 64px;}

.lp_c07-faqbox[open] summary{
	padding: 30px 71px 10px 64px;}

.lp_c07-faqbox summary:before{
	top: 30px;
	left: 30px;}

.lp_c07-faqbox summary:after{
	width: 22px;
	top: 30px;
	right: 30px;}

.lp_c07-faqbox-a{
	padding: 0 30px 30px 66px;}

.lp_c07-faqbox-a:before{
	font-size: 22px;
	left: 30px;}

.lp_c07-faqbox-a-tx01{
	font-size: 18px;
	line-height: 1.45;}

.lp_c07-faqbox-table{
	margin: 10px auto 0 auto;}

.lp_c07-faqbox-table tr th,
.lp_c07-faqbox-table tr td{
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr01 th{
	font-size: 20px;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 th{
	font-size: 20px;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 td{
	font-size: 18px;}

.lp_c07-faqbox-a-annotation{
	font-size: 14px;
	margin: 2px 0 10px 0;}
}

@media only screen and (max-width: 520px) {
.lp_c07_bg01{
	padding: 8.0rem 0 4.0rem 0;}

.lp_c07-ttl{
	font-size: 3.8rem;
	margin: 0 auto 2.0rem auto;}

.lp_c07-tx01{
	font-size: 2.0rem;
	margin: 0 auto 3.0rem auto;}

.lp_c07-tx01 span{
	font-size: 2.2rem;}

.lp_c07-faqbox{
	margin: 0 auto 4.0rem auto;}

.lp_c07-faqbox summary{
	font-size: 2.4rem;
	padding: 3.0rem 7.1rem 3.0rem 6.4rem;}

.lp_c07-faqbox[open] summary{
	padding: 3.0rem 7.1rem 1.0rem 6.4rem;}

.lp_c07-faqbox summary:before{
	top: 3.0rem;
	left: 3.0rem;}

.lp_c07-faqbox summary:after{
	width: 2.2rem;
	top: 3.0rem;
	right: 3.0rem;}

.lp_c07-faqbox-a{
	padding: 0 3.0rem 3.0rem 6.6rem;}

.lp_c07-faqbox-a:before{
	font-size: 2.2rem;
	left: 3.0rem;}

.lp_c07-faqbox-a-tx01{
	font-size: 1.8rem;}

.lp_c07-faqbox-table{
	margin: 1.0rem auto 0 auto;}

.lp_c07-faqbox-table tr th,
.lp_c07-faqbox-table tr td{
	padding: 1.5rem 1.2rem;
	border: 0.1rem #999 solid;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr01 th{
	font-size: 2.0rem;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 th{
	font-size: 2.0rem;}

.lp_c07-faqbox-table .lp_c07-faqbox-table-tr02 td{
	font-size: 1.8rem;}

.lp_c07-faqbox-a-annotation{
	font-size: 1.4rem;
	margin: 0.2rem 0 1.0rem 0;}
}


.lp_c08_bg01{
	background-image: url(../images/lp/lp_c08-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_c08-bg.webp") type("image/webp"),
		url("../images/lp/lp_c08-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_c08-bg.webp") type("image/webp"),
		url("../images/lp/lp_c08-bg.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #03A2ED;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin: 0 auto;}

.lp_c08_bg01:before{
	content: "";
	background-color: #FFF;
	width: calc(50% + 210px);
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 280px) 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(210px,0);
	z-index: 1;
	padding: 0 0;
	margin: 0 0;}

.lp_c08_bg01:after{
	content: "";
	background: linear-gradient(-90deg,#0278B0 0%,#03A2ED 100%);
	width: calc(50% + 195px);
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 280px) 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(195px,0);
	z-index: 2;
	padding: 0 0;
	margin: 0 0;}

.lp_c08-ttl{
	position: relative;
	z-index: 5;
	padding: 50px 0 0 0;
	margin: 0 0;}

.lp_c08-ttl img{
	aspect-ratio: 816 / 310;
	width: 816px;
	height: auto;
	vertical-align: bottom;}

@media only screen and (max-width: 1200px) {
.lp_c08-ttl img{
	width: 68vw;}
}

@media only screen and (max-width: 812px) {
.lp_c08_bg01:before{
	display: none;}

.lp_c08_bg01:after{
	display: none;}

.lp_c08-ttl{
	padding: 0 0;}

.lp_c08-ttl img{
	aspect-ratio: 520 / 480;
	width: 100%;}
}

@media only screen and (max-width: 520px) {
}


.lp_c09_bg01{
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	margin: 0 auto;}

.lp_c09-contentsbox{
	max-width: 1000px;
	position: relative;
	padding: 0 0;
	margin: 0 auto;}

.lp_c09-contentsbox:after{
	content: "";
	background-image: url(../images/lp/lp_c09-img01.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size: contain;
	aspect-ratio: 180 / 165;
	width: 180px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;}

.lp_c09-ttl{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #000;
	padding: 0 0;
	margin: 0 auto 20px auto;}

.lp_c09-tx01{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.55;
	color: #000;
	padding: 0 190px 30px 190px;
	margin: 0 auto;}

.lp_c09-tx01 span{
	font-size: 22px;
	font-weight: 700;
	color: #008BCC;}

@media only screen and (max-width: 812px) {
.lp_c09_bg01{
	padding: 80px 0;}

.lp_c09-contentsbox:after{
	aspect-ratio: 180 / 165;
	right: 50%;
	transform: translate(50%,0%)}

.lp_c09-ttl{
	font-size: 38px;
	margin: 0 auto 20px auto;}

.lp_c09-tx01{
	font-size: 18px;
	padding: 0 0 180px 0;}

.lp_c09-tx01 span{
	font-size: 22px;}
}

@media only screen and (max-width: 520px) {
.lp_c09_bg01{
	padding: 8.0rem 0;}

.lp_c09-contentsbox:after{
	width: 18.0rem;}

.lp_c09-ttl{
	font-size: 3.8rem;
	margin: 0 auto 2.0rem auto;}

.lp_c09-tx01{
	font-size: 1.8rem;
	padding: 0 0 18.0rem 0;}

.lp_c09-tx01 span{
	font-size: 2.2rem;}
}


.lp_c10_bg01{
	background-color: #F4FAFB;
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	margin: 0 auto;}

.lp_c10-ttl{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.06em;
	color: #008BCC;
	padding: 0 0 10px 0;
	margin: 0 auto;}

.lp_c10-table{
	background-color: #FFF;
	max-width: 920px;
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;}

.lp_c10-table tr{}

.lp_c10-table tr th,
.lp_c10-table tr td{
	text-align: left;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c10-table tr th{
	font-size: 20px;
	font-weight: 700;
	background-color: #EFF9FE;
	width: 30%;}

.lp_c10-table tr td{
	font-size: 18px;
	font-weight: 400;
	width: 70%;}

@media only screen and (max-width: 812px) {
.lp_c10_bg01{
	padding: 80px 0;}

.lp_c10-ttl{
	font-size: 28px;
	padding: 0 0 10px 0;}

.lp_c10-table tr th,
.lp_c10-table tr td{
	padding: 15px 12px;
	border: 1px #999 solid;}

.lp_c10-table tr th{
	font-size: 20px;}

.lp_c10-table tr td{
	font-size: 18px;}
}

@media only screen and (max-width: 520px) {
.lp_c10_bg01{
	padding: 8.0rem 0;}

.lp_c10-ttl{
	font-size: 2.8rem;
	padding: 0 0 1.0rem 0;}

.lp_c10-table tr th,
.lp_c10-table tr td{
	padding: 1.5rem 1.2rem;
	border: 0.1rem #999 solid;}

.lp_c10-table tr th{
	font-size: 2.0rem;}

.lp_c10-table tr td{
	font-size: 1.8rem;}
}



.lp_thanks_bg01{
	background-image: url(../images/common/lp_commonbg01-bg.gif);
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
	padding: 150px 0 150px 0;
	margin: 0 auto;}
	
.thanks-box{
	background-color:#FFF;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	max-width: 900px;
	padding:50px 50px;
	margin:0 auto;}
	
.thanks-box h1{
	font-size:30px;
	font-weight: 700;
	text-align: center;
	line-height:1.3;
	color:#018BCC;
	padding:0 0 30px 0;}
	
.thanks-box p{
	font-size:18px;
	font-weight: 400;
	line-height:1.75;
	padding:0 0 30px 0;}

.thanks-box .top_btn a{
    font-size: 16px;
    font-weight: 700;
	text-align: center;
	text-decoration: none;
	max-width: 260px;
    width: calc(100% - 40px);
	display: block;
    padding: 20px 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #0737A6 0%, #1C6FE9 100%);
    color: #ffffff;}

@media only screen and (max-width: 812px) {
.lp_thanks_bg01{
	padding: 120px 0 120px 0;}
	
.thanks-box{
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	padding: 30px 30px;}
	
.thanks-box h1{
	font-size:28px;
	padding:0 0 30px 0;}
	
.thanks-box p{
	font-size:18px;
	padding:0 0 30px 0;}

.thanks-box .top_btn a{
    font-size: 16px;
	max-width: 260px;
    width: calc(100% - 40px);
    padding: 20px 20px;
    border-radius: 4px;}
}

@media only screen and (max-width: 520px) {
.lp_thanks_bg01{
	padding: 12.0rem 0 12.0rem 0;}
	
.thanks-box{
	box-shadow: 0 0 0.2rem rgba( 0, 0, 0, 0.2 );
	padding: 3.0rem 3.0rem;}
	
.thanks-box h1{
	font-size:2.8rem;
	padding:0 0 3.0rem 0;}
	
.thanks-box p{
	font-size:1.8rem;
	padding:0 0 3.0rem 0;}

.thanks-box .top_btn a{
    font-size: 1.6rem;
	max-width: 26.0rem;
    width: calc(100% - 4.0rem);
    padding: 2.0rem 2.0rem;
    border-radius: 0.4rem;}
}

/* 2025.12.26 */
.cv02 p {
	color: #fff;
	line-height: 1.8
}
@media only screen and (max-width: 520px) {
	.cv02 p {
		font-size: 1.6rem;
	}
}