@charset "UTF-8";
/*common set*/
body {
	font-size: 16px;
}
sup {
	font-size: 0.5em;
}
h2, h3, h4, h5, h6, .inner p {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

/*KV area*/
.signboard {
	width: 100%;
	height: 500px;
	background-image: url("/farm-monthly-mvp/images/bg_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	margin: 0;
}
.sbd__inner {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.signboard {
		background-image: none;
		height: auto;
	}
	.signboard h1 img {
    max-width: 100%;
  }
}

/*main-section bg*/
.bg--linear-gray {
	background: linear-gradient(180deg,rgba(246, 249, 218, 1) 0%, rgba(255, 255, 255, 0.85) 60%);
}
.bg--gray {
	background-color: #F5F5F5;
}

/*section area award-intro*/
.award-intro-section {
	margin-bottom: 40px;
}
.award-intro-section .inner {
	margin-bottom: 0;
}
.award-intro-section h2 {
	margin-top: 60px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.award-intro-section {
		margin-bottom: 20px;
	}
	.award-intro-section h2 {
		margin-top: 30px;
	}
}

/*section area award-tab*/
.award-block {
	display: flex;
	justify-content: space-between;
	gap: 26px;
}
.award__unit {
	width: 100%;
	padding: 24px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.award__unit--ruby {
	font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
	font-size: 12px;
	font-weight: 700;
}
.award__unit--title {
	color: #007F51;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
	.award-block {
		flex-direction: column;
		gap: 30px;
	}
}

/*section area about*/
.about-section {
	padding: 90px 0 80px;
	margin: 0 auto 0;
	position: relative;
}
.about-section::before {
	content: "";
	width: 334px;
	height: 420px;
	position: absolute;
	top: 12px;
	right: 0;
	background-image: url("/farm-monthly-mvp/images/img_about_01.png");
	mix-blend-mode: darken;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-section__inner {
	max-width: 620px;
	margin: 0;
}
.about-section h2 {
	color: #007F51;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.46;
	margin-bottom: 45px;
	overflow-wrap: break-word;
	word-break: keep-all;
}
.about__text {
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.about-section::before {
		width: 20%;
		height: 304px;
		top: 16%;
	}
	.about-section__inner {
		max-width: 87%;
	}
}
@media screen and (max-width: 767px) {
	.about-section {
		padding: 70px 0 60px;
	}
	.about-section::before {
		width: 160px;
		height: 149px;
		top: 25px;
		right: 0;
		background-image: url("/farm-monthly-mvp/images/img_about_01_sp.png");
	}
	.about-section__inner {
		max-width: 100%;
		margin-bottom: 0;
	}
	.about-section h2 {
		font-size: 20px;
		margin-bottom: 30px;
		max-width: 65%;
		min-height: 4em;
	}
}

/*section area sns*/
.sns-section {
	padding-top: 60px;
	padding-bottom: 100px;
}
.sns-section h2 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.sns-block {
	margin-top: 40px;
}
.sns__unit {
	display: flex;
	justify-content: center;
	gap: 50px;
}

/*section area other*/
.section--end {
	margin-bottom: 0;
}
