@charset "UTF-8";

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

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

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

section.content2 {
	background: url(../img/bg.jpg);
}

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

img.icon1 {
	display: block;
	width: 189px;
	height: auto;
	margin: 0 auto 0;
}

img.icon2 {
	display: block;
	width: 131px;
	height: auto;
	margin: 0 auto 45px;
}

img.icon3 {
	display: block;
	width: 132px;
	height: auto;
	margin: 0 auto 45px;
}

img.icon4 {
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto 45px;
}

img.image_large {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

div.box1 div.image img {
	display: block;
	width: 100%;
	max-width: 506px;
	height: auto;
	margin-bottom: 1em;
}

div.box2 div.image img {
	display: block;
	width: 100%;
	max-width: 494px;
	height: auto;
	margin-bottom: 1em;
}

div.box3 div.image img {
	display: block;
	width: 100%;
	max-width: 508px;
	height: auto;
	margin-bottom: 1em;
}

@media(min-width: 1000px) {
	div.box1,
	div.box2,
	div.box3 {
	display: flex;
	}
	div.box2 {
	flex-direction: row-reverse;
	}
	div.box1 div.image {
	flex: 0 0 506px;
	}
	div.box2 div.image {
	flex: 0 0 494px;
	}
	div.box3 div.image {
	flex: 0 0 508px;
	}
	div.text {
	flex: 1;
	}
	div.box1 div.text,
	div.box3 div.text {
	padding-left: 20px;
	}
	div.box2 div.text {
	padding-right: 20px;
	}
}
