@charset "utf-8";
/*====================================
フッター
====================================*/
footer{
	background-color: #005BAC;
	color: #FFFFFF;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 40px 0;
	width: 100%;
}

.footer_navarea{
	align-content: flex-start;
	display: flex;
	justify-content: space-between;
}

.footer_logo{}

.footer_logo img{
	height: auto;
	width: 210px;
}

.footer_navarea-r{
	text-align: right;
}

.footer_nav{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0;
}

.footer_nav li{
	border-right: 1px #FFFFFF solid;
	display: inline-block;
}

.footer_nav li:last-child{
	border-right: none;
}

.footer_nav li a{
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px 5px 10px;
	text-decoration: none;
}

.footer_nav li:first-child a{
	padding: 0 10px 5px 0;
}

.footer_nav li:last-child a{
	padding: 0 0 5px 10px;
}

.footer_copyright{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
footer{
	padding: 4.5rem 0 2.5rem 0;
}

.footer_navarea{
	display: block;
}

.footer_logo{
	margin: 0 0 5.0rem 0;
	text-align: center;
}

.footer_logo img{
	width: 23.8rem;
}

.footer_navarea-r{
	text-align: center;
}

.footer_nav{
	margin: 0 0 2.0rem 0;
}

.footer_nav li{
	border-right: 0.1rem #FFFFFF solid;
}

.footer_nav li:last-child{
	border-right: none;
}

.footer_nav li a{
	font-size: 1.3rem;
	padding: 0 0.6rem 0 0.6rem;
}

.footer_nav li:first-child a{
	padding: 0 0.6rem 0 0;
}

.footer_nav li:last-child a{
	padding: 0 0 0 0.6rem;
}

.footer_copyright{
	font-size: 1.4rem;
}
}

/*====================================
サイトここから
====================================*/
.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: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 24px #0C2C52 solid;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 35px 0;
	width: 100%;
}

.lp_main-logo{
	margin: 0 0 30px 0;
}

.lp_main-logo img{}

.lp_main-ttl{}

.lp_main-ttl img{
	height: auto;
	max-width: 532px;
	width: 80%;
}

.lp_main-decoration01{
	background-color: #0E325F;
	border-radius: 10px;
	margin: 220px 0 0 0;
	padding: 10px 10px;
	text-align: center;
}

.lp_main-decoration01 img{
	height: auto;
	max-width: 926px;
	width: 100%;
}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
.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: top center;
	border-bottom: none;
	padding: 0 0;
}

.lp_main-logo{
	margin: 0 0;
	position: absolute;
	right: 1.5rem;
	top: 2.0rem;
}

.lp_main-logo img{
	height: auto;
	width: 17.0rem;
}

.lp_main-ttl{}

.lp_main-ttl img{
	max-width: none;
	width: 100%;
}

.lp_main-decoration01{
	border-radius: 0;
	margin: 0 0;
	padding: 0 0;
}
}

.lp_section01a_bg01{
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
	width: 100%;
}

.lp_section01a-ttl{
	color: #001966;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}

.lp_section01a-ttl span{
	font-size: 25px;
}

.lp_section01a-tx01{
	color: #1F1F2C;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin: 30px auto 0 auto;
	max-width: 840px;
}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
.lp_section01a_bg01{
	padding: 8.0rem 0;
}

.lp_section01a-ttl{
	font-size: 3.4rem;
	line-height: 1.4;
	text-align: left;
}

.lp_section01a-ttl span{
	font-size:3.0rem;
}

.lp_section01a-tx01{
	font-size: 2.2rem;
	margin: 5.0rem auto 0 auto;
	max-width: none;
}
}

.lp_section01b_bg01{
	background-color: #F0F0F0;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 60px 0;
	width: 100%;
}

.lp_section01b_repetitions01_g3{
	margin: 0 0 70px 0;
}

.lp_section01b_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_section01b_repetitions01_g3 > .grid_container > .grid_item {
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
	margin: 0 15px 30px 15px;
	overflow: hidden;
	padding: 20px 20px;
	position: relative;
}

.lp_section01b-point01:before,
.lp_section01b-point02:before,
.lp_section01b-point03:before{
	aspect-ratio: 1 / 1;
	background-position: top left;
	background-repeat: no-repeat;
	background-size:contain;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 126px;
	z-index: 1;
}

.lp_section01b-point01:before{
	background-image: url(../images/lp/lp_section01b-point01.png);
	background-image: -webkit-image-set(
		url("../images/lp/lp_section01b-point01.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point01.png") type("image/png"));
	background-image: image-set(
		url("../images/lp/lp_section01b-point01.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point01.png") type("image/png"));
}

.lp_section01b-point02:before{
	background-image: url(../images/lp/lp_section01b-point02.png);
	background-image: -webkit-image-set(
		url("../images/lp/lp_section01b-point02.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point02.png") type("image/png"));
	background-image: image-set(
		url("../images/lp/lp_section01b-point02.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point02.png") type("image/png"));
}

.lp_section01b-point03:before{
	background-image: url(../images/lp/lp_section01b-point03.png);
	background-image: -webkit-image-set(
		url("../images/lp/lp_section01b-point03.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point03.png") type("image/png"));
	background-image: image-set(
		url("../images/lp/lp_section01b-point03.webp") type("image/webp"),
		url("../images/lp/lp_section01b-point03.png") type("image/png"));
}

.lp_section01b-point01-icon,
.lp_section01b-point02-icon,
.lp_section01b-point03-icon{
	text-align: center;
	padding: 0 0 15px 0;
}

.lp_section01b-point01-icon img,
.lp_section01b-point02-icon img,
.lp_section01b-point03-icon img{
	height: auto;
	width: 114px;
}

.lp_section01b-point00-ttl{
	color: #005AAC;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0 0 5px 0;
	text-align: center;
}

.lp_section01b-point00-leadtx01{
	border-bottom: 2px #005BAC solid;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	padding: 0 0 10px 0;
}

.lp_section01b-point00-tx01{
	color: #1F1F2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding: 15px 0 0 0;
}

.lp_section01b-point00-tx01 span{
	font-size: 14px;
}

.lp_section01b-contents01-leadtx01-area{
	text-align: center;
}

.lp_section01b-contents01-leadtx01{
	border-bottom: 1px #0059AC solid;
	color: #0059AC;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 auto 30px auto;
	padding: 0 0 15px 0;
	text-align: center;
}

.lp_section01b-contents01-tx01{
	color: #1F1F2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 auto 15px auto;
	max-width: 900px;
}

.lp_section01b-point01-table01{
	text-align: center;
}

.lp_section01b-point01-table01 img{
	height: auto;
	max-width: 1170px;
	width: 100%;
}

@media only screen and (max-width: 1000px) {
.lp_section01b_repetitions01_g3 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}
}

@media only screen and (max-width: 650px) {
.lp_section01b_repetitions01_g3 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}
}

@media only screen and (max-width: 520px) {
.lp_section01b_bg01{
	padding: 5.0rem 0;
}

.lp_section01b_repetitions01_g3{
	margin: 0 0 3.5rem 0;
}

.lp_section01b_repetitions01_g3 > .grid_container > .grid_item {
	border-radius: 1.0rem;
	box-shadow: 0 0 0.5rem 0.2rem rgba(0,0,0,0.15);
	margin: 0 1.5rem 1.5rem 1.5rem;
	padding: 3.0rem 3.0rem;
}

.lp_section01b-point01:before,
.lp_section01b-point02:before,
.lp_section01b-point03:before{
	width: 15.1rem;
}

.lp_section01b-point01-icon,
.lp_section01b-point02-icon,
.lp_section01b-point03-icon{
	padding: 0 0 2.5rem 0;
}

.lp_section01b-point01-icon img,
.lp_section01b-point02-icon img,
.lp_section01b-point03-icon img{
	width: 12.7rem;
}

.lp_section01b-point00-ttl{
	font-size: 3.2rem;
	padding: 0 0 1.0rem 0;
}

.lp_section01b-point00-leadtx01{
	border-bottom: 0.2rem #005BAC solid;
	font-size: 2.4rem;
	padding: 0 0 2.0rem 0;
}

.lp_section01b-point00-tx01{
	font-size: 2.1rem;
	padding: 3.0rem 0 0 0;
}

.lp_section01b-point00-tx01 span{
	font-size: 1.5rem;
}

.lp_section01b-contents01-leadtx01{
	border-bottom: 0.2rem #0059AC solid;
	font-size: 3.2rem;
	margin: 0 auto 2.0rem auto;
	padding: 0 0 1.5rem 0;
}

.lp_section01b-contents01-tx01{
	font-size: 2.1rem;
	margin: 0 auto 1.5rem auto;
}

.lp_section01b-point01-table01{
	text-align: center;
}

.lp_section01b-point01-table01 img{
	height: auto;
	max-width: 1170px;
	width: 100%;
}
}

.lp_section02_bg01{
	background-image: url(../images/lp/lp_section02-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_section02-bg.webp") type("image/webp"),
		url("../images/lp/lp_section02-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_section02-bg.webp") type("image/webp"),
		url("../images/lp/lp_section02-bg.jpg") type("image/jpg"));
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

.lp_section02-contentsbox{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 50px 50px;
}

.lp_section02-ttl{
	padding: 0 0 30px 0;
	text-align: center;
}

.lp_section02-ttl img{}

.lp_section02-subttl{
	background-image: url(../images/lp/lp_section02-subttl-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFF00;
	font-size: 30px;
	font-weight: 600;
	padding: 25px 25px;
	text-align: center;
}

.lp_section02-leadtx01{
	color: #0059AC;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 30px 0 10px 0;
}

.lp_section02-tx01{
	color: #1F1F2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 0 20px 0;
}

.lp_section02_contents01_g3{}

.lp_section02_contents01_g3 > .grid_container {
	display: -ms-grid;
	display: grid;
	grid-row: span 2;
	-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_section02_contents01_g3 > .grid_container > .grid_item{
	background-color: #EDF4F8;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
	display: grid;
	padding: 20px 20px;
}

.lp_section02_contents01_g3 > .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 8px 30px 0;
}
	
.lp_section02_contents01_g3 > .grid_container > .grid_item_02{
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 4px 30px 4px;
}
	
.lp_section02_contents01_g3 > .grid_container > .grid_item_03{
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0 0 30px 8px;
}

.lp_section02_contents01-tx01{
	color: #001966;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	padding: 0 0 5px 0;
	text-align: center;
}

.lp_section02-contents00-icon{
	text-align: center;
}

.lp_section02-contents00-icon img{
	height: 98px;
	width: auto;
}

.lp_section02_contents01-tx02{
	color: #1F1F2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 0 40px 0;
}

.lp_section02-sample01{
	text-align: center;
}

.lp_section02-sample01 img{
	height: auto;
	width: 100%;
}

.lp_section02_contents01-tx03{
	color: #1F1F2C;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0 0 0;
}

@media only screen and (max-width: 812px) {
.lp_section02_contents01_g3 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}
	
.lp_section02_contents01_g3 > .grid_container > .grid_item_03{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;
}
}

@media only screen and (max-width: 520px) {
.lp_section02_bg01{
	background-image:none;
	background-color: #314760;
	padding: 11.0rem 0 5.0rem 0;
}

.lp_section02-contentsbox{
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	padding: 5.0rem 0;
}

.lp_section02-ttl{
	padding: 0 0 4.0rem 0;
}

.lp_section02-subttl{
	background-image: url(../images/lp/sp/sp-lp_section02-subttl-bg.jpg);
	font-size: 3.4rem;
	padding: 3.0rem 0;
}

.lp_section02-leadtx01{
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 4.0rem 0 2.5rem 0;
	text-align: center;
}

.lp_section02-tx01{
	font-size: 2.2rem;
	margin: 0 auto;
	padding: 0 0 3.0rem 0;
	width: 43.0rem;
}

.lp_section02_contents01_g3{}

.lp_section02_contents01_g3 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

.lp_section02_contents01_g3 > .grid_container > .grid_item{
	align-items: center;
	border-radius: 1.0rem;
	box-shadow: 0 0 0.5rem 0.2rem rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 3.0rem 2.0rem;
}

.lp_section02_contents01_g3 > .grid_container > .grid_item_01{
	margin: 0 3.0rem 1.5rem 3.0rem;
}
	
.lp_section02_contents01_g3 > .grid_container > .grid_item_02{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;
	margin: 0 3.0rem 1.5rem 3.0rem;
}
	
.lp_section02_contents01_g3 > .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;
	margin: 0 3.0rem 1.5rem 3.0rem;
}

.lp_section02_contents01-tx01{
	font-size: 2.4rem;
	padding: 0 0 0 1.0rem;
	text-align: left;
	width: 100%;
}

.lp_section02-contents00-icon{
	text-align: left;
	width: 12.0rem;
}

.lp_section02-contents00-icon img{
	height: 8.4rem;
	width: auto;
}

.lp_section02_contents01-tx02{
	font-size: 2.2rem;
	padding: 0 3.0rem 3.0rem 3.0rem;
}

.lp_section02-sample01{
	margin: 0 3.0rem
}

.lp_section02_contents01-tx03{
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 1.0rem 3.0rem 0 3.0rem;
}
}

.lp_section03_bg01{
	background-color: #F0F0F0;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 20px 0;
	width: 100%;
}

.lp_section03-ttl{
	margin: 0 auto 30px auto;
	text-align: center;
}

.lp_section03-ttl img{}

.lp_section03-subttl{
	background-image: url(../images/lp/lp_section03-subttl-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFF00;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 0 auto 25px auto;
	max-width: 950px;
	padding: 25px 25px;
	text-align: center;
}

.lp_section03-contentsbox{
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
	margin: 0 auto 40px auto;
	max-width: 900px;
	padding: 40px 50px;
}

.lp_section03-contentsbox-ttl-area{
	border-bottom: 2px #DBDBEA solid;
	margin: 0 0 30px 0;
}

.lp_section03-contentsbox-ttl{
	color: #0059AC;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0 0 10px 0;
	position: relative;
}

.lp_section03-contentsbox-ttl:before{
	border-bottom: 2px #005BAC solid;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.lp_section03-contentsbox-tx01{
	color: #1F1F2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 25px 0;
}

.lp_section03-contentsbox-img-pc{
	display: block;
}

.lp_section03-contentsbox-img-sp{
	display: none;
}

.lp_section03-contentsbox-img-pc img,
.lp_section03-contentsbox-img-sp img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
.lp_section03_bg01{
	padding: 5.5rem 0 2.0rem 0;
}

.lp_section03-ttl{
	margin: 0 auto 4.0rem auto;
}

.lp_section03-ttl img{
	width: 20.3rem;
	height: auto;
}

.lp_section03-subttl{
	background-image: url(../images/lp/sp/sp-lp_section03-subttl-bg.jpg);
	font-size: 3.2rem;
	margin: 0 auto 5.0rem auto;
	padding: 5.0rem 0;
}

.lp_section03-contentsbox{
	border-radius: 1.0rem;
	box-shadow: 0 0 0.5rem 0.2rem rgba(0, 0, 0, 0.15);
	margin: 0 auto 3.5rem auto;
	padding: 3.5rem 3.0rem;
}

.lp_section03-contentsbox-ttl-area{
	border-bottom: none;
	margin: 0 0 4.0rem 0;
}

.lp_section03-contentsbox-ttl{
	font-size: 3.2rem;
	display: block;
	padding: 0 0 2.0rem 0;
	text-align: center;
}

.lp_section03-contentsbox-ttl:before{
	border-bottom: 0.2rem #005BAC solid;
	left: 50%;
	transform: translate(-50%,0);
	width: 17.0rem;
}

.lp_section03-contentsbox-tx01{
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	margin: 3.0rem 0 0 0;
}

.lp_section03-contentsbox-img-pc{
	display: none;
}

.lp_section03-contentsbox-img-sp{
	display: block;
}
}

.lp_section05_bg01{
	background-color: #081E3B;
	background-image: url(../images/lp/lp_section05-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/lp_section05-bg.webp") type("image/webp"),
		url("../images/lp/lp_section05-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/lp_section05-bg.webp") type("image/webp"),
		url("../images/lp/lp_section05-bg.jpg") type("image/jpg"));
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 90px 0;
	width: 100%;
}

.lp_section05-ttl{
	color: #FFFF00;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 20px 0;
}

.lp_section05-leadtx01{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0 0 35px 0;
}

.lp_section05-tx01{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0 0 30px 0;
	text-align: center;
}

.lp_section05-link01{
	background-color: #FFEF42;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	max-width: 342px;
	overflow: hidden;
	text-decoration: none;
	transition: 0.2s;
}

.lp_section05-link01 img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 520px) {
	
.lp_section05_bg01{
	background-image: url(../images/lp/sp/sp-lp_section05-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/lp/sp/sp-lp_section05-bg.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_section05-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/lp/sp/sp-lp_section05-bg.webp") type("image/webp"),
		url("../images/lp/sp/sp-lp_section05-bg.jpg") type("image/jpg"));
	background-size: cover;
	padding: 6.0rem 0 13.0rem 0;
}

.lp_section05-ttl{
	font-size: 4.2rem;
	padding: 0 0 4.0rem 0;
}

.lp_section05-leadtx01{
	font-size: 3.0rem;
	padding: 0 0 6.0rem 0;
}

.lp_section05-tx01{
	font-size: 2.2rem;
	padding: 0 0 4.0rem 0;
}

.lp_section05-link01{
	max-width: none;
	width: 45.0rem;
}
}

@media(hover: hover) {
.lp_section05-link01:hover{
	background-color: #FFF788;
}
}
	

.lp_repetitions00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33.33% 33.33% 33.33%;
	grid-template-columns: 33.33% 33.33% 33.33%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_repetitions00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 812px) {
.lp_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.lp_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 15px 30px 15px;}
}

@media only screen and (max-width: 520px) {
.lp_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}
}


.lp_contents00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.lp_contents00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.lp_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */}
	
.lp_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;}

@media only screen and (max-width: 520px) {
.lp_contents00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.lp_contents00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}

.lp_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.lp_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;}
}