@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	.header_inner {
		justify-content: flex-end;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.all {
	background-image: url(../img/bg_sp.webp);
	background-position: 50% 33.75%;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (min-width: 768px) {
	.all {
		background-image: url(../img/bg_pc.webp);
		background-position: 50% 100%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding-top: 20%;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 48px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content_1 {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	font-weight: 500;
}

.section_1 .content_wrap .content_2 {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content_2 .item_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_wrap .text {
	width: 100%;
	padding: 12px;
	text-align: center;
	background-color: #E1BA1F;
	font-family: "Kiwi Maru", serif;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content_2 .item_wrap .item_2 {
	width: 80%;
}

.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box {
	position: relative;
	width: 100%;
}

.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box .text {
	position: absolute;
	z-index: 1;
	bottom: -8px;
	right: -8px;
	padding: 4px 24px;
	border-radius: 100vmax;
	background-color: #4A9104;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	color: #ffffff;
}

.section_1 .content_wrap .content_3 {}

.section_1 .content_wrap .content_3 .heading_wrap {
	width: 90%;
}

.section_1 .content_wrap .content_3 .heading_wrap .heading .main {
	font-size: 1.5rem;
	color: #ffffff;
}

.section_1 .content_wrap .content_3 .heading_wrap .heading .main::before {
	background-image: url(../img/heading_icon_2.webp);
}

.section_1 .content_wrap .content_3 .item_wrap .item {
	position: relative;
	gap: 24px;
	padding: 24px 0 60px;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .content_wrap .content_3 .item_wrap .item::before {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url(../img/arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} 

.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap {
	width: 90%;
}

.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap .text {
	text-align: center;
	font-weight: 500;
	line-height: 2;
	color: #ffff;
}

.section_1 .content_wrap .content_3 .item_wrap .item_1 {
	background-image: url(../img/top_farm_img_5.webp);
}

.section_1 .content_wrap .content_3 .item_wrap .item_2 {
	background-image: url(../img/top_farm_img_6.webp);
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding-top: 7.5%;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		text-align: center;
	}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_2 .item_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_wrap .text {}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box .text {}

	.section_1 .content_wrap .content_3 {
		width: 100%;
	}

	.section_1 .content_wrap .content_3 .heading_wrap {}

	.section_1 .content_wrap .content_3 .heading_wrap .heading .main {}

	.section_1 .content_wrap .content_3 .heading_wrap .heading .main::before {}

	.section_1 .content_wrap .content_3 .item_wrap {
		flex-direction: row;
		align-items: stretch;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item {
		justify-content: flex-start;
		width: 50%;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item::before {}

	.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content_3 .item_wrap .item_1 {}

	.section_1 .content_wrap .content_3 .item_wrap .item_2 {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap {
		gap: 16px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box {
		width: calc((100% - (16px * 3)) / 4);
	}

	.section_1 .content_wrap .content_3 .heading_wrap {
		width: max-content;
		max-width: 90%;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item {
		padding: 36px 0 84px;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap {
		width: max-content;
		max-width: 90%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 48px;
	}

	.section_1 .content_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_wrap .text {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .box_wrap .box .text {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content_3 {
		margin-top: 72px;
	}

	.section_1 .content_wrap .content_3 .heading_wrap .heading .main {
		font-size: 3rem;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item {
		padding: 84px 0 180px;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item::before {
		bottom: 12px;
		right: 12px;
		width: 60px;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .text_wrap .text {
		width: max-content;
		max-width: 80%;
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding-top: 20%;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_2 .content_wrap .content_1 {
	width: max-content;
	max-width: 90%;
}

.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	font-weight: 500;
}

.section_2 .content_wrap .content_2 {
	width: max-content;
	max-width: 90%;
}

.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 60px;
	width: max-content;
	max-width: 100%;
}

.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap img {
	width: 36px;
}

.section_2 .content_wrap .content_3 {
	width: 90%;
}

.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box {
	position: relative;
	display: block;
}

.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .text {
	text-align: center;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	color: #ffffff;
}

.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .text .highlight {
	font-size: 1.5em;
}

.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .btn {
	border-radius: 100vmax;
	background-color: #4A9104;
	padding: 12px 24px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {
		padding-top: 7.5%;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {
		max-width: 820px;
	}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_2 .content_wrap .content_1 {}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		text-align: center;
	}

	.section_2 .content_wrap .content_2 {}

	.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap {}

	.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap img {}

	.section_2 .content_wrap .content_3 {}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box {}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap {
		width: 100%;
		height: 100%;
	}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .text {}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .text .highlight {}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .btn {
		position: absolute;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 48px;
	}

	.section_2 .content_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap {
		gap: 132px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .img_wrap img {
		width: 48px;
	}

	.section_2 .content_wrap .content_3 .item_wrap .item .box_wrap .box .text_wrap .text {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding-top: 20%;
	padding-bottom: 20%;
}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	width: max-content;
	max-width: 90%;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_3 .content_wrap .content .item_wrap .item_1 .table {
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item_1 .table tr th,
.section_3 .content_wrap .content .item_wrap .item_1 .table tr td {
	padding: 4px 24px;
	border: 0;
	font-weight: 500;
}

.section_3 .content_wrap .content .item_wrap .item_1 .table tr th {
	padding-left: 0;
	white-space: nowrap;
}

.section_3 .content_wrap .content .item_wrap .item_1 .table tr td {
	padding-right: 0;
}

.section_3 .content_wrap .content .item_wrap .item_1 .table tr.first th,
.section_3 .content_wrap .content .item_wrap .item_1 .table tr.first td {
	padding-top: 0;
}

.section_3 .content_wrap .content .item_wrap .item_1 .table tr.last th,
.section_3 .content_wrap .content .item_wrap .item_1 .table tr.last td {
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.section_3 {}

	.section_3 .inner {
		padding-top: 7.5%;
		padding-bottom: 7.5%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {
		max-width: 1024px;
	}

	.section_3 .content_wrap .content .item_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
	}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_3 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.55);
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .table {}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr th,
	.section_3 .content_wrap .content .item_wrap .item_1 .table tr td {}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr th {}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr td {}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr.first th,
	.section_3 .content_wrap .content .item_wrap .item_1 .table tr.first td {}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr.last th,
	.section_3 .content_wrap .content .item_wrap .item_1 .table tr.last td {}

	.section_3 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.45);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content .item_wrap {
		gap: 24px;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .table tr th,
	.section_3 .content_wrap .content .item_wrap .item_1 .table tr td {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
