@charset "UTF-8";


/* ==========================================================================
   About
========================================================================== */
#siteHeader {
	color: #FFF;
}

#mv .imgBox-h {
	background-image: url(../img/hero.jpg);
}
#mv .imgBox-v {
	background-image: url(../img/hero_sp.jpg);
}

#concept {
	background-image: url(../img/concept.jpg);
}
#concept > .section-padding {
	background-color: rgba(0,0,0,0.8);
}
#concept .entry__content p {
	font-weight: 700;
}
#concept .logoBox {
	margin-top: 100px;
}


#company-profile dl {
	line-height: 2;
	letter-spacing: .05em;
	border-top: 1px solid #242424;
}
#company-profile dl dd {
	border-bottom: 1px solid #242424;
}
#company-profile dl dd p:not(:last-of-type) {
	margin-bottom: 2em;
}