@charset "UTF-8";

body {
	background-color: var(--bg-color--primary);
}

.main_container {
	overflow: hidden;
	padding-bottom: 150px;
}

.fixed-button_container {
	position: fixed;
	right: 40px;
	right: clamp(0.938rem, -0.104rem + 2.17vw, 2.5rem);
	bottom: 40px;
	bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
	z-index: 11;
}

.fixed-button-img {
	max-width: 332px;
	width: 100%;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.55));
}
@media screen and (min-width: 651px) {
	.fixed-button-img {
		width: clamp(11.25rem, 4.917rem + 13.19vw, 20.75rem);
	}
}

.fixed-button-img.button-img_1 {
	margin-bottom: 12px;
}

@media screen and (max-width: 650px) {
	.fixed-button_container {
		display: flex;
		right: 0;
		bottom: 0;
		align-items: flex-end;
	}

	.fixed-button-img.button-img_1 {
		margin-bottom: 0;
	}
}



.cookie-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #ffffff;
}

.cookie-banner__inner {
	display: flex;
	position: relative;
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding: 14px 14px;
	align-items: center;

	gap: 14px;
}

.cookie-banner__text {
	min-width: 0;
	margin: 0;
	color: #333333;
	font-size: 0.8125em;
	line-height: 1.5;
	flex: 1;
}



.cookie-banner__link {
	color: #1a73e8;
	text-decoration: underline;
}

.cookie-banner__actions {
	display: flex;
	padding-left: 12px;
	align-items: center;

	gap: 10px;
}

.cookie-banner__ok {
	padding: 8px 18px;
	border: 0;
	border-radius: 2px;
	background: #e74c3c;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.75em;
	cursor: pointer;

	appearance: none;
}

.cookie-banner__ok:active {
	transform: translateY(1px);
}

.cookie-banner__close {
	width: 26px;
	height: 26px;
	border: 0;
	background: transparent;
	color: #777777;
	font-size: 1.125em;
	line-height: 1;
	cursor: pointer;

	appearance: none;
}

@media (max-width: 768px) {
	.cookie-banner__inner {
		display: block;
		width: 90%;
		padding: 14px 14px 12px;
	}

	.cookie-banner__close {
		position: absolute;
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
		font-size: 2em;
	}

	.cookie-banner__text {
		/* ← これで右避けを解除 */
		padding-top: 22px;
		padding-right: 0;
		/* ← ×の分だけ下げる */
	}

	.cookie-banner__actions {
		display: block;
		margin-top: 12px;
		padding-left: 0;
		border-left: none;
	}

	.cookie-banner__ok {
		width: 100%;
		padding: 14px 18px;
		font-size: 0.875em;
	}
}

.key-visual_container {
	max-height: 1080px;
	min-height: 600px;
	height: 100vh;
}

.back-contents_container {
	position: relative;
	height: 100%;
}

.back-img_container {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.key-visual_title_container {
	position: absolute;
	bottom: 36px;
	left: 100px;
}

.title-text_wrap {
	padding: 6px 26px;
	background-color: #ffffff;
	color: #006252;
	font-weight: 900;
	font-size: clamp(2.25em, 0.107em + 4.29vw, 3.75em);
	line-height: 2;
	letter-spacing: 14px;
}

.title-bottom-text {
	margin-left: 26px;
	color: #ffffff;
	font-size: 1.188em;
	line-height: 1.9;
	text-shadow: 0 0 3px #000000;
}

@media screen and (max-width: 1300px) {
	.key-visual_title_container {
		bottom: 26px;
		left: 60px;
	}
}

@media screen and (max-width: 1000px) {
	.key-visual_title_container {
		bottom: 18px;
		left: 40px;
	}

	.title-bottom-text {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.key-visual_container {
		max-height: 670px;
		min-height: 360px;
		height: calc(100vh - 190px);
	}

	.key-visual_title_container {
		bottom: 12px;
		left: 14px;
	}

	.title-text_wrap {
		padding: 4px 8px;
		font-size: clamp(1.313em, 0.87em + 1.57vw, 1.625em);
		letter-spacing: 4px;
	}

	.title-bottom-text {
		margin-top: 8px;
		margin-left: 8px;
		font-size: 0.875em;
		line-height: 1.6;
	}
}

.top-news-contents_container {
	margin-top: 80px;
}
@media screen and (min-width: 768px) {
	.top-news-contents_container {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.top-news-contents_container {
		margin-bottom: 60px;
	}
}

.news-flex_container {
	display: flex;
	max-width: 1525px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}

.news-column {
	position: relative;
	width: calc(100% / 2 - 36px);
}

#important-news , #latest-news , #about-section , #lifestyle-section , #facility-section , #specialty-products-section , #online-shop-section , #recruit-section {
	scroll-margin-top: 160px;
}

#business-section {
	scroll-margin-top: 80px;
}

.news-column::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5px;
	background-color: #006252;
	content: "";
}

.news-column_title {
	display: flex;
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
	align-items: center;

	gap: 10px;
}

.news-column-title_icon img {
	max-width: 40px;
}

.news-column-title_line {
	height: 2.5px;
	background-color: #2f6f66;
	flex: 1;
}

.news-list_container {
	max-width: 600px;
	margin: auto;
	margin-top: 26px;
}

.news-content {
	display: flex;
	position: relative;
	margin-top: 21px;
	padding-bottom: 16px;
	border-bottom: 1px solid #707070;
	flex-direction: column;

	row-gap: 7px;
}

.news-title-text {
	display: -webkit-box;
	overflow: hidden;
	color: initial;
	font-size: clamp(1rem, 0.563rem + 0.91vw, 1.188rem);
	line-height: 1.9;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease;

	-webkit-line-clamp: 1;
}

.news-title-text span {
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.news-title-text:hover span {
	border-bottom: 1px solid #006252;
	color: #006252;
}

.news-date-text {
	position: relative;
}

.news-column.news-latest .news-content.new .news-date-text::after {
	content: none;
}

.news-content.new .news-date-text::after {
	position: absolute;
	top: -1px;
	right: -35px;
	margin-left: 8px;
	color: #ff0000;
	font-weight: 500;
	font-size: 1.063em;
	content: "NEW!";
}

.news-date-text {
	padding-right: 14px;
	font-size: 0.875em;
}

.news-date-flex {
	display: flex;
	align-items: center;
}

.category-wrap {
	padding: 1px 6px;
	border-radius: 4px;
	background-color: aqua;
	color: #ffffff;
	font-weight: 200;
	font-size: 0.875em;
}

.news-column.news-latest .news-content.new .category-wrap::after {
	position: absolute;
	margin-left: 13px;
	color: #ff0000;
	font-weight: 500;
	font-size: 1.063em;
	content: "NEW!";
}

.page-button_container {
	display: flex;
	max-width: 600px;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 38px;
	justify-content: flex-end;
}

.page-button_container.business-button-center {
	justify-content: center;
}

.page-button_wrap {
	padding: 12px 60px;
	border: 1px solid #006252;
	background-color: #006252;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 57%;
	background-size: 20px;
	color: #ffffff;
	font-weight: 700;
	font-size: 1em;
	transition: all 0.3s ease;
}

.page-button_wrap:hover {
	background-color: #ffffff;
	background-image: url(../images/arrow-right_green.png);
	color: #006252;
}

@media screen and (max-width: 1000px) {
	.news-title-text span {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;

		-webkit-line-clamp: 1;
	}

	.news-content br {
		display: none;
	}

	.news-title-text br {
		display: none;
	}

	.news-title-text {
		display: flex;
	}

	.news-title-text#new::before {
		position: static;
		top: auto;
		left: auto;
		order: 2;
	}
}

@media screen and (max-width: 768px) {
	.news-column-title_icon img {
		max-width: 32px;
	}

	.news-flex_container {
		flex-direction: column;
		align-items: center;

		row-gap: 40px;
	}

	.news-column {
		width: 100%;
	}

	#important-news , #latest-news , #about-section , #lifestyle-section , #facility-section , #specialty-products-section , #online-shop-section , #recruit-section {
		scroll-margin-top: 96px;
	}

	#business-section {
		scroll-margin-top: 80px;
	}

	.news-list_container {
		width: 90%;
		margin-top: 10px;
	}

	.news-content {
		margin-top: 12px;
		padding-bottom: 12px;
	}

	.news-date-text {
		padding-right: 8px;
	}

	.page-button_container {
		width: 90%;
		margin-top: 14px;
		margin-bottom: 24px;
	}

	.page-button_wrap {
		padding: 10px 19px;
		padding-right: 50px;
		background-position-x: 85%;
		background-position-y: 55%;
		font-weight: 500;
		font-size: 0.875em;
	}
}

.about-section_container {
	max-width: 1920px;
	margin: auto;
	margin-top: 100px;
}

.about-content_container {
	display: flex;
	align-items: center;
}

.about-content-img {
	width: clamp(31.25rem, -18.625rem + 79.8vw, 56.188rem);
}

.content-text_container {
	max-width: clamp(26.625rem, 1.625rem + 40vw, 39.125rem);
	margin-left: 50px;
}

.content-title {
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
}

.content-textarea {
	margin-top: 26px;
	font-size: clamp(1.063em, 0.813em + 0.4vw, 1.188em);
	line-height: 2;
}

@media screen and (max-width: 1000px) {
	.about-section_container {
		width: 95%;
		margin-right: auto;
	}

	.content-text_container {
		margin-left: 24px;
	}

	.content-textarea {
		margin-top: 14px;
		font-size: 0.875em;
	}

	.about-content-img {
		width: 400px;
	}
}

@media screen and (max-width: 768px) {
	.about-section_container {
		width: 100%;
		margin: auto;
		margin-top: 70px;
	}

	.about-content_container {
		flex-direction: column;
	}

	.content-text_container {
		width: 90%;
		margin: auto;
		margin-top: 16px;
	}

	.about-content-img {
		max-width: 500px;
		width: 100%;
	}

	.content-textarea {
		margin-top: 12px;
	}
}

.living-service_container {
	width: 100%;
	margin-top: 100px;
	background-color: #006252;
	background-image: url(../images/service_bg.png);
}

.living_service-decorate {
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
}

.living_service-decorate::before , .living_service-decorate::after {
	position: absolute;
	max-width: 60px;
	width: 60px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";

	aspect-ratio: 4/5;
}
.living_service-decorate::before {
	bottom: -5px;
	left: -20px;
	background-image: url(../images/lifestyle_decorate-left.webp);
	background-position: left bottom;
}
.living_service-decorate::after {
	top: -5px;
	right: -10px;
	background-image: url(../images/lifestyle_decorate-right.webp);
	background-position: right top;
}
.living_service-line {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 16px 0;
}
@media screen and (min-width: 768px) {
	.living-service_container {
		padding: 45px 0;
	}
	.living_service-decorate {
		width: 95%;
	}

	.living_service-decorate::before , .living_service-decorate::after {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.living-service_container {
		padding: 15px 0;
	}
	.living_service-decorate {
		width: calc(100% - 40px);
	}
	.living_service-decorate::before , .living_service-decorate::after {
		min-width: 45px;
		width: 3.5715%;
	}
	.living_service-decorate::before {
		bottom: 0;
		left: 0px;
	}
	.living_service-decorate::after {
		top: 0;
		right: 0;
	}
}


.living_service-line::before , .living_service-line::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 1680px 580px;
	content: "";
	pointer-events: none;
}

.living_service-line::before {
	bottom: 0;
	left: 0;
	background-image: url(../images/lifestyle_decorate-leftline.png);
	background-position: left bottom;
}

.living_service-line::after {
	top: 0;
	right: 0;
	background-image: url(../images/lifestyle_decorate-righttline.png);
	background-position: right top;
}

.bg-green_container {
	position: relative;
	width: 100%;
	background-repeat: repeat;
}

/*.bg-green_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	max-width: 1740px;
	width: 100%;
	height: 100%;
	background-image: url(../images/service-design_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}*/

/*@media screen and (max-width: 1600px) {
	.bg-green_container::before {
		background-image: url(../images/service-design_pc2.png);
	}
}*/

@media screen and (max-width: 1000px) {
	/*.bg-green_container::before {
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: 90%;
		background-image: url(../images/service-design_left.png);
		background-position: right top;
		background-size: 64px;
	}*/

	/*.bg-green_container::after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 1740px;
		width: 90%;
		height: 90%;
		background-image: url(../images/service-design_right.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 64px;
		content: "";
	}*/
}

.service-title {
	color: #ffffff;
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
	text-align: center;
}

.service-list_container {
	display: grid;
	width: 90%;
	margin: 46px auto 0;
	column-gap: 42px;
	justify-content: center;
	grid-template-columns: repeat(3, 265px);

	row-gap: 20px;
}

.service-content_wrap {
	width: 265px;
	/* 念のため残す（なくても可） */
}

.service-content {
	display: flex;
	position: relative;
	padding-top: 34px;
	padding-bottom: 50px;
	background-color: #ffffff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.service-content:hover {
	transform: scale(1.05);
}

.service-content::after {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 0;
	height: 0;
	border-width: 0 0 24px 24px;
	border-style: solid;
	border-color: transparent transparent #0a6b57 transparent;
	content: "";
}

.service-icon_wrap {
	display: flex;
	width: 156px;
	margin-bottom: 30px;
	border: 4px solid #006252;
	border-radius: 50%;
	justify-content: center;
	align-items: center;

	aspect-ratio: 1/1;
}

.service-content-title {
	color: initial;
	font-size: 1.6875em;
}

.page-button_container.green-button {
	position: relative;
	z-index: 2;
	margin-top: 60px;
	justify-content: center;
}

.page-button_container.green-button .page-button_wrap {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url(../images/arrow-right_green.png);
	color: #006252;
}

.page-button_container.green-button .page-button_wrap:hover {
	background-color: #006252;
	background-image: url(../images/arrow-right.png);
	color: #ffffff;
}

@media screen and (max-width: 1140px) {
	.service-list_container {
		max-width: 600px;
	}
}

@media screen and (max-width: 1000px) {
	.service-list_container {
		display: grid;
		max-width: 670px;
		margin: 32px auto 0;
		column-gap: 42px;
		justify-content: space-between;
		grid-template-columns: repeat(3, 195px);

		row-gap: 20px;
	}

	.service-content_wrap {
		/* Gridでは計算不要 */
		max-width: none;
		width: 195px;
	}
}

@media screen and (max-width: 768px) {
	.bg-green_container {
		padding: 20px 0;
		background-position: center calc(0% - 10px), center calc(100% + 10px);
	}

	.service-list_container {
		display: grid;
		max-width: 554px;
		margin: 24px auto 0;
		column-gap: 20px;

/* ← 100% / 2 を効かせる */
		justify-content: center;
		grid-template-columns: repeat(3, minmax(0, 1fr));

		row-gap: 20px;
	}

	.service-content_wrap {
		max-width: 200px;
		width: 100%;

/* ← 上限だけを制御 */

		justify-self: center;
	}

	.service-content {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.page-button_container.green-button {
		margin-top: 34px;
	}

	.service-icon_wrap {
		width: 88px;
		height: 88px;
		margin-bottom: 8px;
	}

	.service-icon_img {
		max-width: 60px;
	}

	.service-content-title {
		font-size: clamp(0.938em, 0.142em + 2.83vw, 1.5em);
	}

	.service-content::after {
		position: absolute;
		right: 5px;
		bottom: 5px;
		width: 0;
		height: 0;
		border-width: 0 0 14px 14px;
		border-style: solid;
		border-color: transparent transparent #0a6b57 transparent;
		content: "";
	}

	.bg-green_container::before {
		background-size: 44px;
	}

	.bg-green_container::after {
		background-size: 44px;
	}
}

.facility-bg_container {
	position: relative;
	max-width: 1420px;
	width: 90%;
	margin: auto;
	margin-top: 90px;
	padding-top: 90px;
	padding-bottom: 60px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	background-image: url(../images/facilities_bg.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
}

.facilities_position {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 660px;
	width: 90%;
	padding: 0 40px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-radius: 0 0 39px 39px;
	background-color: #20a28d;
	color: #ffffff;
	font-size: 1.125em;
	text-align: center;
}

.facility-title {
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
	text-align: center;
}
body.accessibility-blue .facility-title {
	color: #2b1e1d;
}

.facilities_position .br-767 {
	display: none;
}

@media screen and (max-width: 767px) {
	.facilities_position .br-767 {
		display: inline;
	}
}

.facility-title-bottom-text {
	margin-top: 21px;
	font-size: 1em;
	line-height: 2;
	text-align: center;
}
body.accessibility-blue .facility-title-bottom-text {
	color: #2b1e1d;
}

.facility-area_container {
	width: 90%;
	margin: auto;
}

.facility-button-list {
	display: flex;
	margin-top: 50px;
	column-gap: 34px;
	flex-wrap: wrap;
	justify-content: center;

	row-gap: 20px;
}

.facility-button {
	display: inline-block;
	width: 200px;
	padding: 13px 0;
	border: 3px solid #000000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffd200;
	color: initial;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.facility-button:hover {
	transform: scale(1.05);
}

.page-button_container.facility-button-center {
	margin-top: 54px;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
	.facility-button-list {
		max-width: 600px;
		margin: auto;
		margin-top: 32px;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.facility-bg_container {
		padding-top: 70px;
	}
	.facilities_position {
		max-width: 270px;
		width: 80%;
		padding: 0 20px;
		padding-top: 6px;
		padding-bottom: 10px;
		border-radius: 0 0 39px 39px;
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.facilities_position {
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	.facility-bg_container {
		margin-top: 60px;
		padding-bottom: 45px;
	}

	.facility-button-list {
		column-gap: 15px;

		row-gap: 15px;
	}

	.facility-button {
		width: 140px;
	}

	.facility-title-bottom-text {
		margin-top: 20px;
		text-align: left;
	}

	.facility-title-bottom-text br {
		display: none;
	}
}

.business-content_container {
	padding-top: 100px;
}

.business-title {
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
	text-align: center;
}

.business-title-bottom-text {
	margin-top: 21px;
	text-align: center;
}

.business-img-slider {
	overflow: hidden;
	margin-top: 40px;
}

.business-img-slider-list {
	display: flex;
	width: max-content;
	align-items: center;

	gap: 24px;
}

.business-img-content {
	flex-shrink: 0;
}

.business-img-slider img {
	display: block;
	width: auto;
	height: 378px;
}

@media screen and (max-width: 768px) {
	.business-content_container {
		padding-top: 64px;
	}

	.business-title-bottom-text {
		width: 90%;
		margin: auto;
		margin-top: 12px;
		line-height: 2;
		text-align: left;
	}

	.business-img-slider-list {
		margin-top: 24px;
	}

	.business-img-slider-list img {
		height: 205px;
	}

	.page-button_container.business-button-center {
		margin-top: 25px;
	}
}

.specialty-products_section-container {
	margin-top: clamp(3.75rem, -3.325rem + 25.16vw, 8.75rem);
}

.specialty-products_section-container {
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding: clamp(1.25rem, -1.934rem + 11.32vw, 3.5rem) 0;
	border: 2px solid #2b1e1d;
}


body.accessibility-blue .specialty-products_section-container {
	border-color: yellow;
}

.specialty-products-content_container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(1rem, 0.204rem + 2.83vw, 1.563rem);
	height: clamp(1rem, 0.204rem + 2.83vw, 1.563rem);
	border-bottom-right-radius: 100%;
	background: #d9b611;
	content: "";
}

.specialty-products-content_container::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: clamp(1rem, 0.204rem + 2.83vw, 1.563rem);
	height: clamp(1rem, 0.204rem + 2.83vw, 1.563rem);
	border-top-left-radius: 100%;
	background: #d9b611;
	content: "";
}

.specialty-products-title {
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
	text-align: center;
}

.specialty-products-title-bottom-text {
	width: 90%;
	margin: auto;
	margin-top: clamp(0.75rem, -0.046rem + 2.83vw, 1.313rem);
	line-height: 2;
	text-align: center;
}

.contents-link-list {
	display: flex;
	max-width: 930px;
	width: 90%;
	margin: auto;
	margin-top: clamp(1.125rem, -0.467rem + 5.66vw, 2.25rem);
	column-gap: 60px;
	flex-wrap: wrap;
	justify-content: center;

	row-gap: 40px;
}

.contents-link-item {
	width: calc(100% / 2 - 31px);
}

.recipe_button {
	position: absolute;
	top: -60px;
	right: -40px;
}

.recipe_button-img {
	max-width: 192px;
}

.contents-link-img {
	max-width: 435px;
	width: 100%;
	transition: all 0.3s ease;
}

.contents-link_wrap {
	transition: all 0.3s ease;
}

.contents-link_wrap:hover .contents-link-img {
	transform: scale(1.05);
}

.contents-link-text {
	margin-top: 13px;
	color: initial;
	font-size: clamp(0.938em, 0.25em + 2.44vw, 1.625em);
	text-align: center;
}
body.accessibility-blue .contents-link-text {
	color: var(--text-color--primary);
}


.recipe_button_wrap {
	display: none;
}

@media screen and (max-width: 768px) {
	.recipe_button {
		right: -25px;
	}

	.recipe_button-img {
		max-width: 140px;
	}
}

@media screen and (max-width: 662px) {
	.contents-link-list {
		column-gap: 14px;
	}

	.contents-link-item {
		width: calc(100% / 2 - 9px);
	}

	.specialty-products-title-bottom-text {
		text-align: left;
	}
}

@media screen and (max-width: 550px) {
	.recipe_button {
		display: none;
	}

	.recipe_button_wrap {
		display: block;
		width: 85%;
		margin: auto;
		margin-top: 20px;
	}

	.recipe_button-sp {
		display: inline-block;
	}

	.recipe_button-img-sp {
		max-width: 100%;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}
}

.online-shop-section_container {
	position: relative;
	z-index: 1;
}

/* 背景画像レイヤー */
.online-shop-section_container::before {
	position: absolute;
	z-index: 1;
	background-image: url(../images/shoping-cart.png);
	background-repeat: no-repeat;
	background-position-x: -2%;
	background-position-y: 120%;
	background-size: 334px;
	content: "";
	pointer-events: none;

	inset: 0;
}

.online-shop-bg_container {
	position: relative;
	padding: 60px 0;
}

.online-shop-bg_container::before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 95%;
	background-color: #ebebeb;
	content: "";
}

.online-shop-content_container {
	position: relative;
	max-width: 1920px;
	margin: auto;
}

.online-shop-section_container {
	position: relative;
	z-index: 1;
	margin-top: 100px;
}

.online-shop-inner_container {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.online-shop-title-text {
	display: inline-block;
	position: relative;
	margin-bottom: 21px;
	padding: 0 32px;
	font-size: 2em;
	letter-spacing: 3px;
}

.online-shop-title-text::before , .online-shop-title-text::after {
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 3px;
	height: 1.5em;
	border-radius: 999px;
	background: #2b1c17;
	content: "";
}

.online-shop-title-text::before {
	left: 0;
	transform: translateY(-50%) rotate(-20deg);
}

.online-shop-title-text::after {
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}

.online-shop-button_inner {
	max-width: 547px;
	text-align: center;
}

.online-shop-button-img {
	max-width: 547px;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: all 0.3s ease;
}

.online-shop-button:hover .online-shop-button-img {
	opacity: 0.6;
}

.button-bottom-text {
	margin-top: 36px;
	line-height: 2;
}
body.accessibility-blue .online-shop-title-text , body.accessibility-blue .button-bottom-text {
	color: #2b1e1d;
}
body.accessibility-blue .news-list_container a {
	color: yellow;
}

.online-shop-right-img {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	max-width: clamp(26.438rem, -32rem + 85vw, 47.688rem);
}

.br-1300 {
	display: none;
}

.button-bottom-text.display-mb {
	display: none;
}

@media screen and (max-width: 1300px) {
	.br-1300 {
		display: inline;
	}

	.online-shop-button_inner {
		max-width: 487px;
	}

	.online-shop-title-text {
		font-size: 28px;
	}
}

@media screen and (max-width: 1000px) {
	.online-shop-inner_container {
		max-width: 540px;
	}

	.online-shop-right-img {
		display: none;
	}
}

.br-mb {
	display: none;
}

@media screen and (max-width: 768px) {
	.online-shop-section_container {
		margin-top: 60px;
	}

	.online-shop-bg_container {
		padding: 0;
	}

	.online-shop-bg_container::before {
		content: none;
	}

	.online-shop-section_container::before {
		content: none;
	}

	.online-shop-button_inner {
		margin: auto;
	}

	.online-shop-title-text {
		margin-bottom: 0;
		font-size: 26px;
	}

	.button-bottom-text.display-pc {
		display: none;
	}

	.button-bottom-text.display-mb {
		display: block;
		margin-top: 16px;
		text-align: left;
	}

	.online-shop-button-img {
		width: 90%;
		margin: auto;
		margin-top: 28px;
		content: url(../images/furusato_syunkanbin_mb.png);
	}

	.br-mb {
		display: inline;
	}
}

.recruit-section_container {
	margin-top: 130px;
}

.recruit-bg_container {
	position: relative;
	max-width: 1420px;
	width: 90%;
	margin: auto;
	background-image: url(../images/top-recruit_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.recruit-bg_container::before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);

/* 透明色必須 */
	content: "";

	inset: 0;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.recruit-img-design {
	position: absolute;
	z-index: 3;
}

.recruit-img-design:nth-child(1) {
	top: 30px;
	left: -60px;
	max-width: 163px;
}

.recruit-img-design:nth-child(2) {
	bottom: -60px;
	left: -60px;
	max-width: 163px;
}

.recruit-img-design:nth-child(3) {
	top: 30px;
	left: 30%;
	max-width: 163px;
}

.recruit-img-design:nth-child(4) {
	bottom: 90px;
	left: 50%;
	max-width: 187px;
}

.recruit-img-design:nth-child(5) {
	top: -30px;
	right: 50px;
	max-width: 85px;
}

.recruit-img-position_container {
	position: relative;
	max-width: 1310px;
	width: 95%;
	margin: auto;
	padding: 148px 0;
}

.recruit-img-item {
	position: absolute;
	max-width: 340px;
}

.recruit-img-item:nth-child(1) {
	top: 27px;
	right: 20%;
	z-index: 2;
}

.recruit-img-item:nth-child(2) {
	right: 0%;
	bottom: -40px;
	z-index: 1;
}

.recruit-img-item:nth-child(3) {
	right: 13%;
	bottom: -43px;
}

.recruit-content_container {
	position: relative;
	z-index: 4;
	max-width: 1200px;
	margin: auto;
}

.recruit-title-text {
	font-size: clamp(1.625em, 0.75em + 1.82vw, 2em);
}

.recruit-sub-title-text {
	margin-top: 22px;
	font-size: 2.625em;
	line-height: 1.8;
}

.recruit-title-bottom-text {
	margin-top: 20px;
	line-height: 2;
}

.page-button_container.recruit-button-left {
	margin-top: 52px;
	justify-content: flex-start;
}

@media screen and (max-width: 1350px) {
	.recruit-img-item {
		max-width: 260px;
	}

	.recruit-img-item:nth-child(1) {
		top: 78px;
		right: 14%;
	}

	.recruit-img-item:nth-child(2) {
		right: 0%;
		bottom: 40px;
	}

	.recruit-img-design:nth-child(4) {
		bottom: 120px;
		left: 56%;
		max-width: 187px;
	}
}

@media screen and (max-width: 1000px) {
	.recruit-sub-title-text {
		font-size: 2.25em;
	}

	.recruit-content_container {
		max-width: 460px;
		margin: 0;
		margin-right: auto;
	}

	.recruit-img-item {
		max-width: 180px;
	}

	.recruit-img-item:nth-child(1) {
		top: 118px;
	}

	.recruit-img-item:nth-child(2) {
		bottom: 142px;
	}
}

@media screen and (max-width: 768px) {
	.recruit-section_container {
		margin-top: 110px;
	}

	.recruit-bg_container {
		background-color: #ffffff;
		background-image: url(../images/top-recruit_bg-sp.png);
		background-size: contain;
	}

	.recruit-bg_container::before {
		backdrop-filter: blur(28px);
	}

	.recruit-img-design:nth-child(1) {
		top: -50px;
		left: 30px;
		max-width: 83px;
	}

	.recruit-img-design:nth-child(2) {
		bottom: -50px;
		left: -10px;
		max-width: 93px;
	}

	.recruit-img-design:nth-child(3) {
		top: -60px;
		left: 76%;
		max-width: 123px;
	}

	.recruit-img-design:nth-child(4) {
		bottom: 160px;
		left: 82%;
		max-width: 107px;
	}

	.recruit-img-design:nth-child(5) {
		display: none;
	}

	.recruit-img-item {
		max-width: 140px;
	}

	.recruit-img-item:nth-child(1) {
		top: initial;
		bottom: 20px;
		max-width: 120px;
	}

	.page-button_container.recruit-button-left {
		margin-top: 20px;
	}

	.recruit-img-item:nth-child(2) {
		bottom: -98px;
	}

	.recruit-content_container::before {
		top: -110px;
		left: 70px;
		width: 82px;
		height: 83px;
	}

	.recruit-content_container::after {
		bottom: -120px;
		left: 220px;
		width: 112px;
		height: 70px;
	}

	.recruit-img-position_container {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.recruit-sub-title-text {
		margin-top: 14px;
		font-size: 2em;
		line-height: 1.7;
	}

	.recruit-title-bottom-text {
		margin-top: 14px;
	}
}

@media screen and (max-width: 600px) {
	.recruit-content_container::before {
		top: -70px;
		left: 70px;
		width: 62px;
		height: 62px;
	}

	.recruit-content_container::after {
		bottom: -70px;
		left: 130px;
		width: 67px;
		height: 42px;
	}

	.recruit-img-item:nth-child(1) {
		bottom: 30px;
		max-width: 65px;
	}

	.recruit-img-item:nth-child(2) {
		bottom: -68px;
		max-width: 95px;
	}

	.recruit-sub-title-text {
		margin-top: 6px;
		font-size: clamp(1.625em, 0.5em + 4vw, 2em);
	}

	.recruit-title-text {
		font-size: clamp(0.938em, -1.125em + 7.33vw, 1.625em);
	}

	.recruit-title-bottom-text br {
		display: none;
	}

	.page-button_container.recruit-button-left {
		margin-top: 20px;
	}
}

.fixed-button_container {
	visibility: hidden;
}

.fixed-button_container a {
	visibility: visible;
	transition: all 0.4s;
}

@media screen and (min-width: 768px) {
	.fixed-button_container.scroll_end a {
		visibility: hidden;
		opacity: 0;
	}
}

.main_container {
	position: relative;
}


.fixed-button_container.scroll_end {
	position: absolute;
}


/*******************************************************************************
	広報誌
*******************************************************************************/
.index_bulletin-container {
	max-width: 1545px;
	width: 95%;
	margin: 0 auto;
	padding: 70px 0 75px;
	border-radius: 40px;
	background-color: #ffffff;
}
.index_bulletin-title {
	display: flex;
	max-width: 350px;
	min-width: 200px;
	width: 55%;
	margin: 0 auto;
	font-weight: bold;
	font-size: clamp(0.938rem, 0.414rem + 1.09vw, 1.375rem);
	flex-direction: column;
	align-items: center;
}
.index_bulletin-title img {
	width: 100%;
	height: auto;
}
.index_bulletin-content {
	position: relative;
	max-width: 1305.5px;
	width: 97.5%;
	margin: 0 auto;
	padding: 0 calc(clamp(1.25rem, -0.245rem + 3.12vw, 2.5rem) + clamp(2.188rem, 0.879rem + 2.73vw, 3.281rem));
}
.index_bulletin-slide {
	max-width: 1120px;
	width: 100%;
	padding-bottom: 5px !important;
}
.menu_slide-item {
	max-width: 260px;
	width: 100%;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1;
}
.menu_slide-item img {
	max-width: 255px;
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);

	aspect-ratio: 827/1169;
}
@media screen and (max-width: 834px) {
	/*.index_bulletin-slide {
		max-width: none;
	}*/
	.menu_slide-item {
		max-width: none;
	}
	.index_bulletin-content {
		width: 100%;
	}
}
.bulletin_arrow {
	display: flex;
	position: relative;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	border-radius: 20px;
	line-height: 1;
}
.bulletin_arrow i {
	color: #006252;
	font-size: clamp(1.25rem, 0.502rem + 1.56vw, 1.875rem);
	line-height: 1;
	transition: all 0.3s;
}

.bulletin_arrow:hover i {
	background-color: #006252;
	color: #ffffff;
}
.bulletin_arrow i::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(100%);
	height: calc(100%);
	border: 2px solid #006252;
	border-radius: 20px;
	content: "";
}
.bulletin_arrow svg {
	display: none !important;
}
.swiper-button-prev.bulletin_arrow i {
	transform: rotateY(180deg);
}

.index_bulletin-container .page-button_container {
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.index_bulletin-container {
		width: 95%;
		margin-bottom: 100px;
		padding: 70px 0 75px;
	}
	.index_bulletin-title {
		margin-bottom: 50px;
	}
	.index_bulletin-content {
		padding: 0 calc(clamp(1.25rem, -0.245rem + 3.12vw, 2.5rem) + clamp(2.188rem, 0.879rem + 2.73vw, 3.281rem));
	}
	.index_bulletin-container .page-button_container {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index_bulletin-container {
		width: calc(100% - 40px);
		padding: 30px 0;
	}
	.index_bulletin-title {
		margin-bottom: 20px;
	}
	.index_bulletin-content {
		padding: 0 40px;
	}
	.bulletin_arrow {
		display: none !important;
	}
	.index_bulletin-container .page-button_container {
		margin-top: 10px;
	}
}
