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

body {
	color: #3C3C3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.pc-only {
	display: none;
}

html {
	font-size: 16px;
}

/* ヘッダー固定した場合、ページ内リンクの遷移先がズレる問題解消 */

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

/* 画面の高さに合わせてフッターを下に広げる */

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	background-color: #F4F9F4;
	margin-top: 60px;
}

footer {
	margin-top: auto;
}

/* ドロワー表示時、 背景を固定してスクロールできないようにする */

body.fixed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

/* pcの電話番号発信対応 */

/* ホバー */

a,
button {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

/* 非表示設定（視覚的に隠しつつスクリーンリーダーでは読み上げられる） */

/* https://gist.github.com/roatnek/c24d5257c4f6d5b1ef0f2328609a0221 */

.visually-hidden {
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.wbr {
	display: inline-block;
}

*,
*::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 {
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%; /* 実機端末を横向きにした際のブラウザの自動拡大をオフ */
	-webkit-text-size-adjust: 100%; /* 上記のSafari用 */
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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 */

/* 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;
}

hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

/* =========================================== */
/* Sidebar */
/* =========================================== */

/* Desktop: always show */
@media (min-width: 1025px) {
  .js-sidebar {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Mobile: hide by default, show when có .is-open */
@media (max-width: 1024px) {
  .js-sidebar {
    display: none;
  }

  .js-sidebar.is-open {
    display: block;
  }
}

/* =========================================== */
/* Sidebar */
/* =========================================== */


/* js-triggerと一緒に使う */

/* =========================================== */

/*                 inview                      */

/* =========================================== */

.inview {
	opacity: 0;
	transform: translateY(30px);
	transition: transform 2s, opacity 2s;
}

.inview.show {
	opacity: 1;
	transform: translateY(0);
}

/* .gm-style-iw-c {
	max-height: 300px !important;
} */

/* =========================================== */

/*                slide-up                     */

/* =========================================== */

.slide-up {
	display: inline-block;
	overflow: hidden;
}

.slide-up * {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}

.slide-up.show * {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: slideInFromBottom;
}

/* =========================================== */

/*               anime-zoom                    */

/* =========================================== */

.anime-zoom__img {
	overflow: hidden;
}

.anime-zoom:hover .anime-zoom__img img {
	transform: scale(1.1, 1.1);
}

.breadcrumb {
	margin-top: 0.875rem;
}

.breadcrumb .breadcrumb__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	gap: 0.5rem;
}

.breadcrumb .breadcrumb__inner .home,
.breadcrumb .breadcrumb__inner .archive,
.breadcrumb .breadcrumb__inner .taxonomy,
.breadcrumb .breadcrumb__inner .post,
.breadcrumb .breadcrumb__inner .current-item {
	font-size: 0.75rem;
}

.breadcrumb .breadcrumb__inner > span {
	word-wrap: break-word;
	flex-shrink: 0;
	max-width: 100%;
	white-space: normal;
}

.breadcrumb .current-item {
	color: #43B14F;
}

.c-btn {
	text-align: center;
}

.c-btn.-width220 a {
	max-width: 13.75rem;
	padding: 0.8125rem 0.75rem 0.8125rem 2.5rem;
}

.c-btn.-width220 a::before {
	width: 3rem;
}

.c-btn.-width220 a::after {
	height: 1.5rem;
	width: 1.5rem;
}

.c-btn.-width160 a {
	max-width: 10rem;
	padding: 0.5rem 0.5rem 0.5rem 1.125rem;
}

.c-btn.-width160 a::before {
	width: 2.3125rem;
}

.c-btn.-width160 a::after {
	height: 1.25rem;
	width: 1.25rem;
}

.c-btn a {
	align-items: center;
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 62.4375rem;
	color: #43B14F;
	display: inline-grid;
	font-size: 1rem;
	font-weight: 700;
	grid-template-columns: 1fr auto;
	line-height: 150%;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.c-btn a::before {
	background-color: #C6E7CA;
	border-radius: 50%;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	z-index: -1;
}

.c-btn a::after {
	background-image: url("../images/icon/icon-arrow-right-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
}

.c-content--layout {
	margin-bottom: 3.75rem;
}

.c-content .c-content__inner > *:last-child {
	margin-bottom: 0;
}

.c-content .c-content__inner ol {
	list-style: decimal;
}

.c-content .c-content__inner ul {
	list-style: disc;
}

.c-content .c-content__inner > ol,
.c-content .c-content__inner > ul {
	margin-bottom: 1.875rem;
}

.c-content .c-content__inner > ol ol,
.c-content .c-content__inner > ol ul,
.c-content .c-content__inner > ul ol,
.c-content .c-content__inner > ul ul {
	padding-left: 0.625rem;
}

.c-content .c-content__inner > ol > li {
	margin-bottom: 1.25rem;
}

.c-content .c-content__inner ol > li,
.c-content .c-content__inner ul > li {
	list-style-position: inside !important;
}

.c-content .c-content__inner ol > li,
.c-content .c-content__inner ul > li {
	font-size: 0.875rem;
	line-height: 1.5em;
}

.c-content .c-content__inner > ol > li > ul ul,
.c-content .c-content__inner > ol > li > ol ul,
.c-content .c-content__inner > ul > li > ul ul,
.c-content .c-content__inner > ul > li > ol ul {
	list-style: circle;
}

.c-content .c-content__inner > p {
	font-size: 0.875rem;
	line-height: 1.5em;
	margin-bottom: 1.25rem;
}

.c-content .c-content__inner > p + h2,
.c-content .c-content__inner > p + h3,
.c-content .c-content__inner > p + h4,
.c-content .c-content__inner > p + figure {
	margin-top: 0.625rem;
}

.c-content a:not(.wp-element-button) {
	-webkit-text-decoration: underline;
	color: #43B14F;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

.c-facility-article-heading {
	grid-gap: 1.25rem;
	display: grid;
	font-size: 1.5rem;
	font-weight: 500;
	gap: 1.25rem;
	grid-template-columns: auto 1fr;
	line-height: 140%;
}

.c-facility-article-heading:before {
	background-color: #43B14F;
	content: "";
	display: block;
	height: 100%;
	width: 0.25rem;
}

.c-heading-fukidashi {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	justify-content: center;
}

.c-heading-fukidashi::before,
.c-heading-fukidashi::after {
	background: #43B14F;
	content: "";
	height: 1.625rem;
	width: 0.125rem;
}

.c-heading-fukidashi::before {
	transform: rotate(-35deg);
}

.c-heading-fukidashi::after {
	transform: rotate(35deg);
}

.c-heading {
	text-align: center;
}

.c-heading__ja {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 0.25rem;
}

.c-heading__en {
	color: #43B14F;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 160%;
	text-transform: uppercase;
}

.c-link {
	-webkit-text-decoration: underline;
	color: #43B14F;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

.c-list.-lg .c-list__item::before {
	top: 1.3em;
}

.c-list.-lg .c-list__item-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.c-list__item {
	border-bottom: 1px solid #43B14F;
	padding: 0.75rem 1.375rem;
	position: relative;
	text-align: left;
}

.c-list__item::before {
	background-color: #F9B700;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.25rem;
	position: absolute;
	top: 1.1em;
	width: 0.5rem;
}

.c-list__item-text {
	font-size: 0.875rem;
	line-height: 140%;
}

.c-tag-area {
	align-items: center;
	background-color: #43B14F;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 1.875rem;
	justify-content: center;
	line-height: 140%;
	width: 5rem;
}

.c-tag-facility-status {
	align-items: center;
	border-radius: 0.375rem;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.75rem;
	justify-content: center;
	max-width: 6.25rem;
	width: 100%;
}

.c-tag-facility-status.-available {
	background-color: #D9EFDB;
	color: #43B14F;
}

.c-tag-facility-status.-contact {
	background-color: rgba(81, 94, 141, 0.5);
	color: #fff;
}

.c-tag-facility-status.-pending {
	background-color: #fff;
	border: 1px solid #919191;
}

.c-tag-service-type {
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 0.375rem;
	color: #F9B700;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.25rem 0.625rem;
	z-index: 10;
}

.c-text {
	font-size: 1rem;
	line-height: 180%;
}

.c-text.-sm {
	font-size: 0.875rem;
}

.c-text.-lg {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
}

.c-text.-center {
	text-align: center;
}

.card-slider__slide {
	display: block;
	position: relative;
}

.card-slider__area {
	position: absolute;
	right: 0.625rem;
	top: -0.625rem;
	z-index: 1;
}

.card-slider__img {
	border-radius: 1.25rem;
	margin-bottom: 0.875rem;
	overflow: hidden;
}

.card-slider__img.-noimage {
	border: 1px solid #EAEAEA;
}

.card-slider__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/225;
	object-fit: cover;
}

.card-slider__service-type {
	margin-bottom: 0.5rem;
}

.card-slider__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.5rem;
	transition: 0.3s;
}

.card-slider__access {
	font-size: 0.875rem;
	line-height: 160%;
	transition: 0.3s;
}

/* =========================================== */

/*                   splide                    */

/* =========================================== */

.card-slider .splide__track {
	padding-top: 0.625rem;
}

.card-slider .splide__arrows {
	justify-content: center;
	margin-top: 0.375rem;
}

.cta {
	background-image: url("../images/cta/cta-bg-sp.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.cta--layout {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.cta .cta__inner {
	text-align: center;
}

.cta__lead,
.cta__heading-ja,
.cta__heading-en {
	color: #fff;
	font-weight: 700;
	line-height: 150%;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.cta__lead {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	margin-bottom: 0.5rem;
}

.cta__heading {
	margin-bottom: 4rem;
}

.cta__heading-ja {
	display: block;
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}

.cta__heading-en {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.cta__list {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
}

.cta__item {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2.5rem 2.3125rem 1.4375rem;
	position: relative;
	text-align: center;
}

.cta__item-icon {
	align-items: center;
	background-color: #43B14F;
	border-radius: 50%;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -1.875rem;
	transform: translateX(-50%);
	width: 3.75rem;
}

.cta__item-icon img {
	width: 1.875rem;
}

.cta__item-icon.-width40 img {
	width: 2.5rem;
}

.cta__item-img {
	height: 6.875rem;
	width: auto;
}

.cta__item-img img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.cta__item-label {
	font-size: 0.875rem;
	line-height: 160%;
	margin-bottom: 0.125rem;
	margin-top: 0.625rem;
}

.cta__item-tel {
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.cta__item-time {
	font-size: 0.75rem;
	line-height: 160%;
}

.cta__item-btn a {
	border: 1px solid #43B14F;
	border-radius: 62.4375rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	width: 15rem;
}

.cta__item-btn.-filled a {
	background-color: #43B14F;
	color: #fff;
}

.cta__item-btn.-outline a {
	color: #43B14F;
}

.facility-article-contact {
	grid-gap: 1.125rem;
	background-color: #F4F9F4;
	border: 6px solid #D9EFDB;
	border-radius: 1.25rem;
	display: grid;
	gap: 1.125rem;
	padding: 2rem;
}

.facility-article-contact__heading {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 1.25rem;
	text-align: center;
}

.facility-article-contact__img {
	margin-left: auto;
	margin-right: auto;
	width: 9.375rem;
}

.facility-article-contact__img img {
	-o-object-fit: cover;
	aspect-ratio: 150/84;
	object-fit: cover;
}

.facility-article-contact__fukidashi {
	font-size: 0.875rem;
	line-height: 160%;
	margin-bottom: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	position: relative;
	text-align: center;
	transform: translateY(22px);
	transition: 0.5s;
	transition-delay: 0.2s;
	width: -moz-fit-content;
	width: fit-content;
}

.facility-article-contact__fukidashi.show {
	opacity: 1;
	transform: translateY(0);
}

.facility-article-contact__fukidashi:before,
.facility-article-contact__fukidashi:after {
	background-image: url("../images/facility-detail/contact-dashed-left.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.25rem;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.facility-article-contact__fukidashi::before {
	left: -1.125rem;
	transform: translateY(-50%);
}

.facility-article-contact__fukidashi:after {
	right: -1.125rem;
	transform: scale(-1, 1) translateY(-50%);
}

.facility-article-contact__buttons {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	text-align: center;
}

.facility-article-contact__button a {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	max-width: 16.9375rem;
	padding: 0.75rem;
	position: relative;
	width: 100%;
}

.facility-article-contact__button a:after {
	-webkit-mask-image: url("../images/icon/icon-arrow-right-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-arrow-right-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.875rem;
	width: 1.5rem;
}

.facility-article-contact__button:last-child a {
	background-color: #F9B700;
}

.facility-article__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem 0.9375rem;
	margin-bottom: 0.75rem;
}

.facility-article__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 1.125rem;
}

.splide {
    visibility: visible;
}

/* =========================================== */

/*                   gallery                   */

/* =========================================== */

.facility-article__gallery {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	margin-bottom: 3.25rem;
}

.facility-article__gallery-img {
	overflow: hidden;
}

.facility-article__gallery-img.-main {
	border-radius: 1.25rem;
}

.facility-article__gallery-img.-main img {
	-o-object-fit: cover;
	aspect-ratio: 620/430;
	object-fit: cover;
}

.facility-article__gallery-img.-thumbnail {
	border-radius: 0.625rem;
}

.facility-article__gallery-img.-thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 77/55;
	object-fit: cover;
}

/* サムネイルの幅を調整 */

.splide__track--nav > .splide__list > .splide__slide {
	width: 100% !important;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: none;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	width: 100% !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: none;
	outline: 4px solid #43B14F;
	outline-offset: -4px;
}

/* サムネイルをグリッド表示 */

#thumbnail-carousel .splide__list {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(4, 1fr);
}

/* =========================================== */

/*                   concept                   */

/* =========================================== */

.facility-article__concept {
	margin-bottom: 2.5rem;
}

.facility-article__concept-heading {
	grid-gap: 0.3125rem;
	align-items: center;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
}

.facility-article__concept-heading-text {
	color: #43B14F;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 150%;
}

.facility-article__concept-heading-img {
	width: 3.125rem;
}

.facility-article__concept-heading-img img {
	-o-object-fit: cover;
	aspect-ratio: 80/80;
	object-fit: cover;
}

.facility-article__concept-list li {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 150%;
	padding-right: 0.5rem;
}

.facility-article__concept-list li::before {
	top: 1.25rem;
}

/* =========================================== */

/*                    info                     */

/* =========================================== */

.facility-article__info {
	margin-bottom: 2.5rem;
}

.facility-article__info-heading {
	margin-bottom: 1.25rem;
}

.facility-article__info-dl {
	border: 1px solid #EAEAEA;
	border-radius: 0.625rem;
	overflow: hidden;
}

.facility-article__info-dt {
	background-color: #F7F7F7;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.5rem 1.125rem;
}

.facility-article__info-dt.-facility-status {
	background-color: #D9EFDB;
}

.facility-article__info-dd {
	font-size: 1rem;
	line-height: 180%;
	padding: 0.5rem 1.125rem;
}

.facility-article__info-dd.-facility-status {
	color: #43B14F;
	font-weight: 500;
}

/* =========================================== */

/*                   contact                   */

/* =========================================== */

.facility-article__contact {
	margin-bottom: 2.5rem;
}

.facility-article__contact.-last {
	margin-bottom: 0;
}

/* =========================================== */

/*                    map                      */

/* =========================================== */

.facility-article__map {
	margin-bottom: 2.5rem;
	scroll-margin-top: 80px;
}

.facility-article__map-heading {
	margin-bottom: 1.25rem;
}

.facility-article__map-container {
	border-radius: 1.25rem;
	overflow: hidden;
}

.facility-article__map-container iframe {
	height: 18.75rem;
	width: 100%;
}

/* =========================================== */

/*                  gallery-2                  */

/* =========================================== */

.facility-article__gallery-2 {
	margin-bottom: 2.5rem;
}

.facility-article__gallery-2-heading {
	margin-bottom: 1.25rem;
}

.facility-article__gallery-2-list {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
}

.facility-article__gallery-2-item {
	border-radius: 1.25rem;
	overflow: hidden;
}

.facility-article__gallery-2-item img {
	-o-object-fit: cover;
	aspect-ratio: 310/210;
	object-fit: cover;
}

/* =========================================== */

/*                   voice                     */

/* =========================================== */

.facility-article__voice {
	margin-bottom: 2.5rem;
}

.facility-article__voice-heading {
	margin-bottom: 1.5rem;
}

.facility-article__voice-list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
}

.facility-article__voice-item {
	grid-gap: 1.125rem;
	border: 1px solid #EAEAEA;
	border-radius: 1.25rem;
	display: grid;
	gap: 1.125rem;
	padding: 2rem 1.125rem;
}

.facility-article__voice-item-img {
	margin-left: auto;
	margin-right: auto;
	width: 5.9375rem;
}

.facility-article__voice-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 1rem;
}

/* =========================================== */

/*                   banner                    */

/* =========================================== */

.facility-article__banner {
	margin-bottom: 2.5rem;
}

.facility-article__banner-heading {
	margin-bottom: 1.5rem;
}

.facility-article__banner-list {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
}

.facility-article__banner-link {
	border-radius: 1.25rem;
	display: block;
	overflow: hidden;
}

.facility-article__banner-link img {
	-o-object-fit: cover;
	aspect-ratio: 478/250;
	object-fit: cover;
}

/* =========================================== */

/*                   feature                   */

/* =========================================== */

.facility-article__feature {
	margin-bottom: 2.5rem;
}

.facility-article__feature-heading {
	margin-bottom: 1.25rem;
}

.facility-item {
	border: 1px solid #43B14F;
	border-radius: 0.625rem;
	position: relative;
}

.facility-item__link {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.facility-item__status-wrap {
	align-items: center;
	background-color: #F7F7F7;
	border-radius: 0.625rem 0.625rem 0 0;
	display: flex;
	gap: 0.5rem;
	padding: 0.5rem 0.875rem;
}

.facility-item__detail {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 1.125rem 0.875rem;
}

.facility-item__detail-wrap {
	grid-gap: 0.375rem 0.875rem;
	border-bottom: 1px solid #D9EFDB;
	display: grid;
	gap: 0.375rem 0.875rem;
	grid-template-columns: auto 1fr;
	margin-bottom: 1.125rem;
	padding-bottom: 1.125rem;
}

.facility-item__area {
	color: #919191;
	font-size: 0.875rem;
	line-height: 140%;
}

.facility-item__thumbnail {
	border-radius: 0.625rem;
	overflow: hidden;
	width: 8.75rem;
}

.facility-item__thumbnail.-no-image {
	border: 1px solid #EAEAEA;
}

.facility-item__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 140/105;
	object-fit: cover;
}

.facility-item__title-wrap {
	grid-gap: 0.375rem;
	align-items: center;
	display: grid;
	gap: 0.375rem;
	justify-content: left;
}

.facility-item__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
}

.facility-item__service-type {
	width: -moz-fit-content;
	width: fit-content;
	z-index: auto;
	z-index: initial;
}

.facility-item__access {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
}

.facility-item__access-address {
	font-size: 0.875rem;
	line-height: 160%;
}

.facility-item__access-map {
	grid-gap: 0.25rem;
	align-items: center;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: repeat(2, auto);
	justify-content: left;
	position: relative;
}

.facility-item__access-map-img {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

.feature__list {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
}

.feature__item-img {
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.25rem;
}

.feature__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 276/230;
	object-fit: cover;
}

.feature__item-title {
	color: #43B14F;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.5rem;
	text-align: center;
}

.feature__item-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
}

.footer {
	background-color: #fff;
	padding-top: 2.5rem;
}

/* =========================================== */

/*                    top                      */

/* =========================================== */

.footer__top {
	grid-gap: 2.9375rem;
	display: grid;
	gap: 2.9375rem;
	margin-bottom: 1.875rem;
}

.footer__corp {
	order: 1;
}

/*
.footer__corp-name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.25rem;
}
*/

.footer__corp-logo {
    width: 10rem;
    height: auto;
    margin-bottom: 12px;
}

.footer__corp-address {
	font-size: 0.875rem;
	line-height: 180%;
}

.footer__nav-items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
}

.footer__nav-item:nth-last-of-type(4),
.footer__nav-item:nth-last-of-type(7),
.footer__nav-item:last-child {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 0.5rem;
	padding-bottom: 1rem;
}

.footer__nav-item a {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 145%;
}

/* 内部リンクの場合 */

/* 外部リンクの場合 */

.footer__nav-item a[target=_blank]::after {
	-webkit-mask-image: url("../images/icon/icon-window-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #F9B700;
	content: "";
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-window-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: 0.3s;
	width: 1.5rem;
}

/* =========================================== */

/*                   bottom                    */

/* =========================================== */

.footer__bottom {
	grid-gap: 1.875rem;
	background-color: #D9EFDB;
	border-radius: 1.25rem 1.25rem 0 0;
	display: grid;
	gap: 1.875rem;
	justify-content: center;
	padding: 1.75rem 2.5rem;
}

.footer__copyright {
	order: 1;
}

.footer__copyright small {
	font-size: 0.75rem;
}

.footer__instagram {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
}

.footer__instagram-img-1 {
	width: 1.5rem;
}

.footer__instagram-img-1 img {
	-o-object-fit: cover;
	aspect-ratio: 24/24;
	object-fit: cover;
}

.footer__instagram-link {
	align-items: center;
	color: #43B14F;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.5625rem;
}

.footer__instagram-link::after {
	background-image: url("../images/icon/icon-insta-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

.form__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.form__field {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	overflow: hidden;
}

.form__field.-message {
	align-items: center;
}

.form__label {
	align-items: center;
	display: flex;
	gap: 1.125rem;
}

.form__required {
	background-color: #E94A4A;
	border-radius: 0.3125rem;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	line-height: 1;
	padding-bottom: 0.3125rem;
	padding-top: 0.1875rem;
	text-align: center;
	width: 2.875rem;
}

.form__data {
	width: 100%;
}

.form__textarea,
.form__select,
.form__input {
	border: 2px solid #EAEAEA;
	border-radius: 0.3125rem;
	color: #3C3C3C;
	font-size: 1rem;
	line-height: 180%;
	padding: 0.4125rem 1rem;
	width: 100%;
}

.form__textarea.wpcf7-not-valid,
.form__select.wpcf7-not-valid,
.form__input.wpcf7-not-valid {
	border-color: #E94A4A;
}

.form__textarea {
	height: 12.5rem;
}

.form__textarea::-moz-placeholder,
.form__input::-moz-placeholder {
	color: #CCCCCC;
}

.form__textarea::placeholder,
.form__input::placeholder {
	color: #CCCCCC;
}

.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/icon/icon-arrow-down-24.svg");
	background-position: right 0.6875rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem auto;
}

.form__file {
	color: #3C3C3C;
	font-size: 1rem;
	line-height: 180%;
}

.form__file::file-selector-button {
	background: #EAEAEA;
	border: none;
	border-radius: 0.25rem;
	color: #3C3C3C;
	font-size: 1rem;
	margin-right: 0.75rem;
	padding: 0.125rem 0.75rem 0.1875rem;
}

.form__submit-button {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	justify-content: center;
}

.form__btn,
.form__btn--back {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	min-width: 12.5rem;
	padding: 0.75rem 1.75rem;
}

.form__btn--back {
	background-color: #CCCCCC;
}

#login h1 a {
	-webkit-mask-image: url("../images/icon/icon-arrow-right-1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #330000;
	background-size: 100% auto;
	content: "";
	display: inline-block;
	height: auto;
	mask-image: url("../images/icon/icon-arrow-right-1.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

/* =========================================== */

/*                 auto fill                   */

/* =========================================== */

input:-webkit-autofill {
	-webkit-text-fill-color: #3C3C3C !important;
	box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
}

input:-webkit-autofill:focus {
	caret-color: 0px 0px 20px rgba(0, 0, 0, 0.5) !important;
}

/* =========================================== */

/*                     CF7                     */

/* =========================================== */

/* 確認画面 */

.custom-cf7e-confirm .form__required {
	display: none;
}

.custom-cf7e-confirm .form__textarea,
.custom-cf7e-confirm .form__select,
.custom-cf7e-confirm .form__input {
	-webkit-box-shadow: none !important;
	background-color: #F7F7F7 !important;
	box-shadow: none !important;
}

.custom-cf7e-confirm .form__textarea,
.custom-cf7e-confirm .form__select,
.custom-cf7e-confirm .form__input {
	border: none;
}

.custom-cf7e-confirm .form__select {
	background-image: none;
	opacity: 1;
}

.custom-cf7e-confirm .form__file + .wpcf7-form-control {
	background-color: #F7F7F7;
	border-radius: 0.3125rem;
	color: #3C3C3C;
	line-height: 180%;
	padding: 0.4125rem 1rem;
	width: 100%;
}

.custom-cf7e-confirm input:-internal-autofill-selected {
	-webkit-text-fill-color: #3C3C3C !important;
	box-shadow: 0 0 0 1000px rgb(247, 247, 247) inset !important;
}

/* validation */

.wpcf7-not-valid-tip {
	color: #E94A4A;
	font-size: 1rem;
	line-height: 180%;
	margin-top: 0.125rem;
}

.wpcf7 form .wpcf7-response-output {
	border-radius: 0.3125rem;
	color: #3C3C3C;
	font-size: 1rem;
	line-height: 180%;
	margin-left: auto;
	margin-right: auto;
	max-width: 44.375rem;
	padding: 0.5rem 1.125rem;
}

/* spinner */

.wpcf7-spinner {
	display: none;
}

.grecaptcha-badge {
	bottom: 5.625rem !important;
}

/* =========================================== */

/*                   Header                    */

/* =========================================== */

.header {
	background-color: #fff;
	height: 3.75rem;
	position: fixed;
	width: 100%;
	z-index: 200;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	height: inherit;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.header__logo {
	display: block;
	height: 100%;
	width: 11.25rem;
}

.header__logo-link {
	align-items: center;
	display: flex;
	height: 100%;
}

.header__logo-link:hover {
	opacity: 1;
}

.header__logo-link img {
	aspect-ratio: 220/38;
}

.header__pc-nav,
.header__external {
	display: none;
}

.header__bottom {
	display: none;
}

.header__tel {
	grid-gap: 0.15625rem;
	align-items: center;
	color: #1A2225;
	display: grid;
	font-size: 1.625rem;
	font-weight: 500;
	gap: 0.15625rem;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	padding-right: 2.03125rem;
}

.header__tel:before {
	background-image: url("../images/icon/icon-phone-30.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.875rem;
	width: 1.875rem;
}

.header__reception-hours {
	color: #484848;
	font-size: 0.875rem;
}

/* =========================================== */

/*                  External                   */

/* =========================================== */

.header__external-item {
	flex-shrink: 0;
}

.header__external-item a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.5rem;
	height: 100%;
	line-height: 160%;
}

.header__external-item a::after {
	-webkit-mask-image: url("../images/icon/icon-window-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #F9B700;
	content: "";
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-window-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: 0.3s;
	width: 1.5rem;
}

/* =========================================== */

/*                  PC Header                  */

/* =========================================== */

.header__pc-nav-item {
	flex-shrink: 0;
}

.header__pc-nav-item:not(:last-child) a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.04em;
	line-height: 140%;
	position: relative;
}

/* お問い合わせ */

.header__pc-nav-item:last-child a {
	align-items: center;
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 150%;
	padding: 0.5rem 1.5rem 0.5rem 1.5625rem;
}

.header__pc-nav-item:last-child a::before {
	-webkit-mask-image: url("../images/icon/icon-mail-white-16.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.0625rem;
	mask-image: url("../images/icon/icon-mail-white-16.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1rem;
}

/* =========================================== */

/*                  SP Header                  */

/* =========================================== */

.header__drawer {
	background-color: #F4F9F4;
	display: none;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.header__sp-nav-items {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	min-height: 31.25rem;
}

.header__sp-nav-item {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.header__sp-nav-item:not(:last-child) a {
	align-items: flex-end;
	border-bottom: 1px solid #E2E2E2;
	display: grid;
	font-size: 1rem;
	font-weight: 500;
	grid-template-columns: 1fr auto;
	letter-spacing: 0.04em;
	line-height: 140%;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
}

/* 内部リンクの場合 */

.header__sp-nav-item:not(:last-child) a:not([target=_blank]):after {
	background-image: url("../images/icon/icon-arrow-right-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

/* 外部リンクの場合 */

.header__sp-nav-item:not(:last-child) a[target=_blank]:after {
	background-image: url("../images/icon/icon-window-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

/* 最後 */

.header__sp-nav-item:last-child {
	margin-top: 3.125rem;
	text-align: center;
}

.header__sp-nav-item:last-child a {
	align-items: center;
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-grid;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.75rem;
	grid-template-columns: auto 1fr;
	line-height: 150%;
	padding: 0.75rem 2.75rem;
}

.header__sp-nav-item:last-child a:before {
	background-image: url("../images/icon/icon-mail-white-30.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.875rem;
	width: 1.875rem;
}

.header__drawer-box {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	margin-top: 1.625rem;
	text-align: center;
}

/* =========================================== */

/*                 Hamburger                   */

/* =========================================== */

.header__hamburger {
	color: #43B14F;
	display: block;
	height: inherit;
	margin-left: auto;
	max-width: 2.5rem;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 50;
}

.header__hamburger:hover {
	opacity: 1;
}

.header__hamburger span {
	background-color: currentColor;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: 0.5s;
	width: 2rem;
}

.header__hamburger span:nth-of-type(2) {
	top: -0.4375rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.3125rem;
	width: 1.5rem;
}

.header__hamburger.is-open span {
	width: 2.375rem;
}

.header__hamburger.is-open span:nth-of-type(2) {
	top: 0.125rem;
	transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: 0rem;
	transform: rotate(-45deg);
}

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

.page-top {
	bottom: 1.875rem;
	color: #fff;
	position: fixed;
	right: 0.75rem;
	z-index: 150;
}

.page-top__link {
	align-items: center;
	background-color: #43B14F;
	border-radius: 50%;
	content: "";
	display: inline-flex;
	flex-direction: column;
	gap: 0.0625rem;
	height: 2.5rem;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	width: 2.5rem;
}

.page-top__link::before {
	-webkit-mask-image: url("../images/icon/icon-arrow-up-white-26.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.3125rem;
	mask-image: url("../images/icon/icon-arrow-up-white-26.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: 0.3s;
	width: 1.3125rem;
}

.pagination .nav-links,
.pagination .page-links {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	display: none;
}

.pagination .page-numbers,
.pagination .post-page-numbers {
	align-items: center;
	background-color: #D9EFDB;
	border-radius: 50%;
	color: #43B14F;
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	height: 2.375rem;
	justify-content: center;
	line-height: 100%;
	width: 2.5rem;
}

.pagination .page-numbers.dots,
.pagination .post-page-numbers.dots {
	align-items: end;
	color: #E2E2E2;
	width: 0.75rem;
}

.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
	background-color: #43B14F;
	color: #fff;
}

.pagination .page-numbers.dots {
	background-color: transparent;
	background-color: initial;
}

.pickup__inner {
	background-color: #fff;
	border-radius: 1.25rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.pickup__heading {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 150%;
	margin-bottom: 0.875rem;
	text-transform: uppercase;
}

.pickup__container .splide__arrows {
	padding-right: 2.375rem;
}

.js-sidebar {
	display: none;
}

.sidebar__close-btn {
	height: 2.5rem;
	padding: 0;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	width: 2.5rem;
}

.sidebar__close-btn span {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	display: block;
	height: 0.125rem;
	position: absolute;
	width: 2.375rem;
}

.sidebar__close-btn span:first-child {
	rotate: 45deg;
}

.sidebar__close-btn span:last-child {
	rotate: -45deg;
}

.sidebar__inner {
	background-color: #FBF5E4;
	border-radius: 0.625rem;
	padding: 1.5rem 1.125rem 2.5rem;
}

.sidebar__form {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
}

.sidebar__heading {
	grid-gap: 0.5625rem;
	align-items: center;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5625rem;
	grid-template-columns: auto auto;
	justify-content: center;
	line-height: 140%;
	margin-bottom: 0.875rem;
	padding-right: 2.4375rem;
}

.sidebar__heading img {
	height: 1.875rem;
	width: 1.875rem;
}

.sidebar__filter-list {
	grid-gap: 0.625rem;
	background-color: #fff;
	border-radius: 0.625rem;
	display: grid;
	gap: 0.625rem;
	padding: 0.875rem;
}

.sidebar__filter-list + .sidebar__filter-list {
	margin-top: 0.875rem;
}

.sidebar__filter-label {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: auto 1fr;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	word-break: auto-phrase; /* チェックボックス、ラジオボタン共通 */ /* チェックボックス */ /* ラジオボタン */
}

.sidebar__filter-label.-parent {
	font-size: 1rem;
	font-weight: 500;
}

.sidebar__filter-label small {
	font-size: 0.75rem;
}

.sidebar__filter-label input[type=checkbox],
.sidebar__filter-label input[type=radio] {
	border: 1px solid #43B14F;
	cursor: pointer;
	display: inline-block;
	height: 1.375rem;
	margin: 0;
	position: relative;
	width: 1.375rem;
}

.sidebar__filter-label input[type=checkbox] {
	border-radius: 0.25rem;
}

.sidebar__filter-label input[type=checkbox]:checked:before {
	background-color: #43B14F;
	background-image: url("../images/icon/icon-checked-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0.25rem;
	content: "";
	content: "";
	display: inline-block;
	height: inherit;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: inherit;
}

.sidebar__filter-label input[type=radio] {
	border-radius: 50%;
}

.sidebar__filter-label input[type=radio]:checked:before {
	background-color: #43B14F;
	border-radius: 50%;
	content: "";
	height: 70%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
}

.sidebar__search-input {
	border: 1px solid #43B14F;
	border-radius: 0.25rem;
	padding: 0.25rem;
	width: 100%;
	font-size: 0.875rem;
}

.sidebar__filter-child-list {
	border-top: 1px solid #EAEAEA;
	margin-top: 0.25rem;
	padding-top: 0.25rem;
}

.sidebar__filter-submit {
	text-align: center;
}

.sidebar__filter-submit button {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.75rem 0.875rem;
	position: relative;
	width: 11.875rem;
}

.sidebar__filter-submit button::after {
	-webkit-mask-image: url("../images/icon/icon-search-right-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: block;
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-search-right-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.splide:not(.is-overflow) .splide__arrows {
	display: none;
}

.splide__arrows {
	display: flex;
	gap: 1.125rem;
}

.splide__arrows .splide__arrow {
	background-color: #fff;
	border: 1px solid #43B14F;
	height: 2.1875rem;
	opacity: 1;
	position: static;
	transform: none;
	transform: initial;
	width: 2.1875rem;
}

.splide__arrows .splide__arrow:disabled {
	background-color: #F4F9F4;
	cursor: auto;
	opacity: 0.6;
}

.splide__arrows .splide__arrow svg {
	display: none;
}

.splide__arrows .splide__arrow::before {
	-webkit-mask-image: url("../images/icon/icon-arrow-right-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #43B14F;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url("../images/icon/icon-arrow-right-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.25rem;
}

.splide__arrows .splide__arrow--prev::before {
	transform: rotate(-180deg);
}

.splide__arrows.splide__arrows--rtl .splide__arrow::before {
	-webkit-mask-image: url("../images/icon/icon-arrow-left-24.svg");
	mask-image: url("../images/icon/icon-arrow-left-24.svg");
}

.splide__pagination {
	gap: 0.6875rem;
}

.splide__pagination .splide__pagination__page {
	background-color: #EAEAEA;
	height: 0.375rem;
	margin-left: 0.0625rem;
	margin-right: 0.0625rem;
	opacity: 1;
	width: 0.375rem;
}

.splide__pagination .splide__pagination__page.is-active {
	background-color: #43B14F;
}

.sub-mv--layout {
	margin-bottom: 3.75rem;
}

.sub-mv__inner {
	position: relative;
}

.sub-mv__container {
	position: relative;
}

.sub-mv__img {
	background-color: #43B14F;
	height: 11.25rem;
	width: 100%;
}

.sub-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1920/473;
	height: 100%;
	object-fit: cover;
}

.sub-mv__img-empty {
	height: 100%;
}

.sub-mv__title-wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sub-mb__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
}

.sub-mb__title--img-empty {
	color: #F9B700;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
}

.subpage-buttons {
	background-image: url("../images/common/logo-mark-1.webp");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 8.625rem 8.3125rem;
}

.subpage-buttons--layout {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.subpage-buttons__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	justify-content: center;
}

.subpage-buttons__item {
	order: var(--order);
	position: relative;
}

.subpage-buttons__item::before {
	background-color: #D9EFDB;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	height: 4.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18.75rem;
}

.subpage-buttons__item-btn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #43B14F;
	border-radius: 62.4375rem;
	color: #43B14F;
	display: grid;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.8125rem;
	line-height: 140%;
	padding-left: 1.375rem;
	position: relative;
	text-align: center;
	width: 17.5625rem;
	z-index: 1;
}

.subpage-buttons__item-btn:after {
	background-image: url("../images/icon/icon-arrow-right-24.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.125rem;
	position: absolute;
	right: 0.9375rem;
	width: 1.125rem;
}

.subpage-buttons__item-btn-img {
	position: absolute;
}

.subpage-buttons__item-btn-img.-about {
	bottom: -0.4375rem;
	left: 0.625rem;
	width: 3.5rem;
}

.subpage-buttons__item-btn-img.-day {
	bottom: -0.3125rem;
	left: 1.25rem;
	width: 3.25rem;
}

.subpage-buttons__item-btn-img.-use {
	bottom: -0.4375rem;
	left: 0.75rem;
	width: 3.25rem;
}

.about {
	overflow: hidden;
}

.about p.about__text.c-text.-sm.-pc-center {
    margin-bottom: 1rem;
}

.about--layout {
	margin-bottom: 2.875rem;
	margin-top: 3.125rem;
}

.about__inner {
	position: relative;
}

.about__heading {
	margin-bottom: 1.5625rem;
}

.about__copy {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 170%;
	margin-bottom: 1.125rem;
	text-align: center;
}

.about__text {
	letter-spacing: 0.02em;
	margin-bottom: 1rem;
}

.about__img-1 {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	max-width: 22.1875rem;
}

.about__img-2 {
	display: none;
}

.certificate--layout {
	margin-bottom: 5.625rem;
	margin-top: 3.125rem;
}

.certificate__heading {
	margin-bottom: 2.5rem;
}

.certificate__container {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2rem 1.125rem;
}

.certificate__container + .certificate__container {
	margin-top: 2.125rem;
}

.certificate__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 1rem;
	text-align: center;
}

.certificate__title-sub {
	background-color: #D9EFDB;
	border-radius: 0.625rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0.9375rem;
	margin-top: 1.875rem;
	padding: 0.625rem 0.75rem;
	text-align: center;
	width: 100%;
}

.certificate__item {
	border-bottom: 1px solid #D9EFDB;
	grid-template-columns: auto 1fr;
	padding-bottom: 0.75rem;
	padding-left: 1.375rem;
	padding-top: 0.75rem;
	position: relative;
}

.certificate__item::before {
	background-color: #F9B700;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.25rem;
	position: absolute;
	top: 1.3125rem;
	width: 0.5rem;
}

.certificate__item-content {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 140%;
}

.certificate__item-content small {
	font-size: 0.75rem;
}

.certificate__item-text {
	line-height: 140%;
	margin-top: 0.25rem;
}

.certificate__info {
	grid-gap: 0.75rem;
	background-color: #F7F7F7;
	border-radius: 1.25rem;
	display: grid;
	gap: 0.75rem;
	margin-top: 1.5625rem;
	padding: 1.5rem 1.125rem;
}

.certificate__info-wrap + .certificate__info-wrap {
	margin-top: 1.25rem;
}

.certificate__info-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
}

.certificate__info-text-lg {
	margin-bottom: 0.25rem;
}

.certificate__info-link {
	display: inline-block;
	font-size: 1rem;
	line-height: 180%;
	margin-top: 0.25rem;
}

.certificate__info-dl {
	grid-gap: 0.25rem 0;
	display: grid;
	gap: 0.25rem 0;
	grid-template-columns: 5.625rem 1fr;
	width: 100%;
}

.certificate__info-dt {
	line-height: 140%;
}

.certificate__info-dd {
	line-height: 140%;
}

.certificate__info-note {
	color: #E94A4A;
	font-size: 0.75rem;
	line-height: 160%;
}

.certificate__info-list {
	margin-top: 0.25rem;
	padding-left: 1.5rem;
}

.certificate__info-item {
	font-size: 1rem;
	line-height: 180%;
	list-style-type: disc;
}

.certificate__text-lg {
	margin-bottom: 0.5rem;
	margin-top: 1.5625rem;
}

.certificate__text + .certificate__text {
	margin-top: 1rem;
}

.contact-thanks {
	overflow: hidden;
}

.contact-thanks--layout {
	padding-bottom: 5.625rem;
	padding-top: 3.125rem;
}

.contact-thanks__heading {
	margin-bottom: 1.875rem;
}

.contact-thanks__container {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 3.125rem 1.125rem;
	position: relative;
}

.contact-thanks__title {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 1.25rem;
	text-align: center;
}

.contact-thanks__text {
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-thanks__btn {
	text-align: center;
}

.contact-thanks__btn a {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.75rem 1.75rem;
}

.contact-thanks__img {
	bottom: -3.4375rem;
	height: 5rem;
	position: absolute;
	right: 0.5625rem;
	width: 5rem;
}

.contact-thanks__img.show {
	animation: moveBack 1s ease-in-out forwards;
}

.contact--layout {
	margin-bottom: 5.625rem;
	margin-top: 3.125rem;
}

.contact__heading {
	margin-bottom: 1.875rem;
}

.contact__text {
	margin-bottom: 0.875rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.contact__line {
	margin-bottom: 1.875rem;
	text-align: center;
}

.contact__line-link {
	display: inline-block;
	max-width: 20.875rem;
}

.contact__container {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2rem 1.125rem 2.5rem;
}

.contact .wpcf7 form .wpcf7-response-output {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.day--layout {
	margin-top: 3.125rem;
}

.day__wrap {
	margin-bottom: 3.125rem;
	position: relative;
}

.day__img {
	bottom: -4.75rem;
	position: absolute;
	right: 1.25rem;
	width: 5rem;
}

.day__img img {
	-o-object-fit: cover;
	aspect-ratio: 93/77;
	object-fit: cover;
}

.day__heading {
	margin-bottom: 1.5625rem;
}

.day__text {
	letter-spacing: 0.1em;
}

.day__container {
	grid-gap: 2.5rem;
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	gap: 2.5rem;
	padding: 2rem 0.75rem 0;
}

.download--layout {
	margin-bottom: 5.625rem;
	margin-top: 3.125rem;
}

.download__heading {
	margin-bottom: 1.875rem;
}

.download__text {
	margin-bottom: 2.5rem;
}

.download__container {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 1.125rem;
}

.download__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
}

.download__item {
	grid-gap: 0.75rem;
	background-color: #FBF5E4;
	border-radius: 0.625rem;
	display: grid;
	gap: 0.75rem;
	padding: 1.5rem 2.125rem;
	text-align: center;
}

.download__item-title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 140%;
}

.download__item-wrap {
	grid-gap: 1.25rem;
	border-top: 1px solid #43B14F;
	display: grid;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.25rem;
	width: 13.75rem;
}

.download__item-link {
	align-items: center;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	line-height: 150%;
}

.download__item-link::after {
	-webkit-mask-image: url("../images/icon/icon-window-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-window-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.5rem;
}

.error {
	overflow: hidden;
}

.error--layout {
	padding-bottom: 5.625rem;
	padding-top: 3.125rem;
}

.error__heading {
	margin-bottom: 2.125rem;
}

.error__container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.error__text {
	line-height: 200%;
	margin-bottom: 3.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.error__img {
	margin-left: auto;
	margin-right: auto;
	width: 6.25rem;
}

.error__img img {
	-o-object-fit: cover;
	aspect-ratio: 100/170;
	object-fit: cover;
}

.error__btn {
	text-align: center;
}

.error__btn a {
	background-color: #43B14F;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.75rem 1.75rem;
}

.facility-detail {
	overflow: hidden;
}

.facility-detail--layout {
	margin-bottom: 3.125rem;
	margin-top: 1.875rem;
}

.facility-detail__container {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-bottom: 1.25rem;
	padding: 2rem 1.25rem;
}

.facility-group--layout {
	margin-bottom: 3.75rem;
}

.facility-group__container {
	position: relative;
}

/* =========================================== */

/*                   heading                   */

/* =========================================== */

.facility-group__heading {
	display: contents;
}

.facility-group__heading-text {
	display: none;
}

.facility-group__heading-count {
	color: #43B14F;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 160%;
	margin-bottom: 1.5625rem;
}

.facility-group__heading-count small {
	font-size: 0.875rem;
	font-weight: 400;
}

/* =========================================== */

/*                 filter-btn                  */

/* =========================================== */

.facility-group__filter-btn {
	grid-gap: 0.5rem;
	align-items: center;
	background-color: #FBF5E4;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.15);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: auto 1fr;
	margin-bottom: 0.25rem;
	padding: 0.46875rem 1rem;
	position: absolute;
	right: 0.25rem;
	top: -0.3125rem;
}

/* =========================================== */

/*                   header                    */

/* =========================================== */

.facility-group__header-list {
	display: none;
}

.facility-group__header-item {
	font-size: 0.875rem;
	font-weight: 500;
}

/* =========================================== */

/*                   content                   */

/* =========================================== */

.facility-group__content-list {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.875rem;
}

.facility-group__content-text {
	margin-top: 1rem;
}

.facility-nearby__sp-container {
	background-color: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 3.75rem;
	padding-top: 2rem;
}

.facility-nearby__heading {
	margin-bottom: 2.125rem;
}

.facility-nearby__container {
	padding-left: 2.375rem;
}

.facility-nearby__container .splide__arrows {
	padding-right: 2.375rem;
}

.facility--layout {
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
}

.facility__heading {
	margin-bottom: 2.5rem;
}

.facility__pickup {
	margin-bottom: 2.5rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

#map.facility__map {
	border-radius: 1.25rem;
	height: 360px;
}

.gh-target--layout {
	background-color: #fff;
	padding-bottom: 6.5rem;
	padding-top: 3.75rem;
}

.gh-target__wrap {
	border: 0.375rem solid #D9EFDB;
	border-radius: 1.25rem;
	padding-top: 1.5rem;
	position: relative;
}

.gh-target__heading {
	margin-bottom: 0.75rem;
	text-align: center;
}

.gh-target__heading-sub {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 140%;
}

.gh-target__heading-main {
	color: #43B14F;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
}

.gh-target__container {
	background-color: #D9EFDB;
	padding: 0.875rem 1.125rem 0.5rem;
}

.gh-target__list {
	display: grid;
}

.gh-target__list li:last-child {
	border-bottom: none;
}

.gh-target__img-1 {
	bottom: -4.875rem;
	position: absolute;
	right: -1rem;
	width: 6.25rem;
}

.gh-target__img-1 img {
	-o-object-fit: cover;
	aspect-ratio: 161/231;
	object-fit: cover;
}

.gh-target__img-2 {
	display: none;
}

.gh-target__img-2 img {
	-o-object-fit: cover;
	aspect-ratio: 110/371;
	object-fit: cover;
}

.living-overview--layout {
	overflow: hidden;
	padding-bottom: 3.125rem;
}

.living-overview__list {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
}

.living-overview__item {
	display: grid;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
}

.living-overview__item-main-img {
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.living-overview__item-main-img.-day {
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}

.living-overview__item-main-img.-use {
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.living-overview__item-main-img img {
	-o-object-fit: cover;
	aspect-ratio: 335/300;
	object-fit: cover;
}

.living-overview__item-container {
	display: contents;
}

.living-overview__item-wrap {
	display: contents;
}

.living-overview__item-heading {
	margin-bottom: 1.25rem;
	order: -1;
}

.living-overview__item-text {
	margin-bottom: 1.5rem;
}

.living-overview__item-illust-img.-day {
	justify-self: end;
	margin-right: -1.25rem;
	width: 4.375rem;
}

.living-overview__item-illust-img.-day img {
	-o-object-fit: cover;
	aspect-ratio: 110/91;
	object-fit: cover;
}

.living-overview__item-illust-img.-use {
	margin-left: -1.25rem;
	width: 5rem;
}

.living-overview__item-illust-img.-use img {
	-o-object-fit: cover;
	aspect-ratio: 130/82;
	object-fit: cover;
}

.mv--layout {
	margin-bottom: 2.5rem;
}

.mv__splide-img img {
	image-rendering: -webkit-optimize-contrast;
}

/* =========================================== */

/*                   splide                    */

/* =========================================== */

.splide__arrows .mv__splide-arrow--prev {
	left: 2.75rem;
}

.splide__arrows .mv__splide-arrow--next {
	right: 2.75rem;
}

.splide__arrows .mv__splide-arrow--prev::before,
.splide__arrows .mv__splide-arrow--next::before {
	background-color: #fff;
	height: 1.5rem;
	width: 1.5rem;
}

.pending {
	background-color: #fff;
	padding-bottom: 5.625rem;
	padding-top: 3.75rem;
}

.pending__container {
	border: 0.375rem solid #D9EFDB;
	border-radius: 1.5rem;
	padding: 2.125rem 1rem 1rem;
}

.pending__heading {
	color: #43B14F;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 1.625rem;
}

.pending__heading.c-heading-fukidashi {
	gap: 0.8125rem;
}

.pending__move-btn {
	grid-gap: 2.5rem;
	align-items: center;
	background-color: #fff;
	border-radius: 1.125rem;
	box-shadow: 0 4px 0 rgba(67, 177, 79, 0.5);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: auto 4.375rem;
	height: 5.625rem;
	justify-content: right;
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.9375rem;
	position: relative;
	text-align: center;
	width: 100%;
}
/*
.pending__move-btn::before {
	background-image: url("../images/facility/illust-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.125rem;
	left: 0.8125rem;
	position: absolute;
	width: 3.125rem;
}

.pending__move-btn::after {
	background-image: url("../images/facility/illust-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.0625rem;
	content: "";
	display: inline-block;
	height: 4.5625rem;
	position: absolute;
	right: 2.6875rem;
	width: 4.375rem;
}
*/

.pending__move-btn-text {
	color: #43B14F;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 150%;
}

.pending__move-btn-num {
	display: inline-block;
	font-size: 2.25rem;
	line-height: 100%;
	vertical-align: text-bottom;
}

/*
.pending__move-btn-arrow-right {
	background-color: #D9EFDB;
	border-radius: 0 1.125rem 1.125rem 0;
	height: 100%;
	position: relative;
}

.pending__move-btn-arrow {
	position: absolute;
	right: 1.1875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}
*/

.pending__list {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	position: relative;
}

.pending__list::before {
	background-image: url("../images/facility/illust-3.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5.75rem;
	position: absolute;
	right: -1.75rem;
	top: -1.8125rem;
	width: 6.25rem;
}

.pending__item {
	background-color: #FBF5E4;
	border-radius: 1.25rem;
	padding: 1.75rem 1rem 1.875rem;
}

.pending__item.-odd {
	background-color: #F4F9F4;
}

.pending__item.-odd .pending__item-heading::before {
	background-image: url("../images/facility/illust-5.webp");
}

.pending__item-heading {
	align-items: center;
	display: inline-grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, auto);
	margin-bottom: 1.5rem;
	padding-left: 3.5625rem;
	position: relative;
}

.pending__item-heading::before {
	background-image: url("../images/facility/illust-4.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.3125rem;
	left: -0.3125rem;
	position: absolute;
	top: 14%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.pending__item-heading-date {
	color: #515E8D;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 140%;
}

.pending__item-heading-date small {
	font-size: 0.875rem;
}

.pending__item-heading-open {
	color: #F9B700;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 130%;
}

.pending__item-heading-open::after {
	background-color: currentColor;
	border-radius: 3px;
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

.pending__item-posts {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
}

.pending__item-post {
	grid-gap: 0.75rem;
	align-items: center;
	border-bottom: 1px solid #43B14F;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr auto;
	padding-bottom: 0.5rem;
	position: relative;
}

.pending__item-post-link {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.pending__item-post-box {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
}

.pending__item-post-arrow {
	width: 1.5rem;
}

.pending__item-post-arrow img {
	-o-object-fit: cover;
	aspect-ratio: 24/24;
	object-fit: cover;
}

.policy--layout {
	padding-bottom: 5rem;
	padding-top: 7.5rem;
	position: relative;
}

.policy__inner {
	text-align: center;
}

.policy__content {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	text-align: left;
}

/* =========================================== */

/*                   自由記述                    */

/* =========================================== */

.policy__content h2 {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
	margin-top: 2rem;
}

.policy__content h3,
.policy__content h4 {
	margin-top: 1.5rem;
}

.policy__content li {
	list-style-position: inside;
	list-style-type: "・";
	padding-left: 1.375rem;
	text-indent: -1.375rem;
}

.policy__content li::marker {
	letter-spacing: 0.2em;
}

.policy__content p,
.policy__content li {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 180%;
}

.policy__content a {
	-webkit-text-decoration: underline;
	color: #43B14F;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

.service {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 1.4375rem;
}

/* =========================================== */

/*                    top                      */

/* =========================================== */

.service__top {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	padding-top: 3.75rem;
}

.service__top-box {
	text-align: center;
}

.service__heading {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 140%;
	margin-bottom: 0.875rem;
}

.service__copy {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 140%;
	margin-bottom: 1.5rem;
}

.service__features {
	grid-gap: 1.0625rem;
	align-items: center;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.service__features-title {
	border: 1px solid currentColor;
	border-radius: 0.5rem;
	color: #43B14F;
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
	padding: 0.625rem;
}

.service__features-content {
	color: #43B14F;
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
	text-align: left;
}

.service__features-content small {
	font-size: 0.75rem;
	vertical-align: text-bottom;
}

#service-splide-1,
#service-splide-2 {
	z-index: 1;
}

#service-splide-1 {
	margin-right: calc(50% - 50vw);
}

#service-splide-1-track,
#service-splide-2-track {
	margin-bottom: 1rem;
}

.service__slide {
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
}

.service__slide-gradation {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.43%, rgba(146, 146, 146, 0.279221) 41.12%, rgba(60, 60, 60, 0.5) 100%);
	bottom: 0;
	height: 5rem;
	position: absolute;
	width: 100%;
}

.service__slide-title {
	bottom: 0.875rem;
	color: #fff;
	font-size: 0.875rem;
	line-height: 140%;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* =========================================== */

/*                   bottom                    */

/* =========================================== */

.service__bottom {
	background-color: #F4F9F4;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: -11.8125rem;
	padding-bottom: 3.75rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 15rem;
}

.service__about {
	position: relative;
}

.service__about-title {
	color: #43B14F;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 140%;
	margin-bottom: 1.625rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.service__about-title::before {
	background-image: url("../images/about/service-about-title-img-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.5rem;
	left: -2.6875rem;
	position: absolute;
	width: 2.875rem;
}

.service__about-wrap {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin-bottom: 3.125rem;
}

.service__about-list {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
}

.service__about-item {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
}

.service__about-item-title {
	background-color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 150%;
	padding: 0.25rem;
	text-align: center;
	width: 100%;
}

.service__about-item-title small {
	color: #43B14F;
	font-size: 0.625rem;
	margin-left: 0.1875rem;
	vertical-align: bottom;
}

.service__about-note {
	color: #43B14F;
	font-size: 0.75rem;
	line-height: 160%;
	margin-top: 1rem;
}

.service__about-img-1 {
	justify-self: center;
	width: 16.25rem;
}

.service__about-fukidashi {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 1.125rem;
}

.service__about-img-2 {
	bottom: -5.1875rem;
	left: calc(50% - 7.75rem);
	position: absolute;
	transform: translateX(-50%);
	width: 6rem;
}

.service__about-img-2 img {
	-o-object-fit: cover;
	-o-object-position: center top;
	aspect-ratio: 96/100;
	object-fit: cover;
	object-position: center top;
}

/* =========================================== */

/*                   reverse                   */

/* =========================================== */

.service__item.-reverse .service__about-img-2 {
	bottom: -4.75rem;
	left: auto;
	left: initial;
	right: calc(50% - 8.5rem);
	transform: translateX(50%);
	width: 6.25rem;
}

.service__item.-reverse .service__about-img-2 img {
	aspect-ratio: 100/100;
}

.top-about {
	background-image: url("../images/top/about-bg.webp");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 8.125rem 8.25rem;
}

.top-about--layout {
	background-color: #fff;
	margin-bottom: 3.125rem;
	padding-bottom: 4.375rem;
	padding-top: 3.75rem;
}

.top-about__heading {
	margin-bottom: 2.875rem;
}

.top-about__feature {
	margin-bottom: 2.5rem;
}

/* =========================================== */

/*                   instagram                 */

/* =========================================== */

.instagram {
	background-color: #fff;
}

.instagram--layout {
	margin-bottom: 3.125rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.instagram__heading {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 1.125rem;
	align-items: center;
	display: flex;
	gap: 1.125rem;
}

.instagram__heading::before,
.instagram__heading::after {
	background: #43B14F;
	content: "";
	height: 1.625rem;
	width: 0.125rem;
}

.instagram__heading::before {
	transform: rotate(-35deg);
}

.instagram__heading::after {
	transform: rotate(35deg);
}

.instagram__button-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.instagram__button {
	display: flex;
	align-items: center;
	border: 1px solid #2BA84A;
	color: #2BA84A;
	background: #fff;
	border-radius: 30px;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.instagram__icon {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.instagram__icon_2 {
	margin-left: 6px;
	width: 18px;
	height: 18px;
}

@media (max-width: 768px) {
	.instagram__button-wrap {
		justify-content: center;
	}
	.instagram__button {
		padding: 12px 25px;
		width: 50%;
    justify-content: center;
	}
}

/* =========================================== */

/*              custom-infowindow              */

/* =========================================== */

.gm-style-iw button.gm-ui-hover-effect {
	/* right: 10px !important; */
	top: 4px !important;
	width: 18px !important;
	height: 18px !important;
}

.gm-style-iw button.gm-ui-hover-effect span {
	margin: 0 !important;
}

.gm-style-iw-c {
	padding: 0 !important;
}

.gm-style-iw-d {
	overflow: hidden !important;
}

@media (max-width: 768px) {
	.gm-style-iw-d {
		max-height: 185px !important;
	}
	.custom-infowindow {
		width: auto !important;
	}
	.custom-infowindow__title {
		font-size: 10px !important;
	}
	.custom-infowindow__content-item {
		font-size: 9px !important;
	}
	.custom-infowindow__content-item-service {
		font-size: 9px !important;
	}
	.custom-infowindow__content-address {
		font-size: 9px !important;
	}
	.custom-infowindow__img {
		height: 80px !important;
		object-fit: cover !important;
	}
}

.gm-style-iw-chr {
	position: absolute !important;
	right: 10px !important;
}

.custom-infowindow {
	width: 280px;
	font-family: sans-serif;
}

.custom-infowindow__img {
	width: 100%;
	height: 85px;
	display: block;
	object-fit: cover !important;
}

.custom-infowindow__title {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: bold;
}

.custom-infowindow__content {
	padding: 12px;
}

.custom-infowindow__content-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.custom-infowindow__content-item {
	background-color: #939393;
	color: white;
	font-size: 10px;
	padding: 2px 8px;
	border-radius: 4px;
}

.custom-infowindow__content-item-service {
	border: 1px solid #E48F29;
	background-color: #FDF4E3;
	color: #E48F29;
	font-size: 10px;
	padding: 2px 8px;
	border-radius: 4px;
}

.custom-infowindow__content-address {
	margin: 0 0 4px;
	font-size: 10px;
	color: #333;
}

.custom-infowindow__link {
	text-decoration: none;
	color: inherit;
}

/* =========================================== */

/*                   top-links                 */

/* =========================================== */

.top-links--layout {
	margin-bottom: 3.75rem;
}

.top-links__wrap {
	background-color: #fff;
	border: 4px solid #D9EFDB;
	border-radius: 1.25rem;
	padding: 0.5rem 1.5rem;
}

.top-links__list {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
}

.top-links__item-link {
	grid-gap: 0.875rem;
	align-items: center;
	display: grid;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.875rem;
	grid-template-columns: 5rem auto auto;
	justify-content: start;
	line-height: 150%;
}

.top-links__item-link::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

.top-links__item-link:not([target=_blank]) {
	color: #43B14F;
}

.top-links__item-link:not([target=_blank])::after {
	background-image: url("../images/icon/icon-arrow-right-24.svg");
}

.top-links__item-link[target=_blank] {
	color: #F9B700;
}

.top-links__item-link[target=_blank]::after {
	background-image: url("../images/icon/icon-window-24.svg");
}

.top__pickup {
	margin-bottom: 3.125rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.top-problem--layout {
	margin-bottom: 3.1875rem;
}

.top-problem__wrap {
	background-color: #fff;
	border: 0.25rem solid #D9EFDB;
	border-radius: 1.25rem;
	padding: 2.25rem 1.25rem;
	position: relative;
}

.top-problem__img {
	position: absolute;
	right: calc(50% - max(14.5vw, 11rem));
	top: -0.4375rem;
	width: 5.7875rem;
}

.top-problem__img img {
	-o-object-fit: cover;
	aspect-ratio: 200/216;
	object-fit: cover;
}

.top-problem__heading {
	display: grid;
	margin-bottom: 2.75rem;
	margin-left: auto;
	margin-right: auto;
	padding-right: 4.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.top-problem__heading-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 140%;
}

.top-problem__heading-accent {
	color: #43B14F;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 150%;
}

.top-problem__list {
	grid-gap: 3.875rem;
	display: grid;
	gap: 3.875rem;
	margin-bottom: 1.875rem;
}

.top-problem__item {
	grid-gap: 0.75rem;
	background-color: #D9EFDB;
	border-radius: 1.25rem;
	display: grid;
	gap: 0.75rem;
	padding: 2.5rem 1rem 2.1875rem;
	position: relative;
}

.top-problem__item:nth-child(odd) .top-problem__item-fukidasshi {
	opacity: 0;
	transform: translate(1.375rem, 0.375rem);
}

.top-problem__item:nth-child(odd) .top-problem__item-fukidasshi.show {
	opacity: 1;
	transform: translate(0, 0);
}

.top-problem__item:nth-child(even) {
	background-color: #FBF5E4;
}

.top-problem__item:nth-child(even) .top-problem__item-fukidasshi {
	left: auto;
	left: initial;
	opacity: 0;
	right: calc(50% - max(14.5vw, 9.1rem));
	transform: translate(-1.375rem, 0.375rem);
}

.top-problem__item:nth-child(even) .top-problem__item-fukidasshi.show {
	opacity: 1;
	transform: translate(0, 0);
}

.top-problem__item-fukidasshi {
	left: calc(50% - max(14.5vw, 9.3rem));
	position: absolute;
	top: -2rem;
	transition: 0.8s;
	width: 5rem;
}

.top-problem__item-img {
	margin-left: auto;
	margin-right: auto;
	width: 15.625rem;
}

.top-problem__item-problems {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.4375rem;
	width: 100%;
}

.top-problem__item-problem {
	border-bottom: 1px solid #43B14F;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 140%;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
}

.top-problem__item-problem b {
	color: #43B14F;
	font-size: 1.375rem;
	font-weight: inherit;
}

.top-problem__text {
	color: #F9B700;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.top-problem__fukidashi-bottom {
	bottom: -1.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 17.75rem;
}

.top-recruit--layout {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.top-recruit__inner {
	display: grid;
	text-align: center;
}

.top-recruit__img {
	order: 1;
}

.top-recruit__img img {
	-o-object-fit: cover;
	aspect-ratio: 315/200;
	object-fit: cover;
}

.top-recruit__wrap {
	display: contents;
}

.top-recruit__heading {
	color: #43B14F;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 0.875rem;
}

.top-recruit__text {
	color: #43B14F;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 1rem;
}

.top-recruit__btn {
	order: 2;
	text-align: center;
}

.top-recruit__btn a {
	background-color: #F9B700;
	border-radius: 62.4375rem;
	color: #fff;
	display: inline-grid;
	font-size: 1.125rem;
	font-weight: 700;
	grid-template-columns: 1fr auto;
	line-height: 150%;
	padding: 0.75rem 0.875rem;
	width: 15rem;
}

.top-recruit__btn a::after {
	-webkit-mask-image: url("../images/icon/icon-window-24.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.5rem;
	mask-image: url("../images/icon/icon-window-24.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: 0.3s;
	width: 1.5rem;
}

.use {
	overflow: hidden;
}

.use--layout {
	padding-top: 3.125rem;
}

.use__wrap {
	margin-bottom: 3.125rem;
	position: relative;
}

.use__img {
	bottom: -1.875rem;
	position: absolute;
	right: 0;
	width: 4.125rem;
}

.use__img img {
	-o-object-fit: cover;
	aspect-ratio: 130/82;
	object-fit: cover;
}

.use__heading {
	margin-bottom: 1.5625rem;
}

.use__text {
	letter-spacing: 0.1em;
}

.use__flow-heading,
.use__fee-heading {
	align-items: center;
	color: #43B14F;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 500;
	height: 2.8125rem;
	justify-content: center;
	line-height: 140%;
	margin-bottom: 1.875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.use__flow-heading::before,
.use__flow-heading::after,
.use__fee-heading::before,
.use__fee-heading::after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.use__flow-heading::before,
.use__fee-heading::before {
	border: 1px solid #43B14F;
	border-radius: 0.625rem;
	height: inherit;
	width: 17.5rem;
	z-index: -1;
}

.use__flow-heading::after,
.use__fee-heading::after {
	height: 3.125rem;
	width: 16.5rem;
	z-index: -1;
}

/* =========================================== */

/*                    flow                     */

/* =========================================== */

.use__flow {
	margin-bottom: 4.375rem;
	text-align: center;
}

.use__flow-heading::after {
	background-color: #F4F9F4;
}

.use__flow-list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	margin-bottom: 0.875rem;
}

.use__flow-item {
	background-color: #fff;
	border: 2px solid #43B14F;
	border-radius: 1.25rem;
	margin-bottom: 2.3125rem;
	padding: 1.25rem 1.25rem 2rem;
	position: relative;
}

.use__flow-item::after {
	background-color: #43B14F;
	bottom: -2.3125rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: block;
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.25rem;
}

.use__flow-item-wrap {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto 9.375rem;
	justify-content: center;
	margin-bottom: 1rem;
}

.use__flow-item-step {
	border-bottom: 1px solid currentColor;
	color: #43B14F;
	padding: 0.5rem 0.71875rem;
}

.use__flow-item-label {
	font-size: 0.875rem;
	line-height: 160%;
	text-transform: uppercase;
}

.use__flow-item-num {
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: -0.1875rem;
}

.use__flow-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 150/130;
	object-fit: cover;
}

.use__flow-item-texts {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.use__flow-item-heading {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 0.5rem;
}

.use__flow-item-text {
	text-align: left;
}

.use__flow-item-text b {
	-webkit-text-decoration: underline;
	color: #43B14F;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.3ex;
}

.use__flow-item-text small {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 160%;
	margin-top: 0.5rem;
}

.use__flow-item-accent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	width: 14.75rem;
}

.use__flow-item-accent img {
	-o-object-fit: cover;
	aspect-ratio: 236/58;
	object-fit: cover;
}

.use__flow-last {
	grid-gap: 0.9375rem;
	background-color: #D9EFDB;
	border-radius: 1.25rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: 8.75rem auto;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 35rem;
	padding: 0 1.5rem 1.875rem;
	position: relative;
}

.use__flow-last-img-1 img {
	-o-object-fit: cover;
	aspect-ratio: 275/200;
	object-fit: cover;
}

.use__flow-last-wrap {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.use__flow-last-heading {
	align-items: end;
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	gap: 1.125rem;
	justify-content: center;
	line-height: 140%;
}

.use__flow-last-heading::before,
.use__flow-last-heading::after {
	background: #43B14F;
	content: "";
	height: 1.625rem;
	width: 0.125rem;
}

.use__flow-last-heading::before {
	transform: rotate(-35deg);
}

.use__flow-last-heading::after {
	transform: rotate(35deg);
}

.use__flow-last-text {
	font-size: 1rem;
	line-height: 140%;
}

.use__flow-last-img-2 {
	bottom: -6.25rem;
	position: absolute;
	right: 0.625rem;
	width: 5rem;
}

.use__flow-last-img-2 img {
	-o-object-fit: cover;
	aspect-ratio: 162/236;
	object-fit: cover;
}

/* ------------------------------------------- */
/*				2025.8.13追加					 */
/* ------------------------------------------- */

.use_flow_step1btn {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.use_flow_step1btn div{
    background-color: #43B14F;
	padding: 10px;
    border-radius: 6px;
	width: 200px;
    height: 40px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.use_flow_step1btn div:last-child{
	margin-right: 0;
}

.use_flow_step1btn a{
    color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}

.use_flow_step1btn div::before{
	margin-right: 5px;
}

.use_flow_mail::before {
    content: url(../images/use/icon_use_flow-mail.svg);
}

.use_flow_tell::before {
    content: url(../images/use/icon_use_flow-tell.svg);
}

.use_flow_line::before {
    content: url(../images/use/icon_use_flow-line.svg);
}

.use_flow_mail,
.use_flow_tell,
.use_flow_line{
}

@media screen and (max-width: 768px) {
	.use_flow_step1btn{
		flex-direction: column;
	}
	
	.use_flow_step1btn div{
		margin: 2px auto;
		width: 220px;
	}
	
	.use_flow_step1btn div:last-child {
		margin-right: auto;
	}
	
}


/* =========================================== */

/*                    fee                      */

/* =========================================== */

.use__fee {
	background-color: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 3.4375rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 3.75rem;
	text-align: center;
}

.use__fee-heading::after {
	background-color: #fff;
}

.use__fee-groups {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	margin-bottom: 3.4375rem;
}

.use__fee-group {
	padding: 2rem 0.875rem;
	position: relative;
}

.use__fee-group:first-child {
	background-color: #D9EFDB;
	border-radius: 1.25rem;
}

.use__fee-group:first-child .use__fee-table-label {
	width: 5.25rem;
}

.use__fee-group:first-child tr:first-child .use__fee-table-value {
	border-top-right-radius: 1.25rem;
}

.use__fee-group:first-child tr:last-child .use__fee-table-value {
	border-bottom-right-radius: 1.25rem;
}

.use__fee-group:last-child {
	background-color: #FBF5E4;
	border-radius: 1.25rem;
}

.use__fee-group:last-child .use__fee-table thead th {
	background-color: #D9EFDB;
	font-weight: 400;
}

.use__fee-group:last-child .use__fee-table thead th:first-child {
	border-bottom-left-radius: 0;
}

.use__fee-group:last-child .use__fee-table thead th:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 1.25rem;
}

.use__fee-group:last-child .use__fee-table tbody tr:first-child *:first-child {
	border-top-left-radius: 0;
}

.use__fee-group:last-child .use__fee-table tbody tr:first-child *:last-child {
	border-top-right-radius: 0;
}

.use__fee-group:last-child .use__fee-table .use__fee-table-label {
	width: 10.5625rem;
}

.use__fee-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 150%;
}

.use__fee-subtitle {
	color: #43B14F;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 1.25rem;
}

.use__fee-notes {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	padding-left: 1.375rem;
	text-align: left;
}

.use__fee-note-item {
	font-size: 0.875rem;
	line-height: 160%;
	list-style: disc;
}

.use__fee-group-img {
	bottom: -2.125rem;
	position: absolute;
	right: 0.6875rem;
	width: 4.375rem;
}

.use__fee-group-img img {
	-o-object-fit: cover;
	aspect-ratio: 70/70;
	object-fit: cover;
}

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

/* ------------------------------------------- */
/*				2025.8.13追加					 */
/* ------------------------------------------- */

.use__fee-group:last-child{
	position: relative;
}

.use__fee_icon_plus{
	position: absolute;
	top: 204px;
    right: 97.7%;
	width: 28px;
	height: 28px;
}

.use__fee_icon_plus img:not([alt]) {
    filter: none;
}

.use__fee-group:first-child .use__fee-table tr:last-child > *{
	border-top: 0.1rem solid #EAEAEA;
}

@media screen and (max-width: 1025px) {
	.use__fee_icon_plus{
		top: -43px;
        right: 47%;
	}
	
	.use__fee-group:last-child {
    margin-top: 35px;
}
	
}

/* =========================================== */

/*                   table                     */

/* =========================================== */

.use__fee-table {
	border: none;
	border-left: 1px solid #EAEAEA;
	border-radius: 1.25rem;
	border-spacing: 0;
	border-top: 1px solid #EAEAEA;
	margin-bottom: 1.25rem;
	overflow: hidden;
	width: 100%;
}

.use__fee-table th {
	background-color: #F7F7F7;
	text-align: center;
}

.use__fee-table tr {
	background-color: #fff;
	text-align: left;
}

.use__fee-table .use__fee-table-label {
	font-size: 0.875rem;
	font-weight: 500;
}

.use__fee-table .use__fee-table-value {
	font-size: 1rem;
	line-height: 160%;
	padding-left: 1.25rem;
}

.use__fee-table .use__fee-table-value small {
	font-size: 0.875rem;
	line-height: 140%;
	padding-left: 0;
}

.use__fee-table .use__fee-table-note {
	border-left: none;
	color: #43B14F;
	font-size: 0.875rem;
	padding-left: 0;
	padding-right: 0;
}

.use__fee-table .use__fee-table-note.-sp {
	display: block;
}

.use__fee-table .use__fee-table-note.-pc {
	display: none;
}

.use__fee-table tr > * {
	border: none;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	padding: 0.75rem 0;
}

.use__fee-table tr > *:first-child {
	border-right: none;
}

.use__fee-table tr:first-child > *:first-child {
	border-radius: 1.25rem 0 0 0;
}

.use__fee-table tr:first-child > *:last-child {
	border-radius: 0 1.25rem 0 0;
}

.use__fee-table tr:last-child > *:first-child {
	border-radius: 0 0 0 1.25rem;
}

.use__fee-table tr:last-child > *:last-child {
	border-radius: 0 0 1.25rem 0;
}

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

.cta {
	background-image: url("../images/cta/cta-bg.webp");
}

.feature__list {
	grid-template-columns: repeat(2, 1fr);
}

.feature__list.-hide-last {
	grid-template-columns: repeat(1, 1fr);
}

.header__logo {
	grid-row: 1/3;
	width: 13.75rem;
}

.pagination .page-numbers.dots,
.pagination .post-page-numbers.dots {
	width: 1.25rem;
}

.day__container {
	grid-template-columns: 19.4375rem 20rem;
	justify-content: center;
	padding: 2rem 0.75rem;
}

.day__img-right {
	order: 1;
}

}

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

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

main {
	margin-top: 6.875rem;
}

body.fixed {
	position: static;
	position: initial;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:not([href]):hover {
	opacity: 1;
}

.anime-zoom__img img {
	transition: 0.5s all;
}

.breadcrumb {
	margin-top: 1.875rem;
}

.breadcrumb .breadcrumb__inner {
	gap: 0.875rem;
}

.breadcrumb .breadcrumb__inner .home,
.breadcrumb .breadcrumb__inner .archive,
.breadcrumb .breadcrumb__inner .taxonomy,
.breadcrumb .breadcrumb__inner .post,
.breadcrumb .breadcrumb__inner .current-item {
	font-size: 0.875rem;
	line-height: 160%;
}

.breadcrumb .breadcrumb__inner a {
	position: relative;
}

.breadcrumb .breadcrumb__inner a:hover {
	color: #43B14F;
}

.breadcrumb .breadcrumb__inner a:hover::after {
	width: 100%;
}

.breadcrumb .breadcrumb__inner a::after {
	background-color: #43B14F;
	bottom: -0.0625rem;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: 0.3s;
	width: 0;
}

.breadcrumb .current-item {
	font-size: 0.875rem;
	line-height: 160%;
}

.c-btn.-width160 a {
	font-size: 0.875rem;
}

.c-btn a:hover::before {
	height: 200%;
	width: 100%;
}

.c-content--layout {
	margin-bottom: 6.25rem;
}

.c-content .c-content__inner > ol ol,
.c-content .c-content__inner > ol ul,
.c-content .c-content__inner > ul ol,
.c-content .c-content__inner > ul ul {
	margin-bottom: 2.5rem;
	padding-left: 1.25rem;
}

.c-content .c-content__inner > ol > li {
	margin-bottom: 1.875rem;
}

.c-content .c-content__inner ol > li,
.c-content .c-content__inner ul > li {
	font-size: 1rem;
}

.c-content .c-content__inner > p {
	font-size: 1rem;
	margin-bottom: 1.875rem;
}

.c-content .c-content__inner > p + h2,
.c-content .c-content__inner > p + h3,
.c-content .c-content__inner > p + h4,
.c-content .c-content__inner > p + figure {
	margin-top: 1.25rem;
}

.c-heading__ja {
	font-size: 2rem;
}

.c-link:hover {
	color: #C6E7CA;
}

.c-text.-lg {
	font-size: 1.125rem;
}

.c-text.-pc-center {
	text-align: center;
}

.card-slider__slide:hover .card-slider__title,
.card-slider__slide:hover .card-slider__access {
	color: #43B14F;
}

.card-slider .splide__arrows {
	margin-top: 1.5rem;
}

.cta--layout {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.cta .cta__inner {
	max-width: 70.625rem;
}

.cta__heading {
	margin-bottom: 1.5625rem;
}

.cta__heading-ja {
	font-size: 2.5rem;
}

.cta__list {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.cta__item {
	margin-top: 1.875rem;
}

.cta__item-btn {
	margin-top: 1.25rem;
}

.cta__item-btn a:hover {
	background-color: #C6E7CA;
}

.cta__item-btn.-filled a:hover {
	border-color: #C6E7CA;
	color: #43B14F;
}

.facility-article-contact {
	gap: 2.5rem;
	grid-template-columns: 11.625rem auto;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.facility-article-contact__heading {
	margin-bottom: 0.75rem;
}

.facility-article-contact__buttons {
	gap: 1rem 0.875rem;
	grid-template-columns: repeat(2, 13.75rem);
	justify-content: center;
}

.facility-article-contact__button a:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.facility-article-contact__button:last-child a:hover {
	background-color: #FAE9B9;
	color: #F9B700;
}

.facility-article__tags {
	margin-bottom: 1.25rem;
}

.facility-article__title {
	font-size: 2rem;
	margin-bottom: 1.875rem;
}

.facility-article__gallery {
	gap: 2.5rem;
	grid-template-columns: 38.75rem 1fr;
	margin-bottom: 5rem;
}

.facility-article__gallery-img.-thumbnail {
	border-radius: 1rem;
}

.facility-article__gallery-img.-thumbnail img {
	aspect-ratio: 150/92;
}

#thumbnail-carousel .splide__list {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.facility-article__concept {
	margin-bottom: 3.75rem;
}

.facility-article__concept-heading {
	gap: 1.875rem;
	margin-bottom: 1rem;
}

.facility-article__concept-heading-text {
	font-size: 1.75rem;
}

.facility-article__concept-heading-img {
	width: 5rem;
}

.facility-article__concept-list li {
	line-height: 200%;
}

.facility-article__concept-list li::before {
	top: 1.5rem;
}

.facility-article__info {
	margin-bottom: 3.75rem;
}

.facility-article__info-row {
	display: grid;
	grid-template-columns: 9.8125rem 1fr;
}

.facility-article__info-row:not(:last-child) {
	border-bottom: 1px solid #EAEAEA;
}

.facility-article__info-dt {
	align-items: center;
	display: inline-flex;
	font-weight: 400;
	justify-content: center;
	padding: 0.75rem 2rem;
}

.facility-article__info-dd {
	padding: 0.75rem 2rem;
}

.facility-article__contact {
	margin-bottom: 3.75rem;
}

.facility-article__map {
	margin-bottom: 3.75rem;
	scroll-margin-top: 150px;
}

.facility-article__map-container iframe {
	height: 21.875rem;
}

.facility-article__gallery-2 {
	margin-bottom: 3.75rem;
}

.facility-article__gallery-2-list {
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.facility-article__voice {
	margin-bottom: 3.75rem;
}

.facility-article__voice-item {
	gap: 2.5rem;
	grid-template-columns: auto 1fr;
	padding: 2.5rem;
}

.facility-article__banner {
	margin-bottom: 3.75rem;
}

.facility-article__banner-list {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.facility-article__banner-link:hover {
	opacity: 0.8;
}

.facility-article__feature {
	margin-bottom: 3.75rem;
}

.facility-item {
	grid-gap: 1.5rem;
	align-items: center;
	border: none;
	border-bottom: 1px solid #D9EFDB;
	border-radius: 0;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 6.25rem 5.625rem 8.75rem 18.375rem 13.75rem;
	justify-content: center;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	transition: 0.3s;
}

.facility-item:has(.facility-item__link:hover) {
	background-color: #E8F5E9;
}

.facility-item__status-wrap {
	display: contents;
}

.facility-item__status-heading {
	display: none;
}

.facility-item__detail {
	display: contents;
}

.facility-item__detail-wrap {
	display: contents;
}

.facility-item__area {
	color: #3C3C3C;
	text-align: center;
}

.feature__list {
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.feature__list.-hide-last {
	grid-template-columns: repeat(3, 1fr);
}

.feature__item-img {
	margin-bottom: 1.375rem;
}

.feature__item-text {
	max-width: none;
	max-width: initial;
}

.footer__top {
	grid-template-columns: auto auto;
	justify-content: space-between;
	margin-bottom: 3.25rem;
}

.footer__corp {
	order: initial;
}

.footer__nav-items {
	align-items: center;
	gap: 0.75rem 3.75rem;
	grid-auto-flow: column;
	grid-template-columns: repeat(3, auto); /* 3列 */
	grid-template-rows: repeat(4, auto); /* 4行 */
	justify-content: center;
}

.footer__nav-item:nth-last-of-type(4),
.footer__nav-item:nth-last-of-type(7),
.footer__nav-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer__nav-item:has(a[target=_blank]) {
	grid-column: 3; /* 3列目に配置 */
}

.footer__nav-item a:not([target=_blank]) {
	position: relative;
}

.footer__nav-item a:not([target=_blank])::before {
	background-color: #43B14F;
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: 0.3s;
	width: 0;
}

.footer__nav-item a:not([target=_blank]):hover {
	color: #43B14F;
}

.footer__nav-item a:not([target=_blank]):hover::before {
	width: 100%;
}

.footer__nav-item a[target=_blank]:hover {
	color: #43B14F;
}

.footer__nav-item a[target=_blank]:hover::after {
	background-color: #43B14F;
}

.footer__bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer__copyright {
	order: initial;
}

.footer__instagram-link:hover {
	opacity: 0.6;
}

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

.form__items {
	margin-bottom: 3.125rem;
}

.form__field {
	align-items: baseline;
	gap: 1.125rem;
	grid-template-columns: 1fr auto;
}

.form__label {
	display: grid;
	grid-template-columns: 1fr 2.875rem;
	text-align: right;
}

.form__data {
	width: 31.25rem;
}

.form__textarea,
.form__select,
.form__input {
	padding: 0.5rem 1.125rem;
}

.form__file::file-selector-button:hover {
	cursor: pointer;
}

.form__submit-button {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.form__btn,
.form__btn--back {
	transition: 0.3s;
}

.form__btn:hover,
.form__btn--back:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.form__btn--back:hover {
	background-color: #EAEAEA;
	color: #fff;
}

.custom-cf7e-confirm .form__label {
	grid-template-columns: 1fr;
	min-width: 12rem;
}

.custom-cf7e-confirm .form__file + .wpcf7-form-control {
	padding: 0.5rem 1.125rem;
}

.grecaptcha-badge {
	bottom: 6.5rem !important;
}

.header {
	height: 6.875rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
	padding-bottom: 1rem;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0.875rem;
}

.header__pc-nav,
.header__external {
	display: block;
	height: 100%;
}

.header__bottom {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	justify-content: right;
	text-align: center;
}

.header__tel {
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	padding-right: 0;
}

.header__tel:before {
	align-items: center;
	content: "";
    display: inline-block;
    height: 1.3rem;
	width: 1.3rem;
}

.header__reception-hours {
	color: #1A2225;
	font-size: 0.75rem;
	line-height: 160%;
	letter-spacing: 0.4px;
}

.header__external-items {
	display: flex;
	gap: 0.75rem;
	height: inherit;
	justify-content: right;
}

.header__external-item a:hover {
	color: #43B14F;
}

.header__external-item a:hover::after {
	background-color: #43B14F;
}

.header__pc-nav-items {
	display: flex;
	gap: 1rem;
	height: inherit;
	justify-content: right;
}

.header__pc-nav-item:not(:last-child) a::before {
	background-color: #43B14F;
	bottom: 0.1875rem;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: 0.3s;
	width: 0;
}

.header__pc-nav-item:not(:last-child) a:hover {
	color: #43B14F;
}

.header__pc-nav-item:not(:last-child) a:hover::before {
	width: 100%;
}

.header__pc-nav-item:last-child a:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
}

.page-top {
	bottom: 1.875rem;
	right: 1.875rem;
}

.page-top__link {
	height: 3.125rem;
	width: 3.125rem;
}

.page-top__link:hover {
	background-color: #C6E7CA;
}

.page-top__link:hover::before {
	background-color: #43B14F;
}

.page-top__link::before {
	height: 1.625rem;
	width: 1.625rem;
}

.pagination .nav-links,
.pagination .page-links {
	gap: 0.75rem;
	justify-content: center;
}

.pagination .page-numbers:not(.current):hover,
.pagination .post-page-numbers:not(.current):hover {
	background-color: #C6E7CA;
}

.pickup__inner {
	max-width: 68.75rem;
	padding: 2.75rem 4.25rem 1.8125rem;
}

.pickup__heading {
	font-size: 1.875rem;
	margin-bottom: 1.375rem;
}

.js-sidebar {
	display: block;
}

.sidebar__close-btn {
	display: none;
}

.sidebar__inner {
	padding: 1.5rem 0.9375rem 2.5rem;
}

.sidebar__heading {
	font-size: 1.125rem;
	justify-content: left;
	margin-bottom: 1rem;
	padding-right: 0;
}

.sidebar__filter-label {
	font-size: 0.875rem;
	line-height: 160%;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.sidebar__filter-child-list {
	padding-top: 0.5rem;
}

.sidebar__filter-submit button {
	font-size: 0.875rem;
	padding: 0.5rem 0.875rem;
	width: 8.75rem;
}

.sidebar__filter-submit button:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.sidebar__filter-submit button::after {
	height: 1rem;
	top: 48%;
	width: 1rem;
}

.splide__arrows .splide__arrow:not(:disabled):hover {
	background-color: #C6E7CA;
	opacity: 1;
}

.sub-mv--layout {
	margin-bottom: 7.5rem;
}

.sub-mv__img {
	height: auto;
	height: 29.5625rem;
}

.sub-mb__title {
	font-size: 2.8125rem;
}

.sub-mb__title--img-empty {
	font-size: 2.8125rem;
}

.subpage-buttons {
	background-size: 13.75rem 13.25rem;
}

.subpage-buttons--layout {
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.subpage-buttons__list {
	gap: 3.75rem;
	grid-template-columns: repeat(2, auto);
}

.subpage-buttons__item::before {
	height: 6.25rem;
	width: 24rem;
}

.subpage-buttons__item-btn {
	height: 4.875rem;
	line-height: 150%;
	padding-left: 0;
	width: 22.5rem;
}

.subpage-buttons__item-btn:hover {
	background-color: #C6E7CA;
}

.subpage-buttons__item-btn:after {
	height: 1.5rem;
	right: 1.25rem;
	width: 1.5rem;
}

.subpage-buttons__item-btn-img.-about {
	bottom: -0.5rem;
	left: 0.875rem;
	width: 4.5rem;
}

.subpage-buttons__item-btn-img.-day {
	bottom: -0.3125rem;
	left: 1.6875rem;
	width: 4.1875rem;
}

.subpage-buttons__item-btn-img.-use {
	bottom: -0.375rem;
	left: 0.75rem;
	width: 3.875rem;
}

.about {
	overflow: visible;
	overflow: initial;
}

.about--layout {
	margin-bottom: 6.25rem;
	margin-top: 4.625rem;
}

.about__heading {
	margin-bottom: 3.125rem;
}

.about__copy {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.about__text {
	letter-spacing: 0.04em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.9375rem;
}

.about__img-1 {
	bottom: -2rem;
	left: 2.5rem;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	max-width: initial;
	position: absolute;
	width: 15.375rem;
}

.about__img-2 {
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	width: 18.6875rem;
}

.certificate--layout {
	margin-bottom: 7.5rem;
	margin-top: 4.625rem;
}

.certificate__heading {
	margin-bottom: 3.125rem;
}

.certificate__container {
	padding: 3.125rem 4.375rem;
}

.certificate__title {
	margin-bottom: 1.875rem;
	text-align: left;
}

.certificate__title-sub {
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.certificate__list {
	max-width: 60.625rem;
	padding-left: 0.625rem;
}

.certificate__info {
	padding: 1.875rem;
}

.contact-thanks {
	overflow: visible;
	overflow: initial;
}

.contact-thanks--layout {
	padding-bottom: 7.5rem;
	padding-top: 4.625rem;
}

.contact-thanks__inner {
	max-width: 58.75rem;
}

.contact-thanks__heading {
	margin-bottom: 3.125rem;
}

.contact-thanks__container {
	padding: 5rem 5.125rem;
}

.contact-thanks__title {
	font-size: 1.75rem;
	line-height: 140%;
}

.contact-thanks__text {
	margin-bottom: 2.5rem;
	padding-left: 0;
	padding-right: 0;
}

.contact-thanks__btn a {
	transition: 0.3s;
}

.contact-thanks__btn a:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.contact-thanks__img {
	bottom: -1.6875rem;
	right: 4.875rem;
}

.contact--layout {
	margin-bottom: 7.5rem;
	margin-top: 4.625rem;
}

.contact__inner {
	max-width: 58.75rem;
}

.contact__heading {
	margin-bottom: 3.125rem;
}

.contact__text {
	margin-bottom: 3rem;
	padding-left: 0;
	padding-right: 0;
}

.contact__line {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 35rem;
	transition: 0.3s;
}

.contact__line:hover {
	opacity: 0.6;
}

.contact__line-link {
	width: 11.875rem;
}

.contact__container {
	border-radius: 1.875rem;
	padding: 3.125rem 1.25rem 3.75rem;
}

.day--layout {
	margin-bottom: 1.25rem;
	margin-top: 4.625rem;
}

.day__inner {
	max-width: 72.5rem;
}

.day__wrap {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.day__img {
	right: 1.875rem;
	top: -0.875rem;
	width: 5.8125rem;
}

.day__heading {
	margin-bottom: 3.125rem;
}

.day__container {
	gap: 1.25rem;
	grid-template-columns: 28.125rem 31.625rem;
	justify-content: space-between;
	padding: 3.125rem 3.125rem 0;
}

.download--layout {
	margin-bottom: 8.625rem;
	margin-top: 4.625rem;
}

.download__inner {
	max-width: 58.75rem;
}

.download__heading {
	margin-bottom: 3.125rem;
}

.download__text {
	margin-bottom: 3.125rem;
}

.download__container {
	padding: 3.125rem;
}

.download__item {
	align-items: center;
	gap: 0;
	grid-template-columns: 16.25rem 1fr;
	text-align: left;
}

.download__item-wrap {
	border-left: 1px solid #43B14F;
	border-top: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2.5rem;
	padding-top: 0;
	width: auto;
	width: initial;
}

.error {
	overflow: visible;
	overflow: initial;
}

.error--layout {
	padding-bottom: 7.5rem;
	padding-top: 4.625rem;
}

.error__heading {
	margin-bottom: 3.75rem;
}

.error__text {
	margin-bottom: 2.0625rem;
	padding-left: 0;
	padding-right: 0;
}

.error__btn a {
	transition: 0.3s;
}

.error__btn a:hover {
	background-color: #C6E7CA;
	color: #43B14F;
}

.facility-detail--layout {
	margin-bottom: 7.5rem;
	margin-top: 3.75rem;
}

.facility-detail__container {
	margin-bottom: 1rem;
	padding: 3.75rem;
}

.facility-detail__article {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.facility-group--layout {
	background-color: #fff;
	margin-bottom: 0;
	padding-top: 5.625rem;
}

.facility-group__container {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 14.375rem;
}

.facility-group__heading {
	background-color: #43B14F;
	border-radius: 0.5rem;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 0.1875rem;
	padding: 0.5rem 1.125rem;
}

.facility-group__heading-text {
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
}

.facility-group__heading-count {
	color: #fff;
	margin-bottom: 0;
}

.facility-group__filter-btn {
	display: none;
}

.facility-group__header-list {
	grid-gap: 1.5rem;
	border-bottom: 1px solid #D9EFDB;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 6.25rem 5.625rem 8.75rem 18.375rem 13.75rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: center;
}

.facility-group__content-list {
	gap: 0;
	margin-bottom: 2.5rem;
}

.facility-nearby--layout {
	margin-bottom: 6.25rem;
}

.facility-nearby__inner {
	max-width: 65rem;
}

.facility-nearby__sp-container {
	display: contents;
}

.facility-nearby__heading {
	margin-bottom: 3.125rem;
}

.facility-nearby__container {
	padding-left: 0;
}

.facility {
	background-image: url(../images/common/logo-mark-2.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 13.75rem 13.25rem;
}

.facility--layout {
	margin-bottom: 0;
	margin-top: 4.625rem;
	padding-bottom: 6.25rem;
}

.facility__heading {
	margin-bottom: 3.125rem;
}

.facility__move-btn {
	grid-template-columns: auto 7.125rem;
	height: 6.25rem;
	margin-bottom: 5.25rem;
	max-width: 40rem;
}

.facility__move-btn:hover {
	box-shadow: 0 0 0 rgba(67, 177, 79, 0.5);
	transform: translateY(4px);
}

.facility__move-btn::before {
	height: 4.6875rem;
	left: 1.4375rem;
	width: 4.6875rem;
}

.facility__move-btn::after {
	height: 6.75rem;
	right: 4.0625rem;
	width: 6.375rem;
}

.facility__move-btn-text {
	font-size: 1.5rem;
}

.facility__move-btn-num {
	font-size: 3rem;
}

.facility__move-btn-arrow {
	right: 1.5625rem;
	width: 2.5rem;
}

.facility__pickup {
	margin-bottom: 3.75rem;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

#map.facility__map {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	max-width: 68.75rem;
}

.gh-target--layout {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.gh-target__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
	padding: 3.75rem 5rem;
}

.gh-target__heading {
	margin-bottom: 1.875rem;
}

.gh-target__heading-sub {
	font-size: 1.5rem;
}

.gh-target__heading-main {
	font-size: 2.5rem;
}

.gh-target__container {
	border-radius: 1.25rem;
	padding: 1.25rem 2rem 2rem;
}

.gh-target__list {
	align-items: baseline;
	gap: 0 2.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.gh-target__img-1 {
	bottom: -4rem;
	left: -4.125rem;
	width: 10.0625rem;
}

.gh-target__img-2 {
	bottom: -1.375rem;
	display: block;
	position: absolute;
	right: -4.25rem;
	width: 6.875rem;
}

.living-overview--layout {
	overflow: auto;
	padding: 0;
	padding-bottom: 8.5rem;
}

.living-overview__list {
	gap: 5rem;
}

.living-overview__item {
	align-items: center;
	gap: 5rem;
	width: 100%;
}

.living-overview__item:nth-child(odd) {
	grid-template-columns: repeat(2, 1fr);
	padding-left: 0;
	padding-right: 1.875rem;
}

.living-overview__item:nth-child(odd) .living-overview__item-container {
	justify-content: left;
	margin-right: 6.6875rem;
}

.living-overview__item:nth-child(even) {
	gap: 3.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	padding-left: 1.875rem;
	padding-right: 0;
}

.living-overview__item:nth-child(even) .living-overview__item-container {
	gap: 3.3125rem;
	justify-content: right;
	margin-left: 3.625rem;
}

.living-overview__item-main-img {
	margin-bottom: 0;
	min-width: 43.75rem;
}

.living-overview__item-main-img.-day {
	margin-left: 0;
	margin-right: 0;
}

.living-overview__item-main-img.-use {
	margin-left: 0;
	margin-right: 0;
	order: 1;
}

.living-overview__item-main-img img {
	aspect-ratio: 700/400;
}

.living-overview__item-container {
	grid-gap: 5rem;
	align-items: center;
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(2, auto);
}

.living-overview__item-wrap {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.living-overview__item-heading {
	margin-bottom: 1.75rem;
	order: initial;
}

.living-overview__item-text {
	margin-bottom: 1.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 22.6875rem;
}

.living-overview__item-illust-img.-day {
	margin-right: 0;
	width: 6.875rem;
}

.living-overview__item-illust-img.-use {
	margin-left: 0;
	order: -1;
	width: 8.125rem;
}

.splide__arrows .mv__splide-arrow {
	height: 3.75rem;
	width: 3.75rem;
}

.splide__arrows .mv__splide-arrow--prev,
.splide__arrows .mv__splide-arrow--next {
	background-color: #43B14F;
	border: none;
	position: absolute;
	transform: translateY(-50%);
}

.splide__arrows .mv__splide-arrow--prev:hover::before,
.splide__arrows .mv__splide-arrow--next:hover::before {
	background-color: #43B14F;
}

.pending {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.pending__inner {
	max-width: 65rem;
}

.pending__container {
	border-radius: 1.25rem;
	padding: 3.75rem 5rem 5rem;
}

.pending__heading {
	font-size: 2.5rem;
}

.pending__heading.c-heading-fukidashi {
	gap: 1.5625rem;
}

.pending__heading.c-heading-fukidashi::before,
.pending__heading.c-heading-fukidashi::after {
	height: 2.9375rem;
}

.pending__list {
	gap: 1.875rem;
}

.pending__list::before {
	height: 8.125rem;
	right: 3.9375rem;
	top: -8.125rem;
	width: 8.75rem;
}

.pending__item {
	padding: 2.5rem 5rem;
}

.pending__item-heading {
	margin-bottom: 1.375rem;
	padding-left: 2.75rem;
}

.pending__item-heading::before {
	height: 4rem;
	left: -2.0625rem;
	top: 33%;
	width: 3.75rem;
}

.pending__item-posts {
	gap: 0;
}

.pending__item-post {
	border-color: #EAEAEA;
	grid-template-columns: 1fr 10rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.pending__item-post-link {
	display: none;
}

.pending__item-post-box {
	align-items: center;
	gap: 0.75rem;
	grid-template-columns: auto 1fr;
}

.pending__item-post-arrow {
	display: none;
}

.policy--layout {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.policy__content h2 {
	margin-top: 2.5rem;
}

.policy__content h3,
.policy__content h4 {
	margin-top: 2rem;
}

.service {
	padding-bottom: 0;
}

.service__top {
	gap: 5rem;
	grid-template-columns: 19.5rem auto;
	margin-right: calc(50% - 50vw);
	padding-bottom: 3.375rem;
	padding-top: 6.25rem;
}

.service__top-box {
	margin-top: 1.5rem;
	max-width: 19.5rem;
	text-align: left;
}

.service__heading {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.service__copy {
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 1.0625rem;
}

.service__features {
	justify-content: left;
	padding-left: 0;
	padding-right: 0;
}

#service-splide-1 {
	margin-right: 0;
}

#service-splide-1-track,
#service-splide-2-track {
	margin-bottom: 0.875rem;
}

.service__slide-gradation {
	height: 6.6875rem;
}

.service__slide-title {
	bottom: 1rem;
}

.service__bottom {
	border-radius: 0 1.25rem 1.25rem 0;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	margin-top: -10rem;
	padding-bottom: 6.25rem;
	padding-left: calc(50vw - 50%);
	padding-right: 0;
	padding-top: 10rem;
}

.service__about-title {
	margin-bottom: 2.625rem;
}

.service__about-title::before {
	left: -3.5rem;
	width: 2.875rem;
}

.service__about-wrap {
	gap: 3.625rem;
	grid-template-columns: 1fr auto;
	margin-bottom: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.service__about-item {
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
	gap: 0;
	grid-template-columns: 9.375rem 1fr;
	padding-bottom: 1.125rem;
}

.service__about-item-title {
	background-color: transparent;
	background-color: initial;
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
	text-align: left;
}

.service__about-note {
	margin-top: 0.75rem;
}

.service__about-img-2 {
	bottom: -6.25rem;
	left: 32.5%;
	width: 8.75rem;
}

.service__about-img-2 img {
	aspect-ratio: 140/184;
}

.service__item.-reverse .service__top {
	grid-template-columns: 1fr auto;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.service__item.-reverse .service__top-box {
	order: 1;
}

.service__item.-reverse .service__bottom {
	border-radius: 1.25rem 0 0 1.25rem;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
	padding-left: 0;
	padding-right: calc(50vw - 50%);
}

.service__item.-reverse .service__about-img-2 {
	bottom: -6.25rem;
	right: 34%;
	width: 7.5rem;
}

.service__item.-reverse .service__about-img-2 img {
	aspect-ratio: 120/184;
}

.top-about {
	background-size: 18.4375rem 17.1875rem;
}

.top-about--layout {
	margin-bottom: 6.25rem;
	padding-bottom: 6.25rem;
	padding-top: 5.625rem;
}

.top-about__heading {
	margin-bottom: 2.8125rem;
}

.top-links--layout {
	margin-bottom: 4.375rem;
}

.top-links__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 48.25rem;
	padding: 1.5rem 2.5rem;
}

.top-links__list {
	gap: 1rem;
	grid-template-columns: repeat(3, auto);
}

.top-links__item-link {
	gap: 0.5rem;
}

.top-links__item-link:hover {
	opacity: 0.6;
}

.top__pickup {
	margin-bottom: 5.625rem;
}

.top-problem--layout {
	margin-bottom: 5.25rem;
}

.top-problem__wrap {
	border: 0.375rem solid #D9EFDB;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.875rem;
	padding: 5.625rem 6.8125rem 3.5rem;
}

.top-problem__img {
	right: 8.375rem;
	top: -1rem;
	width: 12.5rem;
}

.top-problem__heading {
	gap: 0.25rem;
	margin-bottom: 3.125rem;
	padding-right: 0;
	text-align: center;
}

.top-problem__heading-text {
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.top-problem__heading-accent {
	font-size: 2.5rem;
	letter-spacing: 0;
}

.top-problem__list {
	gap: 4.125rem;
	margin-bottom: 2.6875rem;
}

.top-problem__item {
	gap: 0;
	grid-template-columns: 17.5rem auto;
	justify-content: space-between;
	max-width: 46.875rem;
	padding: 1.875rem 3.4375rem 2.1875rem 2.5rem;
}

.top-problem__item:nth-child(even) {
	grid-template-columns: 1fr 17.5rem;
	margin-left: auto;
}

.top-problem__item:nth-child(even) .top-problem__item-img {
	order: 1;
}

.top-problem__item:nth-child(even) .top-problem__item-fukidasshi {
	right: 3.75rem;
	top: -5.4375rem;
}

.top-problem__item-fukidasshi {
	left: 2.5rem;
	top: -5.875rem;
	width: 8.125rem;
}

.top-problem__item-img {
	width: 17.5rem;
}

.top-problem__item-problems {
	align-items: flex-start;
	gap: 0.5rem;
	max-width: none;
	max-width: initial;
}

.top-problem__item-problem {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	padding: 0.25rem 0.5rem 0.75rem;
}

.top-problem__item-problem b {
	font-size: 1.5rem;
}

.top-problem__text {
	font-size: 1.875rem;
	letter-spacing: 0.04em;
	line-height: 150%;
}

.top-problem__fukidashi-bottom {
	bottom: -1.8125rem;
	width: 23.125rem;
}

.top-recruit--layout {
	padding: 0;
}

.top-recruit__inner {
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
}

.top-recruit__img {
	order: initial;
}

.top-recruit__img img {
	aspect-ratio: 720/378;
}

.top-recruit__wrap {
	display: block;
	padding-left: 5.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.top-recruit__heading {
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 1rem;
}

.top-recruit__text {
	font-size: 1rem;
	margin-bottom: 1.4375rem;
}

.top-recruit__btn a {
	font-size: 1rem;
}

.top-recruit__btn a:hover {
	background-color: #FAE9B9;
	color: #F9B700;
}

.top-recruit__btn a:hover::after {
	background-color: #F9B700;
}

.use--layout {
	padding-bottom: 1.25rem;
	padding-top: 4.625rem;
}

.use__wrap {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.use__img {
	right: 1.875rem;
	top: -1.25rem;
	width: 8.125rem;
}

.use__heading {
	margin-bottom: 3.125rem;
}

.use__flow-heading,
.use__fee-heading {
	margin-bottom: 2.5rem;
}

.use__flow {
	margin-bottom: 7.6875rem;
}

.use__flow-list {
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
}

.use__flow-item {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto 1fr;
	padding: 1.25rem 2rem 1.25rem 2.5rem;
}

.use__flow-item-wrap {
	margin-bottom: 0;
}

.use__flow-item-step {
	border-bottom: none;
	border-right: 1px solid #43B14F;
	padding: 0.5rem 2.5rem 0.5rem 0;
}

.use__flow-item-texts {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: auto;
}

.use__flow-item-heading {
	text-align: left;
}

.use__flow-item-accent {
	margin-top: 0;
	position: absolute;
	right: 1.625rem;
	top: -1.5625rem;
	width: 9.75rem;
}

.use__flow-item-accent img {
	-o-object-fit: cover;
	aspect-ratio: 156/68;
	object-fit: cover;
}

.use__flow-last {
	align-items: center;
	grid-template-columns: 16.875rem auto;
	padding: 1.875rem 2.5rem;
}

.use__flow-last-wrap {
	margin-top: 0;
}

.use__flow-last-img-2 {
	bottom: -3.3125rem;
	right: -7.625rem;
	width: 10.125rem;
}

.use__fee {
	padding-bottom: 5.375rem;
	padding-top: 6.25rem;
}

.use__fee-groups {
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 3.75rem;
}

.use__fee-group {
	padding: 3rem 2.5rem 3.125rem;
}

.use__fee-group:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.use__fee-group:first-child .use__fee-table-label {
	width: 8.125rem;
}

.use__fee-group:first-child .use__fee-table-value {
	border-right: none;
	width: 14.375rem;
}

.use__fee-group:first-child .use__fee-table-note {
	display: table-cell;
}

.use__fee-group:first-child tr:first-child .use__fee-table-value {
	border-top-right-radius: 0;
}

.use__fee-group:first-child tr:last-child .use__fee-table-value {
	border-bottom-right-radius: 0;
}

.use__fee-group:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.use__fee-group:last-child .use__fee-table .use__fee-table-label {
	width: 13.75rem;
}

.use__fee-notes {
	gap: 1.5rem;
}

.use__fee-group-img {
	bottom: 1.25rem;
	right: 2.125rem;
}

.use__fee-table {
	margin-bottom: 1.5625rem;
}

.use__fee-table .use__fee-table-note.-sp {
	display: none;
}

.use__fee-table .use__fee-table-note.-pc {
	display: table-cell;
}

.use__fee-table tr > * {
	padding: 0.75rem 1.25rem;
}

}

@media screen and (min-width: 1025px) and (max-width: 1261px) {

.facility-item {
	gap: 1.25rem;
	grid-template-columns: 6.25rem 5rem 8.75rem 16.25rem 10rem;
	justify-content: space-between;
}

.facility-group__header-list {
	gap: 1.25rem;
	grid-template-columns: 6.25rem 5rem 8.75rem 16.25rem 10rem;
	justify-content: space-between;
}

}

@media screen and (min-width: 1025px) and (max-width: 1439px) {

.living-overview__item .living-overview__item-main-img {
	max-width: 43.75rem;
}

.living-overview__item:nth-child(odd) {
	gap: 1.875rem;
	grid-template-columns: auto 1fr;
}

.living-overview__item:nth-child(odd) .living-overview__item-container {
	gap: 1.25rem;
	margin-right: 0;
}

.living-overview__item:nth-child(even) {
	gap: 1.875rem;
	grid-template-columns: 1fr auto;
}

.living-overview__item:nth-child(even) .living-overview__item-container {
	gap: 1.25rem;
	margin-left: 0;
}

}

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

.header__pc-nav-items {
	gap: 2rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.c-heading.-sm .c-heading__ja {
	font-size: 1.5625rem;
}

.c-tag-area.-sp-sm {
	font-size: 0.875rem;
	height: 1.75rem;
	width: 4.25rem;
}

.card-slider__slide {
	margin-right: 1.25rem;
}

.cta__list {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.facility-article__concept-list li:last-child {
	border-bottom: none;
}

.facility-item__area {
	order: 1;
}

.facility-item__thumbnail {
	align-self: flex-start;
	grid-row: 1/4;
}

.footer {
	overflow: hidden;
}

.footer__bottom {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.pickup__container {
	margin-right: calc(50% - 50vw);
	padding-left: 1.125rem;
}

.sidebar {
	background-color: #F4F9F4;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	padding: 3.5625rem 1.25rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.about__text {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.day__text {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.facility-detail__container {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

.facility-nearby {
	overflow: hidden;
}

.living-overview__item-heading {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.pending__item-post-btn {
	display: none;
}

.service__heading {
	align-items: center;
	display: inline-flex;
	height: 2.8125rem;
	justify-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
}

.service__heading::before,
.service__heading::after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service__heading::before {
	border: 1px solid #43B14F;
	border-radius: 0.625rem;
	height: inherit;
	width: 15rem;
	z-index: -1;
}

.service__heading::after {
	background-color: #fff;
	height: 3.125rem;
	width: 13.75rem;
	z-index: -1;
}

.top-links__item:not(:last-child) {
	border-bottom: 1px solid #43B14F;
	padding-bottom: 0.5rem;
}

.top-problem__inner {
	padding-left: 0;
	padding-right: 0;
}

.top-recruit__img {
	border-radius: 1.25rem;
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 19.6875rem;
	overflow: hidden;
}

.use__text {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slideInFromBottom {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes moveBack {

0% {
	opacity: 0;
	transform: translate(110px, -48px);
}

100% {
	opacity: 1;
	transform: translate(0, 0);
}

}

@keyframes swing-animation {

0% {
	transform: rotate(10deg);
}

25% {
	transform: rotate(-10deg);
}

50% {
	transform: rotate(10deg);
}

75% {
	transform: rotate(-10deg);
}

100% {
	transform: rotate(10deg);
}

}

@keyframes triangle-move {

0% {
	transform: translate(0, 0);
}

33% {
	transform: translate(-10px, 15px);
}

66% {
	transform: translate(10px, 10px);
}

100% {
	transform: translate(0, 0);
}

}


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