@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: 2.875rem;
	font-weight: 900;
	color: #11347e;
	margin-bottom:30px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px white;
}
#lp_content .visual h1 span{
	font-size:3.15rem;
	display:block;
	font-weight: bold;
	padding-left: 4px;
}
#lp_content em{
	color: #11347e;
	font-weight: 600;
	font-size: 1.8rem;
	width: 90%;
	display: block;
	word-break: auto-phrase;
}
#lp_content em span{
	color: red;
}
#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;
	margin-bottom: 10px;
	margin-top: 10px;
}
#lp_content .text.att{
	font-size: 1.25rem;
}

#lp_content .check {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}
#lp_content .check::before {
    position: absolute;
    content: "";
    background-image: url(check.png);
    width: 22px;
    height: 17px;
    left: 0;
    top: 10px;
}
#lp_content .check span {
    color: #063c53;
	font-weight: bold;
}
#lp_content .yellow {
	color: #ffe92e;
}
#lp_content .gray {
	color: #6E6E6E;
	font-weight: bold;
}
#lp_content .blue {
	color: #008AE0;
	font-weight: bold;
}
#lp_content .red {
	color: red;
	font-weight: bold;
}
#lp_content .ttl_blue {
    width: 90%;
    height: auto;
    background-color: #8ecdda;
    border-radius: 40px;
    color: #fff;
    font-size: 1.444em;
    text-align: center;
    padding: 13px 0px 13px 57px;
    font-weight: bold;
    margin: 0 auto 25px auto;
}

#lp_content .section01{
	margin-bottom: 30px;
}
#lp_content .section01 p{
	margin-bottom: 10px;
}
#lp_content .section01 .figure{
	margin-bottom: 30px;
}
#lp_content .section01 a{
	color: #5b9bd5;
	text-decoration: underline;
}

#lp_content .innerwrap {
	max-width: 969px;
	margin: 10px 100px 100px 100px;
	padding: 50px 0px 0px 0px;
}
#lp_content .fukidashi {
	max-width: 969px;
	margin: 100px 100px 100px 100px;
	background-color: #8ecdda;
	border-radius: 30px;
	padding: 35px 30px 40px 50px;
	position: relative;
}
#lp_content .fukidashi::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -20%;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 0;
	border-top: 30px solid #8ecdda;
}
#lp_content .fukidashi p {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}

#lp_content .about{
	margin-bottom: 180px;
}
#lp_content .about .flow_wrap{
	max-width:1100px;
	margin:0 auto;
}
#lp_content .about .flow_wrap dl{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	position:relative;
}
#lp_content .about .flow_wrap dl:before{
	content:"";
	width:5px;
	height:100%;
	background: #11347e;
	position:absolute;
	left: 31px;
	top: 3px;
}
#lp_content .about .flow_wrap dl:last-child:before{
	display:none;
}
#lp_content .about .flow_wrap dt{
	width: 100px;
	position:relative;
	max-width: 67px;
	margin-right: 30px;
}
#lp_content .about .flow_wrap dd{
	width: calc(100% - 100px);
	max-width: 880px;
	margin-right: auto;
}
#lp_content .about .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 .about .flow_wrap dd .col .icon{
	width: 80px;
	text-align:center;
	margin-inline: 20px;
}
#lp_content .about .flow_wrap dd .col .icon img{
	max-width:100%;
}
#lp_content .about .flow_wrap dd .col .text{
	width: calc(100% - 165px);
}
#lp_content .about .flow_wrap dd .col .text p{
	font-size: 1.5rem;
}
#lp_content .about .flow_wrap dd .col .text .ann{
	padding: 20px 40px;
	background: #f9f9fa;
	border-radius: 5px;
	margin-top: 15px;
}
#lp_content .about .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 .about .flow_wrap dd .col .text .ann p span{
	font-size:1rem;
	margin-left:0.5em;
}
#lp_content .about.flow_wrap dd .col .text .ann a:hover{
	border-color:#2d69ad;
	text-decoration:none;
}

/*flow*/
#lp_content .flow{
	padding:0 0 80px;
}
#lp_content .flow .flow_pic {
	width: 100%;
}
#lp_content .flow .caption{
	font-size:28px;
	font-size:175%;	
	color:#444;
	margin:-20px 0 120px;
}
#lp_content .flow .flow_list{
	display:flex;
	list-style:none;
	margin: 90px auto 0 auto;
	justify-content:space-between;
	padding:0;
}
#lp_content .flow .flow_list li{
	width: 22.5%;
	position:relative;
}
#lp_content .flow .flow_list li .sp_flow{
	display:none;
}
#lp_content .flow .flow_list li + li:before{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 22px;
	border-color: transparent transparent transparent #193b8b;
	position:absolute;
    top: 37%;
    left: -30px;
}
#lp_content .flow .flow_list dt b{
    display: block;
    font-size: 60px;
    color: #444444;
    margin-bottom: 40px;
}
#lp_content .flow .flow_list dd h3{
	margin: 25px 0 15px;
	font-weight:bold;
	font-size:133%;
	text-align:left;
	display: block;
	min-height:3.0em;
	letter-spacing:-0.03em;
}
#lp_content .flow .flow_list dd p{
	text-align:left;
	font-size: 118%;
	font-weight:400;
	line-height:1.8;
	letter-spacing: -0.03em;
}

#lp_content .flow .sub_text{
	font-size: 1.2rem;
	margin-left: 82px;
	margin-top: 0.5em;
	text-align:right;
}


@media screen and (max-width:1200px) {
	#lp_content .section03 .item .name_out{
		width: 100%;
		transform: translateX(0px);
	}
}


@media screen and (max-width:950px) {
	#lp_content .visual h1{
		font-size: 3.5vw;
	}
	#lp_content em{
		font-size: 1.2rem;
	}
	#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 .visual{
		margin-bottom: 30px;
	}
	#lp_content .visual h1{
		font-size: 6.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 .check {
        padding-left: 30px;
        line-height: 1.5;
    }
    #lp_content .check::before {
        top: 5px;
        bottom: 25px;
    }
    #lp_content .innerwrap {
		max-width: 100%;
		margin: 5px;
        padding: 0px 15px;
    }
	#lp_content  .fukidashi {
		margin: 100px auto 10px auto;
	}
	#lp_content   .fukidashi {
		width: 100%;
		padding: 25px 5px;
	}
	#lp_content   .fukidashi p {
		font-size: 18px;
		text-align: left;
	}
	#lp_content  .white_line p {
	    font-size: 1.0em;
	}

    #lp_content .ttl_blue {
        width: calc(100% -5px);
        font-size: 0.8em;
        padding: 10px 0px 10px 0px;
        margin: 0 auto 20px auto;
    }
}

@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: 152px;
	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: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: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;
	}
}

@media screen and (max-width:767px) {
	#lp_content .about{
		margin-bottom:40px;
		padding:0 10px;
	}
	#lp_content .about .flow_wrap{
		padding:0;
	}
	#lp_content .about .flow_wrap dt{
		width: 50px;
		position:relative;
		margin-right: 10px;
	}
	#lp_content .about .flow_wrap dd{
		width: 80%;
	}
	#lp_content .about .flow_wrap dd .col{
		margin-bottom: 30px;
		padding-bottom: 10px;
		padding-top: 5px;
		justify-content: space-between;
		align-items: center;
	}
	#lp_content .about .flow_wrap dd .col .icon{
		width: 20%;
		text-align: left;
		margin-right:10px;
		margin-left: 10px;
	}
	#lp_content .about .flow_wrap dd .col .icon img{
		max-width:100%;
	}
	#lp_content .about .flow_wrap dd .col .text{
		width: 80%;
	}
	#lp_content .about .flow_wrap dd .col .text p{
		font-size: 1.125rem;
	}
	#lp_content .about .flow_wrap dd .col .text .ann{
		padding: 20px 10px;
		margin-top: 10px;
	}
	#lp_content .about .flow_wrap dd .col .text .ann a{
		font-size:1.25rem;
	}
	#lp_content .about .flow_wrap dd .col .text .ann p span{
		display:block;
		
	}
	#lp_content .about .flow_wrap dl:before{
		top:2px;
		left: 23px;
	}

	/*flow*/
    #lp_content .flow{
		padding: 10px 10px;
		width:100%;
	}
    #lp_content .flow .innerwrap {
		width:100%;
		padding: 10px 10px;
    }
    #lp_content .flow .h_style01 {
		font-size: 25px;
		margin-bottom: 30px;
	}
    #lp_content .flow .h_style01 {
		margin-bottom: 0;
	}
    #lp_content .flow .caption{
		font-size:28px;
		font-size:175%;	
		color:#444;
		margin:-20px 0 120px;
	}

    #lp_content .flow .caption{
		margin: -20px 0 40px;
	}
    #lp_content .flow .flow_list{
		flex-direction:column;
		text-align:center;
		padding: 0px 20px;
	}
    #lp_content .flow .flow_list li{
		width:100%;
		margin:0;
		padding-bottom:40px;
	}
    #lp_content .flow .flow_list{
		margin: 0;
	}
    #lp_content .flow_list li .sp_flow{
		display:block;
	}
    #lp_content .flow_list li .pc_flow{
		display:none;
	}
    #lp_content .flow_list li + li:before{
		left:0;
		right:0;
		margin:
		auto;
		margin-top: 15px;top:-30px;
		display:
		block;
		border-style: solid;
		border-width: 25px 33px 0 33px;
		border-color: #193b8b transparent transparent transparent;
	}
    #lp_content .flow_list li dl{
		display:flex;
		flex-direction:column;
		position:relative;
		padding-top:40px;
	}
    #lp_content .flow_02 dd p {
	    text-align: center;
	    display: inline-block;
	    font-size: 17px;
	}
    #lp_content .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}
    #lp_content .flow_list li dl.flow_02{
		display:
		flex;
		flex-direction:
		column-reverse;
		position:
		relative;
		padding-top: 125px;
	}
    #lp_content .flow_list li dl dd h3{
		display:
		block;
		margin-bottom:10px;
		min-height: 0;
		text-align:
		center;
		position:
		static;
		font-size: 20px;
		margin-top: 10px;
	}
    #lp_content .flow_list li img{
		width: 200px;
	}
    #lp_content .flow_list li dl dt b{
		margin-bottom:10px;
	}
    #lp_content .flow_list li dl dd{
		margin-bottom:10px;
	}
    #lp_content .flow_list dd p {
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	#lp_content .section01,
	#lp_content .section02,
	#lp_content .section03,
	#lp_content .section04 ,
	#lp_content .about ,
	#lp_content .flow{
		padding:0 10px;
	}
}