@charset "utf-8";

#conceptMv {
	background: url(../../img/concept/concept_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

#conceptArea {
	width: 100%;
	height: 450px;
	margin: -70px auto 20px;
	padding: 120px 0 0;
	background: url(../../img/concept/concept_bg02_pc.png) no-repeat center top;
}
.conceptInner {
	width: 550px;
	margin: 0 auto;
}
.conceptInner h2 {
	width: 100%;
	margin-bottom: 70px;
	font-size: 3.4rem;
	font-weight: 900;
	color: #004ea0;
	text-align: center;
	line-height: 1.0;
}
.conceptImg {
	width: 100%;
	text-align: center;
}
.conceptImg img {
	width: 100%;
}
