@charset "UTF-8";

/* ヒーローエリア */
section.hero {
	background-image: url(../img/hero_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 552px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}

section.hero .hero-container h2 {
	margin-bottom: 15px;
}

section.hero .hero-container h2 img {
	max-width: 541x;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.contents {
	width: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	padding-top: 120px;
	padding-bottom: 100px;
}

section.contents h2 {
	text-align: center;
	margin-bottom: 60px;
}

section.contents hr {
	border: 1px solid #fff;
	margin-bottom: 30px;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	/* ヒーローエリア */
	section.hero {
	background-image: url(../img/hero.jpg);
	height: 1103px;
	padding-left: 100px;
	}
}

