@charset "utf-8";
/* all
-------------------------------------------------------------------*/
#lp_content {
	background:#FFFFFF;
	color:#222;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.4;
	width: 100%;
	font-weight:500;
	font-size: 18px;
	display: block;
	max-width:1180px;
	margin:0 auto;
	text-align:center;
}
#lp_content .sitewrap{
	max-width: 1180px;
	/* min-width:1180px; */
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#lp_content .sitewrap img{
	width: 100%;
}
#lp_content .visual{
	position:relative;
	margin-bottom: 70px;
	z-index: 0;
}
#lp_content .visual .site_text{
	position: absolute;
	top: 24%;
	left: 8%;
	max-width:1000px;
	margin:0 auto;
	z-index: 1;
}
#lp_content .visual h1{
	font-size: 3.875rem;
	font-weight: 900;
	color: #11347e;
	margin-bottom:30px;
	letter-spacing: 1px;
}
#lp_content .visual h1 span{
	font-size:1.75rem;
	display:block;
	font-weight: bold;
	padding-left: 4px;
}
#lp_content em{
	color: #11347e;
	font-weight: 600;
	font-size: 1.8rem;
	width: 78%;
	display: block;
	word-break: auto-phrase;
}
#lp_content .title02{
	width:100%;
	height:189px;
	background: #0b64bf;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 50px;
}
#lp_content .title02 h2{
	color:#fff;
	font-size:3.125rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.03em
}
#lp_content .title02 h2 span{
	display:block;
	font-size:1.25rem;
	font-weight:400;
}
#lp_content .content01{
	max-width: 1100px;
	margin-inline: auto;
}
#lp_content .text{
	font-size: 1.4rem;
}
#lp_content .text.att{
	font-size: 1.25rem;
}
@media screen and (max-width:767px) {
	#lp_content .visual{
		margin-bottom: 30px;
	}
	#lp_content .visual h1{
		font-size: 10.5vw;
		margin-bottom: 20px;
		text-align: left;
		width: 90%;
		margin-inline: auto;
	}
	#lp_content .visual h1 span{
		font-size: 1.45rem;
		/* padding-left: 17px; */
		font-size: 6vw;
	}
		#lp_content em{
		font-size: 1.12rem;
		width:90%;
		margin-inline: auto;
		text-align: left;
		word-break: break-all;
	}
	#lp_content .title02{
		height: 120px;
		margin-bottom: 20px;
	}
	#lp_content .title02 h2{
		font-size: 1.75rem;
	}
	#lp_content .title02 h2 span{
		font-size:1.125rem;
	}
	#lp_content .text{
		font-size: 1.125rem;
		line-height: 1.6;
	}
	#lp_content .visual .site_text{
		top: 11%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	#lp_content .text.att{
		font-size: 1rem;
	}
}
#lp_content .section01{
	margin-bottom: 30px;
}
#lp_content .section01 p{
	margin-bottom: 50px;
}
#lp_content .section01 .figure{
	margin-bottom: 30px;
}
#lp_content .section01 a{
	color: #5b9bd5;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#lp_content .section01{
		margin-bottom: 20px;
	}
	#lp_content .section01 .figure{
		margin-bottom: 10px;
	}
	#lp_content .section01 p{
		margin-bottom: 25px;
	}
}
#lp_content .section02{
	margin-bottom: 80px;
}
#lp_content .section02 .merit_list .item{
	margin-bottom: 30px;
}
#lp_content .section02 .merit_list .item_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #4cb9e7;
	font-weight: 600;
	font-size: 1.25rem;
}
#lp_content .section02 .merit_list .item_title em{
	display: block;
	background-color: #4cb9e7;
	width: 52px;
	height: 50px;
	color: #fff;
	font-size: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
#lp_content .section02 .merit_list .sub_text{
	color: #11347e;
	font-size: 1.3rem;
	margin-left: 82px;
	margin-top: 0.5em;
	line-height: 1.8;
}
#lp_content .section02 .condition{
	max-width: 1000px;
	margin-inline: auto;
	background: #e8f5ff;
	padding: 30px 50px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}
#lp_content .section02 .condition .left{
	width: 30%;
	color: #11347e;
	font-size: 1rem;
	line-height: 2;
}
#lp_content .section02 .condition .left::after{
	content: "";
	width: 1px;
	height: 100px;
	position: absolute;
	z-index: 0;
	display: block;
	background: #e6e6e6;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 27%;
	left: 270px;
}
#lp_content .section02 .condition .left p span{
	    background:linear-gradient(transparent 60%, #edf345 70%);
	
}
#lp_content .section02 .condition .right{
	width: 70%;
	font-size: 0.875rem;
	line-height: 1.8;
	font-weight: 600;
}
#lp_content .section02 .condition .right .as{
	font-size: 0.5rem;
	vertical-align: super;
	padding-right: 2px;
}
#lp_content .section02 .condition .right span{
	font-weight: 400;
}
#lp_content .section02 .condition .right .att{
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.3em;
}
@media screen and (max-width:950px) {
	#lp_content .section02 .condition .left::after{
		left: 29%;
	}
}
@media screen and (max-width:850px) {
	#lp_content .section02 .condition .left::after{
		display:none;
	}
}
@media screen and (max-width:767px) {
	#lp_content .section02{
		margin-bottom: 40px;
	}
	#lp_content .section02 .merit_list .item{
		margin-bottom: 20px;
	}
	#lp_content .section02 .merit_list .item_title{
		align-items: flex-end;
	}
	#lp_content .section02 .merit_list .item_title em{
		width: 46px;
		height: 38px;
		font-size: 1.35rem;
		margin-right: 18px;
	}
	#lp_content .section02 .merit_list .item_title p{
		width: 100%;
		padding-bottom: 5px;
		font-size: 1.125rem;
	}
	#lp_content .section02 .merit_list .sub_text{
		margin-left: 52px;
		margin-top: 0.5em;
		line-height: 1.8;
	}
	#lp_content .section02 .condition{
		padding: 20px 30px;
		border-radius: 10px;
		margin-bottom: 30px;
		flex-direction: column;
		margin-top: 30px;
	}
	#lp_content .section02 .condition .right{
		width: 100%;
	}
	#lp_content .section02 .condition .right .att{
		margin-top: 0.8em;
	}
	#lp_content .section02 .condition .left{
		width: 100%;
		text-align: center;
		font-size: 1.25rem;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	#lp_content .section02 .condition .left::after{
		content: none;
	}
	
}
#lp_content .section03{
	margin-bottom: 100px;
}
#lp_content .section03 .list01,
#lp_content .section03 .list02{
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
#lp_content .section03 .item{
	width: 42%;
	max-width: 442px;
}
#lp_content .section03 .item .name{
	font-size: 1.25rem;
}
#lp_content .section03 .item .name_out{
	width: 110%;
	transform: translateX(-33px);
}
#lp_content .section03 .item .name span{
	font-size: 1rem;
	font-weight: 400;
}
#lp_content .section03 .list02{
	margin-top: 90px;
	justify-content: space-between;
	margin-bottom: 85px;
}
#lp_content .section03 .list02 .item{
	width: 27%;
}
#lp_content .section03 .list02 .item .img{
	max-width: 297px;
	margin-inline: auto;
}
@media screen and (max-width:1200px) {
	#lp_content .section03 .item .name_out{
		width: 100%;
		transform: translateX(0px);
	}
}
@media screen and (max-width:767px) {
	#lp_content .section03{
		margin-bottom: 40px;
	}
		#lp_content .section03 .list02{
		margin-top: 20px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	#lp_content .section03 .list01 .item,
	#lp_content .section03 .list02 .item{
		width: 48%;
	}
	#lp_content .section03 .list02 .item .img{
		max-width: 297px;
		margin-inline: auto;
	}
	#lp_content .section03 .item .name span{
		font-size: 0.875rem;
		line-height: 1.4;
		display: block;
	}
}
#lp_content .flow{
	margin-bottom: 180px;
}
#lp_content .flow .flow_wrap{
	max-width:1100px;
	margin:0 auto;
}
#lp_content .flow .flow_wrap dl{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	position:relative;
}
#lp_content .flow .flow_wrap dl:before{
	content:"";
	width:5px;
	height:100%;
	background: #11347e;
	position:absolute;
	left: 31px;
	top: 3px;
}
#lp_content .flow .flow_wrap dl:last-child:before{
	display:none;
}
#lp_content .flow .flow_wrap dt{
	width: 100px;
	position:relative;
	max-width: 67px;
	margin-right: 30px;
}
#lp_content .flow .flow_wrap dd{
	width: calc(100% - 100px);
	max-width: 880px;
	margin-right: auto;
}
#lp_content .flow .flow_wrap dd .col{
	display:flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px dotted #ada5a5;
	justify-content: space-between;
	align-items: center;
}
#lp_content .flow .flow_wrap dd .col .icon{
	width: 80px;
	text-align:center;
	margin-inline: 20px;
}
#lp_content .flow .flow_wrap dd .col .icon img{
	max-width:100%;
}
#lp_content .flow .flow_wrap dd .col .text{
	width: calc(100% - 165px);
}
#lp_content .flow .flow_wrap dd .col .text p{
	font-size: 1.5rem;
}
#lp_content .flow .flow_wrap dd .col .text .ann{
	padding: 20px 40px;
	background: #f9f9fa;
	border-radius: 5px;
	margin-top: 15px;
}
#lp_content .flow .flow_wrap dd .col .text .ann a{
	font-size:1.75rem;
	font-weight:bold;
	color:#2d69ad;
	border-bottom:1px solid transparent;
	transition:.5s border-color;
}
#lp_content .flow .flow_wrap dd .col .text .ann p span{
	font-size:1rem;
	margin-left:0.5em;
}
#lp_content .flow .flow_wrap dd .col .text .ann a:hover{
	border-color:#2d69ad;
	text-decoration:none;
}
@media screen and (max-width:767px) {
	#lp_content .flow{
		margin-bottom:40px;
		padding:0 10px;
	}
	#lp_content .flow .flow_wrap{
		padding:0;
	}
	#lp_content .flow .flow_wrap dt{
		width: 50px;
		position:relative;
		margin-right: 10px;
	}
	#lp_content .flow .flow_wrap dd{
		width: 80%;
	}
	#lp_content .flow .flow_wrap dd .col{
		margin-bottom: 30px;
		padding-bottom: 10px;
		padding-top: 5px;
		justify-content: space-between;
		align-items: center;
	}
	#lp_content .flow .flow_wrap dd .col .icon{
		width: 20%;
		text-align: left;
		margin-right:10px;
		margin-left: 10px;
	}
	#lp_content .flow .flow_wrap dd .col .icon img{
		max-width:100%;
	}
	#lp_content .flow .flow_wrap dd .col .text{
		width: 80%;
	}
	#lp_content .flow .flow_wrap dd .col .text p{
		font-size: 1.125rem;
	}
	#lp_content .flow .flow_wrap dd .col .text .ann{
		padding: 20px 10px;
		margin-top: 10px;
	}
	#lp_content .flow .flow_wrap dd .col .text .ann a{
		font-size:1.25rem;
	}
	#lp_content .flow .flow_wrap dd .col .text .ann p span{
		display:block;
		
	}
	#lp_content .flow .flow_wrap dl:before{
		top:2px;
		left: 23px;
	}
}
@media screen and (max-width:1200px) {
	#lp_content .section01,
	#lp_content .section02,
	#lp_content .section03,
	#lp_content #lp_content .section04 ,
	#lp_content .flow{
		padding:0 10px;
	}
}