@charset "utf-8";
/* CSS Document */



#mv{
	background-image: url("../img/mv_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 52px 0 56px;
}
#mv .wrap{
	background-image: url("../img/mv_img02.png");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 580px;
}
#mv .mv_txt01{
	font-size: 3.5rem;
	text-align: left;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
#mv .mv_txt01.deco::before,
#mv .mv_txt01.deco::after{
	background-color: #ffff00;
}
#mv .mv_txt01.deco::after{
	margin-left: 3px;
}
#mv .mv_txt02{
	display: block;
	line-height: 1.3;
	color: #fff;
	font-size: 4.8rem;
	letter-spacing: 0.06em;
	margin-bottom: 22px;
}
#mv .mv_txt02 span{
	font-size: 6rem;
}
#mv .mv_txt03{
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	color: #fff;
}
#mv .mv_txt03 span{
	font-size: 3rem;
}
#mv .mv_txt04{
	display: block;
	width: 374px;
	max-width: 100%;
	position: relative;
	left: -26px;
}

.mv_box{
	width: 503px;
	max-width: 100%;
	margin-bottom: 9px;
}
.mv_box ul{
	background-image: url("../img/mv_box_02.png");
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 17px 0 17px 20px;
}
.mv_box ul li{
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.mv_box ul li::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/mv_chk.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.mv_box ul li + li{
	margin-top: 18px;
}

#mv .mv_txt05{
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.08em;
}


/*------------- nayami ---------------------*/

#nayami{
	padding: 80px 0 0;
}

.nayami_ttl{
	font-size: 2.4rem;
	letter-spacing: 0.13em;
	margin-bottom: 40px;
}

.nayami_box{
	position: relative;
	padding: 0 0 77px;
	width: 755px;
	max-width: 100%;
	margin: auto;
}
.nayami_box ul{
	background-color: #fff;
	width: 595px;
	max-width: 100%;
	margin: auto;
	padding: 36px 60px 39px;
}
.nayami_box ul li{
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 8px;
}
.nayami_box ul li::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/nayami_chk.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.nayami_box ul li + li{
	margin-top: 9px;
}
.nayami_img{
	position: absolute;
	width: 140px;
	bottom: 0;
	right: 0;
}



/*--------------- kaiketsu ----------------*/

#kaiketsu{
	padding: 0 0 75px;
}

.nayami_tri{
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30.5px 0 30.5px;
border-color: #f4f7fd transparent transparent transparent;
	margin: auto auto 72px;
}
.kaiketsu_ttl{
	font-size: 3rem;
	line-height: 1.46;
	letter-spacing: 0.11em;
	color: #fff;
	margin-bottom: 27px;
}
.kaiketsu_list{
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
.kaiketsu_list li{
	width: 312px;
	max-width: 100%;
	position: relative;
	padding: 37px 0 22px;
	border: 3px solid #90d2f5;
	box-shadow :2px 6px 0 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #fff;
}
.kaiketsu_list li .point{
	width: 54px;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.kaiketsu_list li .point_cnt{

}
.kaiketsu_list li .point_cnt p{
	line-height: 1.625;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}


/*------------------- about -------------------*/

#about{
	background-image: url("../img/about_bg.png");
	background-size: cover;
	padding: 75px 0 0;
}
#about .wrap{
	display: flex;
	flex-direction: row-reverse;
}
.about_img{
	width: 335px;
	max-width: 100%;
}
.about_img img{
	width: 229px;
	margin: auto;
}
.about_cnt{
	width: calc( 100% - 229px);
}
.about_ttl{
	font-size: 3rem;
	color: #fff;
	letter-spacing: 0.11em;
}
.about_txt01{
	color: #fff;
	font-size: 3rem;
	line-height: 1.46;
	letter-spacing: 0.11em;
	margin: 38px 0 30px;
}
.about_txt02{
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	line-height: 1.86;
}

/*------------------ kadai --------------------*/

#kadai{
	padding: 80px 0 85px;
}

.kadai_box{
	box-shadow: 2px 4px 0 0 rgba(0,0,0,.13);
	border: 3px solid #145b94;
	border-radius: 10px;
	background-color: #fff;
	width: 770px;
	margin: auto;
	padding: 30px; 
	max-width: 100%;
}
.kadai_ttl{
	font-size: 1.7rem;
	color: #fff;
	letter-spacing: 0.09em;
	background-color: #145b94;
	border-radius: 40px;
	padding: 6px 0 10px;
	margin-bottom: 20px;
}
.kadai_list {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 26px;
}
.kadai_list li{
	width: 215px;
	max-width: 100%;
}
.kadai_list .kadai_img{
	margin: auto auto 20px;
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kadai_list .kadai_txt{
	font-size: 1.5rem;
	line-height: 1.53;
	letter-spacing: 0.09em;
}

.kadai_ttl02{
	font-size: 1.8rem;
	letter-spacing: 0.13em;
	margin-top: 27px;
	margin-bottom: 20px;
}
.kadai_list02{
	display: flex;
	justify-content: space-between;
}
.kadai_list02 > li > img{
	margin-top: 10px;
}
.yakuzaishi,
.kikan{
	display: flex;
}
.yakuzaishi .kadai_img02{
	margin-top: 12px;
}
.kikan .kadai_img02{
	margin-top: 30px;
}
.kadai_list02 .kadai_cnt{
	width: 143px;
}
.kadai_ttl03{
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 20px;
	background-color: #145b94;
	padding: 7px 0 9px;
	letter-spacing: 0.11em;
	margin-bottom: 9px;
	margin-left: 6px;
}
.kadai_item li{
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	line-height: 1.57;
}

.kaisyo_ttl{
	font-size: 3rem;
	line-height: 1.46;
	letter-spacing: 0.11em;
	margin: 35px 0 20px;
}
.kaisyo_arr{
	margin-bottom: 35px;
}
.kaisyo_arr img{
	margin: auto;
}

.support_box{
	box-shadow: 2px 4px 0 0 rgba(0,0,0,.13);
	border-radius: 10px;
	width: 770px;
	max-width: 100%;
	margin: auto;
	padding: 3px; 
background: #485dff;
background: -moz-linear-gradient(left, #0bceff 0%, #485dff 100%);
background: -webkit-gradient(linear, left center, right center, from(#0bceff), to(#485dff));
background: -webkit-linear-gradient(left, #0bceff 0%, #485dff 100%);
background: -o-linear-gradient(left, #0bceff 0%, #485dff 100%);
background: -ms-linear-gradient(left, #0bceff 0%, #485dff 100%);
background: linear-gradient(to right, #0bceff 0%, #485dff 100%);
}
.support_box_inn{
	border-radius: 10px;
	width: 100%;
	margin: auto;
	background-color: #fff;
	padding: 25px 35px 20px;
}
.support_ttl {
	font-size: 2.1rem;
	letter-spacing: 0.11em;
	margin-bottom: 27px;
}
.support_ttl span{
	font-size: 2.6rem;
}
.support_ttl.deco::before,
.support_ttl.deco::after{
	background-color: #219dfe;
}

.support_box .kadai_ttl03{
	background-color: #219dfe;
}
.support_box .yakuzaishi .kadai_img02,
.support_box .kikan .kadai_img02,
.support_box .kadai_list02 > li > img{
	margin-top: 0;
}
.support_box .kadai_list02 > li > img{
	position: relative;
	top: -10px;
}

/*--------------------- features -----------*/

#features{
	padding: 75px 0 0;
}

.feature_ttl{
	font-size: 3rem;
	letter-spacing: 0.11em;
	line-height: 1.3;
}
.feature_area{
	display: flex;
	justify-content:center;
	align-items: center;
	margin: 45px 0 0;
}
.feature_cnt{
	margin: 0 20px 0 0;
}
.feature_point{
	font-size: 1.7rem;
	letter-spacing: 0.11em;
	margin-bottom: 15px;
}
.feature_point span{
	font-size: 140%;
	margin-left: 0.5em;
}
.feature_txt01{
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.11em;
	margin-bottom: 30px;
}
.feature_txt02 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
}
.feature_list{
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.feature_list li{
	width: 343px;
	max-width: 100%;
}
.f_list_txt{
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

/*------------------------- three -----------------*/

#three{
	background: url(../img/feature_tri01.png) no-repeat center top -48px,url(../img/feature_tri02.png) no-repeat center bottom,#f4f7fd;
	background-size: auto;
	padding: 185px 0 208px;
}
.three_img{
	margin: 25px 0 0;
}
.sarani {
	margin-top: -27px;
}
.sarani img{
	margin: auto;
}
.kantan{
	background-image: url("../img/three03.png");
	background-repeat: no-repeat;
	width: 770px;
	margin: -63px auto auto;
	padding: 130px 0 0 245px;
	height: 450px;
	max-width: 100%;
}
.kantan_txt01{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.kantan_txt02{
	font-size: 1.5rem;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.06em;
	margin: 5px 0 0 5px;
}

/*---------------- tanni --------------*/

#tanni{
	margin-top: -130px;
	padding: 0 0 80px;
}

#tanni .feature_area{
	flex-direction: row-reverse;
}
#tanni .feature_cnt {
    margin: 0 0 0 40px;
}


/*------------------- faq ------------------*/

#faq{
	padding: 75px 0 75px;
}

.faq_ttl{
	font-size: 2.4rem;
	letter-spacing: 0.11em;
	margin-bottom: 40px;
}

.faq_box{
	border: 3px solid #90d2f5;
	border-radius: 10px;
	box-shadow: 2px 4px 0 0 rgba(0,0,0,.2);
	background-color: #fff;
	padding: 38px 35px 35px;
}
.faq_box + .faq_box{
	margin-top: 40px;
}
.faq_q,
.faq_a{
	display: flex;
}
.faq_q{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 11px;
	margin-bottom: 11px
}
.faq_q .q,
.faq_a .a{
	width: 33px;
	margin-right: 10px
}
.faq_q .q_txt,
.faq_a .a_txt{
	width: calc( 100% - 33px - 10px );
}
.faq_q .q_txt p{
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.faq_a .a_txt p{
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.faq_info{
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 40px;
}

/*---------------- flow -----------------*/

#flow{
	background-color: #219dfe;
	padding: 85px 0 80px;
}
.flow_ttl{
	font-size: 2.4rem;
	letter-spacing: 0.11em;
	color: #fff;
	margin-bottom: 35px;
}

.flow_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 45px;
}
.flow_list li:not(.flow_arr){
	width: 280px;
	max-width: 100%;
	position: relative;
	padding:44px 35px 37px;
	border: 3px solid #90d2f5;
	box-shadow :2px 6px 0 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #fff;
}
.flow_list li .step{
	width: 54px;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.flow_arr{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 25px;
	border-color: transparent transparent transparent #ffffff;
}
.flow_txt01{
	font-size: 2rem;
	letter-spacing: 0.11em;
	margin-bottom: 15px;
}
.flow_txt02{
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

/*-------------- company-------------------*/

#company{
	padding: 85px 0 80px;
}

.com_ttl{
	font-size: 2.4rem;
	letter-spacing: 0.11em;
	margin-bottom: 40px;
}
.com_area{
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	display: flex;
	
}
.com_img{
	width: 480px;
	max-width: 100%;
}
.com_cnt{
	align-content: center;
	padding-left: 40px;
	padding-right: 40px;
}
.com_cnt dt{
	font-size: 2rem;
	letter-spacing: 0.11em;
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.com_cnt dd{
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.com_cnt dd + dt{
	margin-top: 35px;
}


/*------------- footer --------------*/

#footer{
	background-color: #4d4d4d;
	padding: 20px 0;
}

#footer .cpy{
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
	
	#mv {
    background-image: url("../img/mv_bg_sp.png");
    padding: 17px 0 19px;
}
	
	#mv .wrap{
		background-image: url("../img/mv_img02_01_sp.png");	
		background-size:22.5vw;
		background-repeat: no-repeat;
		background-position: right 6% top;
		min-height: inherit;
	}
	#mv .mv_txt01{
		font-size: 5.3vw;
		margin-bottom: 6px;
	}
	#mv .mv_txt02{
		font-size: 5.3vw;
		margin-bottom: 5px;
	}
	#mv .mv_txt02 span{
		font-size: 6.9vw;
	}
	#mv .mv_txt03{
		font-size: 2.6vw;
	}
	#mv .mv_txt03 span{
		font-size: 3.2vw;
	}
	#mv .mv_txt04{
		width: 63.7vw;
		left: -2.6vw;
	}
	#mv .mv_img_sp{
		width: 73.6vw;
		margin: auto auto 9px;
		max-width: 100%;
	}
	.mv_box{
		width: 100%;
		margin: auto auto 5px;
	}
	.mv_box ul {
		padding: 9px 0 12px 15px;
	}
	.mv_box ul li{
		font-size: 2.9vw;
	}
	.mv_box ul li::before {
		width: 3.2vw;
		height: 3.2vw;
		margin-right: 1.3vw;
		top: 3px;
	}
	#mv .mv_txt05{
		font-size: 2.1vw;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.3;
	}
	#nayami,
	#about{
		padding: 35px 0 0;
	}
	#kaiketsu{
		padding: 0 0 35px;
	}
	#kadai,
	#features,
	#tanni,
	#faq,
	#flow,
	#company{
		padding: 35px 0 ;
	}
	.nayami_ttl,
	.kaiketsu_ttl,
	.about_ttl,
	.kaisyo_ttl,
	.feature_ttl,
	.faq_ttl,
	.com_ttl{
		font-size: 5vw;
		margin-bottom: 25px;
	}
	.nayami_box{
		padding-bottom: 10.7vw;
	}
	.nayami_box ul{
		padding: 15px;
	}
	.nayami_box ul li{
		background-image: url("../img/nayami_chk.png");
		background-size: 3.2vw;
		background-repeat: no-repeat;
		background-position: left top 0.4em;
		padding-left: 5.8vw;
		font-size: 3.2vw;
		line-height: 1.5;

	}
	.nayami_box ul li::before{
		content: none;
	}
	.nayami_img{
		width: 16.7vw;
	}
	.nayami_tri{
		margin-bottom: 30px;
	}
	.kaiketsu_list{
		display: block;
	}
	.kaiketsu_list li{
		margin: auto;
		width: 100%;
	}
	.kaiketsu_list li + li{
		margin-top: 55px
	}
	.kaiketsu_list li .point_cnt p{
		font-size: 4.2vw;
	}
	#about .wrap{
		display: block;
	}
	.about_cnt{
		width: 100%;
		margin-bottom: 20px;
	}
	.about_ttl{
		text-align: center;
	}
	.about_txt01{
		font-size: 5.3vw;
		margin: 0 0 15px;
	}
	.about_txt02{
		font-size: 4vw;
	}
	.about_img{
		width: 50%;
		margin: auto;
		max-width: 335px;
	}
	.kadai_box{
		padding: 15px;
	}
	.kadai_ttl{
		font-size: 4.2vw;
		line-height: 1.4;
		padding: 6px 0 6px;
	}
	.kadai_list{
		display: block;
	}
	.kadai_list li{
		width: 100%;
		margin: auto;
	}
	.kadai_list li + li{
		margin-top: 20px;
	}
	.kadai_list .kadai_img{
		height: auto;
	}
	.kadai_list .kadai_txt{
		font-size: 4vw;
	}
	.kadai_ttl02{
		font-size:4.2vw;
	}
	.kadai_list02{
		display: block;
	}
	.kadai_list02 > li + li{
		margin-top: 20px;
	}
	.kadai_list02 li:nth-of-type(2) img{
		width: 72.8vw;
		margin: auto;
	}
	.yakuzaishi, .kikan{
		justify-content: center;
	}
	.support_box .kadai_list02 li:nth-of-type(2) img{
		width: 48.2vw;
	}
	.support_box .kadai_list02 > li > img{
		position: static;
	}
	.yakuzaishi .kadai_img02{
		width: 25.6vw;
	}
	.kikan .kadai_img02{
		width: 21.6vw;
	}
	.kadai_list02 .kadai_cnt{
		width: auto;
	}
	.kadai_list02 .kikan .kadai_cnt{
		width: auto;
	}
	.kadai_list02 > li > img{
		margin: auto;
	}
	.kadai_ttl03{
		font-size: 3.2vw;
		width: 35vw;
	}
	.kadai_item li{
		font-size: 3.0vw;
	}
	.kaisyo_ttl{
		margin: 20px 0;
	}
	.kaisyo_arr{
		margin-bottom: 20px;
	}
	.support_box_inn{
		padding: 15px;
	}
	.support_ttl {
		font-size: 4vw;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.support_ttl span{
		font-size: 2rem;
	}
	.support_ttl.deco::before, .support_ttl.deco::after{
		content: none;
	}
	.sp_adj_deco{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.sp_adj_deco .deco_before::before,
	.sp_adj_deco .deco_after::before{
		content: "";
    width: 2px;
    height: 30px;
    background-color: #219dfe;
    display: inline-block;
    position: relative;
    top: 4px;
	}
	.sp_adj_deco .deco_before::before{
		transform: skewX(25deg);
		margin-right: 23px;
	}
	.sp_adj_deco .deco_after::before {
		transform: skewX(-25deg);
		margin-left: 20px;
	}
	.feature_area{
		display:block;
		margin: 0;
	}
	.feature_cnt{
		margin: 0 0 20px;
	}
	.feature_point{
		font-size: 4vw;
	}
	.feature_txt01{
		font-size: 4.8vw;
		margin-bottom: 10px;
	}
	.feature_img{
		width: 50%;
		margin: auto;
	}
	.feature_list{
		display: block;
		margin: auto;
	}
	.f_list_img{
		width: 60%;
		margin: auto;
	}
	.feature_list li{
		width: 100%;
	}
	.feature_list li + li{
		margin-top: 20px;
	}
	.feature_txt02,
	.f_list_txt{
		font-size: 4vw;
	}
	#three{
		padding: 0;
		background-size: contain;
		background-image: none;
	}
	.sarani{
		width: 25%;
		margin: -5vw auto auto;
		
	}
	.kantan{
		background-image: none;
		padding: 13vw 13vw 0 42vw;
		height: 81.6vw;
		margin: 0 -5%;
		width: 110%;
		max-width: none;
		background-image: url("../img/three03_sp.png");
		background-size: 100%;
		background-position: bottom center;
	}
	.kantan_txt01{
		font-size: 3.4vw;
	}
	.kantan_txt02{
		font-size: 3.2vw;
	}
	#tanni{
		margin: auto;
	}
	#tanni .feature_img{
		width: 100%;
		margin-top: 20px;
	}
	#tanni .feature_cnt{
		padding: 0;
		margin: 0;
	}
	.faq_box{
		padding: 15px;
	}
	.faq_q .q_txt p{
		font-size: 1.7rem;
	}
	.faq_box + .faq_box{
		margin-top: 20px;
	}
	.faq_info{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.flow_list{
		display: block;
	}
	.flow_list li:not(.flow_arr){
		margin: auto auto 20px;
	}
	.flow_arr{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #ffffff transparent transparent transparent;
		margin: auto auto 55px;
	}
	.com_area{
		display: block;
	}
	.com_img{
		margin: auto;
	}
	.com_cnt{
		padding: 0;
		margin-top: 20px;
	}
	.com_cnt dt{
		font-size: 1.8rem;
	}
	#footer .cpy{
		font-size: 1.2rem;
		line-height: 1.3;
	}
}