@charset "UTF-8";
html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	html {
		scroll-padding-top: 70px;
	}
}

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	background-color: #fffbf4;
}

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

@media screen and (max-width: 767px) {
	.hidden-sp {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.hidden-tab {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	.hidden-pc {
		display: none;
	}
}
.heading {
	font-family: "Zen Maru Gothic", serif;
	color: #a0896a;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.heading::before {
	content: "";
	width: 53px;
	height: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icon_ten.png") no-repeat left center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.heading {
		font-size: 32px;
	}
}
@media screen and (min-width: 1280px) {
	.heading {
		font-size: 40px;
	}
}

.heading__section {
	font-family: "Zen Maru Gothic", serif;
	color: #a0896a;
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.heading__section::before {
	content: "";
	width: 56px;
	height: 44px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icon_hand.png") no-repeat left center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.heading__section {
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.heading__section {
		font-size: 30px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.heading__news::before {
	content: "";
	width: 59px;
	height: 40px;
	background: url("../img/icon_news.png") no-repeat left center/contain;
}

.button {
	color: #a0896a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 260px;
	height: 68px;
	padding: 18px 20px 18px 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	border-radius: 60px;
	border: 2px solid #a0896a;
	background: #fff;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 1280px) {
	.button {
		min-width: 300px;
		height: 70px;
	}
}
.button::before {
	content: "";
	background: url("../img/kamome.gif") no-repeat left center/contain;
	width: 37.349px;
	height: 31.928px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.button:hover {
	background-color: #fffb95;
}

.inner {
	padding-inline: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.inner {
		padding-inline: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.inner {
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.section {
		margin-top: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.section {
		margin-top: 60px;
	}
}

.header {
	width: calc(100% - 40px);
	margin-inline: auto;
	padding: 0 20px;
	height: 70px;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 500;
	border-radius: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1280px) {
	.header {
		position: absolute; /* fixedを解除 */
		top: 20px;
		left: 0; /* 左端を0に */
		right: 0; /* 右端を0に */
		width: 1200px; /* 固定幅を指定 */
		margin: auto; /* 左右中央揃え */
	}
}

.fv {
	position: relative;
	width: 100%;
	height: auto;
}

.fv__inner {
	position: absolute;
	top: 138px;
	right: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.fv__inner {
		padding: 0 60px;
	}
}
@media screen and (min-width: 1280px) {
	.fv__inner {
		max-width: 1200px;
		margin: 0 auto;
		right: 0;
		left: 0;
		padding: 0;
	}
}

.fv__image {
	overflow: hidden;
}
.fv__image img {
	width: 100%;
	height: 502px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.fv__image img {
		height: 700px;
	}
}
@media screen and (min-width: 1280px) {
	.fv__image img {
		height: 850px;
	}
}

.fv__message {
	padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.fv__message {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.fv__message {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

.fv__title {
	color: #a0896a;
	text-align: right;
	text-shadow: 0px 0px 6px #d8d8d8;
	font-family: "Zen Maru Gothic";
	font-size: 34px;
	line-height: 140%; /* 47.6px */
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.fv__title {
		font-size: 42px;
	}
}
@media screen and (min-width: 1280px) {
	.fv__title {
		font-size: 48px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.fv__contents {
		padding-top: 20px;
		width: 400px;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 20px;
	}
}
@media screen and (min-width: 1280px) {
	.fv__contents {
		width: 400px;
		margin-left: auto;
		padding-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 20px;
	}
}

.fv__button {
	text-align: center;
}

.header__inner {
	padding-inline: 20px;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo a img {
	width: 74px;
	display: block;
}

.header__nav {
	color: #777777;
	font-weight: 500;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	z-index: 200;
	padding: 20px 0;
	-webkit-transition: opacity 0.7s ease, visibility 0.3s;
	transition: opacity 0.7s ease, visibility 0.3s;
}
.header__nav.is-checked {
	visibility: visible; /* 表示する */
	opacity: 1; /* 不透明にする */
	-webkit-transition: opacity 0.7s ease, visibility 0.3s;
	transition: opacity 0.7s ease, visibility 0.3s;
}
.header__nav .header__logo {
	margin-top: 18px;
	margin-left: 40px;
}

.header__nav-pc {
	display: none;
}
@media screen and (min-width: 1280px) {
	.header__nav-pc {
		display: block;
	}
}

.header__lists {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
@media screen and (min-width: 1280px) {
	.header__lists {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 20px;
		margin-top: 0;
	}
}

.header__link {
	display: inline-block;
	padding-block: 8px;
	position: relative;
}
@media screen and (min-width: 1280px) {
	.header__link {
		font-size: 16px;
		color: #a0896a;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		-webkit-transition: color 0.6s;
		transition: color 0.6s;
	}
	.header__link::before {
		content: "";
		width: 30px;
		height: 25px;
		background: none;
		margin-right: 2px;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.header__link::after {
		content: "";
		position: absolute;
		bottom: 2px;
		left: 1px;
		width: 100%;
		height: 1px;
		background-color: #c08a45;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}
	.header__link:hover {
		color: #c08a45;
	}
	.header__link:hover::before {
		background: url("../img/icon_ten.png") no-repeat left center/contain;
	}
	.header__link:hover::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.drawer-icon {
	width: 30px;
	height: 18px;
	position: relative;
	z-index: 300;
}
@media screen and (min-width: 1280px) {
	.drawer-icon {
		display: none;
	}
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer-icon__bar {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: #bfc9bd;
	-webkit-transition: top 0.4s, -webkit-transform 0.4s;
	transition: top 0.4s, -webkit-transform 0.4s;
	transition: top 0.4s, transform 0.4s;
	transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
	top: 0;
}
.drawer-icon__bar:nth-child(2) {
	top: 8px;
}
.drawer-icon__bar:nth-child(3) {
	top: 16px;
}

.main {
	margin-inline: auto;
	overflow: hidden;
}
.news {
	width: calc(100% - 40px);
	margin-top: 20px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 20px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	gap: 40px;
	background: url("../img/bg_news.webp") no-repeat center center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.news {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

.news__inner {
	width: calc(100% - 40px);
}
@media screen and (min-width: 1280px) {
	.news__inner {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
	}
}

.news__heading {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.news__decoration {
	position: absolute;
}

.deco__news-letter {
	width: 87.579px;
	height: 52px;
	left: -50px;
	top: -40px;
}

.news__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	max-width: 400px;
	margin: 0 auto;
}

.news__card {
	padding-bottom: 8px;
	border-bottom: 1px dashed #bfc9bd;
	/* 破線の長さと間隔をカスタマイズ */
	-o-border-image: repeating-linear-gradient(to right, #bfc9bd 0, #bfc9bd 2px, transparent 4px, transparent 8px) 1;
	border-image: repeating-linear-gradient(to right, #bfc9bd 0, #bfc9bd 2px, transparent 4px, transparent 8px) 1;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px;
	}
	.news-card:hover .news-card__image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card__image {
		width: 260px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		overflow: hidden;
	}
	.news-card__image img {
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
}

.news-card__body {
	margin-top: 16px;
	font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card__body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-top: 0;
	}
}

.news-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card__meta {
		margin-top: 8px;
	}
}

.news__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto;
}

.news-card__category {
	width: 81px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	border-radius: 10px;
	padding: 1px 2px;
	font-size: 14px;
	color: #777777;
}
.news-card__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.cat__news {
	background: #c1d1e0;
}

.cat__recruit {
	background: #ffeaa3;
}

.cat__empty {
	background: #bfc9bd;
}

.cat__kaigo {
	background: #ffce8f;
}

.cat__hoiku {
	background: #f6cece;
}

.news-card__time {
	display: block;
	font-size: 14px;
}
.news-card__title {
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card__title {
		font-size: 18px;
		margin-top: 16px;
	}
}

.news-card__text {
	color: #888;
	font-size: 14px;
	margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news-card__text {
		margin-top: 10px;
	}
}

.news__button {
	margin-top: 42px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.news__button {
		margin-top: 44px;
	}
}

.square {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #c6cec4;
	margin: 0 3px;
	font-size: 16px;
	text-decoration: none;
	background-color: #fefdf8;
	color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.square {
		width: 43px;
		height: 43px;
		margin: 0 4px;
	}
}
@media screen and (min-width: 1280px) {
	.square {
		width: 46px;
		height: 46px;
		margin: 0 6px;
	}
}

.square.current {
	background-color: #c6cec4;
	color: #fff;
	pointer-events: none;
}

.news__pagination {
	margin-top: 40px;
	text-align: center;
}

.breadcrumb {
	font-size: 14px;
	color: #333;
}
.breadcrumb ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumb li + li::before {
	content: ">";
	margin: 0 6px;
	color: #999;
}
.breadcrumb li a {
	text-decoration: none;
	color: #666;
}
.breadcrumb li a:hover {
	text-decoration: underline;
	color: #333;
}

.heading__blogtitle {
	margin-bottom: 20px;
}
.heading__blogtitle::before {
	content: none;
}

.blog-article {
	padding: 40px 20px;
	max-width: 700px;
	margin: 0 auto;
	color: #333;
}
.blog-article__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 24px;
	margin-top: 20px;
}
.blog-article__title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #bb8844;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.blog-article__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.blog-article__title {
		font-size: 28px;
	}
}
.blog-article__body p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.blog-article__body h4 {
	font-size: 18px;
	margin: 2em 0 1em;
	font-weight: bold;
}
.blog-article__body ul {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
.blog-article__body ul li {
	list-style: disc;
	margin-left: 1em;
	line-height: 1.6;
}

.article-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
	margin-top: 60px;
}
.article-nav__link {
	display: inline-block;
	padding: 10px 12px;
	border: 1px solid #b6c2b1;
	border-radius: 24px;
	color: #333;
	text-decoration: none;
	background-color: #fdfbf5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article-nav__link--next {
	background-color: #dfe8dc;
}
.article-nav__link:hover {
	background-color: #cdddc8;
}

.concept {
	padding-bottom: 40px;
}

.concept__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.concept__text {
		text-align: center;
		line-height: 2;
	}
}
@media screen and (min-width: 1280px) {
	.concept__text {
		text-align: center;
		line-height: 2;
	}
}

.heading__concept {
	text-align: center;
}
.heading__concept::before {
	content: none;
}

.about {
	position: relative;
	width: calc(100% - 40px);
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.about__content {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.about__content {
		position: relative;
		height: 660px;
	}
}
@media screen and (min-width: 1280px) {
	.about__content {
		width: 600px;
		position: relative;
		height: 700px;
	}
}

.about__decoration {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: 0 auto;
}

.deco__about-garland--left {
	position: absolute;
	left: -40px;
	top: -60px;
	width: 88.952px;
	height: 65.353px;
}

.deco__about-garland--right {
	position: absolute;
	right: -20px;
	top: -60px;
	width: 88.952px;
	height: 65.353px;
}

.deco__about-ocean {
	visibility: hidden;
	height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.deco__about-ocean {
		visibility: visible;
		position: absolute;
		left: -50px;
		top: 26px;
		width: 280px;
		height: auto;
	}
}
@media screen and (min-width: 1280px) {
	.deco__about-ocean {
		visibility: visible;
		position: absolute;
		left: -239px;
		top: 26px;
		width: 350px;
		height: 456px;
	}
}

.deco__about-flower {
	visibility: hidden;
	height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.deco__about-flower {
		visibility: visible;
		position: absolute;
		left: -50px;
		bottom: 20px;
		width: 280px;
		height: auto;
	}
}
@media screen and (min-width: 1280px) {
	.deco__about-flower {
		visibility: visible;
		position: absolute;
		left: -217px;
		bottom: -139px;
		width: 350px;
		height: 456px;
	}
}

.deco__about-company {
	visibility: hidden;
	height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.deco__about-company {
		visibility: visible;
		position: absolute;
		right: -145px;
		top: 0;
		width: 350px;
		height: auto;
	}
}
@media screen and (min-width: 1280px) {
	.deco__about-company {
		visibility: visible;
		position: absolute;
		right: -283px;
		top: 0;
		width: 444px;
		height: 740px;
	}
}

.heading__about {
	line-height: 1.4;
	letter-spacing: 0.56px;
	text-align: center;
}
.heading__about::before {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.heading__about {
		font-size: 30px;
	}
}
@media screen and (min-width: 1280px) {
	.heading__about {
		font-size: 40px;
	}
}

.about__title {
	font-size: 20px;
	font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.about__title {
		font-size: 22px;
	}
}

.about__text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.about__text {
		line-height: 1.8;
	}
}
@media screen and (min-width: 1280px) {
	.about__text {
		line-height: 1.8;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.about__image {
		visibility: hidden;
	}
}
@media screen and (min-width: 1280px) {
	.about__image {
		visibility: hidden;
	}
}

.service {
	width: 100%;
}

.service__inner {
	width: calc(100% - 40px);
	margin-inline: auto;
	overflow: hidden;
	padding-bottom: 100px;
}
@media screen and (min-width: 1280px) {
	.service__inner {
		max-width: 1280px;
	}
}

.service-card {
	display: grid;
	grid-template-areas: "title" "img" "text" "btn";
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.service-card__image {
	grid-area: img;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.service-card__image img {
	width: auto;
	max-height: 300px;
}

.service-card__title {
	grid-area: title;
}

.service-card__text {
	grid-area: text;
}

.service-card__body {
	margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.service-card__body {
		margin-top: 18px;
	}
}

.service-card__title {
	color: #777777;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.service-card__title {
		font-size: 22px;
	}
}
@media screen and (min-width: 1280px) {
	.service-card__title {
		font-size: 24px;
	}
}

.service-card__description {
	font-size: 14px;
	margin-top: 10px;
}

.service-card__button {
	grid-area: btn;
	text-align: center;
	margin-top: 12px;
}

.button__service {
	width: 200px;
	max-width: 280px;
	height: 58px;
	font-size: 14px;
	padding: 12px 12px 12px 8px;
	gap: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.button__service {
		min-width: 280px;
		height: 72px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px) {
	.button__service {
		min-width: 280px;
		height: 72px;
		font-size: 16px;
	}
}

/* ================================
   CSS
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
	position: relative;
	overflow: visible;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-navigation {
	position: absolute;
	top: -45px;
	width: 112px;
	height: 36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.swiper-navigation {
		top: 50%;
		right: auto;
		width: 100%;
	}
}
@media screen and (min-width: 1280px) {
	.swiper-navigation {
		top: 50%;
		right: auto;
		width: 1280px;
	}
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
}
.swiper-button-prev img,
.swiper-button-next img {
	width: 100%;
	height: 100%;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -56px;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #bfc9bd;
	margin-inline: 9px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #a0896a;
}

.swiper-slide {
	width: auto;
}

.card__swiper {
	overflow: visible;
}
@media screen and (min-width: 1280px) {
	.card__swiper {
		max-width: 1280px;
	}
}

.card__swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 72px;
}

.business {
	width: 100%; /* 必要に応じて幅を100%に設定 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	background: url("../img/bg_business.png") no-repeat center center/cover;
}

.business__inner {
	display: grid;
	grid-template-areas: "heading" "img" "title" "text" "btn";
	max-width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.business__inner {
		grid-template-columns: 360px auto;
		gap: 6px 24px;
		grid-template-areas: "heading heading" "img title" "img text" "btn btn";
	}
}
@media screen and (min-width: 1280px) {
	.business__inner {
		max-width: 1120px;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: 392px auto;
		gap: 0 24px;
		grid-template-areas: "heading heading" "img title" "img text" "btn btn";
	}
}

.business__image {
	grid-area: img;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.business__image img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.business__image {
		width: 100%;
		max-width: 360px;
	}
}
@media screen and (min-width: 1280px) {
	.business__image {
		width: 100%;
		max-width: 392px;
	}
}

.business__heading {
	grid-area: heading;
}

.business__head {
	grid-area: title;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
	align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.business__head {
		text-align: left;
		font-size: 22px;
	}
}
@media screen and (min-width: 1280px) {
	.business__head {
		text-align: left;
		font-size: 22px;
	}
}

.business__text {
	grid-area: text;
	font-size: 14px;
	margin-top: 22px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.business__text {
		margin-top: 2px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px) {
	.business__text {
		margin-top: 2px;
		font-size: 16px;
		margin-top: 0;
	}
}

.business__button {
	grid-area: btn;
	text-align: center;
	margin-top: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.business__button {
		margin-top: 44px;
	}
}

.content__wrapper {
	position: relative;
	height: 281px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.content__wrapper {
		height: 360px;
	}
}
@media screen and (min-width: 1280px) {
	.content__wrapper {
		height: 430px;
	}
}

.content__head {
	position: relative;
	top: 115px;
	right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.content__head {
		top: 132px;
	}
}
@media screen and (min-width: 1280px) {
	.content__head {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		top: 144px;
	}
}

.fv__subtitle {
	color: #a0896a;
}

.contents__fv-image {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.contents__fv-image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.main__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0;
	gap: 24px;
	padding-bottom: 60px;
}

@media screen and (min-width: 1280px) {
	.contents__company {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.contents__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
	.contents__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 40px;
	}
}

.contents__top--image {
	width: 100%;
}
.contents__top--image img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 1280px) {
	.contents__top--image {
		width: 392px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.voice {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.voice {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.voice {
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}

.voice__text {
	font-size: 18px;
	color: #a0896a;
}

.card {
	display: grid;
	grid-template-areas: "title" "img" "text" "btn";
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 40px;
	margin-top: 20px;
}
@media screen and (min-width: 1280px) {
	.card.card--reverse {
		grid-template-columns: auto 392px;
		grid-template-areas: "title img" "text img" "btn img";
	}
}
@media screen and (min-width: 1280px) {
	.card {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 60px;
		grid-template-columns: 392px auto;
		gap: 0 40px;
		grid-template-areas: "img title" "img text" "img btn";
	}
}

.card-service {
	position: relative;
	display: grid;
	grid-template-areas: "img" "title" "text" "btn";
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding-bottom: 40px;
}
.card-service .card__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.card-service .card__image img {
	width: 100%;
	height: auto;
	margin-inline: auto;
}
.card-service .card__image--small img {
	max-width: 300px;
}
.card-service .card__title {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.card-service .card__text {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.card-service .card__btn {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
@media screen and (min-width: 1280px) {
	.card-service {
		grid-template-areas: "img title" "img text" "img btn";
		grid-template-columns: 392px auto;
		gap: 0 40px;
	}
	.card-service .card__image {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.card-service .card__title,
	.card-service .card__text,
	.card-service .card__btn {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}

.card__image {
	grid-area: img;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.card__image img {
	width: 100%;
	height: auto;
	display: block;
}

.card__title {
	grid-area: title;
	font-weight: 500;
	line-height: 1.3;
}

.card__text {
	grid-area: text;
}
@media screen and (min-width: 1280px) {
	.card__text {
		margin-top: 20px;
	}
}

.decoration__careplan {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
}
@media screen and (min-width: 1280px) {
	.decoration__careplan {
		display: block;
	}
}

.decoration__haishoku {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: auto;
}
@media screen and (min-width: 1280px) {
	.decoration__haishoku {
		display: block;
	}
}

.card__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
}

.card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.card__list::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #bfc9bd;
	border-radius: 50%;
}

.card__button {
	grid-area: btn;
	text-align: center;
	margin-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.card__button {
		margin-top: 44px;
	}
}
@media screen and (min-width: 1280px) {
	.card__button {
		margin-top: 44px;
	}
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card__gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
@media screen and (min-width: 1280px) {
	.card__gallery {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}
.card__gallery-item {
	width: 100%;
	justify-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.card__gallery-item {
		width: 100%;
	}
}
@media screen and (min-width: 1280px) {
	.card__gallery-item {
		width: 100%;
	}
}
.card__gallery-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.card__gallery-caption {
	margin-top: 12px;
	font-size: 16px;
	color: #333;
}

.hoiku-guide {
	margin-top: 32px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 16px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid #f0e7d8;
	box-shadow: 0 8px 24px rgba(160, 137, 106, 0.08);
}
@media screen and (min-width: 768px) {
	.hoiku-guide {
		margin-top: 40px;
		padding: 40px 32px;
	}
}
@media screen and (min-width: 1280px) {
	.hoiku-guide {
		padding: 48px 80px;
	}
}

.hoiku-guide__inner {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hoiku-guide__title {
	justify-content: center !important;
}
@media screen and (max-width: 767px) {
	.hoiku-guide__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.hoiku-guide__title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.hoiku-guide__title-icon {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.hoiku-guide__title-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.hoiku-guide__text {
	margin-top: 20px;
}

.hoiku-guide__links {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hoiku-guide__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hoiku-guide__link {
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
@media screen and (max-width: 767px) {
	.hoiku-guide__link {
		font-size: 16px;
	}
}

.hoiku-guide__pdf {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 6px;
	background: #f15c59;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.hoiku-guide__button {
	margin-top: 28px;
	text-align: center;
}

.card-greeting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 1280px) {
	.card-greeting {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 60px;
	}
}

.card-greeting__image {
	max-width: 300px;
}
@media screen and (min-width: 1280px) {
	.card-greeting__image {
		width: 320px;
	}
}

.card-greeting__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.2px;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 1280px) {
	.card-greeting__text {
		text-align: center;
	}
}

.profile__inner {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 1280px) {
	.profile__inner {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.profile__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.profile__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.profile__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
@media screen and (min-width: 1280px) {
	.profile__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 12px;
	}
}

.profile__term {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 117px;
	background-color: #bfc9bd;
	padding-block: 4px;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.profile__map {
	margin-top: 40px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 1280px) {
	.profile__map {
		margin-top: 0;
		max-width: 700px;
	}
}

.map__image {
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
}
.map__image iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 700/472;
}

.map__caption {
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}

.faq {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.faq__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.faq__question {
	font-size: 18px;
	font-weight: 500;
	color: #55a55c;
}

.policy {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.policy {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1280px) {
	.policy {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

.policy__list > .heading__section::before {
	content: none;
}

.policy__text {
	margin-top: 12px;
	line-height: 1.8;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact__inner {
		max-width: 640px;
		padding-inline: 40px;
		margin-inline: auto;
		resize: vertical;
	}
}
@media screen and (min-width: 1280px) {
	.contact__inner {
		max-width: 780px;
		padding-inline: 40px;
		margin-inline: auto;
		resize: vertical;
	}
}

.contact__button {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	color: #a0896a;
}
.contact__button span:hover {
	text-decoration: underline;
}

.contact__head {
	color: #bfc9bd;
}

.contact__text {
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact__text {
		text-align: center;
	}
}
@media screen and (min-width: 1280px) {
	.contact__text {
		text-align: center;
	}
}
.contact__text .is-required {
	color: #e7728e;
}

.contact__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.contact__text--tel {
	font-size: 24px;
	color: #a0896a;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact__text--tel {
		font-size: 30px;
	}
}
@media screen and (min-width: 1280px) {
	.contact__text--tel {
		font-size: 40px;
	}
}

.contact__items {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact__items {
		margin-top: 19px;
	}
}

.contact__footer {
	margin-top: 30px;
}

.contact__privacy {
	text-align: center;
}

.contact__submit {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.submit-button-wrapper {
	position: relative;
	display: inline-block;
}
.submit-button-wrapper .button-icon {
	position: absolute;
	left: 28px;
	top: 41px;
	-webkit-transform: rotate(15deg);
	transform: rotate(90deg);
	width: 40px;
	height: 40px;
	background: url(../img/kamome.gif) no-repeat center/contain;
	pointer-events: none;
	z-index: 1;
}
.submit-button-wrapper .wpcf7-submit.button {
	padding-left: 60px;
	position: relative;
}
@media screen and (min-width: 1280px) {
	.submit-button-wrapper .wpcf7-submit.button {
		min-width: 300px;
		padding-left: 40px;
	}
}

.contact__goback {
	text-align: center;
}

.goback {
	display: inline-block;
	background: transparent;
	border: none;
	color: #bfc9bd;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 20px;
}

.contact-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact-control {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
	}
}

.contact-control__head {
	padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact-control__head {
		width: 220px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contact-control__input {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.contact-control__radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-label__required {
	color: #fff;
	background-color: #f47777;
	border-radius: 20px;
	font-size: 14px;
	width: 62px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.form-label__required {
		font-size: 12px;
	}
}

/* ✅ ラジオボタン本体は非表示 */
.wpcf7-list-item input[type="radio"] {
	display: none;
}

/* ✅ ラジオボタン用ラベル */
.wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	line-height: 22px;
}
.wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #777;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 10px;
	height: 10px;
	background: #f47777;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/* ✅ チェックされた時に表示 */
.wpcf7-list-item input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}

/* .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	line-height: 22px;

	&::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 22px;
		height: 22px;
		background: #fff;
		border: 1px solid #777;
		border-radius: 50%; // ← チェックボックス→ラジオボタンっぽく変更
		box-sizing: border-box;
	}

	&::after {
		content: "";
		position: absolute;
		left: 6px;
		top: 6px;
		width: 10px;
		height: 10px;
		background: #000;
		border-radius: 50%;
		opacity: 0;
		transition: opacity 0.2s;
	}
} */
.wpcf7-list-item input[type="checkbox"] ~ .wpcf7-list-item-label::before {
	border-radius: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	height: 68px;
	border: 1px solid #777;
	font-size: 16px;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	outline: #bfc9bd auto 1px;
}

.wpcf7-list-item {
	display: block;
	line-height: 1;
}

.wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	line-height: 22px;
}

/* ✅ チェックボックス専用に変更 */
.wpcf7-list-item input[type="checkbox"] {
	display: none;
}

/* ✅ チェックボックス専用のラベル装飾 */
.wpcf7-list-item input[type="checkbox"] ~ .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	line-height: 22px;
}

.wpcf7-list-item input[type="checkbox"] ~ .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #777;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 1.3px;
	top: 4px;
	width: 19.4px;
	height: 14.6px;
	background: url(../img/icon_check.svg) no-repeat center center/contain;
	opacity: 1;
}

.wpcf7-spinner {
	display: none;
}

textarea {
	font-family: "M PLUS Rounded 1c", sans-serif;
	width: 100%;
	height: 200px;
	background: #fff;
	color: #333;
	border-radius: 10px;
	resize: vertical;
	font-size: 16px;
	padding: 12px 16px;
}
textarea:focus {
	outline: #bfc9bd auto 1px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	textarea {
		padding: 16px 16px 16px 16px;
		height: 240px;
	}
}

.form-text {
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 10px;
	padding: 8px;
}
.form-text:focus {
	outline: #f47777 auto 1px;
	-webkit-box-shadow: 5px 6px 16px 0px #f47777 96, 96, 96, 0.32;
	box-shadow: 5px 6px 16px 0px #f47777 96, 96, 96, 0.32;
}

.form-radio {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding-left: 16px;
	padding-top: 8px;
}
.form-radio:hover .from-radio__text::before {
	border-color: #777777;
}

.form-textarea {
	width: 100%;
	height: 122px;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 10px;
	resize: vertical;
	padding: 8px;
}
.form-textarea:focus {
	outline: #f47777 auto 1px;
	-webkit-box-shadow: 5px 6px 16px 0px #f47777 96, 96, 96, 0.32;
	box-shadow: 5px 6px 16px 0px #f47777 96, 96, 96, 0.32;
}

.form-checkbox input[type="checkbox"] {
	display: none;
}

.policy__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.policy__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.policy__title {
	font-family: "Zen Maru Gothic", serif;
	color: #c08a45;
	letter-spacing: 1.1px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.policy__title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px) {
	.policy__title {
		font-size: 28px;
	}
}

.footer {
	position: relative;
	padding: 60px 20px 29px 20px;
	background: url("../img/sp/bg_footer.png") no-repeat center bottom;
	background-size: 100% 78px;
	margin-bottom: 66px;
	bottom: 16px;
	z-index: 100;
}
@media screen and (min-width: 1280px) {
	.footer {
		background: url("../img/bg_footer.png") no-repeat center bottom;
		background-size: 100% 78px;
		margin-bottom: 0;
		bottom: 0;
		padding: 140px 20px 29px 20px;
	}
}

.footer__inner {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
@media screen and (min-width: 1280px) {
	.footer__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}
}

.footer__information-tel {
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 1280px) {
	.footer__information-tel {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}

.footer__information-tel-heading {
	background-color: #fff;
	font-size: 14px;
	border: 2px solid #a0896a;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 6px;
	padding: 8px 20px;
}

.footer__information-tel-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 8px;
}
@media screen and (min-width: 1280px) {
	.footer__information-tel-list {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 0;
	}
}

.footer__information-tell-number {
	font-size: 20px;
	font-weight: 500;
	color: #a0896a;
}

.footer__information-fax {
	font-size: 16px;
	font-weight: 500;
}

.footer__sns-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
@media screen and (min-width: 1280px) {
	.footer__sns-items {
		margin-top: 16px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.footer__sns-item {
	width: 46px;
	height: 46px;
}
.footer__sns-item:hover {
	opacity: 0.6;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.footer__sns-item {
		width: 56px;
		height: 56px;
	}
}
@media screen and (min-width: 1280px) {
	.footer__sns-item {
		width: 64px;
		height: 64px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.footer__sns-link {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.footer__sns-link:hover {
		opacity: 0.6;
	}
}

.footer__info--right {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
}
@media screen and (min-width: 1280px) {
	.footer__info--right {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.footer__menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
@media screen and (min-width: 1280px) {
	.footer__menu-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 60px;
	}
}

.footer__menu-item {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
}

.footer__menu-link:hover {
	color: #c08a45;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.footer__menu-link {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
}

.footer__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
@media screen and (min-width: 1280px) {
	.footer__cta {
		width: 300px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

.footer__cta-tel {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #e7efe6;
	padding: 10px 16px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 1280px) {
	.footer__cta-tel {
		background-color: #fff;
		border: 2px solid #a0896a;
		border-radius: 30px;
		width: 100%;
	}
	.footer__cta-tel:hover {
		background-color: #e7efe6;
	}
}

.footer__cta-mail {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fffb95;
	padding: 10px 16px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 1280px) {
	.footer__cta-mail {
		background-color: #fff;
		border: 2px solid #a0896a;
		border-radius: 30px;
		width: 100%;
	}
	.footer__cta-mail:hover {
		background-color: #fffb95;
	}
}

.footer__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	background: url("../img/icon_ten.png") no-repeat center top/contain;
	background-size: 46px 31px;
}

.cta-tel--text {
	margin-top: 36px;
	font-size: 14px;
	color: #a0896a;
	line-height: 1.3;
}
.footer-mail {
	margin-top: 36px;
	text-align: center;
	font-size: 14px;
	color: #a0896a;
	line-height: 1.3;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 100px;
}

.footer__bottom-logo a img {
	width: 93px;
	display: block;
	margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.footer__bottom-logo a img {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.footer__bottom-logo a img:hover {
		opacity: 0.6;
	}
}
@media screen and (min-width: 1280px) {
	.footer__bottom-logo a img {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.footer__bottom-logo a img:hover {
		opacity: 0.6;
	}
}

.footer__bottom-information {
	text-align: center;
	color: #777777;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__bottom-information-name {
	font-size: 20px;
	font-weight: 500;
}

.footer__copyright {
	font-size: 12px;
	margin-top: 24px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.footer__copyright {
		margin-top: 28px;
	}
}
.footer__copyright small {
	color: #888;
	font-size: inherit;
}

.footer__links {
	width: 137px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 24px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.footer__link img {
	width: 21px;
	height: 21px;
}

.footer__copy {
	color: #888;
	font-size: 12px;
}

.totop {
	position: fixed;
	right: 20px;
	bottom: 110px;
	width: 70px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
}

.totop.is-active {
	opacity: 1;
	visibility: visible;
}
