@charset "utf-8";
/* CSS Document */
#concept #firstview{
	background: url("../images/concept_main_2405.jpg") no-repeat;
	background-size: cover;
	background-position: top 50% left 50%;
}
#concept #firstview h2{
	position: absolute;
	width: 100%;
	top: 58%;
	left: 0;
	text-align: center;
	font-size: 1.16rem;
	color: #fff;
}
#concept #firstview h2::before{
	position: absolute;
	content: "";
	top: -90px;
	left: calc(50% - 190px);
	width: 380px;
	height: 76px;
	background: url("../images/ol_concept.png") no-repeat;
	background-size: contain;
}

#conceptlist{
	padding: 120px 0 0;
}
#conceptlist article{
	width: calc(100% - 40px);
	max-width: 926px;
	margin: 0 auto 100px;
}
.cncptimage{
	width: 100%;
	margin-bottom: 40px;
}
.cncpttitle{
	font-size: 1.33rem;
	margin-bottom: 1em;
	color: #a57a43;
	text-align: center;
}
.cncptdscrpt{
	width: calc(100% - 40px);
	max-width: 738px;
	margin: 0 auto;
	font-size: 1.16rem;
	line-height: 2em;
	letter-spacing: .07em;
	text-align: justify;
}

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

.cncptdscrpt{
	font-size: 0.9rem;
}
#concept #firstview{
        background: url(../images/concept_main_sp_2405.jpg) no-repeat;
        background-size: cover;
}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

}

@media screen and (min-width: 1025px){
	
}
