@charset "utf-8";

/*====================================
ヘッダー
====================================*/
header{
	width: 100%;
	height: auto;
	margin: 0 auto;}

.header-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 30px 0;
	margin: 0 auto;}

.header-box div{}

.header-logo{
	max-width: 457px;
	width: 42%;}

.header-logo img{
	aspect-ratio:457 / 36;
	width: 100%;
	height: auto;}

.header-linkarea{
	font-size: 0;
	text-align: right;
	width: 56%;}

.header-linkarea a{
	display: inline-block;}

.header-linkbtn01{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1989EA 0%,#16BAEC 50%,#28E9B9 100%);
	max-width: 180px;
	width: calc(45% - 47px);
	position: relative;
	padding: 15px 20px;
	border-radius: 40px;
	border: 1px rgba(25,137,234,0) solid;
	margin: 0 10px 0 0;}

.header-linkbtn01:hover{
	color: #1989EA;
	background: #FFF;
	border: 1px rgba(22,186,236,1) solid;}

.header-linkbtn01 span{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	display: inline-block;
	width: 9.7px;
	height: 15.3px;}

.header-linkbtn01 span::before,
.header-linkbtn01 span::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	width: 12px;
	height: 3px;
	border-radius: 9999px;
	background-color: #FFF;
	transform-origin: calc(100% - 1.5px) 50%;}

.header-linkbtn01:hover span::before,
.header-linkbtn01:hover span::after{
	background-color: #1989EA;}

.header-linkbtn01 span::before {
	transform: rotate(45deg);}

.header-linkbtn01 span::after {
	transform: rotate(-45deg);}

.header-linkbtn02{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #000;
	max-width: 180px;
	width: calc(55% - 47px);
	position: relative;
	padding: 15px 20px;
	border-radius: 40px;
	border: 1px #000 solid;
	margin: 0 auto;}

.header-linkbtn02:hover{
	color: #000;
	background-color: #FFF;}

.header-linkbtn02 span{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	display: inline-block;
	width: 9.7px;
	height: 15.3px;}

.header-linkbtn02 span::before,
.header-linkbtn02 span::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	width: 12px;
	height: 3px;
	border-radius: 9999px;
	background-color: #FFF;
	transform-origin: calc(100% - 1.5px) 50%;}

.header-linkbtn02:hover span::before,
.header-linkbtn02:hover span::after{
	background-color: #000;}

.header-linkbtn02 span::before {
	transform: rotate(45deg);}

.header-linkbtn02 span::after {
	transform: rotate(-45deg);}

.header-nav-area{
	display: none;}

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

@media only screen and (max-width: 750px) {
.header-box{
	padding: 3.0rem 0;}

.header-logo{
	max-width: none;
	width: 49.5rem;}

.header-logo img{
	aspect-ratio:495 / 40;
	width: 100%;
	height: auto;}

#menu-icon{
	width: 6.0rem;
	height: 3.8rem;
	position: fixed;
	top: 3.33vw;
	right: 3.33vw;
	z-index: 9999;
	cursor: pointer;}

.menu-icon span{
	display: block;
	height: 0.4rem;
	width: 6.0rem;
	border-radius: 3px;
	background: linear-gradient(90deg,#1066E1 0%,#0E9CE4 50%,#19DEA1 100%);
	position: absolute;
	transition: 0.3s;}

.menu-icon span:nth-child(1) {
	transform-origin: bottom left;
	top: 0;}

.menu-icon span:nth-child(2){
	top: 50%;
	transform: translate(0,-50%);}

.menu-icon span:nth-child(3) {
	transform-origin: top left;
	top: calc(100% - 2px);}

.clause-icon span{
	content: '';
	display: block;
	height: 0.4rem;
	width: 6.0rem;
	border-radius: 3px;
	background: linear-gradient(90deg,#1066E1 0%,#0E9CE4 50%,#19DEA1 100%);
	position: absolute;
	transition: 0.3s;}

.clause-icon span:nth-child(1) {
	top: 50%;
	transform: translate(0,-50%);
	transform: rotate(45deg);}

.clause-icon span:nth-child(2){
	width: 0;
	top: 50%;
	transform: translate(0,-50%);}

.clause-icon span:nth-child(3) {
	top: 50%;
	transform: translate(0,-50%);
	transform: rotate(-45deg);}

.header-nav-area{
	background-color: #FFF;
	width: 100%;
	height: 100dvh;
	min-height: 628px;
	display: block;
	transition: 0.3s;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 9990;
	padding: 10.0rem 0 4.0rem 0;}

.header-nav-area-open{
	left: 0;}

.header-nav{
	font-size: 0;}

.header-nav{
	list-style: none;
	height: calc(100dvh - 14.0rem);
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 0;
	margin: 0 2.5rem;}

.header-nav::-webkit-scrollbar{
  display: none;}

.header-nav li{
	padding: 0 0;
	margin: 0 0;}

.header-nav li:last-child{
	border-bottom: 0.2rem #333 solid;}

.header-nav li a{
	font-size: 3.6rem;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.25;
	color: #333;
	display: block;
	transition: 0.3s;
	padding: 20px 0;
	border-top: 0.2rem #333 solid;
	margin: 0 0;}

.header-nav li a:hover{
	color: #1989EA;}

}



/*====================================
フッター
====================================*/
footer{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 0 0;
	margin: 0 auto;}

.copyright{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 40px 0;}

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

@media only screen and (max-width: 750px) {
.copyright{
	font-size: 1.6rem;
	padding: 6.0rem 0 18.0rem 0;}
}



/*====================================
ctaここから
====================================*/
.cta_area{
	display: none;}

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

@media only screen and (max-width: 750px) {
.cta_area{
	font-size: 0;
	display: block;
	background-color: #FFF;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	padding: 2.5rem 5.0rem}
	
.cta_area-btn01{
	font-size: 2.4rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1066E1 0%,#0E9CE4 50%,#19DEA1 100%);
	display: inline-block;
	width: calc(50% - 7.5rem);
	transition: 0.3s;
	padding: 2.0rem 1.0rem;
	border: 1px rgba(25, 137, 234, 0) solid;
	border-radius: 5.0rem;
	margin: 0 1.0rem 0 0;}
	
.cta_area-btn01:hover{
	color: #1989EA;
	background: #FFF;
	border: 1px rgba(25, 137, 234, 1) solid;}
	
.cta_area-btn02{
	font-size: 2.4rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #000;
	display: inline-block;
	width: calc(50% - 7.5rem);
	transition: 0.3s;
	padding: 2.0rem 1.0rem;
	border: 1px #000 solid;
	border-radius: 5.0rem;
	margin: 0 0;}
	
.cta_area-btn02:hover{
	color: #000;
	background: #FFF;}
}



/*====================================
サイトここから
====================================*/
.lp_main_bg01{
	width: 100%;
	overflow: hidden;
	background-color:#FFF;
	padding: 0 0;
	margin: 0 auto;}

.lp_main_bg02{
	width: 100%;
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/lp_main-bg.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	padding: 0 0 60px 0;
	margin: 0 auto;}

.lp_main_bg02:after{
	content: "";
	background-color: #CDE9F8;
	width: 100%;
	height: 60px;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;}

.lp_main-img01{
	width: 75%;
	position: relative;
	z-index: 5;
	padding: 0 0;
	margin: 80px 0 20px 0;}

.lp_main-img01 img{
	aspect-ratio:742 / 74;
	max-width: 742px;
	width: 100%;
	height: auto;}

.lp_main-tx01{
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
	color: #000;
	width: 75%;
	position: relative;
	z-index: 5;
	padding: 0 0 50px 0;
	margin: 0 0;}

.lp_main-tx01 span{
	font-weight: 600;
	color: #117FFF;}

.lp_main-img02-03area{
	font-size: 0;
	text-align: left;
	vertical-align: bottom;
	width: 75%;
	position: relative;
	z-index: 5;
	margin: 0 0 35px 0;}

.lp_main-img02-03area-ul{
	padding-left: 0;
}

.lp_main-img02{
	display: inline-block;
	max-width: 224px;
	width: 31%;
	padding: 0 0;
	margin: 0 0;}

.lp_main-img02 img{
	aspect-ratio:224 / 240;
	width: 100%;
	height: auto;}

.lp_main-img03{
	display: inline-block;
	max-width: 501px;
	width: 69%;
	padding: 0 0;
	margin: 0 0;}

.lp_main-img03 img{
	aspect-ratio:501 / 240;
	width: 100%;
	height: auto;}

.m-lr25-0-center{
	text-align: center;
}

@media only screen and (max-width: 960px) {
.lp_main_bg02{
	background-image: -webkit-image-set(
		url("../images/lp-p/tb-p/tb-lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/tb-p/tb-lp_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/tb-p/tb-lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/tb-p/tb-lp_main-bg.jpg") type("image/jpg"));
	background-position: top right;}
}

@media only screen and (max-width: 750px) {
.lp_main_bg02{
	width: 100%;
	background-image: -webkit-image-set(
		url("../images/lp-p/sp-p/sp-lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/sp-p/sp-lp_main-bg.webp") type("image/webp"),
		url("../images/lp-p/sp-p/sp-lp_main-bg.jpg") type("image/jpg"));
	background-position: top center;
	background-size: cover;
	padding: 0 0 5.0rem 0;}

.lp_main_bg02:after{
	height: 10.0rem;}

.lp_main-img01{
	width: auto;
	margin: 6.5rem 0 5.0rem 0;}

.lp_main-img01 img{
	aspect-ratio:650 / 206;
	max-width: none;}

.lp_main-tx01{
	font-size: 2.6rem;
	text-align: center;
	width: auto;
	padding: 0 0 5.0rem 0;}

.lp_main-img02-03area{
	width: auto;
	margin: 0 0;}

.lp_main-img02{
	max-width: none;
	width: 33.0rem;}

.lp_main-img02 img{
	aspect-ratio:338 / 359;}

.lp_main-img03{
	text-align: center;
	display: block;
	max-width: none;
	width: auto;
	padding: 60px 0 0 0;}

.lp_main-img03 img{
	aspect-ratio:650 / 286;}
}


.top_c01a_bg01{
	width: 100%;
	background-color: #DCF0FA;
	position: relative;
	padding: 0 0 50px 0;
	margin: 0 auto;}

.top_c01a_bg01:after{
	content: "";
	background-color: #DCF0FA;
	width: 126px;
	height: 58px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	display: block;
	position: absolute;
	bottom: -57px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;}

.lp_c01a-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1066E1 0%,#0E9CE4 50%,#19DEA1 100%);
	display: inline-block;
	padding: 20px 40px;
	margin: 0 auto 70px auto;
}

.lp_c01a-img01{
	background-image: -webkit-image-set(
		url("../images/lp-p/lp_c01a-img01.webp") type("image/webp"),
		url("../images/lp-p/lp_c01a-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp-p/lp_c01a-img01.webp") type("image/webp"),
		url("../images/lp-p/lp_c01a-img01.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;}

.lp_c01a-leadtx01{
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0 0 ;
	margin: 0 auto;}

.lp_c01a-annotation{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	padding: 0 0 0 40px;
	margin: 40px auto 0 auto;}

.lp_c01a-annotation:before{
	content: "";
	background-image: url(../images/lp-p/lp_c01a-icon01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 1;}

@media only screen and (max-width: 960px) {
.lp_c01a-leadtx01{
	line-height: 1.6;}
}

@media only screen and (max-width: 750px) {
.top_c01a_bg01{
	padding: 0 0;}

.top_c01a_bg01:after{
	width: 18.9rem;
	height: 8.7rem;
	bottom: -8rem;}

.lp_c01a-ttl{
	font-size: 6.0rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	display: block;
	padding: 3.0rem 4.5rem;
	margin: 0 auto;}

.lp_c01a-img01{
	aspect-ratio:750 / 400;
	height: auto;}

.lp_c01a-leadtx01{
	font-size: 3.0rem;
	text-align: center;
	line-height: 2;
	color: #000;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01a-annotation{
	font-size: 2.4rem;
	padding: 0 0 0 4.0rem;
	margin: 3.0rem auto 0 5.0rem;}

.lp_c01a-annotation:before{
	width: 3.6rem;
	height: 3.2rem;}
}

.lp_c01a_contents01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40% 60%;
	grid-template-columns: 40% 60%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_c01a_contents01_g2 > .grid_container > .grid_item {
	margin: 0 25px 30px 25px;}

.lp_c01a_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_c01a_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: 960px) {
.lp_c01a_contents01_g2 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}
}

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

.lp_c01a_contents01_g2 > .grid_container > .grid_item {
	 margin: 0 0 5.0rem 0;}

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


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

.top_c01b_bg02{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_c01b-bg02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 110px 0 0 0;
	margin: 0 auto;}

.lp_c01b-leadtx01{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0 0 80px 0;
	margin: 0 auto;}

.lp_c01b-name{
	font-size: 50px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.02em;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01b-name span{
	background: linear-gradient(90deg,#1989EA 0,#16BAEC 50%,#28E9B9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 20px 0 0;}

.lp_c01b-name:after{
	content: "Gomita Masayoshi";
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
	color: #253FB0;
	display: inline-block;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01b-tx01{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	padding: 40px 0 0 0;
	margin: 0 auto;}

.lp_c01b-img01{
	padding: 0 0;
	margin: 0 auto;}

.lp_c01b-img01 img{
	vertical-align: bottom;
	width: 100%;
	height: auto;}

.lp_c01b-bs-area{
	font-size: 0;
	background-color: #EFF3F6;
	padding: 20px 30px;
	margin: 80px 0 0 0;}

.lp_c01b-bs-area-ttl{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #000;
	display: inline-block;
	vertical-align: text-top;
	padding: 0 0;
	margin: 0 10px 15px 0;}

.lp_c01b-bs-area-list{
	display: inline-block;
	vertical-align: text-top;
	padding: 0 0;
	border-collapse: collapse;
	margin: 0 0 0 auto;}

.lp_c01b-bs-area-list tr{
	text-align: left;
	padding: 0 0;
	margin: 0 0 10px 0;}

.lp_c01b-bs-area-list tr:last-child{
	margin: 0 0;}

.lp_c01b-bs-area-list tr th{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #253FB0;
	padding-right: 10px;}

.lp_c01b-bs-area-list tr th:before{
	content: "・";}

.lp_c01b-bs-area-list tr td{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #000;}

.lp_c01b-mabok-area{
	background-color: #91ACC1;
	padding: 15px 30px;
	margin: 0 auto;}

.lp_c01b-mabok-area-name{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	position: relative;
	padding: 0 0;
	margin: 0 auto;}

.lp_c01b-mabok-area-name span{
	background-color: #91ACC1;
	position: relative;
	z-index: 5;
	padding: 0 15px 0 0;}

.lp_c01b-mabok-area-name:after{
	content: "";
	background-color: #FFF;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;}

.lp_c01b-mabok-area-imgarea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 0 0;}

.lp_c01b-mabok-area-imgarea-img{
	padding: 0 0;
	margin: 0 0;}

.lp_c01b-mabok-area-imgarea-img:first-child{
	margin-right: 15px;}

.lp_c01b-mabok-area-imgarea-img img{
	max-width: 152px;
	width: 100%;
	height: auto;}

@media only screen and (max-width: 960px) {
.lp_c01b-tx01{
	padding: 23px 0 0 0;}

.lp_c01b-bs-area{
	margin: 30px 0 0 0;}

.lp_c01b-mabok-area{
	height: calc(100% - 40px);
	padding: 20px 30px;}

.lp_c01b-mabok-area-imgarea-img img{
	max-width: none;}
}

@media only screen and (max-width: 750px) {
.top_c01b_bg02{
	padding: 12rem 0 0 0;}

.lp_c01b-leadtx01{
	font-size: 3.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	padding: 0 0 8.0rem 0;}

.lp_c01b-name{
	font-size: 6.0rem;
	letter-spacing: 0;}

.lp_c01b-name span{
	margin: 0 2.0rem 0 0;}

.lp_c01b-name:after{
	font-size: 3.0rem;
	letter-spacing: 0;}

.lp_c01b-tx01{
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	padding: 3.0rem 0 0 0;}

.lp_c01b-bs-area{
	padding: 4.0rem 4.0rem;
	margin: 3.0rem 0 0 0;}

.lp_c01b-bs-area-ttl{
	font-size: 3.2rem;
	display: block;
	margin: 0 0 2.0rem 0;}

.lp_c01b-bs-area-list{
	display: block;
	margin: 0 0;}

.lp_c01b-bs-area-list tr{
	margin: 0 0 2.5rem 0;}

.lp_c01b-bs-area-list tr:last-child{
	margin: 0 0;}

.lp_c01b-bs-area-list tr th{
	font-size: 2.6rem;
	padding-right: 2.0rem;}

.lp_c01b-bs-area-list tr td{
	font-size: 2.6rem;}

.lp_c01b-mabok-area{
	padding: 4.0rem 4.0rem;}

.lp_c01b-mabok-area-name{
	font-size: 2.4rem;}

.lp_c01b-mabok-area-name span{
	padding: 0 2.0rem 0 0;}

.lp_c01b-mabok-area-name:after{
	height: 0.1rem;}

.lp_c01b-mabok-area-imgarea{
	margin: 3.0rem 0 0 0;}

.lp_c01b-mabok-area-imgarea-img:first-child{
	margin-right: 3.0rem;}

.lp_c01b-mabok-area-imgarea-img img{
	max-width: none;
	width: 100%;
	height: auto;}
}

.lp_c01b_contents01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 58% 42%;
	grid-template-columns: 58% 42%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;}

.lp_c01b_contents01_g2 > .grid_container > .grid_item {
	margin: 0 25px;}

.lp_c01b_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: 3; /* 縦のマス数(IE用) */
	grid-row: 1 / 4; /* 縦位置 */}
	
.lp_c01b_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_c01b_contents01_g2 > .grid_container > .grid_item_03 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 2;
	grid-row: 2;}

@media only screen and (max-width: 960px) {
.lp_c01b_contents01_g2{
	margin: 0 25px;}
	
.lp_c01b_contents01_g2 > .grid_container {
	-ms-grid-columns: 45% 55%;
	grid-template-columns: 45% 55%;}

.lp_c01b_contents01_g2 > .grid_container > .grid_item {
	margin: 0 0;}

.lp_c01b_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 2;
	grid-row: 2;
	margin: 50px 0 0 0;}
	
.lp_c01b_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.lp_c01b_contents01_g2 > .grid_container > .grid_item_03 {
	-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: 750px) {
.lp_c01b_contents01_g2{
	margin: 0 5.0rem;}
	
.lp_c01b_contents01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_c01b_contents01_g2 > .grid_container > .grid_item {
	margin: 0 0;}

.lp_c01b_contents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;
	margin: 5.0rem 0 0 0;}
	
.lp_c01b_contents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.lp_c01b_contents01_g2 > .grid_container > .grid_item_03 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 3;
	grid-row: 3;}
}


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

.lp_c02-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.02em;
	background: linear-gradient(90deg,#1989EA 0,#16BAEC 50%,#28E9B9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 1000px;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	padding: 0 0;
	margin: 30px auto 0 auto;}

.lp_c02-contentsttl{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1989EA 0,#16BAEC 50%,#28E9B9 100%);
	position: relative;
	padding: 40px 340px 40px 30px;
	border-radius: 10px;
	margin: 70px auto 50px auto;}

.lp_c02-contentsttl01:after,
.lp_c02-contentsttl02:after{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	height: 212px;
	position: absolute;
	top: -60px;
	right: 10px;
	z-index: 5;}

.lp_c02-contentsttl01:after{
	background-image: url(../images/lp-p/lp_c02-contents01-decoration.png);}

.lp_c02-contentsttl02:after{
	background-image: url(../images/lp-p/lp_c02-contents02-decoration.png);}

.lp_c02-table-area{
	padding: 0 0 50px 0;}

.lp_c02-table{
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;}

.lp_c02-table tr{}

.lp_c02-table tr th{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #91ACC1;
	vertical-align: middle;
	padding: 20px 20px;
	border-right: 1px #B5D0DF solid;
	border-left: 1px #B5D0DF solid;}

.lp_c02-table .lp_c02-table-trth th:first-child{
	overflow: hidden;
	border-radius: 10px 0 0 0;
	border-left: none;}

.lp_c02-table .lp_c02-table-trth th:last-child{
	overflow: hidden;
	border-radius: 0 10px 0 0;
	border-right: none;}

.lp_c02-table tr td{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #000;
	vertical-align: text-top;
	padding: 20px 20px;
	border: 1px #B5D0DF solid;}

.lp_c02-table tr td:first-child{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #333333;
	background-color: #EFF3F6;}

.lp_c02-leadtx01{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #253FB0;
	padding: 0 0;
	margin: 40px auto 90px auto;}

.lp_c02-contents02-box{
	background: linear-gradient(90deg,#1989EA 0,#16BAEC 50%,#28E9B9 100%);
	padding: 40px 40px;
	border-radius: 15px;}

.lp_c02-contents02-box-inbox{
	background-color: #FFF;
	padding: 40px 40px;
	border-radius: 15px;}

.lp_c02-contents02-box-ttl{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #1180FF;
	max-width: 860px;
	padding: 0 0;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
}

.lp_c02-contents02-box-leadtx01-area{
	max-width: 860px;
	margin: 20px auto;}

.lp_c02-contents02-box-leadtx01{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	color: #000;
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 auto;}

.lp_c02-contents02-box-leadtx01 span{
	font-size: 26px;
	color: #117FFF;}

.lp_c02-contents02-box-leadtx01-annotation{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	display: inline-block;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02-contents02-box-table{
	max-width: 860px;
	margin: 0 auto;}

.lp_c02-contents02-box-table table{
	width: 100%;
	border-collapse: collapse;}

.lp_c02-contents02-box-table table tr{}

.lp_c02-contents02-box-table table tr th{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1989EA 0,#16BAEC 50%,#28E9B9 100%);
	width: 35%;
	padding: 20px 20px;
	border-bottom: 1px #FFF solid;}

.lp_c02-contents02-box-table table tr td{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	width: 65%;
	padding: 20px 20px;
	border-bottom: 1px #B5D0DF solid;
	border-left: 1px #FFF solid;}

.lp_c02-contents02-box-table strong {
	margin-top: 50px;
	font-size: 64px;
	font-weight: 600;
	color: #2540b1;
	text-align: center;
	display: block;
}

.lp_c02-contents02-box-table table tr td span{
	font-size: 24px;
	color: #1180FF;}

@media only screen and (max-width: 960px) {
.sp-lp_c02-slider-area{
	padding: 0 0 50px 0;}

.sp-lp_c02-table{
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0 0 0;}

.sp-lp_c02-table tr{}

.sp-lp_c02-table tr th{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #91ACC1;
	vertical-align: middle;
	overflow: hidden;
	padding: 20px 20px;
	border-radius: 10px 10px 0 0;}

.sp-lp_c02-table tr td{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #000;
	vertical-align: text-top;
	padding: 20px 20px;
	border: 1px #B5D0DF solid;}

.sp-lp_c02-table tr td:first-child{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #333333;
	background-color: #EFF3F6;
	width: 130px;}

.sp-lp_c02-table tr td:last-child{
	width: calc(100% - 130px);}
}

@media only screen and (max-width: 750px) {
.lp_c02_bg01{
	padding: 12.0rem 0 13.0rem 0;}

.lp_c02-ttl{
	font-size: 5.6rem;
	letter-spacing: 0;}

.lp_c02-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 5.0rem auto 0 auto;}

.lp_c02-contentsttl{
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 7.0rem 0;
	border-radius: 1.0rem;
	margin: 29.0rem auto 5.0rem auto;}

.lp_c02-contentsttl01:after,
.lp_c02-contentsttl02:after{
	width: 38.8rem;
	height: 26.0rem;
	top: -22.0rem;
	left: 50%;
	transform: translate(-50%,0);}
	
.sp-lp_c02-slider-area{
	padding: 0 0;}

.sp-lp_c02-table{
	margin: 5.5rem 0 0 0;}

.sp-lp_c02-table tr th{
	font-size: 3.0rem;
	padding: 2.5rem 3.0rem;
	border-radius: 1.0rem 1.0rem 0 0;}

.sp-lp_c02-table tr td{
	font-size: 2.6rem;
	padding: 2.5rem 3.0rem;
	border: 0.1rem #B5D0DF solid;}

.sp-lp_c02-table tr td:first-child{
	font-size: 2.8rem;
	width: 14.0rem;}

.sp-lp_c02-table tr td:last-child{
	width: calc(100% - 14.0rem);}
	
.lp_c02-leadtx01{
	font-size: 3.5rem;
	letter-spacing: 0;
	margin: 10.0rem 5.0rem;}

.lp_c02-contents02-box{
	padding: 6.0rem 5.0rem;
	border-radius: 0;}

.lp_c02-contents02-box-inbox{
	background-color: #FFF;
	padding: 5.0rem 4.0rem 5.0rem 4.0rem;
	border-radius: 1.5rem;}

.lp_c02-contents02-box-ttl{
	font-size: 3.8rem;
	margin-bottom:15px;
	letter-spacing: 0.02em;}

.lp_c02-contents02-box-leadtx01-area{
	text-align: center;
	max-width: none;
	padding: 0 0;
	margin: 1.0rem auto 2.0rem auto;}

.lp_c02-contents02-box-leadtx01{
	font-size: 3.2rem;
	display: block;
	padding: 0 0;
	margin: 0 auto;}

.lp_c02-contents02-box-leadtx01 span{
	font-size: 3.8rem;}

.lp_c02-contents02-box-leadtx01-annotation{
	font-size: 1.8rem;
	display: block;}

.lp_c02-contents02-box-table{
	max-width: none;}

.lp_c02-contents02-box-table table{
	width: 100%;
	border-collapse: collapse;}

.lp_c02-contents02-box-table table tr{}

.lp_c02-contents02-box-table table tr th{
	font-size: 3.2rem;
	width: auto;
	display: block;
	padding: 1.0rem 0;
	border-top: none;
	border-bottom: none;
}

.lp_c02-contents02-box-table table tr td{
	font-size: 3.2rem;
	letter-spacing: 0;
	width: auto;
	display: block;
	padding: 2.0rem 0 4.0rem 0;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

.lp_c02-contents02-box-table table tr td span{
	font-size: 3.6rem;}

.lp_c02-contents02-box-table strong {
	margin-top: -2%;
	font-size: 3.8rem;
}
}

.lp_c03_bg01{
	width: 100%;
	background-color: #EEF7FF;
	position: relative;
	padding: 180px 0 100px 0;
	margin: 0 auto;}

.lp_c03_bg01:before{
	content: "";
	background-image: url(../images/lp-p/lp_c03-img01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 542px;
	height: 273px;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;}

.lp_c03-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 25px;}

.lp_c03-ttl span{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c03-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	margin: 30px auto 0 auto;}

.lp_c03-contents01-ttl{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 60px 0 40px 0;
	margin: 0 auto;}

.lp_c03-contents01-boxttl{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #2540B0;
	padding: 20px 30px;
	margin: 0 0;}

.lp_c03-contents01-boxlist{
	list-style: none;
	padding: 20px 30px;
	margin: 0 0;}

.lp_c03-contents01-boxlist li{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	padding: 0 0 10px 10px;}

.lp_c03-contents01-boxlist li:last-child{
	padding: 0 0 0 10px;}

.lp_c03-contents01-boxlist li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

.lp_c03-contents01-leadtx01{
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #1181FF;
	padding: 0 0;
	margin: 10px 25px 20px 25px;
	display: block;
}

.lp_c03-contents02-inbox-ttlarea{
	padding: 0 0 20px 0;
	border-bottom: 1px #B5D0DF solid;
	margin: 0 0 25px 0;}

.lp_c03-contents02-inbox-ttldecoration{
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 auto 10px auto;}

.lp_c03-contents02-inbox-ttldecoration span{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c03-contents02-inbox-ttl{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	color: #2540B0;
	padding: 0 0;
	margin: 0 auto;}

.lp_c03-contents02-inbox-dataarea{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 0 0;
	margin: 0 0;}

.lp_c03-contents02-inbox-dataarea:before{
	content: "";
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
	width: 20px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-20%);
	z-index: 1;}

.lp_c03-contents02-inbox-data01,
.lp_c03-contents02-inbox-data02{
	text-align: center;
	padding: 0 0;
	margin: 0 0;}

.lp_c03-contents02-inbox-data01{
	margin: 0 40px 0 0;}

.lp_c03-contents02-inbox-data-ttl{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	color: #FFF;
	width: 130px;
	padding: 5px 0;
	border-radius: 50px;
	margin: 0 auto;}

.lp_c03-contents02-inbox-data01 .lp_c03-contents02-inbox-data-ttl{
	background-color: #000000;}

.lp_c03-contents02-inbox-data02 .lp_c03-contents02-inbox-data-ttl{
	background-color: #2540B0;}

.lp_c03-contents02-inbox-data-data{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.45;
	padding: 0 0;
	margin: 0 auto;}

.lp_c03-contents02-inbox-data01 .lp_c03-contents02-inbox-data-data{
	color: #000000;}

.lp_c03-contents02-inbox-data02 .lp_c03-contents02-inbox-data-data{
	color: #2540B0;}

.lp_c03-contents02-inbox-data-data span{
	font-size: 60px;}

.lp_c03-contents02-inbox-tx01{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0 0;
	margin: 30px 0 auto 0;}

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

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

.lp_c03_bg01:before{
	width: 61.4rem;
	height: 32.7rem;
	top: -7.0rem;}

.lp_c03-ttl{
	font-size: 6.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0 2.5rem;}

.lp_c03-ttl span{
	display: inline-block;}

.lp_c03-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c03-contents01-ttl{
	font-size: 3.6rem;
	line-height: 1.4;
	padding: 6.0rem 0 4.0rem 0;}

.lp_c03-contents01-boxttl{
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.4;
	padding: 1.5rem 3.0rem;}

.lp_c03-contents01-boxlist{
	padding: 2.0rem 3.0rem;}

.lp_c03-contents01-boxlist li{
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 0 0 1.4rem 1.6rem;}

.lp_c03-contents01-boxlist li:last-child{
	padding: 0 0 0 1.6rem;}

.lp_c03-contents01-leadtx01{
	font-size: 4.2rem;
	line-height: 1.4;
	margin: 4.0rem 2.5rem 7.0rem 2.5rem;}

.lp_c03-contents02-inbox-ttlarea{
	padding: 0 0 3.0rem 0;
	border-bottom: 0.1rem #B5D0DF solid;
	margin: 0 0 3.5rem 0;}

.lp_c03-contents02-inbox-ttldecoration{
	font-size: 2.4rem;
	margin: 0 auto 1.0rem auto;}

.lp_c03-contents02-inbox-ttl{
	font-size: 2.8rem;}

.lp_c03-contents02-inbox-dataarea:before{
	width: 2.6rem;
	height: 3.1rem;}

.lp_c03-contents02-inbox-data01{
	margin: 0 7.0rem 0 0;}

.lp_c03-contents02-inbox-data-ttl{
	font-size: 2.3rem;
	width: 17.0rem;
	padding: 1.0rem 0;
	border-radius: 5.0rem;}

.lp_c03-contents02-inbox-data-data{
	font-size: 3.0rem;}

.lp_c03-contents02-inbox-data-data span{
	font-size: 7.7rem;}

.lp_c03-contents02-inbox-tx01{
	font-size: 2.4rem;
	letter-spacing: 0;
	margin: 3.5rem 0 auto 0;}
}

.lp_c03_repetitions01_g3 {
	margin: 0 10px;}

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

.lp_c03_repetitions01_g3 > .grid_container > .grid_item {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: 0px 0px 10px -5px #1182ff;
	border-radius: 20px;
	margin: 0 15px 30px 15px;}

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

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

.lp_c03_repetitions01_g3 > .grid_container > .grid_item {
	box-shadow: 0 0 1.0rem -0.5rem #1182ff;
	border-radius: 2.0rem;
	margin: 0 2.5rem 2.0rem 2.5rem;}
}

.lp_c03_repetitions01_g2{
	margin: 0 10px;}

.lp_c03_repetitions01_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_c03_repetitions01_g2 > .grid_container > .grid_item {
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: 0px 0px 10px -5px #1182ff;
	padding: 20px 30px;
	border-radius: 20px;
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 960px) {
.lp_c03_repetitions01_g2{
	max-width: 770px;
	margin: 0 auto;}
	
.lp_c03_repetitions01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}
}

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

.lp_c03_repetitions01_g2 > .grid_container > .grid_item {
	box-shadow: 0 0 1.0rem -0.5rem #1182ff;
	padding: 5.0rem 5.0rem;
	border-radius: 2.0rem;
	margin: 0 2.5rem 2.0rem 2.5rem;}
}



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

.lp_c04-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding: 0 0;
	margin: 0 25px;}

.lp_c04-ttl span{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c04-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	margin: 30px auto 0 auto;}

.lp_c04-leadtx01{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	line-height: 1.55;
	letter-spacing: 0.05em;
	color: #000;
	padding: 0 0;
	margin: 50px 25px;}

.lp_c04-companyname{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #2540B0;
	padding: 15px 20px;
	margin: 0 0;}

.lp_c04-departmentname{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.04em;
	color: #FFF;
	background-color: #1181FF;
	padding: 15px 20px;
	margin:0 0;}

.lp_c04-img01{
	text-align: center;
	padding: 0 0;
	margin: 0 0;}

.lp_c04-img01 img{
	aspect-ratio:1 / 1;
	width: 100%;
	height: auto;}

.lp_c04-tx01{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 15px 0 0 0;
	margin: 0 0;}

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

@media only screen and (max-width: 750px) {
.lp_c04_bg01{
	padding: 7.0rem 0 1.0rem 0;}

.lp_c04-ttl{
	font-size: 6.0rem;
	letter-spacing: 0;
	margin: 0 2.5rem;}

.lp_c04-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c04-leadtx01{
	font-size: 3.6rem;
	line-height: 1.4;
	margin: 6.0rem 2.5rem;}

.lp_c04-companyname{
	font-size: 4.2rem;
	padding: 3.0rem 4.0rem;}

.lp_c04-departmentname{
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	padding: 2.5rem 4.0rem;}

.lp_c04-img01 img{
	aspect-ratio:325 / 225;}

.lp_c04-tx01{
	font-size: 2.4rem;
	padding: 3.0rem 0 0 0;
	margin: 0 0;}
}
	

.lp_c04_repetitions01_g3 > .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;
	padding: 0;
}

.lp_c04_repetitions01_g3 > .grid_container > .grid_item {
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	margin: 0 25px 30px 25px;}

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

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

.lp_c04_repetitions01_g3 > .grid_container > .grid_item {
	 margin: 0 2.5rem 10.0rem 2.5rem;}
}



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

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

.lp_c05-ttl span{
	display: inline-block;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c05-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	margin: 30px auto 0 auto;}

.lp_c05-subttl{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #1181FF;
	padding: 0 0;
	margin: 40px 0 0 0;}

.lp_c05-leadtx01{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	padding: 20px 0 15px 0;
	margin: 0 0;}

.lp_c05-table01{
	width: 100%;
    border-collapse: collapse;}

.lp_c05-table01-01{}

.lp_c05-table01-01 th{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
	padding: 20px 20px;
	border-radius: 20px 20px 0 0;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;}

.lp_c05-table01-02{}

.lp_c05-table01-02 td{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #91ACC1;
	padding: 20px 20px;
	border: 1px #fff solid;}

.lp_c05-table01-03{
	border-bottom: 1px #B5D0DF solid;}

.lp_c05-table01-03 td{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #000;
	padding: 20px 20px;}

.lp_c05-table01-03 td span{
	font-size: 24px;
	color: #00AAEA;}

.lp_c05-table02{
	width: 100%;
    border-collapse: collapse;}

.lp_c05-table02-01{}

.lp_c05-table02-01 th,
.lp_c05-table02-01 td{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	padding: 20px 20px;
	border-radius: 20px 20px 0 0;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;}

.lp_c05-table02-01 th{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);}

.lp_c05-table02-01 td{
	background-color: #91ACC1;}

.lp_c05-table02-02{
	border-bottom: 1px #B5D0DF solid;}

.lp_c05-table02-02 th,
.lp_c05-table02-02 td{
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 20px 20px;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;}

.lp_c05-table02-02 th{
	font-weight: 600;
	background-color: #EFF3F6;}

.lp_c05-table02-02 td{
	font-weight: 400;}

.sp-lp_c05-table02{
	display: none;}

.lp_c05-table03{
	width: 100%;
    border-collapse: collapse;}

.lp_c05-table03-01{}

.lp_c05-table03-01 th,
.lp_c05-table03-01 td{
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	padding: 20px 20px;
	border-radius: 20px 20px 0 0;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;}

.lp_c05-table03-01 th{
	width: 25%;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);}

.lp_c05-table03-01 td{
	width: 37.5%;
	background-color: #91ACC1;}

.lp_c05-table03-02{
	border-bottom: 1px #B5D0DF solid;}

.lp_c05-table03-02 th,
.lp_c05-table03-02 td{
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 20px 20px;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;}

.lp_c05-table03-02 th{
	font-weight: 600;
	background-color: #EFF3F6;}

.lp_c05-table03-02 td{
	font-weight: 400;}

.lp_c05-annotation{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	padding: 0 0 20px 10px;
	margin: 20px 0 0 0;}

.lp_c05-annotation:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

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

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

.lp_c05-ttl{
	font-size: 6.0rem;
	letter-spacing: 0;
	margin: 0 0;}

.lp_c05-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c05-subttl{
	font-size: 3.6rem;
	margin: 8.0rem 0 0 0;}

.lp_c05-leadtx01{
	font-size: 2.4rem;
	letter-spacing: 0;
	padding: 3.0rem 0;}

.lp_c05-table01-01 th{
	font-size: 3.0rem;
	padding: 2.0rem 2.0rem;
	border-radius: 2.0rem 2.0rem 0 0;
	border-right: 0.2rem #FFF solid;
	border-left: 0.2rem #FFF solid;}

.lp_c05-table01-02 td{
	font-size: 2.4rem;
	padding: 2.0rem 2.0rem;
	border: 0.2rem #fff solid;}

.lp_c05-table01-03{
	border-bottom: 0.2rem #B5D0DF solid;}

.lp_c05-table01-03 td{
	font-size: 2.4rem;
	padding: 2.0rem 2.0rem;}

.lp_c05-table01-03 td span{
	font-size: 3.2rem;}

.sp-lp_c05-table02{
	display: table;
	width: 100%;
    border-collapse: collapse;}

.sp-lp_c05-table02-01 th{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	background-color: #EFF3F6;
	padding: 3.0rem 1.5rem;
	border-right: 0.2rem #B5D0DF solid;}

.sp-lp_c05-table02-01 th:first-child{
	color: #FFF;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
	border-radius: 20px 0 0 20px;
	border-right: 1px #FFF solid;}

.sp-lp_c05-table02-02{
	height: 13.0rem;
	border-top: 0.2rem #FFF solid;}

.sp-lp_c05-table02-02 td{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000;
	padding: 3.0rem 1.5rem;
	border-right: 0.2rem #B5D0DF solid;}

.sp-lp_c05-table02-02 td:first-child{
	color: #FFF;
	background-color: #91ACC1;
	border-radius: 20px 0 0 20px;
	border-right: 1px #FFF solid;}

.lp_c05-table03{
	width: 100%;
    border-collapse: collapse;}

.lp_c05-table03-01 th,
.lp_c05-table03-01 td{
	font-size: 2.4rem;
	text-align: center;
	padding: 2.0rem 1.0rem;
	border-radius: 2.0rem 2.0rem 0 0;
	border-right: 0.2rem #FFF solid;
	border-left: 0.2rem #FFF solid;}

.lp_c05-table03-01 th{
	width: 34%;}

.lp_c05-table03-01 td{
	width: 33%;}

.lp_c05-table03-02{
	border-bottom: 0.2rem #B5D0DF solid;}

.lp_c05-table03-02 th,
.lp_c05-table03-02 td{
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 4.0rem 1.5rem;
	border-right: 0.2rem #FFF solid;
	border-left: 0.2rem #FFF solid;}

.lp_c05-table03-02 td{
	text-align: center;}

.lp_c05-annotation{
	font-size: 2.0rem;
	letter-spacing: 0;
	padding: 0 0 2.0rem 1.6rem;
	margin: 4.0rem 0 0 0;}
}



.lp_c06_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	padding: 230px 0 150px 0;
	margin: 0 auto;}

.lp_c06_bg01:before{
	content: "";
	background-image: url(../images/lp-p/lp_c05-img01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 428px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;}

.lp_c06_bg01:after{
	content: "";
	background-image: url(../images/lp-p/lp_c06-bg02.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1430 / 315;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;}

.lp_c06-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 5;
	padding: 0 0;
	margin: 0 0;}

.lp_c06-ttl span{
	display: inline-block;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c06-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	margin: 30px auto 0 auto;}

.lp_c06-leadtx01{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	z-index: 5;
	padding: 0 0;
	margin: 50px 0 60px 0;}

.lp_c06-contents-box{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
	position: relative;
	z-index: 5;
	padding: 60px 60px 60px 60px;
	border-radius: 20px;}

.lp_c06-contents-box-inbox{
	background-color: #FFF;
	position: relative;
	padding: 40px 40px;
	border-radius: 20px;
	margin: 0 auto 60px auto;}

.lp_c06-contents-box-inbox:not(:last-child):after{
	content: "";
	background-color: #FFF;
	display: block;
	width: 50px;
	height: 25px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;}

.lp_c06-contents-box-inbox:last-child{
	margin: 0 auto;}

.lp_c06-contents-box-inbox-ttl{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 100px 0 60px;
	margin: 0 0;}

.lp_c06-contents-box-inbox-ttl span{
	display: inline-block;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c06-contents-box-inbox-ttl:before{
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	color: #2542B0;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 1;}

.lp_c06-contents-box-inbox:nth-child(1) .lp_c06-contents-box-inbox-ttl:before{
	content: "1";}

.lp_c06-contents-box-inbox:nth-child(2) .lp_c06-contents-box-inbox-ttl:before{
	content: "2";}

.lp_c06-contents-box-inbox:nth-child(3) .lp_c06-contents-box-inbox-ttl:before{
	content: "3";}

.lp_c06-contents-box-inbox:nth-child(4) .lp_c06-contents-box-inbox-ttl:before{
	content: "4";}

.lp_c06-contents-box-inbox-ttl:after{
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 68px;
	position: absolute;
	top: -10px;
	right: -20px;
	z-index: 1;}

.lp_c06-contents-box-inbox:nth-child(1) .lp_c06-contents-box-inbox-ttl:after{
	background-image: url(../images/lp-p/lp_c06-contents01-decoration01.gif);}

.lp_c06-contents-box-inbox:nth-child(2) .lp_c06-contents-box-inbox-ttl:after{
	background-image: url(../images/lp-p/lp_c06-contents01-decoration02.gif);}

.lp_c06-contents-box-inbox:nth-child(3) .lp_c06-contents-box-inbox-ttl:after{
	background-image: url(../images/lp-p/lp_c06-contents01-decoration03.gif);}

.lp_c06-contents-box-inbox:nth-child(4) .lp_c06-contents-box-inbox-ttl:after{
	background-image: url(../images/lp-p/lp_c06-contents01-decoration04.gif);}

.lp_c06-contents-box-inbox-tx01 span{
	font-weight: 500;
	color: #117FFF;}

.lp_c06-contents-box-inbox-tx01{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
	padding: 30px 0 0 0;
	margin: 0 0;}

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

@media only screen and (max-width: 750px) {
.lp_c06_bg01{
	padding: 26.0rem 0 10.0rem 0;}

.lp_c06_bg01:before{
	width: 55.1rem;
	height: 23.3rem;}

.lp_c06_bg01:after{
	display: none;}

.lp_c06-ttl{
	font-size: 6.0rem;
	letter-spacing: 0;}

.lp_c06-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c06-leadtx01{
	font-size: 2.4rem;
	margin: 9.0rem 0;}

.lp_c06-contents-box{
	padding: 6.0rem 5.0rem;
	border-radius: 0;}

.lp_c06-contents-box-inbox{
	padding: 5.0rem 4.0rem;
	border-radius: 2.0rem;
	margin: 0 auto 6.0rem auto;}

.lp_c06-contents-box-inbox:not(:last-child):after{
	width: 7.5rem;
	height: 3.8rem;
	bottom: -3.7rem;}

.lp_c06-contents-box-inbox-ttl{
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0;
	padding: 12.0rem 0 0 0;}

.lp_c06-contents-box-inbox-ttl:before{
	font-size: 9.0rem;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);}

.lp_c06-contents-box-inbox-ttl:after{
	width: 14.7rem;
	height: 10.1rem;
	top: -2.0rem;
	right: -1.0rem;}

.lp_c06-contents-box-inbox-tx01{
	font-size: 2.4rem;
	padding: 5.0rem 0 0 0;}
}



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

.lp_c07-ttl{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 5;
	padding: 0 0;
	margin: 0 0;}

.lp_c07-ttl span{
	display: inline-block;
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}

.lp_c07-ttl:after{
	content: "";
	background-color: #1182FF;
	width: 50px;
	height: 2px;
	display: block;
	margin: 30px auto 0 auto;}

.lp_c07-faqbox{
	padding: 40px 0;
	border-bottom: 1px #B5D0DF solid;}

.lp_c07-faqbox:last-child{
	border-bottom: none;}

.lp_c07-faqbox-q{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 0 20px 0;}

.lp_c07-faqbox-q:before{
	content: "Q";
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	color: #FFF;
	background-color: #198DEA;
	padding: 2px 0 0 0;
	display: block;
	width: 40px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

.lp_c07-faqbox-a{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	padding: 5px 0 0 60px;
	margin: 0 0 20px 0;}

.lp_c07-faqbox-a:before{
	content: "A";
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	color: #FFF;
	background-color: #24DFC3;
	padding: 5px 0 0 0;
	display: block;
	width: 40px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

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

@media only screen and (max-width: 750px) {
.lp_c07_bg01{
	padding: 11.0rem 0 5.0rem 0;}

.lp_c07-ttl{
	font-size: 6.0rem;
	letter-spacing: 0;}
	
.lp_c07-ttl:after{
	width: 6.0rem;
	height: 0.2rem;
	margin: 3.0rem auto 0 auto;}

.lp_c07-faqbox{
	padding: 7.0rem 0 4.0rem 0;
	border-bottom: 0.2rem #B5D0DF solid;}

.lp_c07-faqbox-q{
	font-size: 3.0rem;
	line-height: 1.4;
	padding: 0 0 0 9.0rem;
	margin: 0 0 3.0rem 0;}

.lp_c07-faqbox-q:before{
	font-size: 4.0rem;
	padding: 0.2rem 0 0 0;
	display: block;
	width: 6.0rem;
	height: 5.8rem;
	top: -1.0rem;}

.lp_c07-faqbox-a{
	font-size: 2.4rem;
	padding: 0.8rem 0 0 9.0rem;
	margin: 0 0 3.0rem 0;}

.lp_c07-faqbox-a:before{
	font-size: 4.0rem;
	padding: 0.2rem 0 0 0;
	display: block;
	width: 6.0rem;
	height: 5.8rem;}
}



.lp_c08_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/lp-p/lp_c08-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	margin: 0 auto;}

.lp_c08-area{
	height: 519px;}

.lp_c08_bg01:before{
	content: "";
	background: linear-gradient(90deg,#1989EA 0%,#1989EA 50%,#28E9B9 50%,#28E9B9 100%);
	width: 100%;
	height: 29px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;}

.lp_c08-ttl{
	max-width: 770px;
	width: 70%;
	position: absolute;
	top: 66px;
	left: 50px;}

.lp_c08-ttl img{
	aspect-ratio:770 / 77;
	width: 100%;
	height: auto;}

.lp_c08-leadtx01{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: #000;
	max-width: 770px;
	width: 80%;
	position: absolute;
	top: 165px;
	left: 50px;
	z-index: 1;}

.lp_c08-leadtx01 span{
	color: #117FFF;}

.lp_c08-img01{
	max-width: 774px;
	width: 70%;
	position: absolute;
	left: 50px;
	bottom: 30px;
	z-index: 1;}

.lp_c08-img01 img{
	aspect-ratio:774 / 238;
	width: 100%;
	height: auto;}

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

@media only screen and (max-width: 750px) {
.lp_c08_bg01{
	background-image: url(../images/lp-p/sp-p/sp-lp_c08-bg.jpg);
	background-size: cover;}

.lp_c08-area{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;}

.lp_c08_bg01:before{
	display: none;}

.lp_c08-ttl{
	max-width: none;
	width: 50.0rem;
	top: 9.4rem;
	left: 5.0rem;}

.lp_c08-ttl img{
	aspect-ratio:500 / 155;}

.lp_c08-leadtx01{
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.6;
	max-width: none;
	width: auto;
	text-shadow: 00px 0px 1.0rem rgba(255, 255, 255, 1);
	top: 26.0rem;
	left: 5.0rem;}

.lp_c08-img01{
	max-width: none;
	width: 67.5rem;
	left: 50%;
	bottom: 4.0rem;
	transform: translate(-50%,0);}

.lp_c08-img01 img{
	aspect-ratio:675 / 220;}
}



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

.lp_c09a-ttl{
	font-size: 44px;
	font-weight: 800;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.03em;
	color: #FFF;
	padding: 0 0;
	margin: 0 0;}

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

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

.lp_c09a-ttl{
	font-size: 5.8rem;
	line-height: 1.40;}
}



.lp_c09b_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #DCF0FA;
	padding: 90px 0 100px 0;
	margin: 0 auto;}

.lp_c09b-linkbtn{
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFF;
	background: linear-gradient(90deg,#1989EA 0%,#16BAEC 50%,#28E9B9 100%);
	display: block;
	max-width: 520px;
	width: calc(100% - 40px);
	transition: 0.3s;
	position: relative;
	padding: 20px 20px;
    border-radius: 100px;
    border: 1px rgba(25, 137, 234, 0) solid;
	margin: 0 auto;}

.lp_c09b-linkbtn:hover{
	color: #1989EA;
	background: #FFF;
    border: 1px rgba(25, 137, 234, 1) solid;}

.lp_c09b-linkbtn span{
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translate(0,-50%);
	display: inline-block;
	width: 9.7px;
	height: 15.3px;}

.lp_c09b-linkbtn span::before,
.lp_c09b-linkbtn span::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	width: 12px;
	height: 3px;
	border-radius: 9999px;
	background-color: #FFF;
	transform-origin: calc(100% - 1.5px) 50%;}

.lp_c09b-linkbtn:hover span::before,
.lp_c09b-linkbtn:hover span::after{
	background-color: #1989EA;}

.lp_c09b-linkbtn span::before {
	transform: rotate(45deg);}

.lp_c09b-linkbtn span::after {
	transform: rotate(-45deg);}

.lp_c09b-contact-ttl{
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #1182FF;
	padding: 0 0;
	margin: 90px auto 10px auto;}

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

@media only screen and (max-width: 750px) {
.lp_c09b_bg01{
	padding: 7.0rem 0 10.0rem 0;}

.lp_c09b-linkbtn{
	font-size: 7.5rem;
	max-width: none;
	width: calc(100% - 8.0rem);
	padding: 4.0rem 4.0rem;
    border: 0.2rem rgba(25, 137, 234, 0) solid;}

.lp_c09b-linkbtn:hover{
    border: 0.2rem rgba(25, 137, 234, 1) solid;}

.lp_c09b-linkbtn span{
	right: 6.0rem;
	width: 0.97rem;
	height: 1.53rem;}

.lp_c09b-linkbtn span::before,
.lp_c09b-linkbtn span::after{
	top: calc(50% - 0.2rem);
	width: 1.2rem;
	height: 0.3rem;
	background-color: #FFF;
	transform-origin: calc(100% - 0.2rem) 50%;}

.lp_c09b-contact-ttl{
	font-size: 4.0rem;
	margin: 9.0rem auto 2.0rem auto;}
}

/*splide css*/
.splide div{
	padding: 0 0;
	margin: 0 0;}

/* ページネーションのスタイル */
.your-class-page {
	background-color: #BBBBBB;
	height: 20px;
	transition: .5s all;
	width: 20px;
	border-radius: 20px;}

/* 現在表示されているページネーションのスタイル */
.your-class-page.is-active {
	background-color: #2540B0;
	opacity: 1;
	transform: none;}

/* ページネーションの位置 */
.your-class-pagination{
	top: 0;
	bottom: inherit;}

/* ページネーション間の余白 */
.your-class-pagination li {
	margin: 0 12px;}

@media only screen and (max-width: 750px) {
.your-class-page {
	height: 4.0rem;
	width: 4.0rem;
	border-radius: 4.0rem;}
	
.your-class-pagination{
	top: -2.0rem;}

/* ページネーション間の余白 */
.your-class-pagination li {
	margin: 0 2.0rem;}
}


/*====================
thanks
====================*/
.lp_thanks_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #EEF7FF;
	padding: 120px 0;
	margin: 0 auto;}

.thanks_box{
	background: linear-gradient(90deg, #1989EA 0, #16BAEC 50%, #28E9B9 100%);
	padding: 20px 20px;
	border-radius: 7px;
	margin: 0 15px;}

.thanks_box-inbox{
	background-color: #FFF;
	padding: 40px 40px;
	border-radius: 7px;}

.thanks_box-ttl{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
	color: #1181FF;
	padding: 0 0 15px 0;
	border-bottom: 1px #3272B1 solid;
	margin: 0 0 15px 0;}

.thanks_box-tx01{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;}

.thanks_box-btn-area{
	text-align: center;
	margin: 50px 0 0 0;}

.thanks_box-btn01{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	width: 300px;
	display: block;
	background-color: #1181FF;
	padding: 20px 10px;
	border-radius: 50px;
	border: 1px #1181FF solid;
	margin: 0 auto;}

.thanks_box-btn01:hover{
	color: #1181FF;
	background-color: #FFF;}

@media only screen and (max-width: 750px) {
.lp_thanks_bg01{
	padding: 12.0rem 0;}

.thanks_box{
	padding: 2.0rem 2.0rem;
	border-radius: 0.7rem;
	margin: 0 1.5rem;}

.thanks_box-inbox{
	padding: 4.0rem 4.0rem;
	border-radius: 0.7rem}

.thanks_box-ttl{
	font-size: 2.8rem;
	padding: 0 0 1.5rem 0;
	border-bottom: 0.2rem #3272B1 solid;
	margin: 0 0 1.5rem 0;}

.thanks_box-tx01{
	font-size: 2.2rem;}

.thanks_box-btn-area{
	margin: 5.0rem 0 0 0;}

.thanks_box-btn01{
	font-size: 2.2rem;
	width: 30.0rem;
	padding: 2.0rem 1.0rem;
	border-radius: 5.0rem;
	border: 0.2rem #1181FF solid;}
}

.scroll-hint-icon-wrap{
	display: none;}

@media only screen and (max-width: 960px) {
.scroll-hint-icon-wrap{
	display: block;}}

@media only screen and (min-width: 751px) {
	.pc_none{
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	.sp_none{
		display: none;
	}
}