@charset "UTF-8";
.contentpage .m_img{
	background-image: url("../images/clear/m_img@2x.jpg");
	background-position: center right;
}


/* 共通
---------------------------------------------------------*/
.gray_cap{
	font-size: 80%;
	color: #969696;
	letter-spacing: 0.12em;
	position: relative;
	z-index: 2;
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.4em;
}
h2.com_idx{
	color: #6ea360;
}
.w1100{
	max-width: 1100px;
	margin: 0 auto;
}


/*lead_box
---------------------------------------------------------*/
.lead_box h2{
	text-align: center;
	font-size: 160%;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
.lead_box h2 span{
	font-size: 175%;
}
.lead_box .title{
	border-bottom: solid 1px #00324c;
	padding-bottom: 0.8em;
	max-width: 810px;
	margin: 0 auto 70px auto;
	position: relative;
}
.lead_box .title::after{
	position: absolute;
	content: "";
	background: url("../images/clear/arrow@2x.png") no-repeat center top;
	background-size: 80% auto;
	width: 27px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.lead_box .nayami_flx{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 100px;
}
.lead_box .reco_box{
	text-align: center;
}
.lead_box .reco_box dt{
	font-size: 210%;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 20px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lead_box h2{
	font-size: 135%;
}
.lead_box .title{
	padding-bottom: 0.5em;
	max-width: 700px;
	margin: 0 auto 5% auto;
}
.lead_box .nayami_flx{
	margin-bottom: 7%
}
.lead_box .reco_box dt{
	font-size: 150%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_box h2{
	font-size: .9em;
}
.lead_box h2 span{
	font-size: 1.5em;
}
.lead_box .nayami_flx{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 7%
}
.lead_box .nayami_flx li{
	width: 31%;
}
.lead_box .title{
	padding-bottom: 0.7em;
	max-width: 700px;
	margin: 0 auto 7% auto;
}
.lead_box .reco_box dt{
	font-size: 1.15em;
	letter-spacing: 0.02em;
	margin-bottom: 3%;
}
.lead_box .reco_box dd{
	text-align: left;
}
}



/*des_box
---------------------------------------------------------*/
.des_box{
	background: #d5eff8;
	padding: 40px 40px 0 40px;
	position: relative;
	z-index: 0;
}
.des_box::before{
	content: "";
	background: url("../images/clear/bg_white.png")no-repeat center top;
	background-size: contain;
	width: 1300px;
	height: 157px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.des_box .main{
	position: relative;
}
.des_box::after{
	content: "";
	background: url("../images/clear/bg_gradient.png")no-repeat center bottom;
	background-size: 100% 100%;
	width: 1300px;
	height: 249px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.des_box .main_img{
	text-align: center;
	position: relative;
	z-index: 3;
	margin-bottom: 50px;
}
.des_box .main_img .ft_jost{
	font-size: min(800%,10vw);
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-top: -0.3em;
	color: #fff;
	opacity: .8;
	text-align: center;
}
.des_box .cap_flt{
	margin-bottom: 50px;
	position: relative;
}
.des_box .cap_flt .img{
	width: 48%;
	margin: 0 0 0 0;
	position: absolute;
	left: -6%;
	top: 3%;
}
.des_box .cap_flt .txt{
	float: right;
	width: 56%;
}
.des_box .cap_flt dt{
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.des_box .cap_flt dd{
	font-size: 90%;
}
.des_box .point_flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	z-index: 1;
	max-width: 1160px;
	margin: 0 auto;
}
.des_box .arrow_com{
	position: relative;
	z-index: 1;
	margin-top: 3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.des_box .main_img{
	margin: 0 auto 4vw;
}
.des_box .main_img div{
width: 50%;
	margin: 0 auto;
}
.des_box .cap_flt dt{
	font-size: 145%;
	margin-bottom: 15px;
}
.des_box .cap_flt .img{
	float: left;
	width: 45%;
	margin: 0 3% 0 0;
	position: static;
}
.des_box .cap_flt .txt{
	float: none;
	width: 100%;
}
.des_box .cap_flt{
	margin-bottom: 5%;
}
.des_box .point_flx li{
	width: 19%;
}
.des_box .arrow_com{
	margin-top: 1.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.des_box{
	padding: 0 4% 0 4%;
}
.des_box::before{
	height: 70px;
	z-index: 0;
}
.des_box .main_img div{
	width: 65%;
	margin: 0 auto;
}
.des_box .main_img{
	margin: 8% auto 5% auto;
}
.des_box .main::after{
	background-size: 33% auto;
	bottom: -110%;
}
.des_box .cap_flt dt{
	font-size: 1.5em;
	letter-spacing: 0.02em;
	margin-bottom: 3%;
}
.des_box .cap_flt .txt{
	float: none;
	width: 100%;
}
.des_box .cap_flt .img{
	float: none;
	width: 90%;
	margin: 0 auto;
	position: static;
}
.des_box .cap_flt{
	margin-bottom: 5%;
}
.des_box .point_flx{
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.des_box .point_flx li{
	width: 32%;
	margin-right: 2%;
}
.des_box .point_flx li:nth-child(3){
	margin-right: 0;
}
.des_box .cap_flt dd{
	font-size: 0.82em;
}
}





/*box2
---------------------------------------------------------*/
.box2 .inbox1,
.box2 .inbox2{
	border-bottom: solid 1px #cbcbcb;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.box2 .med_flt  dt > p{
	color: #2ab0ce;
	font-size: 80%;
}
.box2 .med_flt dt{
	position: relative;
	padding-left: 5.8em;
}
.box2 .med_flt dt::before{
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
font-family: "Gilda Display", serif;
font-weight: 400;
font-style: normal;
	color: #2ab0ce;
    font-size: min(420%,6.4vw);
	letter-spacing: 0.01em;
	line-height: 1em;
}
.box2 .inbox2 .med_flt dt::before{
	content: "02";
}
.box2 .inbox3 .med_flt dt::before{
	content: "03";
}
.box2 .med_flt .txt_r,
.box2 .med_flt .txt_l{
	width: 53%;
	max-width: 570px;
}
.box2 .med_flt .img_l,
.box2 .med_flt .img_r{
	width: 43%;
	max-width: 468px;
	background: #000;
}
.box2 .itero_reason .title{
	background: #6ea360;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	margin: 35px auto 35px auto;
	letter-spacing: 0.1em;
}
.box2 .itero_reason .reason_list{
	max-width: 1000px;
	margin: 0 auto;
}
.box2 .itero_reason .reason_list li{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.box2 .itero_reason .reason_list li:last-child{
	margin-right: 0;
}
.box2 .itero_reason .reason_list p{
	color: #6ea360;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	margin-top: 10px;
	font-size: 110%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .inbox1,
.box2 .inbox2{
	margin-bottom: 4%;
	padding-bottom: 4%;
}
.box2 .med_flt .txt_r,
.box2 .med_flt .txt_l{
	width: 100%;
	max-width: 100%;
}
.box2 .med_flt .img_l,
.box2 .med_flt .img_r{
	width: 40%;
}
.box2 .med_flt .txt_r dt{
	padding-left: calc(42% + 4.5em);	
}
.box2 .inbox2 .med_flt .txt_l dt,
.box2 .inbox4 .med_flt .txt_l dt{
	padding-left: 4.5em;	
}
.box2 .med_flt .txt_r dt::before{
	background-size: 60% auto;
	left: 44%;
}
.box2 .inbox2 .med_flt .txt_l dt::before{
	background-size: 60% auto;
}
.box2 .inbox3 .med_flt .txt_r dt::before{
	background-size: 60% auto;
	left: 44%;
}
.box2 .inbox4 .med_flt .txt_l dt::before{
	background-size: 60% auto;
}
.box2 .med_flt dt > div{
	font-size: 90%;
	letter-spacing: 0.1em;
}
.box2 .itero_reason .reason_list{
	width: 95%;
	margin: 0 auto;
}
.box2 .itero_reason .reason_list p{
	font-size: 90%;
}
.box2 .itero_reason .reason_list li div{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.box2 .med_style1 dt{
	font-size: 126%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .inbox1,
.box2 .inbox2{
	margin-bottom: 4%;
	padding-bottom: 4%;
}
.box2 .med_flt .txt_r,
.box2 .med_flt .txt_l{
	width: 100%;
	margin: 0 auto;
}
.box2 .med_flt .img_l,
.box2 .med_flt .img_r{
	width: 70%;
}
.box2 .med_flt dt{
	padding-left: 3.5em;
}
.box2 .med_flt dt > div{
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
.box2 .med_flt dt::before{
    font-size: 13vw;
}
.box2 .itero_reason .title{
	font-size: 1.1em;
	margin-bottom: 3%;
}
.box2 .itero_reason .reason_list li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
}
.box2 .itero_reason .reason_list li:nth-child(2),
.box2 .itero_reason .reason_list li:nth-child(4){
	margin-right: 0;
}
.box2 .itero_reason .reason_list li div{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.box2 .itero_reason .reason_list p{
	font-size: 0.9em;
	margin-top: 2.5%;
}
}