@charset "UTF-8";

:root {
  /* メインカラー */
  --main-color-red: #7f121a;
  --main-color-green: #576128;
  --main-color-black: #382e28;
  --main-color-beige: #e7e8e0;

  /* 背景色 */
  --bg-color-body: #f4f5f2;
  --bg-color-accent: #fff9d5;
  --bg-color-white: #fff;
  --bg-color-gray: #f7f7f7;

  /* 文字色 */
  --text-color-primary: #382e28;
  --text-color-white: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color-body);
  color: var(--text-color-primary);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100%;
  }
}
[id] {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

/* ============================
*  Layout
* ========================== */
.l-main {
  max-width: 1366px;
  margin: 118px 20px 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin: 70px 0 0;
    padding: 0 8px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
  }
}

.l-main.page {
  position: relative;
}

.l-inner {
  padding: 0 clamp(40px, 8.7vw, 118px);
  /* margin: 0 20px; */
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 3.2vw;
  }
}
/* 下層ページ 背景 白なし */
.page .l-inner {
  position: relative;
  padding-top: 140px;
  background-image: url('../images/bg-page-01.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page .l-inner {
    padding-top: 80px;
    background-image: url('../images/bg-page-SP.svg');
  }
}

.single-page .l-inner {
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .single-page .l-inner {
    padding-bottom: 0;
  }
}

.contact .l-inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact .l-inner {
    padding-bottom: 80px;
    margin-bottom: -36px;
  }
}

.l-section-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-section-header-wrapper {
    width: auto;
    margin: 0 12px;
  }
}

.l-section-header-wrapper::after {
  width: 100%;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}

.l-section-header {
  background: linear-gradient(90deg, #576128 0%, #b1ba8a 50%, var(--main-color-beige) 100%);
  font-family: 'Noto Serif JP', serif;
  flex-shrink: 0;
  padding: clamp(8px, 2.08vh, 16px) clamp(8px, 1.76vw, 24px);
}
@media screen and (max-width: 768px) {
  .l-section-header {
    padding: 16px 0 16px 24px;
  }

  #faq .l-section-header-wrapper {
    gap: 0;
  }
  #faq .l-section-header {
    position: relative;
    margin-bottom: 73px;
  }
}

/* 下層ページ タイトル */
.l-page-heading-wrapper {
  position: relative;
  height: clamp(80px, 14.71vh, 113px);
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .l-page-heading-wrapper {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}

.l-page-heading {
  background: linear-gradient(90deg, #576128 0%, #b1ba8a 50%, var(--main-color-beige) 100%);
  font-family: 'Noto Serif JP', serif;
  flex-shrink: 0;
  padding: clamp(8px, 2.08vh, 16px) clamp(24px, 2.93vw, 40px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-page-heading {
    padding: 16px 0 18px 24px;
  }
}
.l-page-heading-image {
  position: absolute;
  content: '';
  right: 0;
  top: 58px;
}
@media screen and (max-width: 768px) {
  .l-page-heading-image {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    margin-bottom: 16px;
  }
}

.l-page-heading-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================
*  Component
* ========================== */
/*-------------------------
  タイトル
-------------------------*/
.c-title {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.c-title--en {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: flex;
  align-items: center;
  font-size: 0.6875rem; /* 11px */
  gap: 11px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.088em;
}

.page .c-title--en {
  font-size: 0.875rem;
}

.c-title--en::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: middle;
}

.c-title--ja {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.5rem, 2.05vw, 1.75rem);
  line-height: 1.429;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page .c-title--ja {
  font-size: clamp(2rem, 3.07vw, 2.625rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .c-title--ja {
    font-size: 1.25rem; /* 20px */
  }

  .page .c-title--ja {
    font-size: clamp(1.25rem, 7.2vw, 1.688rem);
    line-height: 1.5;
  }
}

/*-------------------------
  リンクボタン
-------------------------*/
.c-btn-link {
  display: flex;
  width: clamp(100px, 100%, 178px);
  height: clamp(30px, 7.03vh, 54px);
  padding: 0 24px;
  border: 2px solid var(--main-color-green);
  border-radius: 10000px; /* 27px (高さの半分) */
  background-color: transparent;
  color: var(--main-color-green);
  transition: all 0.3s ease;
  margin-inline: auto;
  box-sizing: border-box;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-link {
    width: 100%;
    min-height: auto;
    height: 48px;
  }
}

.c-btn-link__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  white-space: nowrap;
  width: 100%;
  flex-shrink: 0;
}

.c-btn-link__label::after {
  content: '';
  background-color: var(--main-color-green);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-link__label::after {
    width: 6px;
    height: 6px;
  }
}

.c-btn-link:hover {
  background-color: var(--main-color-green);
}

.c-btn-link:hover .c-btn-link__label {
  color: var(--text-color-white);
}

.c-btn-link:hover .c-btn-link__label::after {
  background-color: var(--bg-color-white);
  transform: scale(1.5);
}

/*-------------------------
  リンクボタン 大
-------------------------*/
.c-btn-link--large {
  width: clamp(300px, 29.28vw, 400px);
  height: 74px;
  font-size: 1rem;
  border: none;
  background-color: var(--main-color-green);
}

.recruit-detail .c-btn-link--large {
  background-color: var(--main-color-red);
}
@media screen and (max-width: 768px) {
  .c-btn-link--large {
    width: 290px;
    height: 58px;
  }
}

.c-btn-link--large:hover .c-btn-link__label--large::after {
  transform: scale(1.4);
}

.c-btn-link__label--large {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-color-white);
}
@media screen and (max-width: 768px) {
  .c-btn-link__label--large {
    font-size: 0.875rem;
  }
}

.c-btn-link__label--large::after {
  background-color: var(--bg-color-white);
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-link__label--large::after {
    width: 8px;
    height: 8px;
  }
}

/*-------------------------
  パンくずリスト
-------------------------*/
.breadcrumb {
  position: absolute;
  content: '';
  top: 80px;
  right: 80px;
  width: auto;
  height: 20px;
  padding: 8px;
  display: flex;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    top: 40px;
    right: 12px;
    height: 17px;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  color: var(--text-color-primary);
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 100%;
  }
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 700;
  color: var(--text-color-primary);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    gap: 10px;
    font-size: 0.625rem;
  }

  .breadcrumb__item--current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }
}

.breadcrumb__item:not(:last-of-type)::after {
  content: '';
  background-image: url('../images/icon-breadcrumb.svg');
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: contain;
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item:not(:last-of-type)::after {
    right: -6.1vw;
  }
}
.breadcrumb__link {
  transition: 0.3s ease;
}

.breadcrumb__link:hover {
  color: var(--main-color-green);
}

/*-------------------------
  ページネーション
-------------------------*/
.pagination {
  background-color: #f6f6f6;
  border-radius: 16px 16px 0 0;
  height: clamp(100px, 22.14vh, 170px);
  padding: clamp(16px, 5.6vh, 43px) clamp(16px, 2.93vw, 40px) 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    height: 80px;
    padding: 13px 16px 0;
  }
}

.pagination__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(16px, 3.66vw, 50px);
  width: 100%;
}

.pagination__item:not(.pagination__item--current):not([aria-disabled='true']) {
  cursor: pointer;
}

.pagination__item:not(.pagination__item--current):not([aria-disabled='true']):hover {
  color: var(--main-color-green);
}

.pagination__link {
  /* width: 100%; */
  height: 100%;
}

.pagination__item svg {
  transform: rotate(180deg) translateX(0);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination__item svg {
    width: 21px;
    height: 16px;
  }
}

.pagination__item--prev .pagination__link:not([aria-disabled='true']):hover svg {
  transform: rotate(180deg) translateX(8px);
  transform-origin: center;
}

.pagination__item--next .pagination__link:not([aria-disabled='true']):hover svg {
  transform: rotate(180deg) translateX(-8px);
  transform-origin: center;
}

.pagination__link svg path {
  fill: var(--main-color-green);
  transition: fill 0.3s ease;
}

.pagination__item--prev .pagination__link,
.pagination__item--next .pagination__link,
.pagination__item--all .pagination__link {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: clamp(0.75rem, 1.17vw, 1rem);
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .pagination__item--prev .pagination__link,
  .pagination__item--next .pagination__link {
    font-size: 0.813rem;
    gap: 8px;
  }
}

.pagination__item--prev .pagination__link {
  flex-direction: row-reverse;
}

.pagination__current {
  font-family: 'Outfit', sans-serif;
}

.pagination__current-page {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--main-color-green);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pagination__current-page {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.pagination__current-separator,
.pagination__current-total {
  font-size: 1.25rem;
  line-height: 1.5;
}

/* 非アクティブ状態 */
.pagination__link[aria-disabled='true'] svg path {
  fill: #cbd5da;
}

.pagination__link[aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  color: #cbd5da;
}

/*-------------------------
  拡大ボタン
-------------------------*/
.zoom-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .facility-detail__figure {
    position: relative; /* 子要素の絶対配置用 */
  }

  .zoom-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: rgba(56, 46, 40, 0.8);
    border-radius: 16px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;

    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  .zoom-btn__text {
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}

/* ============================
*  Utility
* ========================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pc-only {
  display: block;
}
.pc-only-inline-block {
  display: inline-block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .pc-only-inline-block {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.ib {
  display: inline-block;
}

:lang(en) {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* ============================
*  Swiper
* ========================== */
.swiper-buttons-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-buttons-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    top: auto !important;
    right: 0;
    background-position: right 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 66px;
    /* pointer-events: none; */
    z-index: 20 !important;
    overflow-x: hidden;
    pointer-events: none;
  }
}

@media screen and (max-width:768px) {
  .top-news__content .swiper-buttons-wrapper,
  .top-voice__content .swiper-buttons-wrapper {
    position: static;
  } 
}

/* ナビゲーションボタン */
.swiper-buttons {
  position: relative;
  display: flex;
  gap: 30px;
  padding-right: 25px;
  z-index: 5 !important;
  pointer-events: all;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0;
  pointer-events: auto;
  z-index: 5 !important;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  /* Swiperのデフォルトの位置指定を上書き */
  .swiper-button-next,
  .swiper-button-prev {
    position: relative !important;
    z-index: 20 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 0 !important;
    pointer-events: auto;
  }
}

@media screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* デフォルトの矢印を非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

/* カスタム矢印 */
.arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 9.2px 0;
  border-radius: 9999px;
  background-color: var(--main-color-green);
  transition: background-color 0.3s ease;
  z-index: 20 !important;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1.5px);
  width: 13px;
  height: 3px;
  border-radius: 9999px;
  background-color: var(--main-color-green);
  transition: background-color 0.3s ease;
}

/* 右矢印 */
.swiper-button-next .arrow::before,
.swiper-button-next .arrow::after {
  right: 0;
  transform-origin: calc(100% - 1.5px) 50%;
}

.swiper-button-next .arrow::before {
  transform: rotate(45deg);
}

.swiper-button-next .arrow::after {
  transform: rotate(-45deg);
}

/* 左矢印 */
.swiper-button-prev .arrow::before,
.swiper-button-prev .arrow::after {
  left: 0;
  transform-origin: 1.5px 50%;
}

.swiper-button-prev .arrow::before {
  transform: rotate(-45deg);
}

.swiper-button-prev .arrow::after {
  transform: rotate(45deg);
}

/* 無効化状態 */
.swiper-button-disabled,
.swiper-button-disabled * {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
}

.swiper-button-disabled .arrow,
.swiper-button-disabled .arrow::before,
.swiper-button-disabled .arrow::after {
  background-color: #c9d4da;
}

@media screen and (max-width: 768px) {
  .top-service .swiper-buttons-wrapper {
    background-image: url('../images/bg-top-facility-swiper-buttons.svg');
    bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .top-voice .swiper-buttons-wrapper,
  .top-news .swiper-buttons-wrapper {
    background-image: url('../images/bg-top-voice-swiper-buttons.svg');
    z-index: 10;
  }

  .top-voice .swiper-buttons-wrapper {
    bottom: 74px;
  }

  .top-news .swiper-buttons-wrapper {
    bottom: 0;
  }
}

/* ============================
*  Header
* ========================== */
.header {
  position: fixed;
  top: 0;
  max-width: 1366px;
  width: 100%;
  height: 118px;
  padding: 0 20px 5px 2.93vw;
  z-index: 10;
  background-color: #f4f5f2;
}
@media screen and (max-width: 1024px) {
  .header {
    max-width: 100%;
    width: 100%;
    height: 70px;
    left: 0;
    right: auto;
    padding: 0;
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    max-width: 100%;
    padding: 0;
    height: 70px;
    width: 100%;
  }
}

.header__logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
  }
}

/*-------------------------
  Navigation
-------------------------*/
.header__nav {
  padding: 25px 0;
}
.header__nav-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(auto, 1fr)) auto minmax(auto, 1fr);
  gap: 1.5vw;
  width: fit-content;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.header__nav-item--contact {
}
@media screen and (max-width: 1024px) {
  .header__nav-item {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 3px dotted #f2f2f2;
  }
}

.nav__item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .nav__item-link {
    gap: 4px;
    width: fit-content;
  }

  .nav__item-link.accordion-toggle {
    width: clamp(70%, 100%, 100%);
  }
}

.nav__item-link:hover {
  opacity: 0.6;
}

.nav__item-label--en {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.688rem; /* 11px */
}
@media screen and (max-width: 1024px) {
  .nav__item-label--en {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.nav__item-label--en::before {
  content: '';
  background-color: var(--main-color-green);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .nav__item-label--en::before {
    width: 7px;
    height: 7px;
  }
}

.nav__item-label--ja {
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
  line-height: 1.429;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  white-space: nowrap;
}
.nav__item-label--ja br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .nav__item-label--ja {
    font-size: 1rem;
    line-height: 1.438;
  }

  .header .nav__item-label--ja br {
    display: none;
  }

  .nav__item-label--ja .sp-only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .nav__item-label--ja br {
    display: block;
  }
}
/*-------------------------
  Contact
-------------------------*/
.header__contact {
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  width: fit-content;
}

.header__contact-btns {
  height: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 138px));
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__contact-btns {
    grid-template-columns: repeat(3, 55px);
  }
}

.header__contact-btn {
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.header__contact-btn:nth-of-type(2) {
  justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .header__contact-btn {
    padding: 8px 10px;
  }

  .header__contact-btn:nth-of-type(2) {
    justify-content: center;
    padding: 8px 10px;
  }

  .header__contact-btn-label br {
    display: block;
  }
}

.header__contact-btn:hover .header__contact-btn-label {
  opacity: 0.6;
}

.header__contact-btn-label {
  display: flex;
  align-items: center;
  gap: 0.59vw;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
  line-height: 1.429;
  font-weight: 700;
  color: var(--text-color-white);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  .header__contact-btn-label {
    flex-direction: column;
    gap: 3px;
    font-size: 0.625rem;
    line-height: 1.3;
  }
}

.header__contact-btn-label::before {
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .header__contact-btn-label::before {
    width: 16px;
    height: 16px;
  }
}

/* お問い合わせボタン */
.header__contact-btn--inquiry {
  background-color: var(--main-color-red);
}

.header__contact-btn--inquiry .header__contact-btn-label::before {
  background-image: url(../images/icon-mail.svg);
}
@media screen and (max-width: 1024px) {
  .header__contact-btn--inquiry .header__contact-btn-label::before {
    background-image: url(../images/icon-document.svg);
  }
}
/* 採用情報ボタン */
.header__contact-btn--recruit {
  background-color: var(--main-color-green);
}

.header__contact-btn--recruit .header__contact-btn-label::before {
  background-image: url(../images/icon-user.svg);
}
@media screen and (max-width: 1024px) {
  .header__contact-btn--recruit .header__contact-btn-label::before {
    background-image: url(../images/icon-user-sp.svg);
  }
}

/* 電話 */
.header__contact-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__contact-tel {
    display: none;
  }
}

.header__contact-tel-number {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  line-height: 1.188;
  letter-spacing: 0.04em;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}

.header__contact-tel-number::before {
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url(../images/icon-tel.svg);
}

.header__contact-tel-hour {
  display: block;
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-color-primary);
  border-radius: 10000px;
  width: fit-content;
  padding: 0 8px;
}

.header__contact-tel-hour time {
  font-size: 0.813rem;
  font-family: 'Outfit', sans-serif;
}

/*-------------------------
  Hamburger Menu
-------------------------*/
.hamburger-menu__wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 3.33vw;
  /* margin: 0 0 0 auto; */
}

.hamburger-menu {
  display: none;
}

/*-------------------------
  Contact Info (SP only)
-------------------------*/
.contact-info {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact-info {
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    background-color: var(--main-color-green);
    border-radius: 16px;
  }

  .contact-info__desc {
    font-size: 0.875rem;
    line-height: 1.429;
    color: var(--text-color-white);
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 21.5px;
  }

  .contact-info-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
  }

  .contact-info-tel-number {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 1.75rem;
    line-height: 1.188;
    letter-spacing: 0.04em;
    font-family: 'Outfit', sans-serif;
    color: var(--text-color-white);
  }

  .contact-info-tel-number::before {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url(../images/icon-tel-green.svg);
  }

  .contact-info-tel-hour {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: var(--text-color-primary);
    border-radius: 10000px;
    width: 100%;
    height: 24px;
    padding: 0 8px;
    text-align: center;
  }

  .contact-info-tel-hour time {
    font-size: 0.813rem;
    font-family: 'Outfit', sans-serif;
  }

  .contact-info-btns {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }
  .contact-info-btns:not(:has(> :nth-child(2))) {
    grid-template-rows: repeat(1, 1fr);
  }

  .contact-info-btn {
    border-radius: 16px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }

  .contact-info-btn-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 500;
    color: var(--main-color-black);
    letter-spacing: 0.08em;
  }
  .contact-info-btn-label::before {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .contact-info-btn--inquiry-from-web .contact-info-btn-label::before {
    background-image: url(../images/icon-mail-black.svg);
  }
  .contact-info-btn--entry .contact-info-btn-label::before {
    background-image: url(../images/icon-document-black.svg);
  }
}

@media screen and (max-width: 1024px) {
  /* closed */
  .hamburger-menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-color-body);
    position: absolute;
    top: 70px;
    left: 0;
    right: auto;
    width: 100vw;
    height: 0;
    padding: 0 8px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  /* opened */
  .hamburger-menu__wrapper.open {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 70px);
    z-index: 100;
  }

  .header__nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* z-index: 10; */
    width: 100%;
    height: fit-content;
    padding: 32px;
    margin-inline: auto;
    transition: left 0.3s ease;
    background-color: #fff;
    border-radius: 16px;
    overflow-y: scroll;
    box-sizing: border-box;
  }

  .header__nav-list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 16px;
    width: 100%;
  }

  #drawerMenu.open .header__nav {
    left: 0;
  }

  .hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-black);
    border-radius: 0 0 0 10px;
    padding: 12px 16px;
    gap: 8px;
  }

  .hamburger-menu__lines {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 28px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hamburger-menu__line-img,
  .hamburger-menu__line {
    transform-origin: center center; /* 中心を基準に回転 */
  }

  .hamburger-menu__line-img {
    position: relative;
    transition: all 0.3s ease;
    width: 28px;
  }

  .hamburger-menu__line {
    width: 28px;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }

  .hamburger-menu__label {
    font-size: 0.625rem;
    line-height: 1.5;
    color: var(--text-color-white);
    text-transform: uppercase;
  }

  /* open状態 */
  .hamburger-menu.open .hamburger-menu__line-img {
    transform: translateY(3px) rotate(30deg);
  }

  .hamburger-menu.open .hamburger-menu__line {
    transform: translateY(-5px) rotate(-30deg);
  }
}
/*-------------------------
  Accordion Menu
-------------------------*/
.nav__item-labels--accordion {
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 1024px) {
  .nav__item-labels--accordion {
    gap: 4px;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content.is-open {
  max-height: 300px;
}

.accordion-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.accordion-list-item {
  cursor: pointer;
  /* transition: background 0.2s; */
}

.accordion-list-item:hover {
  /* background: rgba(0, 0, 0, 0.05); */
}

.accordion-list-item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.813rem;
  line-height: 1.846;
  color: var(--text-color-primary);
}

.accordion-list-item-link::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: var(--main-color-green);
  border-radius: 50%;
}

/* トグルボタン */
.toggle-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle-btn {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--main-color-green);
    border: none;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
    flex-shrink: 0;
    z-index: 15;
  }

  .footer .toggle-btn {
    /* display: none; */
    display: block;
    width: 18px;
    height: 18px;
  }

  .toggle-btn::before,
  .toggle-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transition: opacity 0.3s;
  }

  .toggle-btn::before {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .toggle-btn::after {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%);
  }

  .nav__item.is-active .toggle-btn {
    background: #ccc;
  }

  .nav__item.is-active .toggle-btn::after {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .toggle-btn {
    display: block;
    width: 18px;
    height: 18px;
  }
}

/* ============================
*  Top Page
* ========================== */
/*-------------------------
  FV
-------------------------*/
.top-fv {
  position: relative;
  width: 100%;
  margin-bottom: 42px;
  background-image: url('../images/fv-top-PC.png');
  background-repeat: no-repeat;
  aspect-ratio: 1326 / 677;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 650px) {
  .top-fv {
    width: 100%;
    aspect-ratio: 359 / 495;
    background-size: cover;
    margin-bottom: 8px;
    background-image: url('../images/fv-top-SP.png');
  }
}

.top-fv__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-fv__img {
    width: 100%;
  }
}

.top-fv__logo {
  position: absolute;
  content: '';
  width: clamp(100px, 11.71vw, 160px);
  height: auto;
  aspect-ratio: 80 / 89;
  top: 112px;
  top: clamp(70px, 14.58vh, 112px);
  left: 60px;
}
@media screen and (max-width: 650px) {
  .top-fv__logo {
    width: 100px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    aspect-ratio: 100 / 111.94;
  }
}

.top-fv__text {
  position: absolute;
  content: '';
  width: clamp(300px, 29.72vw, 406px);
  height: auto;
  aspect-ratio: 128 / 49;
  top: clamp(100px, 20.57vh, 158px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-fv__text {
    width: 254px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv__text {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*-------------------------
  About
-------------------------*/
.top-about .l-inner {
  padding-top: 98px;
  padding-bottom: 102px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about .l-inner {
    padding: 63px 0 0;
  }
}

.top-about__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    align-items: flex-end;
    margin-bottom: 20px;
  }
}

.top-about__title-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 1.17vw, 16px);
  width: clamp(400px, 47.73vw, 652px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-about__title-images {
    position: relative;
    flex-direction: column;
    gap: 16px;
    width: clamp(240px, 64vw, 300px);
  }
}

.top-about__title-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top-about__title-text {
  font-size: clamp(1.4rem, 2.05vw, 1.75rem);
  line-height: 1.25;
  font-weight: 500;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .top-about__title-text {
    transform: translateY(34%);
    font-size: 1.5rem;
    line-height: 2.667;
  }
}

/*-------------------------
  困りごと
  .top-about__problems
-------------------------*/
.top-about__problems-wrapper {
  position: relative;
  padding-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .top-about__problems-wrapper {
    padding-bottom: 45px;
  }
}

.top-about__problems-wrapper::after {
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: url('../images/icon-double-arrow-down.svg') no-repeat center;
  width: 42px;
  height: 39px;
}
@media screen and (max-width: 768px) {
  .top-about__problems-wrapper::after {
    bottom: 12px;
  }
}

.top-about__problems {
  margin-inline: auto;
  padding: 64px clamp(24px, 4.69vw, 64px) 29px;
  background-color: #fff9d5;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-about__problems {
    border-radius: 0;
    padding: 40px 0;
  }
}

.top-about__problems-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-about__problems-heading {
    gap: 4px;
    align-items: end;
    margin-bottom: 17px;
  }
}

.top-about__problems-heading::before,
.top-about__problems-heading::after {
  content: '';
  width: 52px;
  height: 56px;
  flex-shrink: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-about__problems-heading::before,
  .top-about__problems-heading::after {
    width: 40px;
    height: 43px;
    margin-bottom: 4px;
  }
}

.top-about__problems-heading::before {
  background-image: url('../images/deco-top-triangle-green-left.svg');
}

.top-about__problems-heading::after {
  background-image: url('../images/deco-top-triangle-green-right.svg');
}

.top-about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-about__content {
    gap: 0;
  }
}
.top-about__subtitle {
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-about__subtitle {
    text-align: center;
    font-size: 1.25em;
  }
}

.top-about__subtitle--em {
  font-size: clamp(2rem, 2.93vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .top-about__subtitle--em {
    font-size: 1.68rem;
    line-height: 1.481;
  }
}

@media screen and (max-width: 768px) {
  .top-about__problems-content {
    margin-inline: 28px;
  }
}

.top-about__problems-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: clamp(8px, 1.83vw, 25px);
}
@media screen and (max-width: 1000px) {
  .top-about__problems-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.problem-block-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.problem-block-wrapper::after {
  content: '';
  position: absolute;
  bottom: -29px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .problem-block-wrapper::after {
    bottom: 3px;
    /* right: 14px; */
  }
}

.problem-block-wrapper:has(.problem-block--family)::after {
  background-image: url('../images/illust-top-about-family.png');
  width: auto;
  height: clamp(76px, 12vh, 112px);
  aspect-ratio: 220.33 / 112;
}
@media screen and (min-width: 1919px) {
  .problem-block-wrapper:has(.problem-block--family)::after {
    right: 0;
    bottom: -28px;
  }
}
@media screen and (max-width: 1000px) {
  .problem-block-wrapper:has(.problem-block--family)::after {
    height: clamp(76px, 14vh, 112px);
  }
}
@media screen and (max-width: 768px) {
  .problem-block-wrapper:has(.problem-block--family)::after {
    width: 144.57px;
    height: 73.49px;
  }
}

.problem-block-wrapper:has(.problem-block--person)::after {
  background-image: url('../images/illust-top-about-person.png');
  width: auto;
  height: clamp(76px, 12vh, 112px);
  aspect-ratio: 98.29 / 112;
  right: 18px;
}
@media screen and (max-width: 1000px) {
  .problem-block-wrapper:has(.problem-block--person)::after {
    height: clamp(76px, 14vh, 112px);
  }
}
@media screen and (max-width: 768px) {
  .problem-block-wrapper:has(.problem-block--person)::after {
    width: 79.1px;
    height: 90.13px;
    right: 12px;
  }
}

.problem-block-wrapper:has(.problem-block--supporter)::after {
  background-image: url('../images/illust-top-about-supporter.png');
  width: auto;
  height: clamp(100px, 13vh, 121px);
  aspect-ratio: 126.91 / 121;
}
@media screen and (max-width: 768px) {
  .problem-block-wrapper:has(.problem-block--supporter)::after {
    width: 82.86px;
    height: 79px;
  }
}

.problem-block {
  background-color: var(--bg-color-white);
  border-radius: 8px 8px 16px 16px;
  padding: 0;
  box-shadow: inset 0 0 0 3px var(--main-color-green);
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  .problem-block {
    border-radius: 8px;
    overflow: hidden;
  }
}

.problem-block__title {
  background-color: var(--main-color-green);
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  padding: 6px 0;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .problem-block__title {
    font-size: 0.875rem;
    line-height: 1.429;
    padding: 8px 0 6px;
  }
}

.problem-block__list {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1vh, 16px);
  padding: clamp(8px, 1.76vw, 24px);
}
@media screen and (max-width: 1000px) {
  .problem-block__list {
    gap: 11px;
    padding: 22px 23px 24px;
  }
}

.problem-block__list-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(0.75rem, 1.17vw, 1rem);
  color: var(--text-color-primary);
  line-height: 1.625;
}
@media screen and (max-width: 1000px) {
  .problem-block__list-item {
    font-size: 0.875rem;
    line-height: 1.714;
  }

  .problem-block__list-item br {
    display: none;
  }
}

@media screen and (max-width: 610px) {
  .problem-block__list-item br {
    display: block;
  }

  .problem-block__list-item br.pc-only {
    display: none;
  }
}

.problem-block__list-item::before {
  content: '';
  width: clamp(5px, 0.73vw, 10px);
  height: clamp(5px, 0.73vw, 10px);
  border-radius: 50%;
  background-color: var(--main-color-red);
}
@media screen and (max-width: 768px) {
  .problem-block__list-item::before {
    width: 10px;
    height: 10px;
  }
}

/*-------------------------
  ご安心ください！
  .top-about__assurance
-------------------------*/
.top-about__assurance-wrapper {
  padding: 0 clamp(24px, 7.76vw, 106px);
}
@media screen and (max-width: 768px) {
  .top-about__assurance-wrapper {
    padding: 0 12px;
  }
}

.top-about__assurance {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  justify-content: center;
  gap: 1.76vw;
}
@media screen and (max-width: 768px) {
  .top-about__assurance {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
}

.assurance-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 13.69vw, 187px);
  height: clamp(130px, 13.69vw, 187px);
  aspect-ratio: 1/1;
  background-color: var(--main-color-red);
  border-radius: 50%;
  border: 2px solid var(--bg-color-white);
  outline: 2px solid var(--main-color-red);
  outline-offset: -6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assurance-badge {
    width: 140px;
    height: 140px;
  }
}

.assurance-badge::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid var(--bg-color-white);
  border-radius: 50%;
}

.assurance-badge__label {
  font-size: clamp(1.125rem, 2.12vw, 1.813rem);
  /* font-size: 1.813rem; */
  line-height: 1.379;
  font-weight: 900;
  color: var(--text-color-white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assurance-badge__label {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.assurance-badge__label--em {
  display: block;
  font-size: clamp(2rem, 2.83vw, 2.75rem);
  /* font-size: 2.75rem; */
  line-height: 0.909;
}
@media screen and (max-width: 768px) {
  .assurance-badge__label--em {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.assurance-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .assurance-desc {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

.assurance-desc--em {
  display: inline-block;
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  line-height: 1.5;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .assurance-desc--em {
    font-size: 1.688rem;
    line-height: 1.37;
    padding: 12px 0;
  }
}

/* ============================
*  Service
* ========================== */
.top-service .l-inner {
  background-image: url('../images/bg-top-service.png');
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 118px);
  background-position: center 118px;
  width: auto;
  height: 100%;
  padding-bottom: 102px;
  background-color: var(--bg-color-white);
}
@media screen and (max-width: 768px) {
  .top-service .l-inner {
    background-image: url('../images/bg-top-service-SP.svg');
    background-position: center bottom 10vh;
    background-size: 100% auto;
    padding: 60px 0 calc(137px + 10vh);
    margin-bottom: -10vh;
  }

  .top-service .l-section-header-wrapper {
    gap: 0;
  }
}

.top-service__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1367px) {
  .top-service__content {
    gap: 8.51vh;
  }
}
@media screen and (max-width: 1290px) {
  .top-service__content {
    gap: 3.51vh;
  }
}
@media screen and (max-width: 768px) {
  .top-service__content {
    gap: 6px;
  }
}
/*-------------------------
  top-service__intro
-------------------------*/
.top-service__intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
  margin-inline: auto;
  padding-bottom: 50px;
  max-width: 1176px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-service__intro {
    gap: 4.93vh;
    padding: 4.93vh 0 0;
  }
}

.top-service__intro-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-service__intro-text {
    gap: 40px;
    padding-left: 32px;
  }
}

.top-service__intro-title {
  width: clamp(300px, 63.17vw, 785px);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3.07vw, 2.625rem);
  line-height: 1.524;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-service__intro-title {
    width: 100%;
    font-size: 1.688rem;
    line-height: 1.63;
  }
}

.top-service__intro-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-service__intro-desc {
    font-size: 0.875rem;
    line-height: 1.714;
    padding-right: 32px;
    letter-spacing: normal;
  }
}

.pc-only .top-service__intro-image {
  width: clamp(280px, 41.65vw, 569px);
  height: auto;
  aspect-ratio: 569 / 324;
  flex-shrink: 0;
  margin-bottom: -50px;
  margin-left: max(-176px, -6.44vw);
  /* margin-left: auto; */
}
@media screen and (max-width: 768px) {
  .top-service__intro-image {
    width: 100%;
    margin: 0 auto;
  }
}

.sp-only .top-service__intro-image {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.top-service__intro-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*-------------------------
  施設リスト
-------------------------*/
.top-service__facility-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-service__facility-wrapper {
    overflow: visible;
  }

  .top-service__facility-item.swiper-slide:first-of-type {
    margin-left: 3.2vw;
  }

  .top-service__facility-item.swiper-slide:last-of-type {
    margin-right: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .top-service__facility-slider {
    display: flex;
    gap: 40px;
  }
}

.top-service__facility-list,
.facility-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 24px !important;
}
@media screen and (max-width: 768px) {
  .top-service__facility-list {
    display: flex !important;
    padding-bottom: 40px;
    justify-content: flex-start;
  }
}

.top-service__facility-item {
  width: 100%;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .top-service__facility-item {
    max-width: 100%;
    width: clamp(270px, 19.77vw, 540px) !important;
    margin-right: 24px;
    flex-shrink: 0;
  }
}

.facility-card {
  width: 100%;
  max-width: 100%;
}

.facility-card__image {
  position: relative;
  width: 100%;
}

.facility-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.facility-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vh, 24px);
  background-color: var(--bg-color-white);
  padding: 24px;
  border-radius: 0 0 16px 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .facility-card__content {
    padding: 16px 16px 24px;
    gap: 16px;
  }
}

.facility-card__location {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .facility-card__location {
    font-size: 0.813rem;
  }
}

.facility-card__location::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url(../images/icon-location.svg);
}

.facility-card__title {
  /* font-size: 1.125rem; */
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.444;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .facility-card__title {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.facility-card__desc {
  font-size: 0.938rem;
  line-height: 1.578;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .facility-card__desc {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

/* ステータスバッジ */
.facility-card__status,
.facility-detail__status {
  width: 106px;
  height: 33px;
  padding: 0 16px;
  border-radius: 1000px;
}
.facility-card__status {
  position: absolute;
  content: '';
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .facility-card__status {
    width: 76px;
    height: 32px;
  }
}

.facility-card__status-label,
.facility-detail__status-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .facility-card__status-label {
    font-size: 0.75rem;
  }
}

/* ステータスバッジ 空き室あり */
.facility-card__status--available,
.facility-detail__status--available {
  background-color: var(--main-color-red);
  color: var(--text-color-white);
}

/* ステータスバッジ 満室 */
.facility-card__status--full,
.facility-detail__status--full {
  background-color: var(--bg-color-white);
  border: 2px solid var(--main-color-black);
  color: var(--main-color-black);
}

/*-------------------------
  施設リスト - ナビゲーション
-------------------------*/

/* リンクボタン */
.top-service__link-wrapper {
}
@media screen and (max-width: 768px) {
  .top-service__link-wrapper {
    margin-top: 32px;
  }
}

/* ============================
*  Voice
* ========================== */
.top-voice .l-inner {
  padding-top: 10px;
  padding-bottom: clamp(48px, 13.02vh, 100px);
  background-color: var(--bg-color-white);
}
@media screen and (max-width: 768px) {
  .top-voice .l-inner {
    padding: 40px 0 56px;
  }
}

.top-voice .l-section-header-wrapper {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .top-voice .l-section-header-wrapper {
    margin: 0 3.2vw 4.93vh;
  }
}

.top-voice .l-section-header-wrapper::after {
  /* width: 38.64vw; */
  height: 119px;
  background-image: url('../images/illust-top-voice-under-title.png');
}
@media screen and (max-width: 768px) {
  .top-voice .l-section-header-wrapper::after {
    height: 75.52px;
  }
}

.top-voice__content,
.top-news__content {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-voice__content,
  .top-news__content {
    padding-left: 3.2vw !important;
    padding-right: 3.2vw !important;
  }
}

.top-voice__list,
.voice__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .top-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-voice__list {
    display: flex !important;
    gap: 32px;
    row-gap: initial;
    grid-template-columns: initial;
  }
}
@media screen and (max-width: 768px) {
  .top-voice__list {
    display: flex !important;
    gap: 0;
  }
}

.top-voice__item {
  /* width: 25.48vw !important; */
  /* height: 49.74vh !important; */
}
@media screen and (max-width: 768px) {
  .top-voice__item {
    max-width: 100%;
    width: clamp(270px, 19.77vw, 540px) !important;
    flex-shrink: 0;
    height: auto !important;
  }
}

.voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: var(--bg-color-gray);
  border-radius: 16px;
  padding: 40px 24px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .voice-card {
    /* height: 335px; */
    padding: 32px 16px;
    gap: 16px;
  }
}

.voice-card__image {
  width: 10.98vw;
  height: auto;
}
@media screen and (max-width: 500px) {
  .voice-card__image {
    width: 144px;
  }
}

.voice-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.voice-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.875rem;
}

.voice-card__relation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 126px;
  height: 28px;
  line-height: 1.714;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10000px;
  transition: 0.3s ease;
}

.voice-card__relation::before {
  content: '';
  width: 16px;
  height: 16px;
}

.voice-card__relation--user::before {
  background-image: url('../images/icon-voice-user.svg');
}

.voice-card__relation--relative::before {
  background-image: url('../images/icon-voice-relative.svg');
}

.voice-card__relation:hover {
  color: var(--text-color-white);
  cursor: pointer;
}

.voice-card__relation.voice-card__relation--user:hover {
  background-color: #9bcf7b;
  border: 2px solid #9bcf7b;
}

.voice-card__relation.voice-card__relation--user:hover::before {
  background-image: url('../images/icon-voice-user-hover.svg');
}

.voice-card__relation.voice-card__relation--relative:hover {
  background-color: #75c0cd;
  border: 2px solid #75c0cd;
}

.voice-card__attribute {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.voice-card__desc {
  font-size: 1rem;
  line-height: 1.563;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .voice-card__desc {
    font-size: 0.875rem;
    line-height: 1.526;
  }
}

.top-voice__link-wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-voice__link-wrapper {
    margin-top: 4px;
  }
}

/* ============================
*  Info
* ========================== */
.top-info__bg {
  background-color: var(--bg-color-white);
  padding: clamp(48px, 13.02vh, 100px) 40px;
}
@media screen and (max-width: 768px) {
  .top-info__bg {
    padding: 0 8px;
  }
}

.top-info .l-inner {
  padding: clamp(47px, 12.24vh, 94px) clamp(32px, 5.71vw, 78px) clamp(48px, 13.02vh, 100px);
  background-color: var(--bg-color-gray);
  border-radius: 16px;
  background-image: url('../images/bg-top-support.png'), url('../images/bg-top-support-specialist.png');
  background-repeat: no-repeat;
  background-position: top 271px right, top 2489px right;
  background-size: 280px 278px, 356px 238px;
}
@media screen and (max-width: 768px) {
  .top-info .l-inner {
    background-image: url('../images/bg-top-support.png'), none;
    padding: 4.93vh 0 2.96vh;
    margin-top: 0;
    background-position: top 38.42vh right;
    background-size: 47.47vw auto;
  }
  .top-info .l-section-header-wrapper {
    margin: 0 5.33vw;
  }
}

/*-------------------------
  section-nav
-------------------------*/
.section-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: clamp(4px, 1.17vw, 16px);
  padding: 0 clamp(24px, 6.15vw, 84px);
}
@media screen and (max-width: 768px) {
  .top-info .section-nav__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    margin-bottom: 80px;
    gap: 16px 10px;
  }

  .top-news .section-nav__list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    justify-content: start;
    row-gap: 16px;
    padding: 0 8.53vw;
  }
}

.section-nav__item {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 0 clamp(10px, 2.34vw, 32px);
  justify-content: center;
  height: 60px;
  /* padding: 0 clamp(8px, 0.5vw, 32px); */
  background-color: var(--bg-color-white);
  border: 2px solid #eee;
  border-radius: 10000px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-news .section-nav__item {
    width: fit-content;
    height: 35px;
    padding: 0 16px;
  }
}

.section-nav__item:hover {
  color: var(--text-color-white);
}

.section-nav__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.938rem;
  font-size: clamp(0.75rem, 1.1vw, 0.938rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-nav__label {
    font-size: 0.875rem;
    line-height: 1.42;
  }

  .top-info .section-nav__label .sp-only {
    display: none;
  }

  .top-news .section-nav__label {
    font-size: 0.813rem;
  }
}
@media screen and (max-width: 500px) {
  .top-info .section-nav__label .sp-only {
    display: block;
  }
}

.section-nav__label::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* 支援・援助の内容 */
.section-nav__label--support::before {
  width: 21px;
  height: 21px;
  background-image: url('../images/icon-support.svg');
  transition: 0.3s ease;
}
.section-nav__item--support:hover {
  background-color: #fb2b3a;
  border: 2px solid #fb2b3a;
  color: var(--text-color-white);
}
.section-nav__item--support:hover .section-nav__label--support::before {
  background-image: url('../images/icon-support-hover.svg');
}

/* スタッフ情報 */
.section-nav__label--staff::before {
  width: 21px;
  height: 15px;
  background-image: url('../images/icon-staff.svg');
  transition: 0.3s ease;
}
.section-nav__item--staff:hover {
  background-color: #2c5ede;
  border: 2px solid #2c5ede;
  color: var(--text-color-white);
}
.section-nav__item--staff:hover .section-nav__label--staff::before {
  background-image: url('../images/icon-staff-hover.svg');
}

/* ご入居までの流れ */
.section-nav__label--flow::before {
  width: 15px;
  height: 15px;
  background-image: url('../images/icon-flow.svg');
  transition: 0.3s ease;
}
.section-nav__item--flow:hover {
  background-color: #79d88e;
  border: 2px solid #79d88e;
  color: var(--text-color-white);
}
.section-nav__item--flow:hover .section-nav__label--flow::before {
  background-image: url('../images/icon-flow-hover.svg');
}

/* よくある質問 */
.section-nav__label--faq::before {
  width: 21px;
  height: 21px;
  background-image: url('../images/icon-faq.svg');
  transition: 0.3s ease;
}
.section-nav__item--faq:hover {
  background-color: #faa74d;
  border: 2px solid #faa74d;
  color: var(--text-color-white);
}
.section-nav__item--faq:hover .section-nav__label--faq::before {
  background-image: url('../images/icon-faq-hover.svg');
}

/* 下層ページ */
.page .section-nav {
  position: relative;
  margin-bottom: 64px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page .section-nav {
    margin-bottom: 40px;
  }
}
.page .section-nav__list {
  padding: 0;
}
.page .section-nav__list {
  justify-content: start;
  margin-bottom: 0;
}

.page .section-nav__list {
  grid-template-columns: repeat(4, minmax(auto, 218px));
}
@media screen and (max-width: 768px) {
  .page .section-nav__list {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: clamp(8px, 1.17vw, 16px);
  }

  .voice .section-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .page .section-nav__item {
    justify-content: space-between;
    height: 35px;
  }
  .voice .section-nav__list {
    grid-template-columns: repeat(3, auto);
  }
}

.page .section-nav__label {
  font-size: 0.938rem;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .page .section-nav__label {
    font-size: 0.813rem;
    line-height: 2.462;
    white-space: nowrap;
  }
}

.section-nav__label--user::before {
  width: 21px;
  height: 21px;
  background-image: url(../images/icon-voice-user-hover.svg);
  transition: 0.3s ease;
}
@media screen and (max-width: 500px) {
  .section-nav__label--user::before {
    width: 16px;
    height: 16px;
  }
}

.section-nav__item--user:hover {
  background-color: #9bce7b;
  border: 2px solid #9bce7b;
}

.section-nav__label--relative::before {
  width: 21px;
  height: 21px;
  background-image: url(../images/icon-voice-relative.svg);
  transition: 0.3s ease;
}
@media screen and (max-width: 500px) {
  .section-nav__label--relative::before {
    width: 16px;
    height: 16px;
  }
}

.section-nav__item--relative:hover {
  background-color: #76c1cc;
  border: 2px solid #76c1cc;
}
/*-------------------------
  Common
-------------------------*/
.top-info__item-content-inner {
  width: 100%;
  padding: 0 40px clamp(48px, 13.02vh, 100px);
}

#faq .top-info__item-content-inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-info__item-content-inner {
    padding: 0 0 80px;
  }

  #faq .top-info__item-content-inner {
    padding: 0 5.33vw;
  }

  #flow .top-info__item-content-inner,
  #staff .top-info__item-content-inner {
    padding: 0 5.33vw 80px;
  }
}

/* @media screen and (max-width: 500px) {
  #flow .top-info__item-content-inner {
    padding: 0 20px 80px;
  }

  #faq .top-info__item-content-inner {
    padding: 0 20px 24px;
  }
} */

.top-info__item-title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: clamp(24px, 6.51vh, 50px);
  font-size: clamp(1.25rem, 1.76vw, 1.5rem);
  line-height: 1.458;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-info__item-title {
    gap: 17px;
    margin-bottom: 40px;
    font-size: 1.25em;
    line-height: 1.45;
    padding: 0 5.33vw;
  }
}

.top-info__item-title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-color-green);
}

.top-info__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 13.02vh, 100px);
}
@media screen and (max-width: 768px) {
  .top-info__item-content {
    gap: 9.85vh;
  }
}
/*-------------------------
  支援・援助の内容
-------------------------*/
.support__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support__list {
    padding: 0 5.33vw;
  }
}

.support__item {
  display: grid;
  grid-template-columns: clamp(200px, 16.11vw, 220px) 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support__item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.support__item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support__item-title {
  display: flex;
  align-items: center;
  gap: 14px;
  /* font-size: 1.125rem; */
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .support__item-title {
    font-size: 1rem;
    line-height: 1.688;
  }
}

.support__item-number {
  color: var(--main-color-green);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.278;
  font-family: 'Outfit', sans-serif;
}

.support__item-desc {
  /* font-size: 1rem; */
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .support__item-desc {
    font-size: 0.875rem;
    line-height: 1.619;
  }
}

.support__item-image {
  /* max-width: 16.11vw; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .support__item-image {
    /* max-width: 100%; */
    aspect-ratio: 295 / 215;
  }
}

.support__item-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*-------------------------
  専門スタッフ
-------------------------*/

/* 見出し */
.support__specialist-support-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .support__specialist-support-heading {
    width: 100%;
    gap: 0;
    align-items: flex-end;
    margin-bottom: 4.93vh;
    background-image: url('../images/bg-top-support-specialist.png');
    background-size: 47.47vw 100%;
    background-position: right -40px center;
    background-repeat: no-repeat;
  }
}

.support__specialist-support-heading::before,
.support__specialist-support-heading::after {
  content: '';
  width: 52px;
  height: 56px;
  flex-shrink: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .support__specialist-support-heading::before,
  .support__specialist-support-heading::after {
    width: 30px;
    height: 32px;
    background-repeat: no-repeat;
    /* background-size: contain; */
  }
}

.support__specialist-support-heading::before {
  background-image: url('../images/deco-top-triangle-green-left.svg');
}

.support__specialist-support-heading::after {
  background-image: url('../images/deco-top-triangle-green-right.svg');
}

@media screen and (max-width: 768px) {
  .support__specialist-support-heading::after {
    width: 28.8px;
    height: 31.81px;
    background-repeat: no-repeat;
    /* background-size: contain; */
  }
}

.support__specialist-support-title {
  /* font-size: 1.75rem; */
  font-size: clamp(1.4rem, 2.05vw, 1.75rem);
  line-height: 1.429;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .support__specialist-support-title .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .support__specialist-support-title {
    font-size: 1.25rem;
    line-height: 2;
  }
}

/* 専門スタッフリスト */
.specialist-support__roles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  max-width: 1010px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  justify-items: center;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  .specialist-support__roles {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__roles {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

/* 各アイテムの配置を指定 */
/* サービス管理責任者 */
.specialist-support__servive-manager {
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 1100px) {
  .specialist-support__servive-manager {
    grid-area: 1 / 1 / 2 / 2;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__servive-manager {
    grid-area: 1 / 1 / 2 / 2;
  }
}

/* 訪問看護 */
.specialist-support__visiting-nurse {
  grid-area: 1 / 3 / 2 / 4;
}
@media screen and (max-width: 1100px) {
  .specialist-support__visiting-nurse {
    grid-area: 1 / 2 / 2 / 3;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__visiting-nurse {
    grid-area: 2 / 1 / 3 / 2;
  }
}

/* 管理者 */
.specialist-support__manager {
  grid-area: 1 / 1 / 3 / 2;
  margin-top: 167px;
}
@media screen and (max-width: 1100px) {
  .specialist-support__manager {
    grid-area: 2 / 1 / 3 / 2;
    margin-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__manager {
    grid-area: 3 / 1 / 4 / 2;
  }
}

/* 生活支援員 */
.specialist-support__caretaker {
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (max-width: 1100px) {
  .specialist-support__caretaker {
    grid-area: 3 / 1 / 4 / 2;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__caretaker {
    grid-area: 5 / 1 / 6 / 2;
  }
}

/* 世話人 */
.specialist-support__social-worker {
  grid-area: 1 / 4 / 3 / 5;
  margin-top: 167px;
}
@media screen and (max-width: 1100px) {
  .specialist-support__social-worker {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__social-worker {
    grid-area: 4 / 1 / 5 / 2;
  }
}

/* 夜間支援員 */
.specialist-support__night-care-worker {
  grid-area: 2 / 3 / 3 / 4;
}
@media screen and (max-width: 1100px) {
  .specialist-support__night-care-worker {
    grid-area: 3 / 2 / 4 / 3;
  }
}
@media screen and (max-width: 570px) {
  .specialist-support__night-care-worker {
    grid-area: 6 / 1 / 7 / 2;
  }
}

/* アイテム共通スタイル */
.specialist-support__role {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
}

.specialist-support__role-image {
  width: clamp(100px, 11.71vw, 160px);
  height: auto;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .specialist-support__role-image {
    width: 100px;
    height: 100px;
  }
}

.specialist-support__role-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialist-support__role-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.specialist-support__role-label {
  font-weight: 500;
  /* font-size: 1.125rem; */
  font-size: clamp(1rem, 1.32vw, 1.125rem);
}

.specialist-support__role-desc {
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
  line-height: 1.714;
  text-align: center;
  width: clamp(195px, 17.2vw, 235px);
}
@media screen and (max-width: 1100px) {
  .specialist-support__role-desc {
    font-size: 0.875rem;
    min-width: 235px;
  }
}
@media screen and (max-width: 768px) {
  .specialist-support__role-desc {
    min-width: none;
    width: auto;
  }
}

/*-------------------------
  スタッフ情報 Coomon
-------------------------*/
.staff__item-inner {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .staff__item-inner {
    /* margin: 0 5.33vw; */
  }
}
.staff__item-heading {
  padding: clamp(10px, 1.46vw, 20px) clamp(20px, 2.93vw, 40px);
  background-color: var(--main-color-green);
  border-radius: 16px 16px 0 0;
  /* font-size: 1.125rem; */
  font-size: clamp(0.875rem, 1.32vw, 1.125rem);
  line-height: 1.5;
  color: var(--text-color-white);
}
@media screen and (max-width: 768px) {
  .staff__item-heading {
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 0;
    text-align: center;
  }
  .staff-introduction .staff__item-heading {
    padding: 16px 0;
  }
}

.staff__item-content {
  padding: clamp(16px, 2.93vw, 40px);
  background-color: var(--bg-color-white);
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 500px) {
  .staff__item-content {
    padding: 16px 6.93vw;
  }

  .staff__item-content.staff-introduction__content {
    padding: 16px 4.27vw;
  }
}

.staff__list-item {
  border: 1px solid #b1ba8a;
  border-radius: 16px;
}

/*-------------------------
  在籍スタッフ
-------------------------*/
.staff-enrollment__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .staff-enrollment__heading {
    flex-direction: column;
  }
}

.staff-enrollment__total {
  font-size: 0.875rem;
}

.staff-count-number {
  font-size: clamp(1rem, 1.46vw, 1.25rem);
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .staff-count-number {
    font-size: 1.125rem;
    padding: 0 4px;
  }
}

.staff-enrollment__content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.93vw, 40px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .staff-enrollment__content {
    gap: 16px;
  }
}

.staff-enrollment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: clamp(8px, 1.76vw, 24px);
}
@media screen and (max-width: 1100px) {
  .staff-enrollment__list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 680px) {
  .staff-enrollment__list {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 8px;
  }
}

.staff-enrollment__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 64px;
  padding: 20px clamp(8px, 1.76vw, 24px);
  font-size: clamp(0.875rem, 1.17vw, 1rem);
}
@media screen and (max-width: 768px) {
  .staff-enrollment__item {
    align-items: center;
    height: 42px;
    font-size: 0.875rem;
    padding: 8px 16px;
  }
}

.staff-enrollment__item:last-of-type {
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .staff-enrollment__item:last-of-type {
    white-space: unset;
  }
}

@media screen and (max-width: 1280px) {
  .staff-enrollment__item:last-of-type .staff-enrollment__term {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .staff-enrollment__item:last-of-type .staff-enrollment__term {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .staff-enrollment__item:last-of-type .staff-enrollment__term {
    font-size: 0.875rem;
    white-space: unset;
  }
}
@media screen and (max-width: 400px) {
  .staff-enrollment__item:last-of-type .staff-enrollment__term br {
    display: none;
  }
  .staff-enrollment__item:last-of-type .staff-enrollment__term {
    max-width: 168px;
  }
}

.staff-enrollment__term {
  font-weight: 500;
}

.staff-enrollment__updated {
  display: block;
  text-align: right;
  font-size: clamp(0.875rem, 1.17vw, 1rem);
}
@media screen and (max-width: 768px) {
  .staff-enrollment__updated {
    font-size: 0.875rem;
  }
}

/*-------------------------
  スタッフ紹介
-------------------------*/
.staff-introduction__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  justify-content: center;
  gap: clamp(16px, 2.93vw, 40px);
}
@media screen and (max-width: 1024px) {
  .staff-introduction__list {
    grid-template-columns: 1fr;
  }
}

.staff-introduction__card {
  display: grid;
  grid-template-rows: 100px auto 44px;
  justify-content: space-between;
  row-gap: 24px;
  height: 100%;
  padding: clamp(16px, 5.21vh, 40px) clamp(10px, 2.93vw, 40px);
}
@media screen and (max-width: 768px) {
  .staff-introduction__card {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    padding: 24px 16px;
  }
}

.staff-introduction__header {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.17vw, 16px);
}

@media screen and (max-width: 768px) {
  .staff-introduction__header {
    flex-direction: column;
  }
}
.staff-introduction__catchphrase {
  font-size: clamp(0.875rem, 1.32vw, 1.125rem);
  line-height: 1.556;
  color: var(--main-color-green);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .staff-introduction__catchphrase {
    font-size: 1rem;
    text-align: center;
  }
}

.staff-introduction__desc {
  /* font-size: 1rem; */
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .staff-introduction__desc {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

.staff-introduction__profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.staff-introduction__profile::before {
  content: '';
  width: clamp(30px, 3.22vw, 44px);
  height: clamp(30px, 3.22vw, 44px);
  background-image: url('../images/icon-staff-person.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .staff-introduction__profile::before {
    width: 32px;
    height: 32px;
  }
}

.staff-introduction__role {
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  .staff-introduction__role {
    font-size: 0.75rem;
  }
}

.staff-introduction__name {
  font-size: 1rem;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .staff-introduction__name {
    font-size: 0.875rem;
    margin-left: 0;
  }
}

/* ============================
* ご入居までの流れ
* ========================== */
#flow .l-section-header-wrapper::after {
  height: 203px;
  background-image: url('../images/illust-top-flow.png');
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  #flow .l-section-header-wrapper::after {
    height: 102px;
  }
}

.flow__step-heading-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__step-heading-pc {
    display: none;
  }
}

.flow__step-heading-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__step-heading-sp {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

.flow__steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
/* @media screen and (max-width: 768px) and (min-width: 501px) {
  .flow__steps {
    padding: 0 2.4vw;
  }
} */
@media screen and (max-width: 768px) {
  .flow__steps {
    /* padding: 0 5.33vw; */
  }
}

.flow__step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    display: flex;
    flex-direction: column;
  }
}

.flow__step-index {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #b1ba8a;
  border-radius: 50%;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: var(--text-color-white);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .flow__step-index {
    width: 56px;
    height: 56px;
    z-index: 0;
  }
}

.flow__step:not(:last-of-type) .flow__step-index::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background-color: #b1ba8a;
  width: 2px;
  height: calc(100% + 50px);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .flow__step:not(:last-of-type) .flow__step-index::after {
    height: calc(100% + 60px);
  }
}
@media screen and (max-width: 768px) {
  .flow__step:not(:last-of-type) .flow__step-index::after {
    display: none;
  }
}

.flow__step:last-of-type .flow__step-index {
  overflow: hidden;
}

.flow__step-index-label {
  font-size: 1rem;
  letter-spacing: 0.088em;
}
@media screen and (max-width: 768px) {
  .flow__step-index-label {
    font-size: 0.625rem;
  }
}

.flow__step-index-num {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .flow__step-index-num {
    font-size: 1.5em;
  }
}

.flow__step-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow__step-label {
  font-size: clamp(1rem, 1.46vw, 1.25rem);
  line-height: 1.35;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__step-label {
    font-size: 1rem;
  }
}

.flow__step-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.625;
  line-height: 1.688;
}
@media screen and (max-width: 768px) {
  .flow__step-desc {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

.flow__step-note {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.857;
}
@media screen and (max-width: 768px) {
  .flow__step-note {
    font-size: 0.75rem;
    line-height: 2;
  }
}

.flow__step-desc-link {
  color: var(--main-color-red);
  text-decoration: underline;
}

/* ============================
*  よくある質問
* ========================== */
.faq.top-info__item {
  position: relative;
  z-index: 5;
}

.faq.top-info__item::after {
  content: '';
  position: absolute;
  background-image: url('../images/bg-top-faq-header-SP.png');
  background-size: cover;
  top: 56px;
  right: clamp(-78px, -5.71vw, -32px);
  width: clamp(200px, 18.16vw, 248px);
  aspect-ratio: 248 / 216;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .faq.top-info__item::after {
    right: 0;
    width: 124px;
    height: 108px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq__item {
  padding: 24px;
  background-color: var(--bg-color-white);
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .faq__item {
    padding: 16px;
  }
}

.faq__item-question,
.faq__item-answer {
  display: grid;
  grid-template-columns: 18px 1fr;
  grid-template-areas: 'icon content';
  gap: 24px;
  font-size: 1rem;
}
@media screen and (max-width: 500px) {
  .faq__item-question,
  .faq__item-answer {
    align-items: flex-start;
    gap: 18px;
    font-size: 0.875rem;
  }
}

.faq__item-question {
  align-items: center;
}

.faq__item-answer {
  align-items: flex-start;
}

.faq__item-answer-content {
  grid-area: content;
}

.faq__item-question::before,
.faq__item-answer::before {
  grid-area: icon;
  content: '';
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.faq__item-question::before {
  background-image: url('../images/icon-faq-label-Q.svg');
}

.faq__item-answer::before {
  background-image: url('../images/icon-faq-label-A.svg');
}

.faq__item-question {
  padding-bottom: 24px;
  border-bottom: 1px solid #d0dbde;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .faq__item-question {
    padding-bottom: 16px;
    line-height: 1.714;
  }
}

.faq__item-answer {
  padding-top: 24px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .faq__item-answer {
    line-height: 1.714;
    padding-top: 16px;
  }
}

.faq__item-list {
  list-style: inside disc;
}

.faq__item-list-item::marker {
  font-size: 0.6em;
}

.faq__item-link {
  display: inline;
  color: var(--main-color-red);
  text-decoration: underline;
}

/* ============================
*  お知らせ・コラム News
* ========================== */
.top-news .l-inner {
  padding-bottom: 100px;
  background-color: var(--bg-color-white);
}
@media screen and (max-width: 768px) {
  .top-news .l-inner {
    padding: 191px 0 6.9vh;
  }
  .top-news .l-section-header-wrapper {
    margin: 0 8.53vw 4.93vh;
  }
}

.top-news .l-section-header-wrapper::after {
  height: 129px;
  background-image: url('../images/illust-top-news.png');
  margin-bottom: 24px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .top-news .l-section-header-wrapper::after {
    height: 86px;
    margin-bottom: 0;
  }
}

/*-------------------------
  section-nav
-------------------------*/
@media screen and (max-width: 768px) {
  .top-news .section-nav__label::before {
    background-size: contain;
    width: 16px;
    height: 16px;
  }
}

/* すべて */
.section-nav__label--all::before {
  width: 21px;
  height: 21px;
  background-image: url('../images/icon-news-all.svg');
}
@media screen and (max-width: 500px) {
  .section-nav__label--all::before {
    width: 16px;
    height: 16px;
  }
}

.section-nav__item--all:hover {
  border: 2px solid var(--main-color-green);
  background-color: var(--main-color-green);
}

.section-nav__item--all:hover .section-nav__label--all::before {
  background-image: url('../images/icon-news-all-hover.svg');
}

/* お知らせ */
.section-nav__label--info::before {
  width: 21px;
  height: 21px;
  background-image: url('../images/icon-news-info.svg');
}
@media screen and (max-width: 500px) {
  .section-nav__label--info::before {
    width: 16px;
    height: 16px;
  }
}

.section-nav__item--info:hover,
.news-card__category--info:hover {
  border: 2px solid #9bce7b;
  background-color: #9bce7b;
}

.section-nav__item--info:hover .section-nav__label--info {
  color: var(--text-color-white);
}

.section-nav__item--info:hover .section-nav__label--info::before {
  background-image: url('../images/icon-news-info-hover.svg');
}

/* イベント */
.section-nav__label--event::before {
  width: 21px;
  height: 21px;
  background-image: url('../images/icon-news-event.svg');
}
@media screen and (max-width: 500px) {
  .section-nav__label--event::before {
    width: 16px;
    height: 16px;
  }
}

.section-nav__item--event:hover,
.news-card__category--event:hover {
  border: 2px solid #ffca2b;
  background-color: #ffca2b;
}

.section-nav__item--event:hover .section-nav__label--event {
  color: var(--text-color-white);
}

.section-nav__item--event:hover .section-nav__label--event::before {
  background-image: url('../images/icon-news-event-hover.svg');
}

/* お役立ち情報 */
.section-nav__label--useful::before {
  width: 21px;
  height: 16px;
  background-image: url('../images/icon-news-useful.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .section-nav__label--useful::before {
    width: 16px;
    height: 12px;
  }
}

.section-nav__item--useful:hover,
.news-card__category--useful:hover {
  border: 2px solid #75c0cd;
  background-color: #75c0cd;
}

.section-nav__item--useful:hover .section-nav__label--useful {
  color: var(--text-color-white);
}

.section-nav__item--useful:hover .section-nav__label--useful::before {
  background-image: url('../images/icon-news-useful-hover.svg');
}

/*-------------------------
  記事リスト
-------------------------*/
.news__list,
.top-news__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 39px 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .top-news__list {
    grid-template-columns: repeat(2, minmax(auto, 348px));
  }
}
@media screen and (max-width:768px) {
  .top-news__list {
    justify-content: start;
  } 
}
/* @media screen and (max-width: 768px) {
  .top-news__list {
    grid-template-columns: repeat(2, minmax(auto, 348px));
  }
} */
@media screen and (max-width: 768px) {
  .top-news__list {
    display: flex !important;
    gap: 24px;
  }
}

/* 記事 */
.news__item,
.top-news__item {
  height: clamp(300px, 55.99vh, 430px);
}
@media screen and (max-width: 768px) {
  .top-news__item {
    max-width: 100%;
    width: clamp(270px, 19.77vw, 540px) !important;
    margin-right: 0 !important;
  }

  .news__item {
    width: 100%;
    height: clamp(374px, 46.06vh, 430px);
  }
}

.news-card-link {
  display: flex;
  justify-content: center;
  padding: 64px 24px 40px;
  background-color: var(--bg-color-gray);
  border-radius: 16px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news-card-link {
    padding: 46px 16px 25px;
  }

  .news .news-card-link {
    padding: 52px 24px 24px;
  }
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.news-card__meta,
.article__meta {
  display: flex;
  justify-content: flex-end;
  max-width: 213px;
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.064em;
  vertical-align: sub;
}

.news-card__meta {
  position: absolute;
  content: '';
  top: -85px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-news .news-card__meta {
    top: -75px;
  }
}

.news-card__date,
.article__date {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 3.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-card__date,
  .article__date {
    font-size: 3rem;
  }
}

.news-card__date--year,
.article__date--year {
  font-size: 0.875rem;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-card__date--year,
  .article__date--year {
    font-size: 0.75rem;
  }
}

.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .news-card__content {
    gap: 24px;
    margin-bottom: 16px;
  }
}

.news-card__title {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news-card__thumbnail {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 210;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .top-news .news-card__thumbnail {
    width: 100%;
    height: clamp(167px, 20.57vh, 240px);
    aspect-ratio: 238 / 167;
  }

  .news .news-card__thumbnail {
    width: 100%;
    height: clamp(210px, 25.86vh, 300px);
    aspect-ratio: 287 / 210;
  }
}

.news-card__thumbnail-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.news-card-link:hover .news-card__thumbnail-img {
  transform: scale(1.1);
}

.news-card__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 28px;
  padding: 0 16px;
  background-color: var(--bg-color-white);
  border: 2px solid #eee;
  border-radius: 1000px;
  font-size: 0.875rem;
  font-weight: 700;
}

.news-card__category:hover .news-card__category-label {
  color: var(--text-color-white);
}

.news-card__category-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-card__category-label::before {
  content: '';
  width: 16px;
  height: 16px;
}

.news-card__category--info .news-card__category-label::before {
  background: url('../images/icon-news-info-small.svg') no-repeat center;
}

.news-card__category--info:hover .news-card__category-label::before {
  background: url('../images/icon-news-info-small-hover.svg') no-repeat center;
}

.news-card__category--event .news-card__category-label::before {
  background: url('../images/icon-news-event-small.svg') no-repeat center;
}
.news-card__category--event:hover .news-card__category-label::before {
  background: url('../images/icon-news-event-small-hover.svg') no-repeat center;
}

.news-card__category--useful .news-card__category-label::before {
  background: url('../images/icon-news-useful-small.svg') no-repeat center;
}
.news-card__category--useful:hover .news-card__category-label::before {
  background: url('../images/icon-news-useful-small-hover.svg') no-repeat center;
}

/* ============================
* 採用情報
* ========================== */
.top-recruit .l-inner {
  padding: 40px 8.64vw 56px;
  background-color: var(--main-color-beige);
}
@media screen and (max-width: 830px) {
  .top-recruit .l-inner {
    position: relative;
    padding: 64px 3.2vw 40px;
  }

  .top-recruit .l-inner::before {
    position: absolute;
    content: '';
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url('../images/bg-top-recruit-sp.svg');
    background-size: cover;
  }
}

.top-recruit__block-inner {
  position: relative;
  padding: 64px 64px 24px;
  background-color: var(--bg-color-white);
  border-radius: 16px;
}
@media screen and (max-width: 830px) {
  .top-recruit__block-inner {
    padding: 40px 22px;
  }
}
@media screen and (max-width: 830px) {
  .top-recruit__block-inner::before,
  .top-recruit__block-inner::after {
    position: absolute;
    content: '';
    background-color: var(--main-color-beige);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 16px;
  }

  .top-recruit__block-inner::before {
    left: 16px;
  }

  .top-recruit__block-inner::after {
    right: 16px;
  }
}

.top-recruit .l-section-header-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-recruit .l-section-header-wrapper {
    margin: 0;
  }
}

.top-recruit .c-btn-link--large {
  margin-inline: 0;
  margin-inline-end: auto;
}
@media screen and (max-width: 830px) {
  .top-recruit .c-btn-link--large {
    margin-top: 40px;
    margin-inline: auto;
    margin-inline-end: auto;
  }
}

.top-recruit__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 830px) {
  .top-recruit__content {
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: 0;
  }
}

.top-recruit__content::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: clamp(200px, 25.26vw, 345px);
  height: auto;
  aspect-ratio: 345 / 226;
  background-image: url('../images/illust-top-recruit.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 830px) {
  .top-recruit__content::after {
    position: relative;
    width: 295px;
    height: auto;
    aspect-ratio: 295 / 192.95;
    background-size: contain;
    background-position: center;
    order: 2;
  }

  .top-recruit__link {
    order: 3;
  }
}
.top-recruit__desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-recruit__desc br {
    display: none;
  }
}

/* ============================
*  画像スクロール
* ========================== */
.bg-image-swiper {
  position: relative;
  background-color: var(--main-color-beige);
  width: 100%;
  /* overflow: hidden; */
}

.image-swiper {
  position: relative;
  width: 100%;
  /* z-index: 1; */
}

.image-swiper-wrapper {
  display: flex;
  gap: 0 !important;
}

.image-slide {
  width: 430px !important;
  height: 430px !important;
  border-radius: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .image-slide {
    width: 240px !important;
    height: 240px !important;
  }
}

.image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================
*  Footer
* ========================== */
.footer {
  position: relative;
  max-width: 1366px;
  width: 100%;
  overflow-x: hidden;
  padding: 20px;
  z-index: 5;
  margin-top: -85px;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
    width: 100%;
    padding: 0 8px 8px;
    margin-top: max(-22px, -2.86vh);
  }
}

.footer__wave {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .footer__wave {
    height: auto;
  }
}

.footer__wave img,
.footer__wave picture {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.footer__inner {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 0 18px;
  background-color: var(--bg-color-white);
  padding: 13.02vh clamp(64px, 10vw, 118px) 7.29vh;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
    gap: 40px;
    padding: 40px 0 30px;
    margin-bottom: 0;
  }
}

.footer__inner::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(500px, 58.57vw, 800px);
  height: clamp(100px, 40.49vh, 311px);
  background-image: url('../images/illust-footer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .footer__inner::after {
    bottom: 57px;
    width: 100%;
    height: 25.32vh;
    background-size: contain;
    background-position: bottom center;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .footer__content {
    gap: 40px;
  }
}

/*-------------------------
  問い合わせ
-------------------------*/
.footer__contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 50px clamp(24px, 5.86vw, 80px) 50px 2.93vw;
  margin-bottom: 17px;
  background-color: var(--main-color-green);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .footer__contact {
    justify-content: center;
  }
}
@media screen and (max-width: 940px) {
  .footer__contact {
    flex-direction: column;
    align-items: center;
    padding: 40px 12px 40px;
    margin: 0 24px 59px;
    gap: 24px;
  }
}

.footer__contact::after {
  position: absolute;
  content: '';
  left: 2.93vw;
  bottom: -2.21vh;
  width: auto;
  height: clamp(100px, 18.23vh, 140px);
  aspect-ratio: 160/ 140;
  background-image: url('../images/illust-footer-contact.png');
  background-size: cover;
}
@media screen and (max-width: 940px) {
  .footer__contact::after {
    left: auto;
    right: 0;
    bottom: -50px;
  }
}

.footer__contact-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 940px) {
  .footer__contact-heading {
    align-items: center;
  }
}

.footer__contact-label--en {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.429;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #b1ba8a;
  letter-spacing: 0.088em;
}
@media screen and (max-width: 940px) {
  .footer__contact-label--en {
    font-size: 0.625rem;
    gap: 10px;
  }
}

.footer__contact-label--en::before {
  content: '';
  background-color: #b1ba8a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .footer__contact-label--en::before {
    width: 6px;
    height: 6px;
  }
}

.footer__contact-desc {
  font-size: clamp(0.875rem, 1.1vw, 0.938rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: var(--text-color-white);
  white-space: nowrap;
}
@media screen and (max-width: 940px) {
  .footer__contact-desc {
    font-size: 0.875rem;
    line-height: 2.143;
    text-align: center;
    letter-spacing: 0.08em;
  }
}

.footer__contact-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 339px));
  grid-template-rows: repeat(2, 82px);
  gap: 16px clamp(8px, 1vw, 24px);
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .footer__contact-link-list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media screen and (max-width: 940px) {
  .footer__contact-content {
    width: 100%;
  }

  .footer__contact-link-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 56px 56px;
    gap: 8px;
    grid-template-areas:
      'faq tel'
      'web web'
      'apply apply';
  }
  .footer__contact-link-list:not(:has(> :nth-child(4))) {
    grid-template-rows: 140px 56px;
    grid-template-areas:
      'faq tel'
      'web web';
  }

  .footer__contact-link-item--faq {
    grid-area: faq;
    text-align: center;
  }
  .footer__contact-link-item--web {
    grid-area: web;
  }
  .footer__contact-link-item--tel {
    grid-area: tel;
  }
  .footer__contact-link-item--apply {
    grid-area: apply;
  }
}

.footer__contact-link-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bg-color-white);
  border-radius: 16px;
  padding: 0 clamp(12px, 1.5vw, 32px);
  height: 100%;
}
@media screen and (max-width: 940px) {
  .footer__contact-link-item:nth {
    padding: 16px 10px;
  }

  .footer__contact-link-item--web,
  .footer__contact-link-item--apply {
    padding: 0 24px;
  }
}

.footer__contact-link-item:hover .footer__contact-link-label,
.footer__contact-link-item:hover .footer__contact-link-desc,
.footer__contact-link-item:hover .footer__contact-link-tel,
.footer__contact-link-item:hover .footer__contact-link-hours {
  color: var(--main-color-green);
}

.footer__contact-link-button {
  display: flex;
  align-items: center;
  gap: clamp(4px, 1vh, 16px);
  height: 100%;
}

.footer__contact-link-button--tel {
  height: auto;
}
@media screen and (max-width: 940px) {
  .footer__contact-link-button--faq,
  .footer__contact-link-button--tel {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

.footer__contact-link-button::before {
  content: '';
  width: auto;
  height: clamp(16px, 4.17vh, 32px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer__contact-link-button::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.footer__contact-link-button--faq::before {
  background-image: url('../images/icon-footer-contact-faq.svg');
}
.footer__contact-link-item:hover .footer__contact-link-button--faq::before {
  background-image: url('../images/icon-footer-contact-faq-hover.svg');
}

.footer__contact-link-button--web::before {
  background-image: url('../images/icon-footer-contact-web.svg');
}
.footer__contact-link-item:hover .footer__contact-link-button--web::before {
  background-image: url('../images/icon-footer-contact-web-hover.svg');
}

.footer__contact-link-button--tel::before {
  background-image: url('../images/icon-footer-contact-tel.svg');
}
.footer__contact-link-item:hover .footer__contact-link-button--tel::before {
  background-image: url('../images/icon-footer-contact-tel-hover.svg');
}

.footer__contact-link-button--apply::before {
  background-image: url('../images/icon-footer-contact-apply.svg');
}
.footer__contact-link-item:hover .footer__contact-link-button--apply::before {
  background-image: url('../images/icon-footer-contact-apply-hover.svg');
}

.footer__contact-link-label,
.footer__contact-link-tel {
  display: block;
}

.footer__contact-link-label {
  /* font-size: 1rem; */
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .footer__contact-link-label {
    font-size: 0.875rem;
  }
}

.footer__contact-link-desc {
  font-size: 0.75rem;
  font-size: clamp(0.625rem, 0.88vw, 0.75rem);
}
@media screen and (max-width: 768px) {
  .footer__contact-link-desc {
    font-size: 0.75rem;
    line-height: 1.667;
  }
}

.footer__contact-link-tel {
  /* font-size: 1.625rem; */
  font-size: clamp(1.25rem, 1.9vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.269;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 940px) {
  .footer__contact-link-tel {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}

.footer__contact-link-hours {
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
  margin-top: 4px;
}

.pc-only .footer__contact-link-hours {
  display: flex;
  justify-content: center;
}

.footer__contact-link-hours time {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__contact-link-tel-conent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
  }

  .footer__contact-link-hours-label {
    display: flex;
    fdlex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    width: 70px;
    height: 20px;
    border: 1px solid #382e28;
    border-radius: 1000px;
  }
}
/*-------------------------
  Navigation
-------------------------*/
.footer__nav-wrapper {
  position: relative;
  z-index: 5;
}
/* PCレイアウト */
.footer__nav--pc.footer__nav {
  display: flex;
  gap: clamp(20px, 3vw, 54px);
  justify-content: space-between;
  margin-bottom: 82px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--pc.footer__nav {
    display: none;
  }
}
.footer__nav--pc .footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer__nav--pc .nav__item-label--en {
  font-size: 0.75rem;
}

.footer__nav--pc .nav__item-label--ja {
  font-size: 1.125rem;
  font-size: clamp(0.875rem, 1.32vw, 1.125rem);
}
/* SPレイアウト */
.footer__nav-list--sp {
  display: none;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .footer__nav-list--sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.34vw, 32px);
    justify-content: space-between;
    height: auto;
    padding-bottom: 40px;
    margin: 0 24px;
    border-bottom: 3px dotted #f2f2f2;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-list--sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    justify-content: space-between;
    height: auto;
    padding-bottom: 40px;
    margin: 0 24px;
    border-bottom: 3px dotted #f2f2f2;
  }

  .footer__nav-list--sp .nav__item-label--en {
    font-size: 0.563rem;
  }

  .footer__nav-list--sp .nav__item-label--ja {
    font-size: 0.813rem;
  }
}

.nav__list--sub {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  list-style: disc inside;
}
@media screen and (max-width: 768px) {
  .footer .nav__list--sub {
    margin-top: 16px;
  }
}

.nav__item-link--sub {
  display: inline;
  font-size: 0.938rem;
  font-size: clamp(0.75rem, 1.1vw, 0.938rem);
  margin-left: -3px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nav__item-link--sub {
    font-size: 0.813rem;
    margin-right: -1px;
  }
}

.nav__item-link--sub:hover {
  opacity: 0.7;
}

.nav__item--sub::marker {
  font-size: 0.6em;
}

.footer .accordion-content {
  min-height: 300px;
}
@media screen and (max-width: 1024px) {
  .footer .accordion-content {
    min-height: 0;
  }
  .footer .accordion-content.is-open {
    min-height: fit-content;
  }
}

@media screen and (min-width: 1025px) {
  .footer .accordion-content {
    min-height: fit-content;
  }
}

/*-------------------------
  会社情報
-------------------------*/
.footer__company-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: clamp(152px, 39vh, 304px);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .footer__company-info {
    position: relative;
    padding-top: 40px;
    margin: 0 12px 35.1vh 20px;
  }

  .footer__company-info::after {
    position: absolute;
    content: '';
    top: auto;
    /* bottom: -30%; */
    /* transform: translate(-50%, -50%); */
    bottom: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-footer.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: -1;
  }
}

.footer__company-info-logo {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__company-info-logo {
    width: 240px;
    height: auto;
  }
}

.footer__company-info-logo-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer__company-info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer__company-info-content {
    grid-template-columns: 1fr;
  }
}

.footer__company-info-item {
  display: flex;
  font-size: clamp(0.75rem, 1.02vw, 0.875rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.072em;
}
@media screen and (max-width: 900px) {
  .footer__company-info-item {
    font-size: 0.813rem;
    line-height: 1.846;
    letter-spacing: 0;
  }
}

.footer__company-info-label {
  display: grid;
  grid-template-columns: 1fr 1em;
  min-width: 6em;
}
.footer__company-info-label::after {
  content: '：';
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .footer__company-info-label {
    min-width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-info-label {
    min-width: 21%;
  }
}

.footer__company-info-list--ordered {
  list-style: inside decimal;
}

.footer__company-info-item-link {
  text-decoration: underline;
}

/*-------------------------
 背景装飾
-------------------------*/
.footer__bg {
  position: relative;
  z-index: 5;
}

.footer__bg::after {
  position: absolute;
  content: '';
  top: 177px;
  /* transform: translateY(-50%); */
  left: -118px;
  width: 909px;
  height: 266px;
  background-image: url('../images/bg-footer.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .footer__bg::after {
    background-image: none;
  }
}

/*-------------------------
  コピーライト
-------------------------*/
.footer__copyright {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 2.333;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 12px;
    font-size: 0.625rem;
  }
}
/* ============================
*  トップに戻るボタン
* ========================== */
.page-top {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color-red);
  width: 100px;
  height: 50px;
  right: 8.64vw;
  bottom: 97px;
  border-radius: 16px;
  z-index: 5;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 65px;
    height: 33px;
    border-radius: 1000px;
    bottom: 243px;
    right: 20px;
  }
}

.page-top::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 16px;
  background-image: url('../images/arrow-page-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.page-top__label {
  font-family: 'Outfit', sans-serif;
  color: var(--text-color-white);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .page-top__label {
    font-size: 0.688rem;
  }
}

.page-top:hover {
  transform: translateY(-8px);
}

/* ============================
*  各施設・サービスのご紹介
* ========================== */
.facillity__intro-image {
  width: clamp(200px, 35vw, 480px);
}
@media screen and (max-width: 768px) {
  .facillity__intro-image {
    width: 100%;
  }
}

.facillity__intro-desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .facillity__intro-desc {
    font-size: 0.813rem;
    line-height: 1.923;
    letter-spacing: 0;
    margin-bottom: 80px;
  }
}

.facility-list {
  margin-bottom: 80px;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .facility-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
}
@media screen and (max-width: 500px) {
  .facility-list {
    grid-template-columns: 1fr;
  }
}

/* ============================
*  各施設詳細 single-facillity
* ========================== */
.facility-detail .l-inner {
  background-image: url(../images/bg-page-white.svg);
}
@media screen and (max-width: 768px) {
  .facility-detail .l-inner {
    background-image: url(../images/bg-page-white-SP.svg);
  }
}

.detail-page__header {
  display: grid;
  grid-template-columns: clamp(320px, 46.85vw, 640px) clamp(210px, 30.01vw, 410px);
  grid-template-areas: 'gallery infomation';
  column-gap: clamp(20px, 2.93vw, 40px);
}
.facility-detail__header.detail-page__header {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .detail-page__header {
    grid-template-columns: 1fr;
    grid-template-areas:
      'gallery'
      'infomation';
    gap: 38px;
  }
  .facility-detail__header.detail-page__header {
    margin-bottom: 80px;
  }
}

.header-infomation {
  grid-area: infomation;
}

/* ステータスバッジ */
.facility-detail__status {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .facility-detail__status {
    width: 100px;
    height: 30px;
    margin-bottom: 16px;
  }

  .facility-detail__status-label {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}

/* 施設名 */
.facility-detail__title {
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  line-height: 1.563;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .facility-detail__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

/* 問い合わせ 電話番号 */
.facility-detail__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  background-color: #f6f6f6;
  border-radius: 16px;
  margin-bottom: 40px;
}

.facility-detail__tel-item {
  display: flex;
  gap: 11px;
  font-size: 0.938rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .facility-detail__tel-item .facility-detail__tel-label {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

.facility-detail__tel-value--number {
  display: flex;
  gap: 7px;
  font-size: clamp(1rem, 1.46vw, 1.25rem);
  line-height: 1.25;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .facility-detail__tel-value--number {
    font-size: 1.25rem;
  }
}

.facility-detail__tel-value--number::before {
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url(../images/icon-tel.svg);
}

/* 特徴 */
.facility-detail__desc {
  display: flex;
  gap: clamp(10px, 1.46vw, 20px);
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 2.25em;
}
.facility-detail__desc::before {
  content: '';
  background-color: var(--main-color-green);
  width: 11px;
  height: 11px;
  margin-top: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .facility-detail__desc {
    font-size: 0.875rem;
    line-height: 1.6;
    gap: 4px;
  }
  .facility-detail__desc::before {
    width: 8px;
    height: 8px;
  }
}

/*-------------------------
  ギャラリー
-------------------------*/
/* ギャラリーコンテナ */
.gallery-container {
  grid-area: gallery;
}

/* メインスライダー */
.gallery-main-wrapper,
.gallery-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery-main.swiper {
    border-radius: 16px;
  }
}

.gallery-main .gallery-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .gallery-main .gallery-wrapper {
    /* gap: 24px; */
  }
}

.gallery-main .swiper-slide.gallery-slide {
  width: 100%;
  flex-shrink: 0;
  border-radius: 16px;
}

.gallery-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 450;
  overflow: hidden;
  border-radius: 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gallery-figure {
    margin-top: 20px;
    aspect-ratio: 335 / 236;
  }
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.gallery-caption {
  content: '';
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: var(--main-color-red);
  color: var(--text-color-white);
  border-radius: 4px;
  height: 24px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  font-size: clamp(0.75rem, 1.17vw, 1rem);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .gallery-caption {
    font-size: 0.625rem;
  }
}

/* ナビゲーション矢印 SPのみ */
.gallery-main-wrapper .swiper-button-prev,
.gallery-main-wrapper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery-main-wrapper .swiper-button-prev,
  .gallery-main-wrapper .swiper-button-next {
    display: block;
    position: absolute !important;
    content: '';
    top: 50% !important;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 5 !important;
  }

  .gallery-main-wrapper .swiper-button-prev {
    left: -12px !important;
  }

  .gallery-main-wrapper .swiper-button-next {
    right: -12px !important;
    transform: rotate(180deg);
  }

  .gallery-main-wrapper .swiper-button-prev::before,
  .gallery-main-wrapper .swiper-button-next::before {
    content: '';
    display: block;
    position: absolute;
    content: '';
    top: 50% !important;
    transform: translateY(-50%);
    width: clamp(30px, 2.93vw, 40px);
    height: clamp(30px, 2.93vw, 40px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/arrow-circle-green.svg');
  }

  .gallery-main-wrapper .swiper-button-prev:hover::before,
  .gallery-main-wrapper .swiper-button-next:hover::before {
    opacity: 1;
  }
}

/* サムネイルスライダー PCのみ */
/* コンテナ */
.gallery-thumbs-wrapper {
  position: relative;
  width: clamp(320px, 46.85vw, 640px) !important;
  padding-inline: clamp(28px, 4.1vw, 56px) !important;
}
.gallery-thumbs {
  position: relative;
  margin-top: 16px;
  /* width: clamp(320px, 46.85vw, 640px) !important; */
}
@media screen and (max-width: 768px) {
  .gallery-thumbs-wrapper {
    display: none;
  }
}

/* Swiperラッパー */
.gallery-thumbs .swiper-wrapper {
  display: flex;
  gap: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-thumbs .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* サムネイルスライド */
.gallery-thumbs .gallery-slide {
  width: clamp(80px, 8.78vw, 120px) !important;
  height: auto !important;
  aspect-ratio: 10 / 7 !important;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  margin-right: 0 !important;
}

/* サムネ画像 */
.gallery-thumbs .gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* アクティブなサムネ */
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* ナビゲーション矢印 */
.gallery-thumbs-wrapper .swiper-button-prev,
.gallery-thumbs-wrapper .swiper-button-next {
  position: absolute;

  content: '';
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}

.gallery-thumbs-wrapper .swiper-button-prev {
  left: 0;
}

.gallery-thumbs-wrapper .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.gallery-thumbs-wrapper .swiper-button-prev::before,
.gallery-thumbs-wrapper .swiper-button-next::before {
  content: '';
  display: block;
  width: clamp(30px, 2.93vw, 40px);
  height: clamp(30px, 2.93vw, 40px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/arrow-circle-green.svg');
}

.gallery-thumbs-wrapper .swiper-button-prev:hover::before,
.gallery-thumbs-wrapper .swiper-button-next:hover::before {
  opacity: 1;
}

/*-------------------------
  ギャラリー 拡大画像 SPのみ
-------------------------*/
.gallery-zoom {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}

.gallery-zoom.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
  transition: opacity 0.4s ease-out;
}
/* 非表示状態に戻る際のアニメーション */
.gallery-zoom:not(.is-active) {
  transition: opacity 0.4s ease-out, display 0s 0.4s;
}

.gallery-zoom__content-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
  content: '';
  top: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 8px;
}

/* フェードインアニメーション */
.gallery-zoom.is-active .gallery-zoom__content-wrapper {
  animation: fadeIn 0.4s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアウトアニメーション */
.gallery-zoom:not(.is-active) .gallery-zoom__content-wrapper {
  animation: fadeOut 0.4s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.gallery-zoom__content {
  width: 100%;
}

.gallery-zoom__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding-inline: 20px;
}

.gallery-zoom__figure {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100vw;
  padding: 40px 0;
}

.gallery-zoom__img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.gallery-zoom__close {
  width: 18px;
  height: 18px;
}

.gallery-zoom__gallery-caption {
  padding-inline: 20px;
  font-size: 0.75rem;
  color: var(--text-color-white);
}
.gallery__counter {
  color: var(--text-color-white);
  font-weight: 500;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.gallery-zoom .gallery__counter {
  font-size: 1.125rem;
}

.caption-separator {
    flex-shrink: 0;
}

/*-------------------------
  ページコンテンツ
-------------------------*/
.facility-detail__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .facility-detail__content {
    gap: 40px;
  }
}

/*-------------------------
  施設の特徴
-------------------------*/
.facility-detail__feature-desc,
.facility-detail__features-item {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .facility-detail__feature-desc,
  .facility-detail__features-item {
    font-size: 0.875rem;
    line-height: 1.786;
  }
}

.facility-detail__feature-desc {
  margin-bottom: 32px;
}

.facility-detail__features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .facility-detail__features-list {
    gap: 25px;
  }
}

/*-------------------------
  施設の概要
-------------------------*/
.facility-detail__information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(20px, 2.93vw, 40px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .facility-detail__information {
    grid-template-columns: 1fr;
  }
}

.detail-list__item {
  display: grid;
  grid-template-columns: 31.43% 68.57%;
  padding: 24px 0;
  border-top: 1px solid #d0dbde;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .detail-list__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.detail-list__basic .detail-list__item:last-of-type,
.detail-list__detail .detail-list__item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .detail-list__basic .detail-list__item:last-of-type {
    padding-bottom: 24px;
  }
}

.detail-list__label {
  color: var(--main-color-green);
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail-list__label {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

.detail-list__label-note {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail-list__label-note {
    font-size: 0.75rem;
    line-height: 1.417;
  }
}

.detail-list__value,
.detail-list__value-note {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detail-list__value {
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.075em;
  }

  .detail-list__value-note {
    font-size: 0.75rem;
    line-height: 1.417;
  }
}

.facility-detail__map {
  margin-top: 16px;
}

.facility-detail__map iframe {
  width: 100%;
  height: 240px;
}

.facility-detail__fee-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .facility-detail__fee-list {
    gap: 16px;
    margin-top: 0;
  }
}

.facility-detail__fee-note {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .facility-detail__fee-note {
    font-size: 0.75rem;
    line-height: 1.417;
  }
}

.facility-detail__fee-value:has(.facility-detail__fee-note) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*-------------------------
  施設の動画
-------------------------*/
.facillity-detail__youtube {
  width: clamp(360px, 52.71vw, 720px);
  margin-inline: auto;
  aspect-ratio: 3 / 2;
}
@media screen and (max-width: 768px) {
  .facillity-detail__youtube {
    width: 100%;
    margin-bottom: 40px;
  }
}

.facillity-detail__youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ============================
* ご利用者様・関係者様の声
* ========================== */
.voice .c-title--ja .sp-only {
  display: none;
}
@media screen and (max-width: 425px) {
  .voice .c-title--ja .sp-only {
    display: block;
  }
}
.voice__heading-image {
  width: clamp(160px, 23.5vw, 321px);
  top: 36px;
  aspect-ratio: 321.02 / 177.12;
}
@media screen and (max-width: 768px) {
  .voice__heading-image {
    width: clamp(261px, 69.6vw, 321px);
    aspect-ratio: 261 / 144;
    top: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

.voice__list {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .voice__list {
    grid-template-columns: 1fr;
  }
}

.gallery-zoom__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, auto));
  gap: 8px;
}

.gallery-zoom__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* ============================
* お知らせ・コラム 一覧
* ========================== */
.news__heading-image {
  height: clamp(100px, 26.04vh, 200px);
  aspect-ratio: 302.29 / 200;
  top: 36px;
}
@media screen and (max-width: 768px) {
  .news__heading-image {
    height: auto;
    width: clamp(219.16px, 58.44vw, 300px);
    aspect-ratio: 219.16 / 145;
    top: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .news .section-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.news .news__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .news .news__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ============================
* お知らせ・コラム 詳細
* ========================== */
/*  背景 白あり */
.article .l-inner {
  position: relative;
  padding-top: 140px;
  background-image: url('../images/bg-page-white.svg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .article .l-inner {
    padding-top: 80px;
    background-image: url('../images/bg-page-white-SP.svg');
  }
}

/*-------------------------
  article__heading
-------------------------*/
.article__heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .article__heading {
    margin-bottom: 24px;
  }
}

/* 記事カテゴリー */
.article .news-card__category {
  margin-bottom: 32px;
}

/* 記事タイトル */
.article__title {
  font-size: clamp(2rem, 3.07vw, 2.625rem);
  line-height: 1.524;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 1.75rem;
    line-height: 1.429;
    margin-bottom: 32px;
  }
}

/* 記事日付 */
.article .article__meta {
  margin-left: auto;
}

.article .article__date {
  font-size: 5.563rem;
}
@media screen and (max-width: 768px) {
  .article .article__date {
    font-size: 3rem;
  }
}

.article .article__date--year {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .article .article__date--year {
    font-size: 0.75rem;
  }
}

/*-------------------------
  記事ヒーロー画像
-------------------------*/
.article__hero {
  padding: 0 clamp(40px, 4.69vw, 64px);
  width: 100%;
  margin-bottom: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .article__hero {
    height: clamp(223px, 100%, 446px);
    padding: 0;
    aspect-ratio: 335 / 223;
    margin-bottom: 40px;
    border-radius: 16px;
  }
}

.article__hero-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .article__hero-img {
    height: 100%;
  }
}

/*-------------------------
  記事 本文
-------------------------*/
.article__content {
  padding: 0 clamp(40px, 4.69vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 8px;
  margin-bottom: 180px;
  border-bottom: 1px solid #b1ba8a;
}
@media screen and (max-width: 768px) {
  .article__content {
    padding: 0;
    margin-bottom: 80px;
  }
}

.article__desc {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .article__desc {
    font-size: 0.875rem;
    line-height: 1.786;
  }
}

/* TODO: 仮置き */
.article__temp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.article__subtitle {
  font-size: 1.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article__subtitle {
    font-size: 1.375rem;
    line-height: 1.818;
  }
}

.article__section-title {
  display: flex;
  gap: 20px;
  font-size: 1.5rem;
  line-height: 1.583;
}
.article__section-title::before {
  content: '';
  background-color: var(--main-color-green);
  width: 11px;
  height: 11px;
  margin-top: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .article__section-title {
    font-size: 1.25rem;
    line-height: 1.6;
    gap: 17px;
  }
  .article__section-title::before {
    width: 10px;
    height: 10px;
  }
}

.article__subheading {
  font-size: 1.25rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .article__subheading {
    font-size: 1.125rem;
    line-height: 1.778;
  }
}

/*-------------------------
  ページネーション
-------------------------*/
.single-page .pagination__list {
  align-items: center;
}

.single-page .pagination__item--all {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}
.single-page .pagination__item--all::before {
  content: '';
  background-image: url('../images/icon-news-all.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 33px;
  height: 33px;
  transform-origin: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .single-page .pagination__item--all {
    gap: 4px;
    font-size: 0.611rem;
  }

  .single-page .pagination__item--all::before {
    width: 20px;
    height: 20px;
  }
}

.single-page .pagination__item--all:hover::before {
  transform: scale(1.2);
}

/* ============================
*  採用情報
* ========================== */
/* 背景画像 */
.recruit .l-inner {
  background-image: url(../images/bg-page-white.svg);
}
@media screen and (max-width: 768px) {
  .recruit .l-inner {
    background-image: url(../images/bg-page-white-SP.svg);
  }
}
.page-recruit + .footer {
  margin-top: 0;
  padding-top: 0;
}
.page-recruit + .footer .footer__wave,
.page-recruit + .footer .footer__contact {
  display: none;
}
.page-recruit + .footer .footer__inner {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .page-recruit + .footer .footer__inner {
    padding-top: 40px;
  }
}

.recruit__heading-image {
  height: clamp(100px, 26.04vh, 200px);
  aspect-ratio: 285.65 / 200;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .recruit__heading-image {
    height: auto;
    width: clamp(219.16px, 58.44vw, 300px);
    aspect-ratio: 219.16 / 145;
    top: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

/*-------------------------
  ページコンテンツ
.recruit__content
-------------------------*/
.recruit__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .recruit__content {
    gap: 80px;
    padding-bottom: 80px;
  }
}
/* 共通 */
.recruit__section-title {
  font-size: clamp(1.25rem, 2.2vw, 1.875rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__section-title {
    font-size: 1.375rem;
    line-height: 1.455;
  }
}
/*-------------------------
  ページコンテンツ
  .recruit__intro
-------------------------*/
/* コンテナ */
.recruit__intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* キャッチコピー */
.recruit__catchcopy {
  font-size: clamp(1.25rem, 1.9vw, 1.625rem);
  line-height: 1.538;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit__catchcopy {
    font-size: 1.5rem;
    line-height: 1.417;
    letter-spacing: 0.1em;
  }
}
/* 本文 */
.recruit__descs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit__descs {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

.recruit__desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit__desc {
    font-size: 0.875rem;
    line-height: 1.786;
    letter-spacing: 0.08em;
  }
}

/*-------------------------
  ページコンテンツ
  職場環境 .recruit__environment
-------------------------*/
.recruit__environment {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recruit__environment-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recruit__environment-item {
  display: grid;
  grid-template-columns: minmax(auto, 294px) 1fr;
  gap: clamp(20px, 2.93vw, 40px);
}
@media screen and (max-width: 768px) {
  .recruit__environment-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* 画像 */
.recruit__environment-item-image {
  border-radius: 8px;
}
.recruit__environment-item-img,
.environment__sub-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* テキスト */
.recruit__environment-item-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit__environment-item-text {
    gap: 16px;
  }
}

.recruit__environment-item-title {
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit__environment-item-title {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.recruit__environment-item-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .recruit__environment-item-desc {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}
/* サブリスト */
.enviroment__sub-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.76vw, 24px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .enviroment__sub-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.environment__sub-item,
.environment__sub-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.environment__sub-item-title {
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .environment__sub-item-title {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.environment__sub-item-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .environment__sub-item-desc {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

/*-------------------------
  ページコンテンツ
  採用情報一覧 .recruit__information
-------------------------*/
.recruit__information-desc {
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__information-desc {
    font-size: 0.875rem;
    line-height: 1.786;
  }
}

.recruit__information-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recruit__information-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline-end: clamp(16px, 2.93vw, 40px);
  background-image: linear-gradient(to right, var(--main-color-green), var(--main-color-green) 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recruit__information-item {
    padding-inline-end: 10px;
  }
}
.recruit__information-item:first-of-type {
  background-image: linear-gradient(to right, var(--main-color-green), var(--main-color-green) 2px, transparent 2px, transparent 8px), linear-gradient(to right, var(--main-color-green), var(--main-color-green) 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px, 8px 2px;
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}
.recruit__information-item:hover {
  padding-inline-end: calc(clamp(16px, 2.93vw, 40px) - 8px);
}

.recruit__information-item:hover .recruit__information-link {
  opacity: 0.6;
}
.recruit__information-item::after {
  content: '';
  width: 24px;
  height: 16px;
  background-image: url(../images/arrow-green.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.recruit__information-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}

.recruit__information-item-title,
.recruit__information-item-number {
  font-size: clamp(1.125rem, 1.56vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit__information-item-title,
  .recruit__information-item-number {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.recruit__information-item-title {
  color: var(--main-color-green);
}

.recruit__information-item-number {
  color: var(--text-color-primary);
}

/* タグ */
.recruit__tags {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .recruit__tags {
    justify-content: center;
  }
}

.recruit__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  height: 28px;
  padding-inline: 16px;
  border: 2px solid #eeeeee;
  border-radius: 10000px;
  background-color: var(--bg-color-white);
}
@media screen and (max-width: 768px) {
  .recruit__tag {
    font-size: 0.75rem;
    height: 25px;
    white-space: nowrap;
  }
}

/*-------------------------
  採用までの流れ
-------------------------*/
.recruit__flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: space-between;
  column-gap: clamp(20px, 6.95vw, 95px);
}
@media screen and (max-width: 768px) {
  .recruit__flow-list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.recruit__flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
  background-color: #f4f5f2;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .recruit__flow-item {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

.recruit__flow-item-heading,
.recruit__flow-item-content {
  display: contents;
}
@media screen and (max-width: 768px) {
  .recruit__flow-item-heading,
  .recruit__flow-item-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
}

.recruit__flow-item-number {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: var(--main-color-green);
  font-weight: 600;
}

.recruit__flow-item-image {
  width: 80px;
  height: auto;
}

.recruit__flow-item-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recruit__flow-item-label {
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  line-height: 1.778;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit__flow-item-label {
    font-size: 1rem;
  }

  .recruit__flow-item-content {
    width: auto;
    margin-inline: auto;
  }
}

.recruit__flow-item-desc,
.recruit__flow-item-note {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit__flow-item-desc,
  .recruit__flow-item-note {
    font-size: 0.813rem;
    line-height: 1.615;
  }
}

.recruit__flow-item:not(:last-of-type)::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  background-image: url('../images/arrow-triangle-green.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 40px;
  aspect-ratio: 40 / 24;
}
@media screen and (max-width: 768px) {
  .recruit__flow-item:not(:last-of-type)::after {
    top: auto;
    bottom: -14%;
    left: 50%;
    transform: translateY(0) translateX(-50%) rotate(90deg);
    width: 20px;
    height: 32px;
  }
}
/* ============================
*  採用情報詳細
* ========================== */
.recruit-detail .l-inner {
  background-image: url(../images/bg-page-white.svg);
}
@media screen and (max-width: 768px) {
  .recruit-detail .l-inner {
    background-image: url(../images/bg-page-white-SP.svg);
  }
}

.recruit-detail__header.detail-page__header {
  margin-bottom: 64px;
}

.recruit-detail__header-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__header-text {
    display: contents;
  }
}

/* 施設名 */
.recruit-detail__title {
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  line-height: 1.563;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit-detail__title {
    margin-top: -20px;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

/*-------------------------
  ページコンテンツ
-------------------------*/
.recruit-detail__content {
  padding-inline: clamp(32px, 4.69vw, 64px);
}
@media screen and (max-width: 768px) {
  .recruit-detail__content {
    padding-inline: 0;
  }
}

/*-------------------------
  求人の特徴
-------------------------*/
.recruit-detail__feature {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__feature {
    margin-bottom: 72px;
  }
}

/* タイトル */
.recruit-detail__feature-title {
  font-size: clamp(1.25rem, 2.2vw, 1.875rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .recruit-detail__feature-title {
    font-size: 1.375rem;
    line-height: 1.818;
  }
}

/* 本文 */
.recruit-detail__feature-desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit-detail__feature-desc {
    font-size: 0.875rem;
    line-height: 1.786;
  }
}

/*-------------------------
  求人の概要
-------------------------*/
.recruit-detail__item:has(.recruit-detail__list) {
  margin-bottom: 64px;
}

.recruit-detail__list {
  margin-bottom: 64px;
}

.recruit-detail__item.detail-list__item {
  grid-template-columns: 17% 83%;
}

.recruit-detail__item.detail-list__item:last-of-type {
  padding-bottom: 0;
}

.recruit-detail__def {
  padding-right: clamp(3em, 7.03vw, 6em);
}
@media screen and (max-width: 768px) {
  .recruit-detail__def {
    padding-right: 0;
  }
}

.recruit-detail__sub-list {
  list-style: inside;
  padding-inline-start: 0.5em;
}
.recruit-detail__company-item--group .recruit-detail__sub-list {
  list-style: none;
  padding-inline-start: 0;
}

.recruit-detail__sub-list--ul {
  list-style-type: disc;
}

.recruit-detail__sub-list--ul .detail-list__list-item::marker {
  font-size: 0.5em;
}

.recruit-detail__sub-list--ol {
  list-style-type: decimal;
}

.recruit-detail__item-link {
  text-decoration: underline;
}

/* 勤務時間 */
.recruit-detail__item--hours .recruit-detail__sub-list {
  margin-top: 24px;
}

.recruit-detail__notes {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* 勤務地 */
.recruit-detail__map-link {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  align-items: center;
  padding-right: clamp(121px, 17.72vw, 242px);
  font-size: 0.813rem;
  text-decoration: underline;
}
.recruit-detail__map-link::before {
  content: '';
  background-image: url('../images/icon-location.svg');
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .recruit-detail__map-link {
    display: inline-flex;
    flex-wrap: nowrap;
    padding-right: 0;
    font-size: 0.75rem;
  }
  .recruit-detail__map-link::before {
    background-image: url('../images/icon-location.svg');
    width: 14px;
    height: 14px;
    line-height: 1.25;
  }
}
/* 会社概要 */
.recruit-detail__company-item {
  display: flex;
}

.recruit-detail__company-term {
  display: grid;
  grid-template-columns: 1fr 1em;
  min-width: 5.5em;
}

.recruit-detail__company-term::after {
  content: '：';
}

/* 応募方法 */
.recruit-detail__def:has(.recruit-detail__item-link) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.recruit-detail__sub-list--contact {
  padding-inline-start: 0;
}

.recruit-detail__sub-list--contact .recruit-detail__sub-list-item {
  display: flex;
}
.recruit-detail__sub-list--contact .recruit-detail__sub-list-label::after {
  content: '：';
}

/* 応募後のプロセス */
.recruit-detail__item--flow .recruit-detail__sub-list {
  list-style: none;
  padding-inline-start: 0;
}

.recruit-detail__item--flow .recruit-detail__sub-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.recruit-detail__item--flow .recruit-detail__sub-list-item {
  display: flex;
  flex-direction: column;
}

.recruit-detail__sub-list-note {
  display: block;
}

/* ============================
* お問い合わせ page_inquiry
* ========================== */
/*-------------------------
  パンくずリスト
-------------------------*/
.breadcrumb__list {
  display: flex;
  justify-content: right;
}
.fontsize-42px {
  font-size: clamp(27px, calc(27px + (42 - 27) * ((100vw - 375px) / (1366 - 375))), 42px);
  display: flex;
}

/*-------------------------
  問い合わせ方法
-------------------------*/
.contact__link-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 339px));
  grid-template-rows: 82px;
  gap: 16px clamp(8px, 1vw, 24px);
  margin: 64px 0;
  margin-left: auto;
}
.contact__link-list-item {
  background-color: #f6f6f6;
}


.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.7vw, 16px);
}
.wpcf7-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.form-acceptance {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    cursor: pointer;
}
.form-acceptance {
    gap: 4px;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before,
.form-acceptance:before {
    content: "";
    display: inline-block;
    background-color: #ececec;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:after,
.form-acceptance:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    background: url(../images/icon-check.svg) no-repeat center / contain;
    width: 14px;
    height: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.form-acceptance:has(:checked):after {
    opacity: 1;
}
.wpcf7-list-item {
    margin-left: 0;
}
span.wpcf7-spinner {
  display: none;
}

.contact__descs {
  line-height: 2;
  margin-bottom: 64px;
}
.contact__form,
.contact__form-confirm {
  background-color: #fff;
  border: solid 1px #576128;
  border-radius: 16px;
  padding: clamp(50px, 7.32vw, 100px);
  margin: 0 clamp(24px, 4.36vw, 59.5px);
  font-size: clamp(0.875rem, 1.17vw, 1rem);
}
.contact__form-row {
  display: flex;
  gap: 40px;
}
.contact__form-group {
  display: flex;
  border-bottom: solid 1px #d0dbde;
  padding: 24px 0;
  /* column-gap: clamp(20px, 2.93vw, 40px); */
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:940px) {
  .contact__form-group {
    align-items: start;
  }
}
.contact__form-group:has(> :not(.contact__form-group-inner)) {
  display: grid;
  grid-template-columns: 28.66% 66.15%;
}
@media screen and (max-width: 940px) {
  .contact__form-group:has(> :not(.contact__form-group-inner)) {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.contact__form-group:last-of-type {
  border-bottom: none;
}

.contact__form-group-inner {
  display: grid;
  grid-template-columns: 28.66% 66.15%;
  justify-content: space-between;
  width: 100%;
}
.contact__form-label {
  width: 100%;
  max-width: 257px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width:940px) {
    .contact__form-label {
      justify-content: start;
      margin-right: 0;
      gap: 8px;
    }
}
.contact__form-label--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.border-none {
  border: none;
}
.contact__form-checkbox {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.7vw, 16px);
}
.contact__form-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, auto));
  align-items: center;
  justify-content: space-between;
  /* gap: 24px; */
}
input[type='checkbox'] {
  background-color: #ececec;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.contact__form-material--flex {
  display: flex;
  gap: 24px;
}
.contact__form-input {
  background-color: #ececec;
  width: clamp(120px, 17.35vw, 237px);
  height: 54px;
  padding: 15px 16px;
  border-radius: 8px;
}
.contact__form-input--full {
  width: 100%;
  max-width: 514px;
}
.contact__form-textarea {
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: #ececec;
  width: 100%;
  max-width: 514px;
  height: 216px;
  padding: 15px 16px;
  border-radius: 8px;
  resize: none;
  overflow-y: scroll;
}
.contact__form-label-text {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
.contact__form-material-note {
  font-size: 14px;
}
.contact__form-required {
  color: #fff;
  background-color: #7f121a;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 11px;
  white-space: nowrap;
}
.underline {
  border-bottom: solid 1px #382e28;
}

/* 送信ボタン */
.contact__form-submit-wrapper {
  width: clamp(200px, 23.43vw, 320px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact__form-submit-wrapper {
    width: 100%;
  }
}
.contact__form-submit {
  width: fit-content;
  transition: 0.3s ease;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact__form-submit {
    width: 100%;
    padding-inline: 40px;
  }
}
.contact__form-submit .c-btn-link--large {
  position: relative;
  width: clamp(200px, 23.43vw, 320px);
  background-color: transparent;
  border: 1px solid var(--main-color-green);
}
@media screen and (max-width: 768px) {
  .contact__form-submit .c-btn-link--large {
    width: 100%;
  }
}
.contact__form-submit .c-btn-link__label--large {
  color: var(--text-color-primary);
}
.contact__form-submit .c-btn-link__label--large::after {
  background-color: var(--main-color-green);
}

.contact__form-submit .c-btn-link--large:hover {
  background-color: var(--main-color-green);
  width: calc(clamp(200px, 23.43vw, 320px) + 80px);
}

/* ========================================
* お問い合わせ-確認 page_inquiry-confirm
* ========================================= */
/* .contact__form-confirm {
  background-color: #fff;
  border: solid 1px #576128;
  border-radius: 16px;
  padding: 100px;
  margin: 0 59.5px;
  font-size: 1rem;
  line-height: 1.5;
} */
.confirm .contact__form-label-text {
  line-height: 1.5;
}
.padding-btm_64px {
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .padding-btm_64px {
    padding-bottom: 0;
  }
}
/* .confirm .contact__form-checkbox {
  width: 100%;
  gap: 0;
} */
.confirm .contact__form-checkbox-input {
  width: 0;
  padding: 0;
}
.confirm .contact__form-input {
  width: fit-content !important;
  max-width: none !important;
  min-width: 1em !important;
  height: fit-content;
}
@media (min-width: 769px) {
  .confirm .contact__form-input {
    width: auto !important;
    max-width: none !important;
    min-width: 1em !important;
  }
}
.confirm .contact__form-input:read-only {
  overflow: hidden;
}

/* ========================================
* お問い合わせ-完了 page_inquiry-thanks
* ========================================= */
.application__content {
  padding: 64px 0;
}
.contact__desc {
  line-height: 2;
  letter-spacing: 0.08em;
}
.margin-btm_37px {
  margin-bottom: 37px;
}
.contact__link {
  margin-inline: unset;
}

/* ========================================
* 入居申込み page_application
* ========================================= */
/* ダウンロードボタン */
.application__download-link {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .application__download-link {
    margin-bottom: 40px;
  }
}
/*-------------------------
  フォーム
-------------------------*/
/* 資料添付 */
.contact__form-file-upload-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__form-file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 54px;
  padding: 16px;
  border: 1px dashed #707070;
  border-radius: 16px;
}

.contact__form-file-label {
  display: flex;
  gap: 4px;
  align-items: center;
}

.contact__form-file-label-button {
  display: inline-block;
  padding: 6px;
  font-size: 0.75rem;
  background-color: #ececec;
  border-radius: 4px;
  cursor: pointer;
}

.contact__form-file-label-status {
  font-size: 0.75rem;
}

.contact__form-file-input {
  display: none;
}

.contact__form-file-upload-wrapper .contact__form-note {
  font-size: 0.75rem;
  line-height: 1.5;
}

.contact__form-link:has(:not(.underline)) {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--main-color-red);
}
.contact__form-note-indent {
  display: inline-block;
  margin-left: 1em;
}

/* 個人情報保護方針 */
.contact__form-wrapper-inner {
  width: 100%;
}
.contact__form-link--pp {
  display: inline;
  color: var(--text-color-primary);
}

/* ========================================
* 確認ページ
* ========================================= */
.confirm .contact__form-group {
  align-items: center;
}
.confirm input[type='checkbox'] {
  margin-left: -0.1em;
}
.confirm .contact__form-input,
.confirm input[type='checkbox'],
.confirm .contact__form-textarea {
  background-color: transparent;
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact__form-confirm {
    margin-inline: 12px;
    padding-inline: 40px;
  }
  .confirm input[type='checkbox'] {
    margin-left: -1em;
  }
}
.confirm .contact__form-file-upload {
  border: none;
  padding: 0;
  height: fit-content;
}

.confirm .contact__form-checkbox {
  gap: 0;
}

.confirm .contact__form-textarea {
  height: fit-content;
  padding: 0;
  min-height: 0;
}
.confirm .contact__form-input[readonly] {
  padding: 0 !important;
  border: none !important;
  line-height: 1 !important;
  font-size: inherit !important;
  height: auto !important;
  box-sizing: content-box !important;
  height: 1em;
}
.confirm .contact__form-textarea[readonly] {
  padding: 0 !important;
  border: none !important;
  line-height: 1 !important;
  font-size: inherit !important;
  height: auto !important;
  box-sizing: content-box !important;
}
/* 送信ボタン */
.confirm .contact__form-submit-wrapper {
  width: clamp(300px, 29.28vw, 400px);
}
@media screen and (max-width: 768px) {
  .confirm .contact__form-submit-wrapper {
    width: 100%;
  }

  .confirm .contact__form-submit {
    padding: 0;
  }
}
.confirm .contact__form-submit .c-btn-link--large {
  margin-top: 36px;
  width: clamp(300px, 29.28vw, 400px);
  background-color: var(--main-color-green);
  color: var(--text-color-white);
}
@media screen and (max-width: 768px) {
  .confirm .contact__form-submit .c-btn-link--large {
    width: 100%;
  }

  .confirm .contact__form-label--flex {
    flex-direction: column;
  }
}

.confirm .contact__form-submit .c-btn-link__label--large {
  color: var(--text-color-white);
}
.confirm .contact__form-submit .c-btn-link__label--large::after {
  background-color: var(--text-color-white);
}

.confirm .contact__form-group:last-of-type {
  border-bottom: solid 1px #d0dbde;
}

/* ========================================
* 入居申込み-確認 page_application-confirm
* ========================================= */

/* ========================================
* 入居申込み-完了 page_application-thanks
* ========================================= */

@media screen and (max-width: 940px) {
  .contact__link-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 56px;
    gap: 8px;
    grid-template-areas:
      'faq tel'
      'apply apply';
    margin: 40px 0;
  }
  .contact__link-list:not(:has(> :nth-child(3))) {
    grid-template-areas:
      'faq tel';
      grid-template-rows: 140px;
  }
  .contact__form-group,
  .confirm .contact__form-group,
  .confirm .contact__form-group-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .confirm .contact__form-group {
    align-items: flex-start;
  }

  .contact__form-checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact__link-item {
    flex: 1 1 45%;
  }
  .contact__link-button--faq {
    padding: 20px;
  }
  .contact__link-item--faq::before {
    content: url(../images/icon-footer-contact-faq.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact__link-item--faq:hover:before {
    content: url(../images/icon-footer-contact-faq-hover.svg);
  }
  .contact__link-desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .contact__descs {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact__form {
    padding: 40px 0 80px;
    margin: 0;
  }
  .contact__form-wrapper {
    margin-inline: 40px;
  }
  .contact__form-row {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow: hidden;
  }

  .contact__form-label--flex {
    display: flex;
    flex-direction: unset;
    gap: 0.5rem;
  }
  .contact__form-note {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.28;
    letter-spacing: 0.08em;
  }
  .contact__form-checkboxes {
    flex-wrap: wrap;
  }
  .contact__form-checkbox {
    align-items: flex-start;
    gap: 4px;
  }
  input[type='checkbox'] {
    width: 14px;
    height: 14px;
    border-radius: 2px;
  }
  .contact__form-checkbox-input {
    min-width: 14px;
  }
  .contact__form-material--flex {
    flex-direction: column;
    gap: 24px;
  }
  .contact__form-input {
    width: 100%;
    height: 52px;
    padding: 15px 16px;
    border-radius: 8px;
  }
  .contact__form-input--full {
    width: 100%;
    max-width: 100%;
  }
  .contact__form-textarea {
    font-size: 14px;
  }
  .contact__form-label {
    max-width: 255px;
    flex-direction: column-reverse;
    gap: 8px;
    align-items: flex-start;
    margin-right: 40px;
  }
  .contact__form-label-text {
    font-size: 14px;
    line-height: 2.28;
    display: flex;
  }
  .contact__form-required {
    font-size: 12px;
  }
  .contact__form-material-note {
    font-size: 12px;
    line-height: 2;
    margin-left: calc(-1em - 8px);
  }
  .contact__form-checkbox-label {
    font-size: 14px;
    max-width: 228px;
  }
  .contact-bg {
    padding-bottom: 120px;
  }
  .contact__form-submit {
    margin-top: 24px;
  }

  /*---------------------------------------------------
  お問い合わせ-確認 page_inquiry-confirm sp
---------------------------------------------------*/
  /*---------------------------------------------------
  お問い合わせ-完了 page_inquiry-thanks sp
---------------------------------------------------*/
  .application__content {
    padding: clamp(20px, 5.21vh, 40px) 0 80px;
    margin-bottom: -40px;
  }
  .contact__desc {
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 40px;
  }
  .contact__link {
    margin-inline: auto;
    position: relative;
    z-index: 6;
  }
  .contact__form-label--flex {
    flex-direction: unset;
    justify-content: flex-start;
  }
  /*---------------------------------------------------
  入居申込み page_application sp
---------------------------------------------------*/
  /*---------------------------------------------------
  入居申込み-確認 page_application-confirm sp
---------------------------------------------------*/
  /*---------------------------------------------------
  入居申込み-完了 page_application-thanks sp
---------------------------------------------------*/

  @media (hover: none) {
    .contact__link-item:hover,
    .contact__link-item--faq:hover:before,
    .contact__link-item--tel:hover::before,
    .contact__link-item--web:hover:before {
      background-color: inherit; /* 通常の状態に戻す */
      color: inherit;
    }
  }

  /* パンくずリスト */
  .breadcrumb {
    position: absolute;
    content: '';
    top: 80px;
    right: 80px;
    width: auto;
    height: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .z-front {
    z-index: 10;
  }

  @media screen and (max-width: 768px) {
    .breadcrumb {
      top: 40px;
      right: 12px;
      height: 17px;
    }
  }

  .breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    color: var(--text-color-primary);
    font-size: 0.875rem;
  }
  @media screen and (max-width: 768px) {
    .breadcrumb__list {
      gap: 10px;
    }
  }

  .breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 700;
    color: var(--text-color-primary);
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 768px) {
    .breadcrumb__item {
      gap: 10px;
      font-size: 0.625rem;
    }
  }

  .breadcrumb__item:not(:last-of-type)::after {
    content: '';
    background-image: url('../images/icon-breadcrumb.svg');
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: contain;
    width: 7px;
    height: 11px;
  }
  @media screen and (max-width: 768px) {
    .breadcrumb__item:not(:last-of-type)::after {
      right: -6.1vw;
    }
  }
  .breadcrumb__link {
    transition: 0.3s ease;
  }

  .breadcrumb__link:hover {
    color: var(--main-color-green);
  }
}
