body {
	color: #17162F;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

html {
	scroll-padding-top: 100px;
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-sub {
	margin-top: 5.5rem;
}

.l-about {
	margin-top: 5rem;
}

.l-footer {
	margin-top: 15rem;
}

.l-gallery {
	margin-top: 15.3125rem;
}

.l-guide {
	margin-top: 20rem;
}

.l-news {
	margin-top: 11.25rem;
}

.about {
	position: relative;
}

.about::before {
	background-image: url(../images/top/balloon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 26.9375rem;
	left: calc(50% - min(49vw, 43.75rem));
	position: absolute;
	top: -26.875rem;
	width: 13.125rem;
	z-index: 10;
}

.about__inner.inner {
	max-width: 45rem;
}

.about__content {
	padding: 0 0.9375rem;
	position: relative;
	text-align: center;
}

.about__content::before,
.about__content::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.about__content::before {
	aspect-ratio: 1;
	background-image: url(../images/top/about-bird.svg);
	right: calc(50% - min(48vw, 24.5625rem));
	top: -3rem;
	transform: rotate(23deg);
	width: 5.375rem;
}

.about__content::after {
	aspect-ratio: 1;
	background-image: url(../images/top/about-tree.svg);
	bottom: 0rem;
	left: calc(50% - min(65vw, 31.25rem));
	width: 10.375rem;
}

.about__content-text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 4.5rem;
}

.about__content-text + .about__content-text {
	margin-top: 1em;
}

.about__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.about__links {
	display: flex;
	gap: 1.5rem;
	margin-top: 7.875rem;
}

.about__link a {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	justify-content: end;
	opacity: 1;
	transition: opacity 0.3s;
}

.about__link a:hover {
	opacity: 0.8;
}

.about__link a span {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	gap: 1rem;
}

.about__link a span::after {
	border-right: 0.125rem solid #17162F;
	border-top: 0.125rem solid #17162F;
	content: "";
	height: 0.625rem;
	transform: rotate(45deg);
	width: 0.625rem;
}

.announce p {
	border: 0.125rem solid currentColor;
	color: #6DB887;
	font-size: 0.8125rem;
	margin: auto;
	padding: 0.5rem 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.archive-card {
	grid-row-gap: 0;
	border: #E5E5E5 0.1875rem solid;
	border-radius: 1.875rem;
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	opacity: 1;
	overflow: hidden;
	row-gap: 0;
	transition: opacity 0.3s;
}

.archive-card:hover {
	opacity: 0.7;
}

.archive-card__img {
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.3s;
}

.archive-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/233;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.archive-card:hover .archive-card__img img {
	transform: scale(1.05);
	transition: transform 0.3s;
}

.archive-card__body {
	display: contents;
}

.archive-card__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.archive-card__day {
	font-size: 0.75rem;
}

.archive-card__cat {
	align-items: center;
	border-radius: 100vh;
	display: flex;
	font-size: 0.8125rem;
	justify-content: center;
	padding: 0.375rem;
	position: relative;
	width: 7.5rem;
}

.archive-card__cat::before {
	border-radius: 100vh;
	content: "";
	height: 1rem;
	left: 0.5rem;
	position: absolute;
	width: 1rem;
}

.archive-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.375rem;
	margin-top: 1rem;
	overflow: hidden;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.archive-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 1rem;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	overflow: hidden;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.archive__cat {
	grid-gap: 1rem 1.5rem;
	display: grid;
	gap: 1rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.archive__item {
	width: 11.25rem;
}

.archive__item a {
	align-items: center;
	background-color: rgba(244, 229, 96, 0.3);
	border: transparent 0.125rem solid;
	border-radius: 100vh;
	display: flex;
	justify-content: center;
	padding: 0.375rem;
	position: relative;
	width: 100%;
}

.archive__item a::before {
	background-color: #f4e560;
	border-radius: 100vh;
	content: "";
	height: 1.25rem;
	left: 0.75rem;
	position: absolute;
	width: 1.25rem;
}

.archive__item a:hover,
.archive__item a.active {
	background-color: #fff;
	border: 0.125rem #f4e560 solid;
}

.archive__list {
	grid-gap: 4rem 1.5rem;
	display: grid;
	gap: 4rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.bubble-title {
	background-color: #FFF6BD;
	border-radius: 100vh;
	display: inline-block;
	font-size: 1.5rem;
	max-width: 23.5rem;
	padding: 1.5rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.bubble-title.statue__title {
	background-color: #E0EFF5;
}

.bubble-title::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: inherit;
	bottom: -1.5625rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
}

.building {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	padding: 8.5rem 0;
}

.building__title h2 {
	font-size: 1.5rem;
	text-align: center;
}

.building__content-wrap {
	background-color: #fff;
	border-radius: 3.125rem;
	position: relative;
}

.building__content-title {
	background-color: #EF9C9C;
	border-radius: 1.25rem;
	color: #fff;
	left: 5rem;
	padding: 1rem 2rem;
	position: absolute;
	transform: translateY(-50%);
}

.building__content-wrap:nth-of-type(2) .building__content-title {
	background-color: #9CBDEF;
}

.building__content-title::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: inherit;
	bottom: -0.9375rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	display: inline-block;
	height: 1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.building__content {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
	padding: 6.25rem 0;
	width: -moz-fit-content;
	width: fit-content;
}

.building__item {
	max-width: 12.5rem;
}

.building__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

.building__item-title {
	font-size: 1rem;
	margin-top: 1rem;
	text-align: center;
}

.building__item-text {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	text-align: center;
}

.button {
	background-color: #6DB887;
	border-radius: 100vh;
	color: #fff;
	display: block;
	font-size: 1rem;
	opacity: 1;
	padding: 0.75rem 1rem;
	text-align: center;
	transition: opacity 0.3s;
	width: 17.375rem;
}

.button:hover {
	opacity: 0.8;
}

.circle-card {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.circle-card__img {
	width: 17.6875rem;
}

.circle-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.circle-card__body {
	flex: 1;
}

.circle-card__title p {
	font-size: 1rem;
}

.circle-card__title h3 {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	justify-content: start;
}

.circle-card__title.circle-card__title--sm h3 {
	font-size: 1.125rem;
}

.circle-card__title h3::after {
	background-color: #17162F;
	content: "";
	height: 0.125rem;
	margin-top: 0.5rem;
	width: 3rem;
}

.circle-card__title.circle-card__title--sm h3::after {
	display: none;
}

.circle-card__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.circle-cards {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.contact-card {
	border-radius: 1.875rem;
	position: relative;
}

.contact-card::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
}

.contact-card:nth-child(1) {
	background-color: #EEF3E8;
}

.contact-card:nth-child(1)::before {
	aspect-ratio: 140/90;
	background-image: url(../images/contact/contact01.svg);
	top: -5.625rem;
	width: 8.75rem;
}

.contact-card:nth-child(2) {
	background-color: #E0EFF5;
}

.contact-card:nth-child(2)::before {
	aspect-ratio: 1;
	background-image: url(../images/contact/contact02.svg);
	right: 1.5rem;
	top: -2.8125rem;
	width: 2.8125rem;
}

.contact-card__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 2.5rem 1rem;
}

.contact-card__tag {
	background-color: #fff;
	border: #6DB887 0.125rem solid;
	border-radius: 100vh;
	display: inline-block;
	font-size: 1.125rem;
	padding: 0.25rem 0.5rem;
}

.contact-card:nth-child(2) .contact-card__tag {
	border-color: #38B7ED;
}

.contact-card__text {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.contact-card:nth-child(1) .contact-card__text {
	margin-top: 2.5rem;
}

.contact-card:nth-child(2) .contact-card__text {
	margin-top: 2.5rem;
}

.contact-card__button {
	align-items: center;
	background-color: #4cc764;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	font-size: 1.625rem;
	gap: 1rem;
	justify-content: center;
	margin-top: 0.75rem;
	max-width: 21.875rem;
	opacity: 1;
	padding: 1rem 1.5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.contact-card__button:hover {
	opacity: 0.8;
}

.contact-card:nth-child(2) .contact-card__button {
	background-color: #38B7ED;
}

.contact-card:nth-child(1) .contact-card__button::before,
.contact-card:nth-child(2) .contact-card__button::before {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
}

.contact-card:nth-child(1) .contact-card__button::before {
	background-image: url(../images/common/line-icon.png);
	width: 2.1875rem;
}

.contact-card:nth-child(2) .contact-card__button::before {
	background-image: url(../images/common/tel-icon.svg);
	width: 1.9375rem;
}

.contact-card__text-sm {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.cta-button {
	align-items: center;
	background-color: #38B7ED;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 21.875rem;
	opacity: 1;
	padding: 1.375rem 3rem;
	transition: opacity 0.3s;
	width: 100%;
}

.cta-button:hover {
	opacity: 0.8;
}

.cta-button::before {
	aspect-ratio: 35/27;
	background-image: url(../images/common/mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 2.1875rem;
}

.cta {
	background-color: #fff;
	border-radius: 2.5rem;
	position: relative;
}

.cta::before,
.cta::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.cta::before {
	aspect-ratio: 1;
	background-image: url(../images/common/cta-left.svg);
	bottom: 0;
	left: calc(50% - min(48vw, 27.9375rem));
	width: 12.875rem;
}

.cta::after {
	aspect-ratio: 176/262;
	background-image: url(../images/common/cta-right.svg);
	right: calc(50% - min(48vw, 26.5rem));
	top: -1.25rem;
	width: 11rem;
}

.cta__inner {
	padding: 2.5rem;
}

.cta__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.25rem;
	width: 100%;
}

.cta__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 26.25rem;
	width: 100%;
}

.cta__cta-text {
	margin-top: 3.5rem;
	text-align: center;
}

.drawer {
	background-color: white;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 500;
}

.drawer__inner.inner {
	height: 100%;
	width: 100%;
}

.drawer__nav {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5rem 0;
	width: -moz-fit-content;
	width: fit-content;
}

.drawer__nav-item {
	width: 100%;
}

.drawer__nav-item a {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	gap: 0.5rem;
	width: 100%;
}

.drawer__nav-item a::before {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 3.125rem;
}

.drawer__nav-item:nth-child(1) a::before {
	background-image: url(../images/common/nav-icon01.webp);
}

.drawer__nav-item:nth-child(2) a::before {
	background-image: url(../images/common/nav-icon02.webp);
}

.drawer__nav-item:nth-child(3) a::before {
	background-image: url(../images/common/nav-icon03.webp);
}

.drawer__nav-item:nth-child(4) a::before {
	background-image: url(../images/common/nav-icon04.webp);
}

.drawer__nav-item:nth-child(5) a::before {
	background-image: url(../images/common/nav-icon05.webp);
}

.drawer__nav-item:nth-child(6) a::before {
	background-image: url(../images/common/nav-icon06.webp);
}

.drawer__recruit {
	margin-top: 2.5rem;
}

.event-card__content {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	margin-top: 1.5rem;
}

.event-card:nth-child(2n) .event-card__content {
	flex-direction: row;
}

.event-card__img {
	width: 12.5rem;
}

.event-card__img img {
	-o-object-fit: contain;
	aspect-ratio: 4/3;
	object-fit: contain;
	width: 100%;
}

.event-card__body {
	width: -moz-fit-content;
	width: fit-content;
}

.event-card__title {
	display: flex;
	flex-direction: column;
}

.event-card__title h3 {
	font-size: 1.25rem;
	padding-left: 1rem;
}

.event-card__title.event-card__title--spring h3 {
	background: linear-gradient(transparent 50%, #FFE4EC 50%);
}

.event-card__title.event-card__title--summer h3 {
	background: linear-gradient(transparent 50%, #EBF7EA 50%);
}

.event-card__title.event-card__title--autumn h3 {
	background: linear-gradient(transparent 50%, #FFECC7 50%);
}

.event-card__title.event-card__title--winter h3 {
	background: linear-gradient(transparent 50%, #DCF4FC 50%);
}

.event-card__title p {
	padding-left: 1rem;
}

.event-card__title.event-card__title--spring p {
	color: #F092AE;
}

.event-card__title.event-card__title--summer p {
	color: #6DB887;
}

.event-card__title.event-card__title--autumn p {
	color: #FBCE55;
}

.event-card__title.event-card__title--winter p {
	color: #9CBDEF;
}

.event-card__item {
	display: flex;
}

.event-card__item:not(:first-child) {
	margin-top: 1rem;
}

.event-card__month {
	text-align: center;
	width: 3.75rem;
}

.event-card__event {
	flex: 1;
	margin-left: 1.5rem;
}

.event__inner.inner {
	max-width: 46.25rem;
}

.event__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	gap: 1.5rem;
	justify-content: center;
	text-indent: -1rem;
}

.event__title::before {
	aspect-ratio: 1;
	background-image: url(../images/living/event-ttl.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 3.125rem;
}

.event__text {
	margin-top: 1.5rem;
	text-align: center;
}

.event__content {
	margin-top: 5rem;
}

.event__content-item:not(:first-child) {
	margin-top: 4rem;
}

.faq {
	position: relative;
}

.faq::before,
.faq::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.faq::before {
	aspect-ratio: 72/176;
	background-image: url(../images/faq/balloon02.png);
	left: calc(50% - min(48vw, 37.5rem));
	top: 70%;
	width: 4.5rem;
}

.faq::after {
	aspect-ratio: 194/199;
	background-image: url(../images/faq/balloon.png);
	right: calc(50% - min(49vw, 37.5rem));
	top: 40%;
	width: 9.375rem;
}

.faq__item {
	border: #EEF3E8 0.125rem solid;
	border-radius: 1.25rem;
	position: relative;
}

.faq__item:not(:first-child) {
	margin-top: 4rem;
}

.faq__item:nth-child(2n)::before {
	aspect-ratio: 103/84;
	background-image: url(../images/faq/item01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -1.5rem;
	top: -1.875rem;
	width: 5rem;
	z-index: 5;
}

.faq__item:nth-child(4n)::before {
	aspect-ratio: 90/77;
	background-image: url(../images/faq/item02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -1rem;
	top: -1.875rem;
	width: 5.625rem;
	z-index: 5;
}

.faq__q {
	background-color: #EEF3E8;
	border-radius: 1.25rem 1.25rem 0 0;
	cursor: pointer;
	padding: 1rem 3.5rem;
	position: relative;
	transition: border-radius 0.3s;
}

.faq__q.is-open {
	border-radius: 1.25rem;
	transition: border-radius 0.3s;
}

.faq__q::before,
.faq__q::after {
	background-color: #17162F;
	content: "";
	height: 0.125rem;
	position: absolute;
	top: 50%;
	transition: transform 0.5s;
	width: 1.25rem;
}

.faq__q::before {
	left: 1rem;
	transform: translateY(-50%);
}

.faq__q::after {
	left: 0.9375rem;
	transform: rotate(0deg) translateY(-50%);
}

.faq__q.is-open::before {
	left: 1rem;
	transform: translateY(-50%) rotate(-180deg);
}

.faq__q.is-open::after {
	left: 1rem;
	transform: rotate(270deg) translateY(-50%);
}

.faq__a {
	display: none;
	line-height: 1.75;
	padding: 0 3.5rem 1rem;
	white-space: pre-line;
}

.footer-info {
	-moz-column-gap: 5rem;
	align-items: end;
	column-gap: 5rem;
	display: flex;
	justify-content: space-around;
	row-gap: 2.25rem;
}

.footer-info__content {
	width: -moz-fit-content;
	width: fit-content;
}

.footer-info__logo {
	aspect-ratio: 1;
	width: 5rem;
}

.footer-info__logo img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.footer-info__name {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.footer-info__address {
	margin-top: 0.5rem;
}

.footer-info__text {
	font-size: 1rem;
	font-size: 0.8125rem;
}

.footer-info__map {
	flex: 1;
}

.footer-info__map iframe {
	aspect-ratio: 450/250;
	height: 15.625rem;
	width: 28.125rem;
}

.footer {
	background-color: #E0EFF5;
	overflow-x: clip;
	position: relative;
}

.footer::before {
	background-image: url(../images/common/footer.svg);
	background-position: center top;
	background-repeat: repeat-x;
	content: "";
	height: 8.75rem;
	position: absolute;
	top: -8.75rem;
	width: 100%;
}

.footer::after {
	background-image: url(../images/common/footer-bg.webp);
	background-position: center top;
	background-size: cover;
	content: "";
	height: 21.25rem;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__cta {
	margin: 12rem auto 0;
	max-width: 43.75rem;
	position: relative;
	top: 12rem;
	width: 90%;
	z-index: 5;
}

.footer__contents {
	padding-top: 20rem;
}

.footer__contents.footer__contents--contact {
	padding-top: 25rem;
}

.footer__inner.inner {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__info {
	width: -moz-fit-content;
	width: fit-content;
}

.footer__info:nth-child(2) {
	margin-top: 4rem;
}

.footer__content {
	-moz-column-gap: 7.5rem;
	align-items: end;
	column-gap: 7.5rem;
	display: flex;
	margin-top: 6rem;
	row-gap: 5rem;
}

.footer__group-title {
	font-size: 1.25rem;
}

.footer__group-wrap {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;
}

.footer__nav-wrap {
	display: flex;
	gap: 1.5rem;
	margin-left: auto;
}

.footer__nav-item:not(:first-child) {
	margin-top: 0.5rem;
}

.footer__copy {
	background-color: #fff;
	display: block;
	margin-top: 2.5rem;
	padding: 0.5rem;
	text-align: center;
}

.gallery-slide {
	grid-row-gap: 1.875rem;
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1.875rem;
}

.gallery-slide__item {
	aspect-ratio: 337/292;
}

.gallery-slide__item img {
	-o-object-fit: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	height: 100%;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	object-fit: cover;
	width: 100%;
}

.gallery-slide__item:nth-child(1) img {
	-webkit-mask-image: url("../images/common/mask01.svg");
	mask-image: url("../images/common/mask01.svg");
}

.gallery-slide__item:nth-child(2) img {
	-webkit-mask-image: url("../images/common/mask02.svg");
	mask-image: url("../images/common/mask02.svg");
}

.gallery-slide__item:nth-child(3) img {
	-webkit-mask-image: url("../images/common/mask03.svg");
	mask-image: url("../images/common/mask03.svg");
}

.gallery-slide__item:nth-child(4) img {
	-webkit-mask-image: url("../images/common/mask04.svg");
	mask-image: url("../images/common/mask04.svg");
}

.gallery-slide__item:nth-child(5) img {
	-webkit-mask-image: url("../images/common/mask05.svg");
	mask-image: url("../images/common/mask05.svg");
}

.gallery-slide__item:nth-child(6) img {
	-webkit-mask-image: url("../images/common/mask06.svg");
	mask-image: url("../images/common/mask06.svg");
}

.gallery__inner {
	position: relative;
	text-align: center;
}

.gallery__inner::before,
.gallery__inner::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.gallery__inner::before {
	background-image: url(../images/top/gallery-right.svg);
	height: 7.75rem;
	right: calc(50% - min(48vw, 46.875rem));
	top: 50%;
	width: 15.875rem;
}

.gallery__inner::after {
	background-image: url(../images/top/gallery-left.svg);
	bottom: -20%;
	height: 17.125rem;
	left: calc(50% - min(48vw, 46.875rem));
	width: 18.25rem;
}

.gallery__title {
	position: relative;
}

.gallery__title::before {
	background-image: url(../images/top/gallery-flag.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	left: 50%;
	position: absolute;
	top: -5rem;
	transform: translateX(-50%);
	width: 16.25rem;
}

.gallery__list {
	margin-top: 5rem;
}

.goal__title {
	font-size: 1.5rem;
	text-align: center;
}

.goal__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 45rem;
	text-align: center;
}

.goal__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
}

.group__item {
	font-size: 1rem;
}

.group__item:not(:first-child) {
	margin-top: 0.5rem;
}

.guide__title {
	position: relative;
	text-align: center;
}

.guide__title::after {
	aspect-ratio: 53/80;
	background-image: url(../images/common/leaf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: calc(50% - 7.5rem);
	top: 55%;
	transform: translateY(-50%);
	width: 3.3125rem;
}

.guide__contents {
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	margin-top: 4rem;
}

.guide__content {
	max-width: 21.125rem;
	width: 100%;
}

.guide__content a {
	opacity: 1;
	transition: opacity 0.3s;
}

.guide__content a:hover {
	opacity: 0.8;
}

.guide__img {
	aspect-ratio: 1;
	position: relative;
}

.guide__img img {
	-o-object-fit: cover;
	-webkit-clip-path: circle(50%);
	aspect-ratio: inherit;
	clip-path: circle(50%);
	object-fit: cover;
	width: 100%;
}

.guide__content:nth-child(1) .guide__img::before {
	aspect-ratio: 150/58;
	background-image: url(../images/top/guide01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -3.125rem;
	position: absolute;
	top: 1.875rem;
	transform: rotate(-51deg);
	width: 11.25rem;
	z-index: 10;
}

.guide__content:nth-child(2) .guide__img::before {
	aspect-ratio: 142/181;
	background-image: url(../images/top/guide02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	position: absolute;
	right: -3.125rem;
	width: 8.875rem;
	z-index: 10;
}

.guide__body {
	padding: 1rem;
	text-align: center;
}

.guide__content-title {
	font-size: 1.25rem;
}

.guide__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.header {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
}

.header__title {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.header__logo {
	height: auto;
	width: 3.75rem;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.header__site-name {
	font-size: 1.4375rem;
}

.header__nav {
	display: flex;
	gap: 2.25rem;
	height: 100%;
	margin-left: auto;
}

.header__nav-item {
	height: 100%;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

.header__nav-item a::before {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 3.375rem;
}

.header__nav-item:nth-child(1) a::before {
	background-image: url(../images/common/nav-icon01.webp);
}

.header__nav-item:nth-child(2) a::before {
	background-image: url(../images/common/nav-icon02.webp);
}

.header__nav-item:nth-child(3) a::before {
	background-image: url(../images/common/nav-icon03.webp);
}

.header__nav-item:nth-child(4) a::before {
	background-image: url(../images/common/nav-icon04.webp);
}

.header__nav-item:nth-child(5) a::before {
	background-image: url(../images/common/nav-icon05.webp);
}

.header__nav-item:nth-child(6) a::before {
	background-image: url(../images/common/nav-icon06.webp);
}

.header__hamburger-container {
	cursor: pointer;
	position: fixed;
	right: 0.5rem;
	text-align: center;
	top: 0.5rem;
	z-index: 1000;
}

.header__hamburger {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 100vh;
	position: relative;
	width: 3.125rem;
}

.header__hamburger span {
	background-color: #17162F;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(0);
	transition: transform 0.3s, opacity 0.3s;
	width: 1.5rem;
}

.header__hamburger span:nth-child(1) {
	top: 1.0625rem;
}

.header__hamburger span:nth-child(2) {
	opacity: 1;
	top: 50%;
}

.header__hamburger span:nth-child(3) {
	top: 2.125rem;
}

.header__hamburger.is-active {
	transition: transform 0.3s, opacity 0.3s;
}

.header__hamburger.is-active span:nth-child(1) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.header__hamburger-text {
	font-size: 0.9375rem;
}

.info__content {
	display: flex;
}

.info__img {
	aspect-ratio: 1416/942;
	flex: 1;
}

.info__img img {
	-webkit-mask-image: url(../images/common/mask08.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-o-object-fit: cover;
	-o-object-position: 100% 100%;
	aspect-ratio: 1416/942;
	mask-image: url(../images/common/mask08.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	object-fit: cover;
	object-position: 100% 100%;
	width: 100%;
}

.info__text-area {
	width: -moz-fit-content;
	width: fit-content;
}

.info__title {
	font-size: 1.25rem;
}

.info__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.5rem;
}

.info__link {
	align-items: center;
	background-color: #38B7ED;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	gap: 1rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	opacity: 1;
	padding: 1rem;
	transition: opacity 0.3s;
	width: 18.75rem;
}

.info__link.info__link--preparation {
	background-color: #38B7ED;
}

.info__link::before {
	aspect-ratio: 1;
	background-image: url(../images/common/dl.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: none;
	width: 1.5rem;
}

.info__link:hover {
	opacity: 0.8;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.inspection {
	text-align: center;
}

.inspection__title {
	font-size: 1.5rem;
}

.inspection__text {
	font-size: 1rem;
	margin-top: 3rem;
}

.inspection__text + .inspection__text {
	margin-top: 1em;
}

.inspection__link {
	align-items: center;
	background-color: #38B7ED;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 18.75rem;
	padding: 1rem 1.5rem;
}

.inspection__link-text {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.meal-card {
	display: flex;
	flex-direction: column;
}

.meal-card__img {
	border-radius: 100vh;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.meal-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

.meal-card__body {
	flex: 1;
}

.meal-card__title {
	font-size: 1.25rem;
	margin-top: 3rem;
	text-align: center;
}

.meal-card__text {
	font-size: 0.8125rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.meal__content {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 12.5rem;
}

.mv-slider__img picture,
.mv-slider__img img {
	-webkit-mask-image: url("../images/top/mv-mask.svg");
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-o-object-fit: cover;
	aspect-ratio: 1157/751;
	mask-image: url("../images/top/mv-mask.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	object-fit: cover;
}

.mv {
	background-color: #E0EFF5;
	overflow: hidden;
	padding-bottom: 9.375rem;
	padding-top: 3rem;
	position: relative;
}

.mv__slider-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 72.3125rem;
	position: relative;
	width: 80%;
}

.mv::before,
.mv::after,
.mv__slider-container::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 10;
}

.mv::before {
	background-image: url(../images/top/cloud.svg);
	height: 16.125rem;
	left: calc(50% - min(48vw, 45rem));
	top: 2.3125rem;
	width: 21.375rem;
}

.mv::after {
	background-image: url(../images/top/cloud.svg);
	bottom: 10rem;
	height: 10.5625rem;
	right: calc(50% - min(48vw, 37.5rem));
	width: 13.9375rem;
}

.mv__slider-container::before {
	background-image: url(../images/top/bird.svg);
	height: 14.625rem;
	right: calc(50% - min(48vw, 39.375rem));
	top: 2rem;
	width: 13.125rem;
}

.mv__slider {
	min-width: 60rem;
	width: 100%;
}

.mv__copy {
	left: calc(50% - min(49vw, 40.625rem));
	position: absolute;
	top: 50%;
	width: 50%;
}

.mv__bottom {
	bottom: 0;
	left: 0;
	line-height: 0;
	max-height: 9.375rem;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.mv__bottom img {
	-o-object-fit: cover;
	-o-object-position: center top;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center top;
	position: relative;
	width: 100%;
}

.nav-links {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
}

.news {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-animals.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	padding-bottom: 11.25rem;
	padding-top: 5rem;
	position: relative;
}

.news::after {
	background-image: url(../images/top/news-tree.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 19.375rem;
	position: absolute;
	right: calc(50% - min(48vw, 45rem));
	width: 14.9375rem;
}

.news__inner.inner {
	max-width: 46.875rem;
	text-align: center;
}

.news__title {
	position: relative;
}

.news__title::after {
	aspect-ratio: 1;
	background-image: url(../images/top/news-buttfly.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: calc(50% - 6.25rem);
	top: 0;
	width: 1.875rem;
}

.news__content {
	margin-top: 5rem;
	text-align: left;
}

.news__item-info {
	display: flex;
}

.news__item {
	display: flex;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s, transform 0.3s;
}

.news__item:hover {
	opacity: 0.8;
	transform: translateY(0.125rem);
}

.news__item:not(:first-child) {
	margin-top: 2.25rem;
}

.news__item-date {
	width: -moz-fit-content;
	width: fit-content;
}

.news__item-tag {
	align-items: center;
	background-color: #9CBDEF;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	height: auto;
	justify-content: center;
	margin-left: 2.5rem;
	padding: 0 1rem;
	width: 10.625rem;
}

.news__item-title {
	flex: 1;
	margin-left: 2.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news__button {
	margin-left: auto;
	margin-top: 6rem;
}

.overview-list__item {
	display: flex;
}

.overview-list__item:not(:first-child) {
	margin-top: 1.5rem;
}

.overview-list__title {
	text-align: center;
	width: 7.5rem;
}

.overview-list__text {
	flex: 1;
}

.overview-list__text p:not(:first-child) {
	margin-top: 0.5rem;
}

.overview__content:not(:first-child) {
	margin-top: 5rem;
}

.overview__title {
	font-size: 1.25rem;
}

.overview__list-wrap {
	display: flex;
	margin-top: 2.5rem;
}

.overview__list {
	flex: 1;
}

.page-numbers {
	align-items: center;
	background: #fff;
	border: 0.125rem solid #38B7ED;
	border-radius: 0.625rem;
	color: #38B7ED;
	display: flex;
	font-weight: bold;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.page-numbers:not(:first-child) {
	margin-left: 0.5rem;
}

.page-numbers.current,
.page-numbers:hover {
	background: #38B7ED;
	border-color: #38B7ED;
	color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
	position: relative;
}

.page-numbers.next::before,
.page-numbers.prev::before {
	border-right: 0.125rem solid #38B7ED;
	border-top: 0.125rem solid #38B7ED;
	content: "";
	height: 0.625rem;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.page-numbers.next::before {
	left: 32%;
	transform: translateY(-50%) rotate(45deg);
}

.page-numbers.prev::before {
	right: 32%;
	transform: translateY(-50%) rotate(-135deg);
}

.page-numbers.next:hover::before,
.page-numbers.prev:hover::before {
	border-color: #fff;
}

.page-numbers.dots {
	border: none;
	font-size: 0.875rem;
}

.pager {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
}

.pager_btn a {
	align-items: center;
	background: #fff;
	border: 0.125rem solid #38B7ED;
	border-radius: 0.625rem;
	color: #38B7ED;
	display: flex;
	font-weight: bold;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.pager_btn:not(:first-child) {
	margin-left: 0.5rem;
}

.pager_btn a:hover {
	background: #38B7ED;
	border-color: #38B7ED;
	color: #fff;
}

.pager_btn__prev a,
.pager_btn__next a {
	position: relative;
}

.pager_btn__prev a::before,
.pager_btn__next a::before {
	border-right: 0.125rem solid #38B7ED;
	border-top: 0.125rem solid #38B7ED;
	content: "";
	height: 0.625rem;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.pager_btn__prev a::before {
	left: 32%;
	transform: translateY(-50%) rotate(45deg);
}

.pager_btn__next a::before {
	right: 32%;
	transform: translateY(-50%) rotate(-135deg);
}

.pager_btn__prev a:hover:before,
.pager_btn__next a:hover:before {
	border-color: #fff;
}

.philosophy__inner.inner {
	max-width: 48.75rem;
}

.philosophy__title {
	text-align: center;
}

.philosophy__title h2 {
	font-size: 1.25rem;
}

.philosophy__title-copy {
	background: linear-gradient(transparent 50%, #FBCE55 50%);
	display: inline-block;
	font-size: 2rem;
	margin-top: 0.5rem;
	width: 100%;
}

.philosophy__content {
	margin-top: 4rem;
	position: relative;
}

.philosophy__text {
	font-size: 1rem;
	line-height: 1.7;
}

.philosophy__text:not(:first-child) {
	margin-top: 1.125rem;
}

.philosophy__content::before,
.philosophy__content::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	z-index: -1;
}

.philosophy__content::before {
	aspect-ratio: 246/284;
	background-image: url(../images/about/philosophy01.svg);
	bottom: 0;
	left: calc(50% - min(48vw, 42.5rem));
	width: 10.625rem;
}

.philosophy__content::after {
	aspect-ratio: 254/316;
	background-image: url(../images/about/philosophy02.svg);
	bottom: 0;
	right: calc(50% - min(48vw, 42.5rem));
	width: 14.375rem;
}

.policy__inner.inner {
	display: flex;
	gap: 2.5rem;
}

.policy__title {
	display: flex;
	flex-direction: column;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.policy__title h2 {
	font-size: 1.5rem;
}

.policy__title-copy {
	font-size: 2.25rem;
	line-height: 2;
	margin-top: 5.1875rem;
}

.policy__title::before {
	aspect-ratio: 1;
	background-image: url(../images/about/policy03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.75rem;
}

.policy__title::after {
	aspect-ratio: 381/154;
	background-image: url(../images/about/policy01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	margin-top: auto;
	width: 23.8125rem;
}

.policy__content {
	flex: 1;
}

.policy__list:not(:first-child) {
	margin-top: 2rem;
}

.policy__list-ttl {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
}

.policy__list-ttl::before {
	aspect-ratio: 1;
	background-image: url(../images/about/policy02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	margin-right: 0.5rem;
	width: 2.1875rem;
}

.policy__list-text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1rem;
	padding-left: 2.5rem;
}

.recruit-card {
	background-color: #fff;
	border-radius: 1.875rem;
	display: none;
	padding: 3.5rem;
	position: relative;
}

.recruit-card.active {
	display: block;
}

.recruit-card__ttl {
	background-color: #EF9C9C;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.5rem;
	left: 1.5rem;
	padding: 0.5rem 2.25rem;
	position: absolute;
	top: -2rem;
}

.recruit-card:nth-child(2n) .recruit-card__ttl {
	background-color: #9CBDEF;
}

.recruit-card:nth-child(3n) .recruit-card__ttl {
	background-color: #6DB887;
}

.recruit-card:nth-child(4n) .recruit-card__ttl {
	background-color: #FBCE55;
}

.recruit-card:nth-child(5n) .recruit-card__ttl {
	background-color: #C7B9DF;
}

.recruit-card:nth-child(6n) .recruit-card__ttl {
	background-color: #FEB69B;
}

.recruit-card__ttl::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: inherit;
	bottom: -0.75rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	width: 1.25rem;
}

.recruit-card__item {
	display: flex;
	gap: 2rem;
}

.recruit-card__item:not(:first-child) {
	margin-top: 1.5rem;
}

.recruit-card__title {
	width: 7.5rem;
}

.recruit-card__text {
	flex: 1;
	white-space: pre-line;
}

.recruit-cta {
	aspect-ratio: 4/3;
	bottom: 0.625rem;
	height: auto;
	position: fixed;
	right: 0.625rem;
	width: 12.5rem;
	z-index: 100;
}

.recruit-cta a {
	-webkit-mask-image: url("../images/common/mask01.svg");
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	align-items: center;
	background-color: #6DB887;
	box-shadow: inset -27px -14px 25px rgba(25, 70, 40, 0.1);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	height: 100%;
	justify-content: start;
	mask-image: url("../images/common/mask01.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	opacity: 1;
	position: relative;
	row-gap: 0.5rem;
	text-align: center;
	transition: background-color 0.3s;
	width: 100%;
}

.recruit-cta a::before {
	background-color: #fff;
	bottom: 1.875rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	width: 3.75rem;
}

.recruit-cta a::after {
	background-color: #fff;
	bottom: 2rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: calc(50% - 1.875rem);
	transform: rotate(45deg) translateY(-50%);
	width: 0.625rem;
}

.recruit-cta a:hover {
	background-color: #7ACE96;
}

.recruit-cta span {
	display: inline-block;
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.recruit {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
	position: relative;
	position: relative;
}

.recruit::before {
	aspect-ratio: 375/308;
	background-image: url(../images/recruit/recruit.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: calc(50% - min(48vw, 45rem));
	position: absolute;
	top: -17.5rem;
	width: 21.875rem;
}

.recruit__title {
	font-size: 1.5rem;
	text-align: center;
}

.recruit__text {
	font-size: 1.125rem;
	margin-top: 1rem;
	text-align: center;
}

.recruit__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	justify-content: center;
	margin-top: 4rem;
}

.recruit__tag {
	background-color: #EF9C9C;
	border-radius: 100vh;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	padding: 0.5rem 2.25rem;
	transition: color 0.3s, background-color 0.3s;
}

.recruit__tag:nth-child(2n) {
	background-color: #9CBDEF;
}

.recruit__tag:nth-child(3n) {
	background-color: #6DB887;
}

.recruit__tag:nth-child(4n) {
	background-color: #FBCE55;
}

.recruit__tag:nth-child(5n) {
	background-color: #C7B9DF;
}

.recruit__tag:nth-child(6n) {
	background-color: #FEB69B;
}

.recruit__tag.active,
.recruit__tag:hover {
	background-color: #fff;
	color: #EF9C9C;
	outline: currentColor 0.125rem solid;
	outline-offset: -0.1875rem;
	transition: color 0.3s, background-color 0.3s;
}

.recruit__tag:nth-child(2n).active,
.recruit__tag:nth-child(2n):hover {
	color: #9CBDEF;
}

.recruit__tag:nth-child(3n).active,
.recruit__tag:nth-child(3n):hover {
	color: #6DB887;
}

.recruit__tag:nth-child(4n).active,
.recruit__tag:nth-child(4n):hover {
	color: #FBCE55;
}

.recruit__tag:nth-child(5n).active,
.recruit__tag:nth-child(5n):hover {
	color: #C7B9DF;
}

.recruit__tag:nth-child(6n).active,
.recruit__tag:nth-child(6n):hover {
	color: #FEB69B;
}

.recruit__contents {
	margin-top: 6rem;
}

.schedule {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	padding-bottom: 11.25rem;
	padding-top: 7.5rem;
	position: relative;
	text-align: center;
}

.schedule::before,
.schedule::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 5;
}

.schedule::before {
	aspect-ratio: 114/226;
	background-image: url(../images/common/balloon.webp);
	left: calc(50vw - min(48vw, 26.25rem));
	top: 37.5rem;
	width: 7.125rem;
}

.schedule::after {
	aspect-ratio: 254/361;
	background-image: url(../images/about/philosophy02.svg);
	bottom: 11.25rem;
	right: calc(50vw - min(48vw, 26.25rem));
	width: 15.875rem;
}

.schedule__tab-wrap {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 4rem;
}

.schedule__tab {
	background-color: #9CBDEF;
	border: #9CBDEF 0.125rem solid;
	border-radius: 100vh;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	padding: 0.5rem 2.5rem;
	transition: border 0.3s;
}

.schedule__tab:hover,
.schedule__tab.active {
	background-color: #fff;
	border-color: currentColor;
	color: #9CBDEF;
}

.schedule__tab:nth-child(2) {
	background-color: #EF9C9C;
	border-color: #EF9C9C;
}

.schedule__tab:nth-child(2):hover,
.schedule__tab:nth-child(2).active {
	background-color: #fff;
	border-color: currentColor;
	color: #EF9C9C;
}

.schedule__contents-wrap {
	display: none;
	margin-top: 7.5rem;
	position: relative;
}

.schedule__contents-wrap.active {
	display: block;
}

.schedule__content-balloon {
	background-color: #9CBDEF;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.5rem;
	left: 5rem;
	padding: 1rem 2.5rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	z-index: 5;
}

.schedule__contents-wrap:nth-of-type(2) .schedule__content-balloon {
	background-color: #EF9C9C;
}

.schedule__content-balloon::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: inherit;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 98%;
	transform: translateX(-50%);
	width: 1.875rem;
}

.schedule__contents {
	background-color: #fff;
	border-radius: 3.125rem;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
	padding: 5rem 0;
	position: relative;
}

.schedule__contents::before {
	background-color: #17162F;
	content: "";
	height: 67.625rem;
	left: calc(50% - 12.5rem);
	position: absolute;
	top: 7.125rem;
	transform: translateX(-50%);
	width: 0.0625rem;
}

.schedule__contents-wrap:nth-of-type(2) .schedule__contents::before {
	height: 64.125rem;
}

.schedule__item {
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.schedule__item:not(:first-child) {
	margin-top: 2.5rem;
}

.schedule__img {
	-webkit-mask-image: url(../images/common/mask01.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	display: contents;
	flex: 1;
	margin: 0 1rem;
	mask-image: url(../images/common/mask01.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.schedule__img img {
	display: contents;
}

.schedule__item:nth-child(2n) .schedule__img {
	-webkit-mask-image: url(../images/common/mask02.svg);
	mask-image: url(../images/common/mask02.svg);
}

.schedule__content {
	text-align: left;
}

.schedule__title {
	border-bottom: 0.0625rem solid #17162F;
	font-size: 1.25rem;
	padding-bottom: 0.125rem;
	position: relative;
	text-indent: 1em;
}

.schedule__item .schedule__title::before {
	background-color: #fff;
	border: #17162F 0.0625rem solid;
	border-radius: 100vh;
	bottom: 0;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 0.5rem;
}

.schedule__text {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
}

.section-ttl {
	font-size: 2rem;
}

.section-ttl--lg {
	font-size: 2.25rem;
}

.single__inner.inner {
	max-width: 46.25rem;
	width: 100%;
}

.single-info__date {
	font-size: 1rem;
}

.single-info__cat {
	border-radius: 100vh;
	display: inline-block;
	margin-left: 2.5rem;
	padding: 0.375rem 1rem;
	position: relative;
	text-align: center;
	width: 10.625rem;
}

.single-info__cat::before {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 100vh;
	content: "";
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.single-info__title {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.single__content {
	margin-top: 2rem;
}

.single__content > * + * {
	margin-top: 2.5rem;
}

.single__content figure,
.single__thumbnail {
	border-radius: 3.75rem;
	overflow: hidden;
}

.single__content img,
.single__thumbnail img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.single__content p {
	font-size: 1rem;
	line-height: 1.75;
}

.sp-card {
	background-color: #EEF3E8;
	border-radius: 1.875rem;
	overflow: hidden;
	position: relative;
}

.sp-card::before {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 4.0625rem;
}

.sp-card:nth-child(1)::before {
	background-image: url(../images/recruit/recruit-no01.png);
}

.sp-card:nth-child(2)::before {
	background-image: url(../images/recruit/recruit-no02.png);
}

.sp-card:nth-child(3)::before {
	background-image: url(../images/recruit/recruit-no03.png);
}

.sp-card:nth-child(4)::before {
	background-image: url(../images/recruit/recruit-no04.png);
}

.sp-card:nth-child(5)::before {
	background-image: url(../images/recruit/recruit-no05.png);
}

.sp-card:nth-child(6)::before {
	background-image: url(../images/recruit/recruit-no06.png);
}

.sp-card__img {
	width: 100%;
}

.sp-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/196;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sp-card__body {
	padding: 1.25rem 1rem 1.5rem;
}

.sp-card__title {
	font-size: 1.25rem;
	text-align: center;
}

.sp-card__text {
	font-size: 0.8125rem;
	line-height: 1.75;
	padding-top: 1rem;
	text-align: left;
}

.statue__inner {
	text-align: center;
}

.statue__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	text-align: left;
}

.statue__text-container {
	margin-left: auto;
	margin-top: 5.5rem;
	max-width: 67vw;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.statue__point {
	background: linear-gradient(transparent 50%, #FBCE55 50%);
	display: inline;
	font-size: 1.5rem;
}

.statue__point-text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.5rem;
	padding-left: 2rem;
	text-align: left;
}

.strong-points__inner {
	text-align: center;
}

.strong-points__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
}

.sub-about__philosophy {
	margin-top: 10rem;
}

.sub-about__policy {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	margin-top: 10rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.sub-about__goal {
	margin-top: 11.25rem;
}

.sub-about__overview {
	margin-top: 11.25rem;
}

.sub-about__building {
	margin-top: 12.5rem;
}

.sub-contact__upper {
	position: relative;
}

.sub-contact__upper::before {
	aspect-ratio: 141/280;
	background-image: url(../images/contact/baloon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: calc(50% - min(48vw, 25rem));
	top: 40%;
	width: 8.8125rem;
}

.sub-contact__contents {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 10rem;
}

.sub-contact__item {
	height: 100%;
}

.sub-faq__content {
	margin-top: 7.5rem;
}

.sub-faq__inner.inner {
	max-width: 46.25rem;
}

.sub-fv {
	height: 100%;
	max-height: 522;
	overflow-x: clip;
	position: relative;
	width: 100%;
}

.sub-fv img {
	-o-object-fit: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-image: url("../images/common/fv-mask.svg");
	aspect-ratio: 1440/552;
	height: 100%;
	mask-image: url("../images/common/fv-mask.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	object-fit: cover;
	width: 100%;
}

.sub-fv::before,
.sub-fv::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 5;
}

.sub-fv::before {
	aspect-ratio: 297/361;
	background-image: url(../images/common/sub-fv-left.svg);
	bottom: -6.25rem;
	height: auto;
	left: calc(50% - 52vw);
	width: 18.5625rem;
}

.sub-fv::after {
	aspect-ratio: 249/188;
	background-image: url(../images/common/sub-fv-right.svg);
	bottom: -3.75rem;
	height: auto;
	right: calc(50% - 52vw);
	width: 15.5625rem;
}

.sub-info__content {
	margin-top: 7.5rem;
}

.sub-info__temporary {
	margin-top: 7.5rem;
}

.sub-info__inspection {
	margin-top: 7.5rem;
}

.sub-living {
	overflow: hidden;
}

.sub-living__excursion {
	margin-top: 12.5rem;
}

.sub-living__meal {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	margin-top: 15rem;
	padding-bottom: 7.5rem;
	padding-top: 10rem;
	position: relative;
	position: relative;
}

.sub-living__education {
	margin-top: 10rem;
}

.sub-living__experience {
	margin-top: 17.5rem;
}

.sub-living__event {
	margin-top: 20rem;
}

.sub-nursing__policy {
	margin-top: 12.5rem;
}

.sub-nursing__schedule {
	background-color: #EEF3E8;
	margin-top: 12.5rem;
}

.sub-nursing__support {
	margin-top: 7.5rem;
}

.sub-recruit__strong-points {
	margin-top: 7.5rem;
}

.sub-recruit__statue {
	margin-top: 7.5rem;
}

.sub-recruit__recruit {
	margin-top: 12.5rem;
}

.sub-recruit__cta {
	margin-top: 5rem;
}

.sub-recruit__cta-text {
	text-align: center;
}

.sub-title-text {
	font-size: 1rem;
	text-align: center;
}

.sub-title-text + .sub-title-text {
	margin-top: 1em;
}

.sub-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sub-title::after {
	aspect-ratio: 22/25;
	background-image: url(../images/common/leaf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	width: 3.125rem;
}

.sub-upper__text:first-of-type {
	margin-top: 1rem;
}

.support__content-wrap {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.support__img {
	-webkit-mask-image: url(../images/common/mask03.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url(../images/common/mask03.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	max-width: 30rem;
}

.support__content {
	flex: 1;
}

.support__text {
	background: linear-gradient(transparent 50%, #FBCE55 50%);
	display: inline-block;
	margin-top: 1.5rem;
	padding: 0 1rem;
}

.support__txt {
	line-height: 1.75;
	margin-top: 1rem;
}

.temporary {
	background-color: #EEF3E8;
	background-image: url("../images/common/wave.svg"), url("../images/common/wave-r.svg");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 173.25rem, 173.25rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.temporary__inner.inner {
	max-width: 46.25rem;
	position: relative;
}

.temporary__inner::after {
	aspect-ratio: 234/238;
	background-image: url(../images/info/temporary01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: -12.5rem;
	width: 14.625rem;
}

.temporary__content:not(:first-child) {
	margin-top: 3rem;
}

.temporary__title {
	font-size: 1.5rem;
}

.temporary__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.text-content {
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: flex;
	flex-direction: row-reverse;
}

.text-content.text-content--reverse {
	flex-direction: row;
}

.text-content__container {
	margin-left: auto;
	max-width: 60%;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.text-content__container.text-content__container--revers {
	margin-left: 0;
	margin-right: auto;
}

.text-content__container::before {
	aspect-ratio: 136/96;
	background-image: url(../images/living/excursion02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	position: absolute;
	right: calc(50% - min(48vw, 20rem));
	top: -3.125rem;
	width: 8.5rem;
}

.education .text-content__container::before {
	aspect-ratio: 313/168;
	background-image: url(../images/living/education03.webp);
	bottom: -11.25rem;
	height: auto;
	right: calc(50% - min(48vw, 21.875rem));
	top: auto;
	width: 17.5rem;
}

.experience .text-content__container::before {
	aspect-ratio: 865/258;
	background-image: url(../images/living/experience01.webp);
	bottom: -14.375rem;
	height: auto;
	left: calc(50% - min(55vw, 46.875rem));
	top: auto;
	width: 50rem;
}

.meal .text-content__container::before {
	content: "";
	display: none;
}

.text-content__title {
	font-size: 1.5rem;
}

.text-content__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 2rem;
}

.text-content__text:not(:first-child) {
	margin-top: 1rem;
}

.text-content__link {
	align-items: center;
	background-color: #6DB887;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 15.625rem;
	padding: 0.5rem 2.5rem;
}

.text-content__link::after {
	aspect-ratio: 1;
	background-image: url(../images/living/instagram.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	margin-left: 1.5rem;
	width: 1.75rem;
}

.text-content__img {
	flex: 1;
	left: calc(50% - min(63vw, 53.125rem));
	max-width: 56.25rem;
	position: relative;
	transform: scale(1.8);
}

.text-content__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.text-content--reverse .text-content__img {
	left: auto;
	right: calc(50% - min(63vw, 53.125rem));
	transform: scale(1.7);
}

.experience .text-content--reverse .text-content__img {
	right: calc(50% - min(60vw, 53.125rem));
	transform: scale(1.5);
}

.text-content__img img {
	-webkit-mask-image: url(../images/common/mask07.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	aspect-ratio: 900/508;
	mask-image: url(../images/common/mask07.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

.text-content__img::after {
	aspect-ratio: 151/180;
	background-image: url(../images/living/excursion01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.5rem;
	content: "";
	position: absolute;
	right: -3.125rem;
	transform: scale(0.6);
	width: 9.4375rem;
}

.meal .text-content__img::after {
	aspect-ratio: 175/226;
	background-image: url(../images/living/excursion03.webp);
	left: -2.5rem;
	right: auto;
	width: 11.125rem;
}

.education .text-content__img::before {
	aspect-ratio: 1;
	background-image: url(../images/living/education02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 1.875rem;
	top: 0rem;
	transform: scale(none);
	width: 2.5rem;
}

.education .text-content__img::after {
	aspect-ratio: 121/117;
	background-image: url(../images/living/education01.webp);
	bottom: -1.25rem;
	content: "";
	position: absolute;
	right: -1.5rem;
	width: 6.25rem;
}

@media (max-width: 1120px) {

html {
	font-size: 1.4285714286vw;
}

}

@media screen and (max-width: 1023px) {

.meal-card {
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	flex-direction: row;
}

.meal-card__img {
	width: 12.5rem;
}

.meal-card__title {
	margin-top: 0;
}

.meal__content {
	gap: 4rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-about {
	margin-top: 4.375rem;
}

.l-footer {
	margin-top: 11.25rem;
}

.l-guide {
	margin-top: 12.5rem;
}

.l-news {
	margin-top: 7.5rem;
}

.about::before {
	height: 13.125rem;
	left: calc(50% - min(55vw, 45rem));
	top: -15.625rem;
	width: 6.25rem;
}

.about__inner.inner {
	max-width: 37.5rem;
}

.about__content::before {
	right: calc(50% - min(49vw, 11.25rem));
	width: 3.125rem;
}

.about__content::after {
	left: -0.9375rem;
	width: 5.6875rem;
}

.about__content-text {
	font-size: 0.8125rem;
	margin-top: 2.5rem;
	text-align: left;
}

.about__button {
	margin-left: auto;
	margin-right: 0;
	margin-top: 3rem;
}

.about__links {
	gap: 0.25rem;
	margin-top: 4rem;
}

.about__link a {
	gap: 0.5rem;
}

.about__link a span {
	font-size: 0.8125rem;
	gap: 0.25rem;
}

.about__link a span::after {
	height: 0.3125rem;
	width: 0.3125rem;
}

.announce {
	margin-left: 5rem;
	margin-top: 0.5rem;
}

.announce p {
	padding: 0.5rem 1rem;
}

.archive-card {
	border: #E5E5E5 0.125rem solid;
	border-radius: 0.625rem;
}

.archive-card__info {
	align-items: start;
	flex-direction: column;
	margin-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.archive-card__day {
	font-size: 0.625rem;
}

.archive-card__cat {
	font-size: 0.625rem;
	padding: 0.25rem;
	width: 5.375rem;
}

.archive-card__cat::before {
	height: 0.625rem;
	left: 0.375rem;
	width: 0.625rem;
}

.archive-card__title {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	margin-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.archive-card__text {
	font-size: 0.625rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.archive__cat {
	gap: 0.5rem 0.5rem;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.archive__item {
	max-width: 9.375rem;
	width: 100%;
}

.archive__item a {
	font-size: 0.8125rem;
}

.archive__item a::before {
	height: 0.75rem;
	left: 0.5rem;
	width: 0.75rem;
}

.archive__list {
	gap: 2rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
}

.bubble-title {
	font-size: 1.25rem;
	max-width: 18.75rem;
	padding: 1rem;
}

.building {
	padding: 5rem 0;
}

.building__title h2 {
	font-size: 1.125rem;
}

.building__content-wrap {
	border-radius: 1.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.building__content-title {
	border-radius: 0.625rem;
	font-size: 1rem;
	left: 1.5rem;
	padding: 0.5rem 1.5rem;
}

.building__content {
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(8.125rem, 1fr));
	margin-top: 5rem;
	padding: 4rem 0;
}

.building__item {
	max-width: 100%;
}

.building__item-title {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.building__item-text {
	font-size: 0.625rem;
	margin-top: 0.25rem;
}

.button {
	font-size: 0.8125rem;
	width: 12.125rem;
}

.circle-card {
	flex-direction: column;
	gap: 0.5rem;
}

.circle-card__img {
	max-width: 17.6875rem;
	width: 100%;
}

.circle-card__body {
	padding: 1rem 1.25rem;
}

.circle-card__title p {
	font-size: 0.8125rem;
	text-align: center;
}

.circle-card__title h3 {
	align-items: center;
	font-size: 1.25rem;
}

.circle-cards {
	gap: 2.5rem;
	max-width: 45rem;
}

.contact-card:nth-child(1)::before {
	top: -3.125rem;
	width: 5rem;
}

.contact-card:nth-child(2)::before {
	top: -1.875rem;
	width: 1.875rem;
}

.contact-card__tag {
	font-size: 0.8125rem;
}

.contact-card__text {
	font-size: 1rem;
}

.contact-card:nth-child(1) .contact-card__text {
	margin-top: 1.5rem;
}

.contact-card:nth-child(2) .contact-card__text {
	margin-top: 1.5rem;
}

.contact-card__button {
	font-size: 1.25rem;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
}

.contact-card:nth-child(1) .contact-card__button::before {
	width: 1.875rem;
}

.contact-card:nth-child(2) .contact-card__button::before {
	width: 1.5625rem;
}

.cta-button {
	padding: 1.25rem 0.875rem;
}

.cta-button::before {
	width: 1.5625rem;
}

.cta::before {
	bottom: -2.8125rem;
	width: 6.25rem;
}

.cta::after {
	right: calc(50% - min(49vw, 26.5rem));
	width: 5rem;
}

.cta__inner {
	padding: 2.5rem 1.5rem;
}

.cta__text {
	font-size: 0.8125rem;
}

.cta__cta-text {
	margin-top: 2rem;
}

.event-card__content {
	margin-top: 1rem;
}

.event-card__img {
	width: 9.375rem;
}

.event-card__title h3 {
	font-size: 1.125rem;
}

.event-card__title p {
	font-size: 0.8125rem;
}

.event-card__item:not(:first-child) {
	margin-top: 0.75rem;
}

.event-card__month {
	font-size: 0.8125rem;
	width: 2.5rem;
}

.event-card__event {
	font-size: 0.8125rem;
}

.event__inner.inner {
	max-width: 37.5rem;
}

.event__title {
	font-size: 1.25rem;
}

.event__title::before {
	width: 1.875rem;
}

.event__text {
	font-size: 0.8125rem;
}

.event__content {
	margin-top: 2.5rem;
}

.faq::before,
.faq::after {
	display: none;
}

.faq__item:nth-child(2n)::before {
	right: -1rem;
	width: 3.125rem;
}

.faq__item:nth-child(4n)::before {
	right: -0.5rem;
	width: 3.125rem;
}

.faq__q {
	font-size: 0.8125rem;
	padding: 0.5rem 2rem;
}

.faq__q::before,
.faq__q::after {
	width: 1rem;
}

.faq__q::before {
	left: 0.5rem;
}

.faq__q::after {
	left: 0.5rem;
}

.faq__q.is-open::before {
	left: 0.5rem;
}

.faq__q.is-open::after {
	left: 0.5625rem;
}

.faq__a {
	font-size: 0.8125rem;
	padding: 0 2rem 0.5rem;
}

.footer-info {
	align-items: start;
	flex-direction: column;
}

.footer-info__logo {
	width: 2.5rem;
}

.footer-info__name {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.footer-info__map iframe {
	width: 100%;
}

.footer::before {
	background-size: cover;
	height: 6.25rem;
	top: -6.25rem;
}

.footer::after {
	aspect-ratio: unset;
	height: 15rem;
}

.footer__cta {
	top: 7.5rem;
}

.footer__contents {
	padding-top: 15rem;
}

.footer__contents.footer__contents--contact {
	padding-top: 20rem;
}

.footer__inner.inner {
	max-width: 37.5rem;
	width: 100%;
}

.footer__content {
	align-items: start;
	flex-direction: column;
}

.footer__group-title {
	font-size: 1rem;
}

.footer__group-wrap {
	gap: 0.5rem;
}

.footer__nav-wrap {
	margin-left: 0;
}

.gallery-slide {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1rem;
}

.gallery__inner::before {
	aspect-ratio: inherit;
	top: 0;
	width: 9.375rem;
}

.gallery__inner::after {
	aspect-ratio: inherit;
	bottom: -30%;
	width: 6.875rem;
}

.goal__title {
	font-size: 1.25rem;
}

.goal__text {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.goal__content {
	margin-top: 5rem;
}

.group__item {
	font-size: 0.8125rem;
}

.guide__title::after {
	right: calc(50% - 4.375rem);
	width: 1.875rem;
}

.guide__contents {
	gap: 1rem;
	margin-top: 2.5rem;
}

.guide__content:nth-child(1) .guide__img::before {
	left: -2.1875rem;
	width: 6.25rem;
}

.guide__content:nth-child(2) .guide__img::before {
	right: -0.9375rem;
	width: 5rem;
}

.guide__body {
	padding: 1rem 0rem;
}

.guide__content-title {
	font-size: 1.125rem;
}

.guide__text {
	font-size: 0.8125rem;
	margin-top: 1rem;
}

.header {
	background-color: transparent;
	height: 2.625rem;
	position: fixed;
}

.header__title {
	gap: 0.5rem;
}

.header__logo {
	width: 2.1875rem;
}

.header__site-name {
	font-size: 1rem;
}

.info__content {
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.info__img {
	max-width: 31.25rem;
}

.info__title {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.info__text {
	font-size: 0.8125rem;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.inspection__title {
	font-size: 1.125rem;
}

.inspection__text {
	font-size: 0.8125rem;
	margin-top: 2rem;
}

.meal-card {
	flex-direction: column;
}

.meal-card__title {
	margin-top: 3rem;
}

.meal__content {
	margin-top: 7.5rem;
	max-width: 37.5rem;
}

.mv-slider__img picture,
.mv-slider__img img {
	-webkit-mask-image: url("../images/top/mv-mask-sp.svg");
	aspect-ratio: 624/635;
	mask-image: url("../images/top/mv-mask-sp.svg");
}

.mv {
	height: 100vh;
	max-height: 46.875rem;
	min-height: 46.0625rem;
	padding-bottom: 9.375rem;
	padding-top: 3.25rem;
}

.mv__slider-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.mv::before {
	height: 7.1875rem;
	left: calc(50% - min(60vw, 45rem));
	top: -0.625rem;
	width: 9.4375rem;
}

.mv::after {
	bottom: 5rem;
	height: 6.875rem;
	right: calc(50% - min(60vw, 45rem));
	width: 9.125rem;
}

.mv__slider-container::before {
	height: 7.1875rem;
	right: calc(50% - min(60vw, 45rem));
	top: -0.625rem;
	width: 9.4375rem;
}

.mv__slider {
	min-width: 35.625rem;
}

.mv__copy {
	left: calc(50% - min(50vw, 40.625rem));
	min-width: 20rem;
	top: 70%;
}

.news {
	background-position: center top, 35% bottom;
	background-size: 93.75rem, 93.75rem;
}

.news::after {
	display: none;
}

.news__inner.inner {
	max-width: 37.5rem;
}

.news__title::after {
	right: calc(50% - 5rem);
	width: 1.5625rem;
}

.news__content {
	margin-top: 2.25rem;
}

.news__item {
	flex-direction: column;
}

.news__item-date {
	font-size: 0.8125rem;
}

.news__item-tag {
	font-size: 0.8125rem;
	margin-left: 0.5rem;
	width: 6.25rem;
}

.news__item-title {
	font-size: 1rem;
	margin-left: 0;
	margin-top: 0.125rem;
}

.overview-list__item {
	flex-direction: column;
}

.overview-list__item:not(:first-child) {
	margin-top: 1rem;
}

.overview-list__title {
	font-size: 0.875rem;
	text-align: left;
	width: auto;
}

.overview-list__text {
	font-size: 0.8125rem;
}

.overview__content:not(:first-child) {
	margin-top: 3rem;
}

.overview__list-wrap {
	flex-direction: column;
}

.philosophy__inner.inner {
	max-width: 37.5rem;
}

.philosophy__title h2 {
	font-size: 1.125rem;
}

.philosophy__title-copy {
	display: inline;
	font-size: 1.5rem;
}

.philosophy__content {
	margin-top: 2.5rem;
}

.philosophy__content::before {
	bottom: -7.5rem;
	width: 9.375rem;
}

.philosophy__content::after {
	display: none;
}

.policy__inner.inner {
	flex-direction: column;
	max-width: 37.5rem;
}

.policy__title {
	width: 100%;
}

.policy__title h2 {
	font-size: 1.25rem;
}

.policy__title-copy {
	font-size: 2rem;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.policy__title::before {
	width: 2.5rem;
}

.policy__title::after {
	margin-left: auto;
	margin-top: 1rem;
	max-width: 12.5rem;
	transform: scale(-1, 1);
	width: 100%;
}

.policy__content {
	margin-top: 2.5rem;
}

.policy__list-ttl {
	font-size: 1.125rem;
}

.policy__list-ttl::before {
	margin-right: 0.25rem;
	width: 1.5625rem;
}

.policy__list-text {
	font-size: 0.8125rem;
}

.recruit-card {
	padding: 2.5rem 1rem;
}

.recruit-card__ttl {
	font-size: 1.25rem;
	padding: 0.25rem 1.5rem;
}

.recruit-card__ttl::after {
	bottom: -0.375rem;
	height: 0.5rem;
}

.recruit-card__item {
	flex-direction: column;
	gap: 0.5rem;
}

.recruit-card__item:not(:first-child) {
	margin-top: 2rem;
}

.recruit-card__title {
	width: 100%;
}

.recruit-card__text {
	font-size: 0.8125rem;
}

.recruit {
	background-position: center top, 35% bottom;
	background-size: 93.75rem, 93.75rem;
}

.recruit::before {
	top: -9.375rem;
	width: 12.5rem;
}

.recruit__title {
	font-size: 1.25rem;
}

.recruit__text {
	font-size: 0.8125rem;
}

.recruit__tags {
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.recruit__tag {
	font-size: 1.125rem;
	padding: 0.25rem 1.5rem;
}

.recruit__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.schedule {
	padding-top: 5rem;
}

.schedule::before {
	display: none;
}

.schedule::after {
	display: none;
}

.schedule__inner.inner {
	max-width: 37.5rem;
}

.schedule__tab-wrap {
	gap: 1.5rem;
}

.schedule__tab {
	font-size: 1.125rem;
	padding: 0.5rem 1.5rem;
}

.schedule__contents-wrap {
	margin-top: 5rem;
}

.schedule__content-balloon {
	font-size: 1.125rem;
	left: 1.25rem;
	padding: 0.5rem 1.5rem;
}

.schedule__contents::before {
	height: 84.2%;
	left: calc(50% - min(41.5vw, 11.5625rem));
	top: 6.75rem;
}

.schedule__contents-wrap:nth-of-type(2) .schedule__contents::before {
	height: 84%;
}

.schedule__item {
	flex-direction: column;
	gap: 1.5rem;
}

.schedule__item:not(:first-child) {
	margin-top: 5rem;
}

.schedule__item:nth-child(2n) {
	flex-direction: column;
}

.schedule__img {
	width: 21.125rem;
}

.schedule__content {
	padding: 0 1rem;
	width: 100%;
}

.schedule__title {
	font-size: 1rem;
}

.schedule__text {
	font-size: 0.8125rem;
}

.section-ttl {
	font-size: 1.25rem;
}

.section-ttl--lg {
	font-size: 1.25rem;
}

.single__inner.inner {
	max-width: 37.5rem;
}

.single-info__date {
	font-size: 0.75rem;
}

.single-info__cat {
	font-size: 0.8125rem;
	margin-left: 1rem;
	width: 7.5rem;
}

.single-info__cat::before {
	width: 1rem;
}

.single-info__title {
	font-size: 1.25rem;
}

.single__content figure,
.single__thumbnail {
	border-radius: 1.25rem;
}

.single__content p {
	font-size: 0.8125rem;
}

.sp-card::before {
	width: 2.5rem;
}

.sp-card__body {
	padding: 1rem 0.5rem 1rem;
}

.sp-card__title {
	font-size: 1.125rem;
}

.statue__text-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.statue__point {
	font-size: 1.25rem;
}

.statue__point-text {
	font-size: 0.8125rem;
	padding-left: 0;
}

.strong-points__list {
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
}

.sub-about__philosophy {
	margin-top: 5rem;
}

.sub-about__goal {
	margin-top: 7.5rem;
}

.sub-about__overview {
	margin-top: 7.5rem;
}

.sub-about__building {
	margin-top: 5rem;
}

.sub-contact__inner.inner {
	max-width: 37.5rem;
}

.sub-contact__upper::before {
	display: none;
}

.sub-contact__contents {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 5rem;
}

.sub-faq__content {
	margin-top: 4rem;
}

.sub-faq__inner.inner {
	max-width: 37.5rem;
}

.sub-fv img {
	-webkit-mask-position: center top;
	mask-position: center top;
}

.sub-fv::before {
	bottom: -2.8125rem;
	width: 6.25rem;
}

.sub-fv::after {
	bottom: -1.5625rem;
	width: 5rem;
}

.sub-info__content {
	margin-top: 5rem;
}

.sub-info__inspection {
	margin-top: 5rem;
}

.sub-living__excursion {
	margin-top: 7.5rem;
}

.sub-living__meal {
	background-position: center top, 35% bottom;
	background-size: 93.75rem, 93.75rem;
	margin-top: 7.5rem;
	padding-top: 5rem;
}

.sub-living__education {
	margin-top: 5rem;
}

.sub-living__experience {
	margin-top: 7.5rem;
}

.sub-living__event {
	margin-top: 12.5rem;
}

.sub-nursing__policy {
	margin-top: 7.5rem;
}

.sub-nursing__schedule {
	margin-top: 5rem;
}

.sub-recruit__recruit {
	margin-top: 11.25rem;
}

.sub-title-text {
	font-size: 0.8125rem;
}

.sub-title {
	font-size: 1.25rem;
}

.sub-title::after {
	width: 1.875rem;
}

.support__inner.inner {
	max-width: 37.5rem;
}

.support__content-wrap {
	flex-direction: column;
}

.support__text {
	font-size: 1rem;
	margin-top: 2rem;
}

.support__txt {
	font-size: 0.8125rem;
}

.temporary {
	padding-bottom: 9.375rem;
	padding-top: 5rem;
}

.temporary__inner.inner {
	max-width: 37.5rem;
}

.temporary__inner::after {
	bottom: -8.125rem;
	right: 0;
	width: 7.5rem;
}

.temporary__title {
	font-size: 1.125rem;
}

.temporary__text {
	font-size: 0.8125rem;
}

.text-content {
	flex-direction: column;
	row-gap: 2.5rem;
}

.text-content.text-content--reverse {
	flex-direction: column;
}

.text-content__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.text-content__container::before {
	top: -1.875rem;
	width: 6.25rem;
}

.education .text-content__container::before {
	display: none;
}

.experience .text-content__container::before {
	display: none;
}

.text-content__title {
	font-size: 1.125rem;
}

.text-content__text {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.text-content__img {
	left: calc(50% - min(60vw, 62.5rem));
	max-width: 37.5rem;
	top: 0;
	transform: translateY(0) scale(1);
	width: 120%;
}

.text-content--reverse .text-content__img {
	transform: scale(1);
}

.experience .text-content--reverse .text-content__img {
	transform: scale(1);
}

.text-content__img::after {
	bottom: 0.125rem;
	right: -0.5rem;
	transform: scale(-1, 1);
	width: 6.25rem;
}

.meal .text-content__img::after {
	bottom: -1.25rem;
	transform: scale(1, 1);
	width: 7.5rem;
}

.education .text-content__img::before {
	right: 0rem;
	top: 0;
	transform: scale(none);
	width: 2.5rem;
}

.education .text-content__img::after {
	bottom: 0;
	right: -1.25rem;
	transform: scale(none);
	width: 5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
