/* ===========================================
 * concept
=========================================== */


#concept_main{
	padding: 120px 0 160px;
}

#concept_mainInner{}
#concept_mainInner .block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#concept_mainInner .block .text_box{
	width: 624px;
}
#concept_mainInner .block .text_box h2{
	font-size: 28px;
}
#concept_mainInner .block .text_box p{
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 2.6em;
	margin-top: 50px;
}
#concept_mainInner .block .img_box{
	width: 490px;
	height: 693px;
	margin-right: -126px;
}
#concept_mainInner .block .img_box img{
	width: 490px;
	height: 693px;
	object-fit: cover;
}


#concept_cred{
	background: #E8E8E4;
	padding: 145px 0 150px;
}
#concept_credInner .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#concept_credInner .block .box{
	width: 500px;
	border-bottom: 1px solid #D0D0D0;
	padding: 60px 0;
	flex-direction: column;
	display: flex; 
}
#concept_credInner .block .box:nth-of-type(3),
#concept_credInner .block .box:nth-of-type(4){
	border-bottom: 0;
	padding-bottom: 0;
}
#concept_credInner .block .box .text_box{
	width: 500px;
	margin-bottom: 40px;
}
#concept_credInner .block .box .text_box h3{
	font-size: 20px;
	margin-bottom: 24px;
}
#concept_credInner .block .box .text_box h3::before{
	content: "■";
	color: #B40019;
	font-size: 16px;
	margin-right: 5px;
}
#concept_credInner .block .box p{
	font-size: 14px;
}
#concept_credInner .block .box .img_box{
	width: 364px;
	margin-top: auto;
	overflow: hidden;
}
#concept_credInner .block .box .img_box img{
	width: 364px;
	height: 218px;
	object-fit: cover;
	line-height: 0;
	border-radius: 4px 4px 0 0;
	display: block;
	transition: transform .6s ease;
}
#concept_credInner .block .box .img_box a:hover img{
	transform: scale(1.1); 
}
#concept_credInner .block .box .img_box .btn{
	background: #FDFCF8;
	width: 364px;
	height: 44px;
	border-radius: 0 0 4px 4px;
	line-height: 44px;
	text-align: center;
	color: #071926;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
#concept_credInner .block .box .img_box .btn::after{
	content: "";
        background: url(../img/common/arrow.svg) no-repeat center top / cover;
        width: 10px;
        height: 18px;
        position: absolute;
        right: 30px;
        top: 14px;
}


#concept_link{
	padding: 0 0 150px;
}
#concept_linkInner{}
#concept_linkInner ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#concept_linkInner ul li{
	width: 248px;
	height: 60px;
	background: #FDFCF8;
	border: 1px solid #010005;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
}
#concept_linkInner ul li a{
	font-size: 16px;
	line-height: 60px;
	color: #071926;
	display: block;
}
#concept_linkInner ul li::after{
	content: "";
        background: url(../img/common/arrow.svg) no-repeat center top / cover;
        width: 10px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 20px;
}
.gray{
	background: #E8E8E4;
}
.dark{
	background: #E2E0DC;
}

@media screen and (max-width:640px){


	#concept_main{
		padding: 90px 0 90px;
	}

	#concept_mainInner{}
	#concept_mainInner .block{
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	#concept_mainInner .block .text_box{
		width: 580px;
	}
	#concept_mainInner .block .text_box h2{
		font-size: 34px;
	}
	#concept_mainInner .block .text_box p{
		font-size: 24px;
		letter-spacing: .1em;
		line-height: 2em;
		margin-top: 30px;
	}
	#concept_mainInner .block .img_box{
		width: 490px;
		height: 693px;
		margin: 40px auto;
	}
	#concept_mainInner .block .img_box img{
		width: 490px;
		height: 693px;
		object-fit: cover;
	}


	#concept_cred{
		background: #E8E8E4;
		padding: 90px 0;
	}
	#concept_credInner .block{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#concept_credInner .block .box{
		width: 580px;
		border-bottom: 1px solid #D0D0D0;
		padding: 60px 0;
		flex-direction: column;
		display: flex; 
	}
	#concept_credInner .block .box:nth-of-type(3){
		border-bottom: 1px solid #D0D0D0;
		padding: 60px 0;
	}
	#concept_credInner .block .box:nth-of-type(4){
		border-bottom: 0;
		padding-bottom: 0;
	}
	#concept_credInner .block .box .text_box{
		width: 580px;
		margin-bottom: 40px;
	}
	#concept_credInner .block .box .text_box h3{
		font-size: 28px;
		margin-bottom: 24px;
	}
	#concept_credInner .block .box .text_box h3::before{
		content: "■";
		color: #B40019;
		font-size: 22px;
	}
	#concept_credInner .block .box p{
		font-size: 20px;
	}
	#concept_credInner .block .box .img_box{
		width: 580px;
		margin-top: auto;
		overflow: hidden;
	}
	#concept_credInner .block .box .img_box img{
		width: 580px;
		height: 345px;
		object-fit: cover;
		line-height: 0;
		border-radius: 4px 4px 0 0;
		display: block;
		transition: transform .6s ease;
	}
	#concept_credInner .block .box .img_box a:hover img{
		transform: scale(1.1); 
	}
	#concept_credInner .block .box .img_box .btn{
		background: #FDFCF8;
		width: 580px;
		height: 60px;
		border-radius: 0 0 4px 4px;
		line-height: 60px;
		text-align: center;
		color: #071926;
		position: relative;
			z-index: 1;
		font-size: 24px;
	}
	#concept_credInner .block .box .img_box .btn::after{
		content: "";
			background: url(../img/common/arrow.svg) no-repeat center top / cover;
			width: 10px;
			height: 18px;
			position: absolute;
			right: 30px;
			top: 22px;
	}


	#concept_link{
		padding: 0 0 90px;
	}
	#concept_linkInner{}
	#concept_linkInner ul{
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#concept_linkInner ul li{
		width: 280px;
		height: 60px;
		background: #FDFCF8;
		border: 1px solid #010005;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#concept_linkInner ul li a{
		font-size: 20px;
		line-height: 60px;
		color: #071926;
	}
	#concept_linkInner ul li::after{
		content: "";
			background: url(../img/common/arrow.svg) no-repeat center top / cover;
			width: 10px;
			height: 18px;
			position: absolute;
			right: 10px;
			top: 20px;
	}
	.gray{
		background: #E8E8E4;
	}
	.dark{
		background: #E2E0DC;
	}
	
	
}