@charset 'UTF-8';
/*-----------------*/
.concept-about{
	margin-bottom: 75px;
	padding-bottom: 43px;
}

.concept-about .box{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.concept-about .box .text{
	max-width: 450px;
	letter-spacing: -0.4px;
}
.concept-about .box:before{
	position: absolute;
	top:0;
	right: -150px;
	content: '';
	width: 650px;
	height: 520px;
	background: url("../image/concept_img01.jpg") center no-repeat;
}
.concept-about .headding{
	text-align: left;
}
/*-----------------------*/
.concept-point{
	background: #e6dfd8;
	padding: 80px 0 70px;
	margin-bottom: 105px;
}
.concept-point .box{
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.concept-point .box dl{
	width: 400px;
}
.concept-point .box dl dt{
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 7px 0 4px;
	box-shadow: 4px 4px #d0c2b5;
	margin-bottom: 23px;
}
.concept-point .box dl dd{
	letter-spacing: -0.5px;
}
/*-----------------*/
.concept-future .headding{
	margin-bottom: 40px;
}
.concept-future{
	max-width: 860px;
}
.concept-future .box+.box{
	margin-top: 50px;
	letter-spacing: -0.5px;
}

.concept-future .title {
	background: url(../image/icon05.png) left center no-repeat;
	padding: 0 0 0 55px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}