@charset "UTF-8";

/* ヒーローエリア */
section.hero_pv {
	width: 100%;
	height: 600px;
	background: url(../img/hero_pv.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}

section.hero_pv img {
	display: block;
	max-width: 686px;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.content {
	padding: 45px 0px 45px;
}

section.content img.icon1 {
	display: block;
	width: 188px;
	height: auto;
	margin: 0 auto 60px;
}

section.content div.pv_area {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 80px;
}

section.content div.pv_area:last-child {
	margin-bottom: 0px;
}

section.content div.pv_area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

section.image {
	width: 100%;
	height: 245px;
	background: url(../img/pv/image_footer.jpg) no-repeat center center;
	padding: 30px 30px 45px;
}

