@charset 'UTF-8';

/*-------------------------*/
.concept-list .box{
	max-width: 440px;
	position: relative;
}
.concept-list .left{
	margin: 0 0 auto;
}
.concept-list .right{
	margin: 0 0 0 auto;
}
.concept-list .box01{
	margin-bottom: 260px;
}
.concept-list .box01:before{
	content: '';
	background: url("../image/concept_img01.jpg");
	position: absolute;
	top:0;
	right: -960px;
	width: 870px;
	height: 381px;
}
.concept-list .box02{
	margin-bottom: 220px;
}
.concept-list .box02:before{
	content: '';
	background: url("../image/concept_img02.jpg");
	position: absolute;
	top:0;
	left: -960px;
	width: 870px;
	height: 372px;
}
.concept-list .box03{
	 margin-bottom: 220px;
 }
.concept-list .box03:before{
	content: '';
	background: url("../image/concept_img03.jpg");
	position: absolute;
	top:0;
	right: -960px;
	width: 870px;
	height: 380px;
}
.concept-list .box04{
	margin-bottom: 265px;
}
.concept-list .box04:before{
	content: '';
	background: url("../image/concept_img04.jpg");
	position: absolute;
	top:0;
	left: -960px;
	width: 870px;
	height: 381px;
}
.concept-list .box05{
	margin-bottom: 265px;
}
.concept-list .box05:before{
	content: '';
	background: url("../image/concept_img05.jpg");
	position: absolute;
	top:0;
	right: -960px;
	width: 870px;
	height: 560px;
}

.concept-link {
	background: #FFF;
	padding: 80px 0 100px;
	margin-bottom: 0;
}