@charset "utf-8";

.head-cont-wrap {
	height: 220px;
}
.head-cont-wrap h2 {
	position: absolute;
	z-index: 2;
	left: 110px;
	bottom: 70px;
	width: auto;
	text-align: left;
	font-size: 2.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, sans-serif;
	color: #6EAB32;
}

.sec-1 {
	margin-bottom: 150px;
}

.box-wrap-1 {
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Noto Serif JP', serif;
}
.box-wrap-1 img {
	width: 100%;
	height: auto;
}
.box-wrap-1 h3 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.box-wrap-1 p {
	font-size: 1.5rem;
	line-height: 2.4;
	width: 900px;
	margin: 0 auto;
}
.box-wrap-1 figure {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 0;
}

@media screen and (max-width: 750px) {

.head-cont-wrap {
	height: 120px;
}
.head-cont-wrap h2 {
	left: 5%;
	bottom: 30px;
	font-size: 1.8rem;
}

.sec-1 {
	margin-bottom: 0;
}

.box-wrap-1 {
	width: 90%;
	padding: 0;
}
.box-wrap-1 h3 {
	font-size: 1.4rem;
	margin-bottom: 6%;
	letter-spacing: 0;
}
.box-wrap-1 p {
	font-size: 1.2rem;
	line-height: 2;
	width: 100%;
}
.box-wrap-1 .box-1 figure {
	width: 90%;
	padding: 12% 0 0;
}

}
