.sec-vegetables::before {
	content: "";
	background-image: url("../images/vegetables/bg-vegetables.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 1440 / 550;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	z-index: 0;
}
.sec-vegetables-inner {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1000px;
	margin-inline: auto;
	padding-top: 250px;
}
.vegetables-cont {
	background: #d8d8d1;
	align-items: center;
	padding-inline: 5%;
	padding-bottom: 50px;
	gap: 50px;
}
.vegetables-head-area {
	align-items: center;
	position: relative;
	padding-block: 116px 50px;
	gap: 30px;
	background-image: repeating-linear-gradient(to right, var(--c-green) 0 1px, transparent 1px 6px);
	background-position: bottom left;
	background-size: 100% 1px;
	background-repeat: repeat-x;
}
.vegetables-head-area .breadcrumbs-box {
	position: absolute;
	top: 50px;
	right: 5%;
	width: auto;
}
.vegetables-head-area .breadcrumbs-box .breadcrumbs {
	justify-content: flex-end;
}
.vegetables-head-area .breadcrumbs-box .breadcrumbs > *:not(:first-child)::before {
	background-image: url("../images/common/icon-slash-bk.svg");
}
.vegetables-head-area .breadcrumbs-box .breadcrumbs > * {
	color: var(--c-bk);
}
.vegetables-main-logo-wrapper {
	width: 250px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #d8d8d1;
	border-radius: 9999px;
	position: absolute;
	top: -125px;
	padding: 40px;
}

.vegetables-head-area .ttl-box h2 {
	font-size: 30px;
	line-height: calc(45 / 30);
}

.vegetables-head-area .c-txt strong {
	color: var(--c-green);
}

.vegetables-contents {
	gap: 50px;
	padding-bottom: 50px;
	background-image: repeating-linear-gradient(to right, var(--c-green) 0 1px, transparent 1px 6px);
	background-position: bottom left;
	background-size: 100% 1px;
	background-repeat: repeat-x;
}

.vegetables-cont-group {
	gap: 20px;
}
.vegetables-img {
	aspect-ratio: 9 / 4;
	border-radius: 10px 150px 10px 10px;
}
.vegetables-txt-box {
	gap: 15px;
}
.vegetables-txt-box .ttl-box h3 {
	font-size: 24px;
	line-height: calc(36 / 24);
}
.vegetables-instagram {
	align-items: center;
	gap: 30px;
}
.vegetables-sub-logo {
	max-width: 120px;
	margin-inline: auto;
	aspect-ratio: 120 / 151;
}

@media screen and (max-width: 999px) {
	.sec-vegetables::before {
		aspect-ratio: 1440 / 850;
	}
	.sec-vegetables-inner {
		padding-top: 180px;
	}
	.vegetables-cont {
		padding-inline: 20px;
		padding-bottom: 30px;
		gap: 30px;
	}
	.vegetables-head-area {
		padding-block: 116px 30px;
		gap: 30px;
	}
	.vegetables-head-area .breadcrumbs-box {
		top: 80px;
		right: 20px;
	}
	.vegetables-main-logo-wrapper {
		width: 200px;
		top: -100px;
		padding: 30px;
	}

	.vegetables-head-area .ttl-box h2 {
		font-size: 24px;
	}

	.vegetables-contents {
		gap: 30px;
		padding-bottom: 30px;
	}

	.vegetables-img {
		aspect-ratio: 9 / 4;
		border-radius: 10px 50px 10px 10px;
	}
	.vegetables-txt-box .ttl-box h3 {
		font-size: 18px;
	}
}
