@charset "UTF-8";



/* ------------------------------
	.reason_ttl_box
------------------------------ */
.main_img img{
	width: 100%;
}

.reason_ttl_box{
	position: relative;
	padding-bottom: 95px;
	margin-bottom: 50px;
}
.reason_ttl_box::before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 1px;
	height: 5rem;
	background: #252122;
}

.reason_ttl{
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.075em;
}
.reason_ttl .big{
	position: relative;
	display: inline-block;
	padding: 0 20px 0.1em;
	margin: 0 15px 0 20px;
	font-size: 4.3rem;
}
.reason_ttl .big::before,
.reason_ttl .big::after{
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
}
.reason_ttl .big::before{
	top: 0;
	left: 0;
	border-top: 1px solid #252122;
	border-left: 1px solid #252122;
}
.reason_ttl .big::after{
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #252122;
	border-right: 1px solid #252122;
}

.reason_ttl_box .txt{
	margin-top: 25px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.reason_ttl_box .txt .ico{
	display: inline-block;
	margin: 0 0.2em;
}


@media screen and (max-width: 768px){
	.reason_ttl_box{
		padding-bottom: 7.5rem;
		margin-bottom: 3rem;
	}

	.reason_ttl{
		font-size: 2.6rem;
	}
	.reason_ttl .big{
		padding: 0 1.3rem 0.1em;
		margin: 0.8rem 1.3rem 0 0;
		font-size: 3.2rem;
	}
	.reason_ttl .big::before,
	.reason_ttl .big::after{
		width: 2rem;
		height: 2rem;
	}

	.reason_ttl_box .txt{
		margin-top: 3rem;
		font-size: 1.9rem;
	}
	.reason_ttl_box .txt .ico{
		display: block;
		margin: 0 auto;
	}
}



/* ------------------------------
	.reason_list_box
------------------------------ */
.reason_list_box{
	padding: 120px 0 60px;
}

.reason_list{
	display: flex;
}

.reason_btn{
	flex: 1;
	width: 100%;
}
.reason_btn + .reason_btn{
	border-left: 1px solid #252122;
}

.reason_btn a{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	padding-bottom: 10px;
}
.reason_btn a::before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 0.9rem solid #252122;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
	-webkit-transition: border .4s ease;
	transition: border .4s ease;
}

.reason_btn .en{
	margin-bottom: 5px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.reason_btn .txt{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

@media screen and (min-width: 769px){
	.reason_btn a:hover{
		opacity: 1;
	}
	.reason_btn a:hover .en{
		color: #f08803;
	}
	.reason_btn a:hover .txt{
		color: #f08803;
	}
	.reason_btn a:hover::before{
		border-top-color: #f08803;
	}
}


@media screen and (max-width: 768px){
	.reason_list_box{
		padding: 3rem 0;
	}

	.reason_list{
		display: block;
	}

	.reason_btn{
		border-bottom: 1px solid #252122;
	}
	.reason_btn:first-child{
		border-top: 1px solid #252122;
	}
	.reason_btn + .reason_btn{
		border-left: 0;
	}

	.reason_btn a{
		height: auto;
		padding: 2rem 0 1.6rem;
	}
	.reason_btn a::before{
		top: 0;
		bottom: 0;
		left: auto;
		right: 2.5rem;
	}

	.reason_btn .en{
		margin-bottom: 0;
		font-size: 1.6rem;
	}

	.reason_btn .txt{
		font-size: 2.1rem;
	}
}



/* ------------------------------
	.feature
------------------------------ */
.feature + .feature{
	margin-top: 80px;
}

.feature_img{
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: -40px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.feature_img img{
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		height: auto;
		min-height: 100%;
		min-width: 100%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		overflow: hidden;
		object-fit: cover;
	}
}

.info .ttl_box{
	position: relative;
	z-index: 2;
	width: 800px;
	padding: 50px 0 0;
	margin: 0 auto 60px;
	background: #fff;
	text-align: center;
}

.info .info_ttl{
	margin-bottom: 1rem;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.info .sub_txt{
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}

.info .sub_ttl{
	display: inline-block;
	margin-top: 3rem;
	padding: 10px 40px;
	background: #f2f2f2;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.info .sub_ttl .num{
	display: inline-block;
	margin-right: 0.5em;
}

.info .ttl{
	margin-bottom: 35px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.info .txt{
	text-align: center;
}
.info .txt + .txt{
	margin-top: 1.5em;
}

.info .img_box{
	display: flex;
	margin-top: 75px;
}

.info .img_box .img{
	flex: 1;
}

.feature_wrap{
	position: relative;
	padding: 80px 0 75px;
}
.feature_wrap::before{
	position: absolute;
	z-index: -1;
	left: -60px;
	bottom: 0;
	content: "";
	display: block;
	width: calc(100% + 180px);
	height: calc(100% + 220px);
	background: #f9f9f9;
}

.feature_box + .feature_box{
	margin-top: 70px;
}

.feature_ttl_box{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.feature_ttl_box .feature_ico{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.8rem;
	height: 7.8rem;
	margin-right: 5px;
	border-radius: 50%;
	background: #f2f2f2;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.feature_txt_box .txt_box .txt + .txt{
	margin-top: 1.5em;
}

.feature_box_close{
	width: 4.3rem;
	margin: 2rem auto 0;
}
.feature_txt_box .feature_box_close img{
	width: 100%;
}


@media screen and (max-width: 768px){
	.feature + .feature{
		margin-top: 8rem;
	}

	.feature_img{
		height: auto;
		overflow: visible;
		margin-bottom: -5rem;
	}

	.info .ttl_box{
		width: 100%;
		padding: 4.5rem 0 0;
		margin-bottom: 3.5rem;
	}

	.info .sub_ttl{
		display: block;
		margin-top: 3rem;
		padding: 1.5rem 1rem;
		font-size: 1.8rem;
	}
	.info .sub_ttl .num{
		display: block;
		margin-bottom: 0.8rem;
		margin-right: 0;
		font-size: 2.8rem;
		line-height: 1;
	}

	.info .ttl{
		margin-bottom: 2rem;
	}

	.info .txt{
		text-align: left;
	}
	.info .txt + .txt{
		margin-top: 0;
	}

	.info .img_box{
		margin-top: 4.5rem;
	}

	.feature_wrap{
		padding: 4rem 0 4.5rem;
	}
	.feature_wrap::before{
		left: -4vw;
		width: 100vw;
		height: calc(100% + 8rem);
	}

	.feature_box + .feature_box{
		margin-top: 4rem;
	}

	.feature_ttl_box{
		flex-direction: column;
		align-items: center;
		margin-bottom: 2.5rem;
		text-align: center;
	}

	.feature_ttl_box .feature_ico{
		margin-right: 0;
		margin-bottom: 2.5rem;
	}

	.feature_box_btn{
		padding-bottom: 2.5rem;
		text-align: center;
		font-weight: 500;
		background: url(../img/reason/feature_ico_open.svg) no-repeat center bottom;
		background-size: 4.3rem;
	}

	.feature_txt_box .txt_box{
		display: none;
		padding-top: 2.5rem;
	}

	.feature_txt_box .txt_box .txt + .txt{
		margin-top: 0;
	}
}