/*
Theme Name: lightning-child-sankoukai
Template: lightning
Theme URI:
Description: Lightning子テーマ（三光会サイト用）
Author:
Version: 1.0.0
Text Domain: lightning-child-sankoukai
*/

/* --------------------------------------------------
   Reset / Base
-------------------------------------------------- */
html {
  font-size: 16px;
}

body {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #fff;
    overflow: visible;
    overflow-x: visible !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

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

p {
  margin: 0;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.page_top_btn {
    background: #246478;
    box-shadow: none;
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* --------------------------------------------------
   Utility
-------------------------------------------------- */
.m-container {
    width: 1080px;
    margin: 0 auto;
}

.l-container {
    width: min(1680px, calc(100% - 240px));
    margin: 0 auto;
}

.l-container02 {
    width: min(1880px, calc(100% - 40px));
    margin: 0 auto;
}

@media (max-width: 767px) {
.m-container {
  width: calc(100% - 32px);
}
.l-container {
  width: calc(100% - 32px);
}
.l-container02 {
  width: calc(100% - 32px);
}

}

/* --------------------------------------------------
   Lightningの標準見た目を必要に応じて抑える
-------------------------------------------------- */
.site-body,
body {
  overflow-x: hidden;
}

.vk_outer-width-full {
  padding-left: 0;
  padding-right: 0;
}

.entry-meta,
.page-header,
.breadcrumb {
  display: none;
}

/* 親テーマの余白が強い場合の調整 */
.siteContent,
.site-content,
main.site-body,
main.site-main {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
   Front Page
-------------------------------------------------- */
.home .site-main,
.home .siteContent,
.home .site-content {
  margin: 0;
  padding: 0;
}

.top-page {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.top-section {
  position: relative;
}

.top-en {
    display: block;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
}

.top-title {
    margin: 0;
    font-size: clamp(30px, 3.5vw, 80px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    text-align: left;
    color: #1c1c1c;
    border: 0;
    padding: 0;
    z-index: 3;
    position: relative;
}

.top-text {
    font-weight: bold;
    font-size: clamp(18px, 1.4vw, 23px);
    letter-spacing: 0.1em;
    line-height: 80px;
    text-align: left;
    color: #1c1c1c;
    margin: 0;
    z-index: 3;
    position: relative;
}

.top-text p {
    line-height: clamp(50px, 4.5vw, 80px);
}

.top-btn {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
    color: #3a3a3a;
    text-decoration: underline;
    margin-top: 80px;
    z-index: 3;
    position: relative;
}

.top-btn__circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.top-btn__circle img {
  display: block;
  transition: transform 0.3s ease;
}

.top-btn:hover .top-btn__circle img {
  transform: translateX(6px);
}

/* --------------------------------------------------
   Header
-------------------------------------------------- */
.top-header {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 30;
  width: 100%;
  padding: 0;
}

.top-header__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.top-header__logo_box {
    width: clamp(200px, 18vw, 300px);
    height: clamp(200px, 18vw, 300px);
    background-color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 0 0 99% 0;
    padding-right: 50px;
    padding-bottom: 50px;
    justify-content: flex-start;
    position: absolute;
    z-index: 3;
}

.top-header__logo {
  width: 100%;
}

.top-header__logo img {
    width: 70%;
}

.top-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 100px;
    padding-right: 130px;
    right: 0;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.top-header__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 32px;
    border-radius: 999px;
    background: #fff;
}

.top-header__nav a {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.top-header__nav-list {
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.2vw, 30px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header__nav-list li {
  margin: 0;
  padding: 0;
}

.top-header__nav-list a {
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    font-size: clamp(14px, 1.1vw, 20px);
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #1c1c1c;
    align-items: center;
    gap: 5px;
}

.top-header__nav-list > li {
  position: relative;
  margin: 0;
  padding: 0;
}

/* 子メニューありの親に矢印 */
.top-header__nav-list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: clamp(28px, 2.3vw, 38px);
    height: clamp(28px, 2.3vw, 38px);
    margin-left: 5px;
    vertical-align: middle;
    background: url("https://sankokai-cl.or.jp/wp-content/uploads/2026/04/gnav_icon.svg") center / contain no-repeat;
}

/* サブメニュー */
.top-header__nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.top-header__nav-list .sub-menu li {
  margin: 0;
  padding: 0;
}

.top-header__nav-list .sub-menu a {
    display: block;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    white-space: nowrap;
}

.top-header__nav-list .sub-menu a:hover {
  background: #f5f7f8;
}

/* ホバーで表示 */
.top-header__nav-list > li:hover > .sub-menu,
.top-header__nav-list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-header__cta,
.top-header__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.top-header__cta {
    padding: 18px 40px;
    font-weight: 500;
    font-size: 18px;
    font-size: clamp(14px, 1.0vw, 18px);
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 36px;
    background: #246478;
}

.top-header__cta:hover {
    color: #fff;
    opacity: 0.7;
}

.top-header__cta img {
    margin-right: 15px;
}

.top-header__menu {
  width: 62px;
  background: rgba(255, 255, 255, 0.92);
}

.menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 86px;
    min-height: 86px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #246478;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: fixed;
    top: 100px;
    right: 35px;
}

.menu-toggle__bars {
  position: relative;
  display: block;
  width: 48px;
  height: 20px;
}

.menu-toggle__line {
    position: absolute;
    left: 50%;
    width: 48px;
    height: 3px;
    background: #246478;
    border-radius: 999px;
    transform: translateX(-50%);
    transition: top 0.35s ease,
    transform 0.35s ease,
    opacity 0.25s ease,
    width 0.35s ease,
    background-color 0.35s ease;
}

.menu-toggle__line--1 {
  top: 1px;
}

.menu-toggle__line--2 {
  top: 15px;
}

.menu-toggle__text {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* 開いた時：やわらかく×に */
.is-menu-open .menu-toggle__line--1 {
  top: 8px;
  transform: translateX(-50%) rotate(45deg);
}

.is-menu-open .menu-toggle__line--2 {
  top: 8px;
  transform: translateX(-50%) rotate(-45deg);
}

/* ドロワー背景 */
.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  background: rgba(37, 64, 72, 0);
  transition: background 0.45s ease;
}

/* 開いた時の背景オーバーレイ */
.is-menu-open .menu-drawer {
  pointer-events: auto;
  background: rgba(37, 64, 72, 0.18);
}

/* パネル本体 */
.menu-drawer__inner {
  width: min(800px, 100%);
  height: 100%;
  padding: 110px 30px 40px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.06);
  transform: translateX(30px);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
  overflow-y: auto;
  position: relative;
}

.menu-drawer__inner {
  position: relative;
}

.menu-drawer__close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(226, 238, 240, 0.75);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.menu-drawer__close:hover {
  background: rgba(207, 226, 229, 0.95);
  transform: scale(1.04);
}

.menu-drawer__close-line {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #2f3a3d;
}

.menu-drawer__close-line--1 {
  transform: rotate(45deg);
}

.menu-drawer__close-line--2 {
  transform: rotate(-45deg);
}

/* 開いた時：ふわっと入る */
.is-menu-open .menu-drawer__inner {
  transform: translateX(0);
  opacity: 1;
}

.menu-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-drawer__list li + li {
  margin-top: 10px;
}

.menu-drawer__list a {
    display: block;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(226, 238, 240, 0.6);
    color: #1f2d30;
    font-size: clamp(17px, 1.2vw, 20px);
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
    transition: background-color 0.25s ease,
    transform 0.25s ease;
}

.menu-drawer__list a:hover {
  background: rgba(207, 226, 229, 0.9);
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .top-header__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
  }

  .top-header__inner {
    width: 100%;
  }

.top-header__logo_box {
    width: 160px;
    height: 160px;
    padding: 0 20px 20px 20px;
}

.top-header__logo {
    width: 70%;
}

.top-header__logo img {
    width: 100%;
}

  .top-header__right {
    gap: 8px;
  }

  .top-header__cta {
    display: none;
  }

.top-header__menu {
    width: 54px;
    min-height: 38px;
    font-size: 11px;
    top: 40px;
    right: 25px;
}
}

/* --------------------------------------------------
   FV
-------------------------------------------------- */
.top-fv {
  position: relative;
  padding: 20px 0 0;
}

.top-fv__media {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    aspect-ratio: 1365 / 735;
    border-radius: 10px;
    overflow: hidden;
    /* background: #ddd; */
    height: calc(100vh - 20px);
}

.top-fv__mediaText_sp {
    display: none;
}

.top-fv__media .vegas-slide,
.top-fv__media .vegas-overlay,
.top-fv__media .vegas-timer,
.top-fv__media .vegas-wrapper {
  border-radius: 10px;
}

@media (max-width: 767px) {
.top-fv {
    position: relative;
    padding: 10px 0 0;
}

  .top-fv__media {
    width: calc(100% - 20px);
    aspect-ratio: 4 / 5;
  }

.top-fv__mediaText_sp {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 1;
  font-weight: 600;
  display: block;
}

.top-fv__mediaText_sp span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 10px;
    background: rgb(255 255 255 / 45%);
    color: #333;
}

.top-fv__mediaText_sp span:last-child {
  margin-bottom: 0;
}

}

.top-fv__news {
    position: relative;
    z-index: 5;
    width: min(860px, calc(100% - 40px));
    margin: -100px 0 0 auto;
    background: #F1F1F1;
    display: grid;
    grid-template-columns: 220px 220px 1fr;
    align-items: center;
    min-height: 100px;
    border-radius: 20px 0px 0px 0px;
}

.top-fv__news-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #3a3a3a;
}

.top-fv__news-date {
    padding: 0 16px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: left;
    color: #989898;
}

.top-fv__news-title {
    min-width: 0;
    padding: 0 18px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: left;
    color: #1c1c1c;
}

.top-fv__circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.top-fv__circle--left {
    left: -200px;
    z-index: 3;
    top: 190px;
    width: 800px;
    height: 800px;
    border: 60px solid rgba(81, 144, 164, 0.26);
}

.top-fv__circle--right {
    right: -400px;
    bottom: -180px;
    width: 800px;
    height: 800px;
    border: 50px solid rgba(241, 241, 241, 0.58);
}

.top-fv__circle--right02 {
    right: -310px;
    bottom: -300px;
    width: 800px;
    height: 800px;
    border: 50px solid rgba(81, 144, 164, 0.28);
}

.recruit-entry .single-entry__content {
  margin-bottom: 34px;
}

.recruit-spec {
  border: 1px solid #c9c9c9;
  background: #fff;
}

.recruit-spec__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  margin: 0;
}

.recruit-spec__row + .recruit-spec__row dt,
.recruit-spec__row + .recruit-spec__row dd {
  border-top: 1px solid #c9c9c9;
}

.recruit-spec__row dt,
.recruit-spec__row dd {
  margin: 0;
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.9;
  color: #1c1c1c;
}

.recruit-spec__row dt {
  background: #dceaf0;
  border-right: 1px solid #c9c9c9;
  font-weight: 700;
  text-align: center;
}

.recruit-spec__row dd {
  background: #fff;
}

@media (max-width: 767px) {
  .recruit-spec__row {
    grid-template-columns: 1fr;
  }

  .recruit-spec__row dt,
  .recruit-spec__row dd {
    padding: 12px 14px;
    font-size: 14px;
  }

  .recruit-spec__row dt {
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
  }

  .recruit-spec__row + .recruit-spec__row dt,
  .recruit-spec__row + .recruit-spec__row dd {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .top-fv__media {
    width: calc(100% - 12px);
  }

  .top-fv__media img {
    aspect-ratio: 4 / 5;
  }

.top-fv__news {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    bottom: 30px;
}

.top-fv__news-label {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 20px;
}

.top-fv__news-date {
    font-size: 14px;
    padding: 10px 0 0 20px;
    width: 100%;
    line-height: 2;
}

.top-fv__news-title {
    font-size: 16px;
    padding: 0 0 0 20px;
    width: 100%;
    line-height: 2;
}

.top-fv__circle--left {
    left: -200px;
    top: 220px;
    width: 500px;
    height: 500px;
    border-width: 12px;
    border: 30px solid rgba(81, 144, 164, 0.26);
}

.top-fv__circle--right {
    right: -70px;
    bottom: -20px;
    width: 600px;
    height: 600px;
    border-width: 12px;
    border: 30px solid rgba(241, 241, 241, 0.58);
}

.top-fv__circle--right02 {
    right: -310px;
    bottom: -300px;
    width: 600px;
    height: 600px;
    border: 30px solid rgba(81, 144, 164, 0.28);
}



}

/* --------------------------------------------------
   Message
-------------------------------------------------- */
.pd_left80 {
    padding-left: 80px !important;
}

.pd_top80 {
    padding-top: 80px !important;
}

.top-message {
    padding: 200px 0 100px 0;
}

.top-message__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 680px);
    gap: 70px;
    align-items: start;
}

.top-message__images {
    position: relative;
    margin-top: 120px;
    min-height: 360px;
}

.top-message__circle--left01 {
    left: -200px;
    z-index: 1;
    top: 190px;
    width: 600px;
    height: 600px;
    border: 50px solid #F2F7F8;
}

.top-message__circle--left02 {
    left: 180px;
    z-index: 1;
    top: -250px;
    width: 600px;
    height: 600px;
    border: 50px solid #FAFAFA;
}

.top-message__img--main {
    width: min(100%, 560px);
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
    position: relative;
}

.top-message__img--sub {
    position: relative;
    width: 500px;
    overflow: hidden;
    margin-left: 330px;
    margin-top: 50px;
}

@media (max-width: 991px) {
  .top-message__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .top-message__images {
    min-height: 0;
  }

.top-message__img--sub {
    position: relative;
    width: min(70%, 260px);
    margin: 18px 0 0 auto;
    z-index: 3;
}

}

@media (max-width: 767px) {
  .top-message {
    padding: 72px 0 60px;
  }

  .top-message__images {
    margin-top: 10px;
  }

  .top-title {
    font-size: 24px;
  }

.top-text {
    font-size: 15px;
    line-height: 2;
    margin: 30px 0 0 0;
}

}

/* --------------------------------------------------
   Facility
-------------------------------------------------- */
.top-facility {
    padding: 200px 0;
    background: #E6EFF2;
}

.top-facility__grid {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(0, 500px);
    gap: 40px;
    align-items: center;
}

.top-facility__diagram {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 620px;
    margin: 0 auto;
}

.top-facility__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 18px solid rgba(98, 143, 153, 0.22);
}

.top-facility__center,
.top-facility__node {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-facility__center {
  inset: 26% 26%;
  background: #c9dde1;
  padding: 20px;
}

.top-facility__node {
  width: 120px;
  height: 120px;
  background: #2d6672;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.top-facility__node--1 {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.top-facility__node--2 {
  bottom: 10%;
  left: 4%;
}

.top-facility__node--3 {
  bottom: 10%;
  right: 4%;
}

@media (max-width: 991px) {

.top-facility__grid {
    grid-template-columns: 1fr;
    gap: 50px;
}

.top-facility__diagram {
    width: 80%;
}

}

@media (max-width: 767px) {
  .top-facility {
    padding: 64px 0;
  }

  .top-facility__node {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
}

/* --------------------------------------------------
   Service
-------------------------------------------------- */
.top-service {
    position: relative;
    padding: 90px 0 200px;
    background: linear-gradient(180deg, #E6EFF2 0%, #E6EFF2 50%, #fff 50%, #fff 100%);
    background-image: url(https://sankokai-cl.or.jp/wp-content/uploads/2026/03/top_servise_bg.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.top-service__card {
    background: #B5D6E1;
    border-radius: 10px;
    padding: 130px 100px;
}

.top-service__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.top-service__left {
  display: block;
  position: relative;
}

.top-service__slide {
    background: #F1FBFF;
    border-radius: 10px;
    padding: 30px 45px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    aspect-ratio: 740 / 445;
    position: relative;
    /* min-height: 440px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top-service__slide-image {
  margin: 0;
}

.top-service__pager {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
    margin: 30px 0;
}

.top-service__pager-btn {
    width: 69px;
    height: 69px;
    border: 2px solid #246478;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.top-service__slide-title {
    transition: opacity 0.45s ease, transform 0.45s ease;
    font-weight: bold;
    font-size: 35px;
    line-height: 56px;
    text-align: left;
    color: #1c1c1c;
    border: 0;
    margin: 0 0 17px 0;
    padding: 0;
}

.top-service__slide-title:after {
    border: 0;
}

.top-service__slide-text {
    margin: 0;
    transition: opacity 0.45s ease, transform 0.45s ease;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
}

.top-service__number {
    transition: opacity 0.45s ease, transform 0.45s ease;
    position: absolute;
    top: -30px;
    left: -30px;
    font-weight: bold;
    font-size: 81px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: right;
    color: #246478;
    z-index: 9;
}

/* 切り替え前にふわっと消える */
.is-service-changing .js-service-number,
.is-service-changing .js-service-slide,
.is-service-changing .js-service-title,
.is-service-changing .js-service-desc {
  opacity: 0;
  transform: translateX(18px);
}

/* 画像の比率をある程度整えたい場合 */
.top-service__slide-image {
    overflow: hidden;
    border-radius: 6px;
}

.top-service__slide-image img {
    display: block;
}

.js-service-image.service-image--01 {
    margin-left: auto;
    width: 45%;
}

.js-service-image.service-image--02 {
    margin: 0 auto 20px auto;
    width: 180px;
}

.js-service-image.service-image--03 {
    object-position: right center;
    margin: 0 auto 20px auto;
    height: 200px;
    width: auto;
}

.js-service-image.service-image--04 {
    height: 240px;
    width: auto;
    margin: 0 100px 0 auto;
}

.js-service-image.service-image--05 {
    margin: 50px auto;
    height: 160px;
    width: auto;
}

.js-service-image.service-image--06 {
    width: auto;
    height: 210px;
    margin: 0 auto 40px auto;
}

.js-service-image.service-image--07 {
    width: auto;
    height: 210px;
    margin: 0 auto 20px auto;
}

.js-service-image.service-image--08 {
    width: auto;
    height: 210px;
    margin: 0 auto 30px auto;
}

.top-service__right {
    display: block;
}

.top-text_service {
    font-weight: bold;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    /* line-height: 2 !important; */
    line-height: clamp(32px, 3.2vw, 60px) !important;
    text-align: left;
    color: #1c1c1c;
    margin: 50px 0 0 0;
}

.top-service__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  background: radial-gradient(120% 100% at 50% 0%, #dfeaec 60%, transparent 61%);
  pointer-events: none;
}

@media (max-width: 991px) {
.top-service__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
}

@media (max-width: 767px) {
  .top-service {
    padding: 64px 0 90px;
  }

  .top-service__card {
    padding: 20px;
  }

  .top-service__left {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

.top-service__number {
    top: 15px;
    left: 15px;
    font-size: 36px;
}

  .top-service__wave {
    height: 110px;
  }
}

/* --------------------------------------------------
   Bottom Links
-------------------------------------------------- */
.top-links {
    padding: 70px 0 150px 0;
    background: #fff;
}

.top-links__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.top-links__item {
    padding: 44px 28px 0 28px;
}

.top-links__item + .top-links__item {
    border-left: 0;
}

.top-links__heading {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.top-links__title {
    margin: 0;
    font-size: clamp(24px, 3vw, 60px);
    line-height: 1.3;
    letter-spacing: 0.1em;
    border: 0;
    padding: 0;
}

.top-links__arrow {
  display: block;
  transition: transform 0.3s ease;
}

.top-links__item:hover .top-links__arrow {
  transform: translateX(6px);
}

@media (max-width: 767px) {
  .top-links {
    padding: 20px 0 50px;
  }

  .top-links__grid {
    grid-template-columns: 1fr;
  }

  .top-links__item + .top-links__item {
    border-left: 0;
    border-top: 1px solid #ddd;
  }

  .top-links__item {
    padding: 28px 8px;
  }
}

/* --------------------------------------------------
   Footer CTA
-------------------------------------------------- */
.top-footer {
    padding: 200px 0 70px;
    background: #246478;
    color: #fff;
}

.top-footer__inner {
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
}

.top-footer__logo {
  text-align: center;
}

.top-footer__address {
    margin: 70px 0 0 0;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    color: #fbfdff;
}

.top-footer__telbox {
    border: 2px solid #FBFDFF;
    border-radius: 20px;
    padding: 50px 70px;
    margin: 70px 0 0 0;
}

.top-footer__tel-title {
    margin-bottom: 48px;
    font-weight: bold;
    font-size: clamp(20px, 2.5vw, 45px);
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: center;
    color: #fbfdff;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.top-footer__tel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    justify-items: center;
}

.top-footer__tel-item {
    text-align: left;
}

.top-footer__tel-label {
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: left;
    color: #fbfdff;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
    margin: 0;
}

.top-footer__tel-number {
    font-weight: bold;
    font-size: clamp(20px, 1.8vw, 30px);
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: left;
    color: #fbfdff;
}

.top-footer__cta {
    text-align: center;
    margin: 100px 0 35px 0;
}

.top-footer__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-height: 116px;
    padding: 0 60px;
    border-radius: 58px;
    background: #fff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: right;
    color: #246478;
}

.footer-nav {
    border-bottom: 0;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.footer-nav__grid {
  display: grid;
  grid-template-columns: 1.0fr 1.0fr;
  column-gap: 70px;
  row-gap: 40px;
}

.footer-nav__col {
  min-width: 0;
}

.footer-nav__group + .footer-nav__group {
  margin-top: 42px;
}

.footer-nav__heading {
    margin: 65px 0 0 0;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.footer-nav__heading a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-nav__heading a:hover {
  opacity: 0.7;
}

.footer-nav__subheading {
    margin: 18px 0 0 0;
    padding-left: 20px;
}

.footer-nav__subheading a {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: left;
    color: #fff;
    transition: opacity 0.3s ease;
}

.footer-nav__subheading a:hover {
  opacity: 0.7;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.footer-nav__list li + li {
  margin-top: 8px;
}

.footer-nav__list a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 45px;
    text-align: left;
    color: #fff;
}

.footer-nav__list a:hover {
  opacity: 0.7;
}

.footer-nav__list--service {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .footer-nav__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 50px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 56px 0 50px;
  }

  .site-footer__inner {
    width: calc(100% - 24px);
  }

.footer-nav__grid {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-nav__heading {
    font-size: 16px;
    margin: 30px 0 0 0;
}

.footer-nav__subheading {
    margin: 0;
    padding-left: 0;
    font-size: 14px;
}

  .footer-nav__list a {
    font-size: 13px;
    line-height: 1.8;
  }

  .footer-nav__group + .footer-nav__group {
    margin-top: 28px;
  }
}

.top-footer__sns {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 70px;
    color: #fff;
    margin: 50px 0 0 0;
}

.top-footer__sns a:hover {
    color: #fff;
    opacity: 0.7;
}

.copyright {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 100px 0 0 0;
}

@media (max-width: 991px) {
  .top-footer__tel-grid,
  .top-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .top-footer {
    padding: 56px 0 50px;
  }

  .top-footer__inner {
    width: calc(100% - 24px);
  }

.top-footer__tel-title {
    font-size: 16px;
    margin-bottom: 20px;
    gap: 10px;
}

.top-footer__tel-title img {
    width: 28px;
}

  .top-footer__tel-grid,
  .top-footer__nav {
    grid-template-columns: 1fr;
  }

.top-footer__telbox {
    padding: 30px 0;
    margin: 30px 0 0 0;
}

  .top-footer__cta a {
    width: 100%;
  }
}

/*下層ページ*/

.facility-page {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.facility-hero {
    padding: 20px 0 100px;
    position: relative;
    z-index: 3;
}

.facility-hero__inner {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 260px 180px 0;
    min-height: 75vh;
    border-radius: 6px;
    background: #B5D6E1;
    overflow: hidden;
    z-index: 3;
}

.facility-hero__inner02 {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 260px 180px 0;
    min-height: 75vh;
    border-radius: 6px;
    background: #B5D6E1;
    overflow: hidden;
    z-index: 3;
}

.facility-hero__content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.facility-hero__en {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
}

.facility-hero__title {
    margin: 0 0 35px;
    font-size: clamp(34px, 3.3vw, 80px);
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-hero__text {
    margin: 0;
    font-weight: bold;
    font-size: clamp(18px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    color: #1c1c1c;
}

.facility-hero__image {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: min(42%, 480px);
}

.facility-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.facility-category {
    padding: 0;
    z-index: 3;
    position: relative;
}

.facility-category__buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.facility-category__btn {
    display: inline-flex;
    justify-content: flex-start;
    gap: 24px;
    min-width: 246px;
    min-height: 80px;
    padding: 0 30px;
    border-radius: 999px;
    background: #246478;
    text-decoration: none;
    transition: transform .3s ease, opacity .3s ease;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #FBFDFF;
    align-items: center;
}

.facility-category__btn:hover {
  transform: translateY(-2px);
  opacity: .9;
  color: #FBFDFF;
}

.facility-category__icon {
    display: inline-flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
}

.facility-list {
    position: relative;
    padding: 90px 0 150px;
}

.facility-list .l-container {
  position: relative;
}

.facility-list__bg {
    position: absolute;
    border-radius: 50%;
    border: 50px solid #E8F1F3;
    pointer-events: none;
}

.facility-list__bg--1 {
    left: -400px;
    top: -800px;
    width: 900px;
    height: 900px;
    z-index: 1;
}

.facility-list__bg--2 {
    right: 35px;
    top: 400px;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    border: 50px solid rgba(241, 241, 241, 0.58);
}

.facility-list__bg--3 {
    right: -450px;
    top: 300px;
    width: 1000px;
    height: 1000px;
    border: 50px solid rgba(241, 241, 241, 0.58);
}

.facility-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 100px 29px;
}

.facility-card {
  position: relative;
}

.facility-card__thumb {
    display: block;
    margin-bottom: 35px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.facility-card__body {
    position: relative;
}

.facility-card__thumb_img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}

.facility-card:hover .facility-card__thumb_img {
  transform: scale(1.03);
}

.facility_icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px !important;
    height: 50px;
}

.facility-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.facility-card__title {
    margin: 0;
    flex: 1;
    font-size: clamp(20px, 1.45vw, 30px);
    line-height: 1.45;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: left;
    color: #1c1c1c;
    padding: 0;
    border: 0;
}

.facility-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform .3s ease;
}

.facility-card:hover .facility-card__arrow {
  transform: translateX(4px);
}

.facility-card__meta {
    margin: 0;
}

.facility-card__meta_text01 {
    line-height: 1.3;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-card__meta_text02 {
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 24px);
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: left;
    color: #1c1c1c;
    display: inline-block;
}

.facility-card__meta_text02 img {
    margin-right: 20px;
    vertical-align: middle;
    width: 24px;
    height: auto;
}

.facility-card__map {
    position: absolute;
    top: 70px;
    right: 0;
}

.facility-card__map a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #246478;
    border-radius: 999px;
    text-decoration: none;
    background: #fff;
    font-weight: 500;
    font-size: clamp(12px, 0.8vw, 15px);
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
    color: #246478;
}

.facility-card__map img {
    margin-right: 10px;
}

.facility-card__map02 {
    position: absolute;
    top: 100px;
    right: 0;
}

.facility-card__map02 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #246478;
    border-radius: 999px;
    text-decoration: none;
    background: #fff;
    font-weight: 500;
    font-size: clamp(12px, 0.8vw, 15px);
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
    color: #246478;
}

.facility-card__map02 img {
    margin-right: 10px;
}

/* ABOUT */

.about-page {
  position: relative;
  background: #f7f7f5;
  overflow: visible;
}

.about-hero {
    padding: 20px 0 100px;
    position: relative;
    z-index: 3;
}

.about-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    left: -400px;
    top: -30px;
    width: 900px;
    height: 900px;
    border: 50px solid rgba(241, 241, 241, 0.7);
    z-index: 1;
}

.about-content::before, .about-content::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 50px solid #D2E3E9;
    pointer-events: none;
}

.about-content::before,
.about-content::after {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-content.aos-animate::before,
.about-content.aos-animate::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-hero__inner {
  position: relative;
  width: min(1280px, calc(100% - 12px));
  margin: 0 auto;
  min-height: 360px;
  padding: 74px 60px 40px;
  border-radius: 6px;
  background: #cfe0e5;
  overflow: hidden;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.about-hero__en {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #2d6672;
}

.about-hero__title {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.25;
  font-weight: 700;
  color: #1c1c1c;
}

.about-hero__text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #1c1c1c;
}

.about-hero__image {
    position: absolute;
    right: 60px;
    bottom: 70px;
    width: min(40%, 420px);
}

.about-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-main {
  position: relative;
  padding: 10px 0 200px;
  overflow: visible;
}

.about-layout {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 120px;
    align-items: start;
}

.about-side-nav {
    position: sticky;
    top: 300px;
    align-self: start;
    z-index: 9;
}

.about-anchor-nav {
  width: 100%;
}

.about-anchor-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dashed #707070;
}

.about-anchor-nav__item {
    border-bottom: 1px dashed #707070;
}

.about-anchor-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 0 10px 0 6px;
  color: #1c1c1c;
  text-decoration: none;
}

.about-anchor-nav__text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-anchor-nav__icon {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid #2d6672;
  border-radius: 50%;
}

/* 通常は矢印 */
.about-anchor-nav__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #2d6672;
  transform: translate(-35%, -50%);
}

/* 現在地はマイナス */
.about-anchor-nav__item.is-current .about-anchor-nav__icon::before {
  width: 8px;
  height: 0;
  border-top: 1.5px solid #2d6672;
  border-right: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ホバー */
.about-anchor-nav__link:hover .about-anchor-nav__text {
  opacity: 0.75;
}

.about-anchor-nav__link:hover .about-anchor-nav__icon {
  transform: scale(1.06);
  transition: transform 0.25s ease;
}

.about-content {
  position: relative;
}

.about-content::before, .about-content::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 50px solid #D2E3E9;
    pointer-events: none;
}

.about-content::before {
    right: -350px;
    top: -240px;
    width: 800px;
    height: 800px;
}

.about-content::after {
    right: -400px;
    top: 300px;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    border: 50px solid rgba(241, 241, 241, 0.7);
}

.about-section {
  position: relative;
  z-index: 2;
}

.about-section + .about-section {
  margin-top: 200px;
}

.about-section__head {
    margin: 0;
    display: flex;
    align-items: center;
}

.about-section__en {
    display: block;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #246478;
}

.about-section__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 53px);
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    border: 0;
    padding: 0;
}

.about-greeting__lead {
    font-size: clamp(18px, 2vw, 35px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    color: #1c1c1c;
    margin: 60px 0 0 0;
}

.about-greeting__grid {
    display: grid;
    grid-template-columns: minmax(0, 600px) 400px;
    gap: 60px;
    align-items: start;
}

.about-greeting__text p {
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 22px);
    letter-spacing: 0.1em;
    line-height: 1.9;
    text-align: left;
    color: #1c1c1c;
    margin: 70px 0 0 0;
}

.about-greeting__photo {
    margin: 70px 0 0 0;
    padding: 0;
    text-align: center;
}

.about-greeting__photo img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.about-greeting__photo figcaption {
    line-height: 1.8;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1c1c1c;
}

.about-greeting__photo figcaption span {
    font-size: 35px;
}

.about-philosophy__block {
  position: relative;
  background: #e4f0f2;
  padding: 38px 36px 36px;
  border-radius: 4px;

  width: calc(100% + 100px);
  margin-right: -100px;
}

.about-philosophy {
    position: relative;
    z-index: 3;
}

.about-philosophy:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    left: -600px;
    top: 830px;
    width: 900px;
    height: 900px;
    border: 50px solid rgba(81, 144, 164, 0.24);
    z-index: 1;
}

.about-philosophy:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    left: -200px;
    top: 1200px;
    width: 900px;
    height: 900px;
    border: 50px solid rgba(241, 241, 241, 0.7);
    z-index: 1;
}

.about-philosophy::before,
.about-philosophy::after {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-philosophy.aos-animate::before,
.about-philosophy.aos-animate::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-philosophy__panel {
    background: #E6EFF2;
    border-radius: 10px;
    padding: 150px 0px 150px 80px;
    margin-right: -100px;
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    column-gap: 56px;
    row-gap: 40px;
    z-index: 3;
    position: relative;
}

.about-philosophy__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-philosophy__intro-en {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #246478;
    margin: 0;
}

.about-philosophy__intro-title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #1c1c1c;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
    margin: 50px 0 0 0;
    padding: 0;
    border: 0;
}

.about-philosophy__content {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.about-philosophy__item {
    max-width: 85%;
}

.about-philosophy__item:nth-child(2)  {
    margin-top: 150px;
}

.about-philosophy__item:nth-child(3)  {
    margin-top: 150px;
}

.about-philosophy__label-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    color: #2d6672;
}

.about-philosophy__dot {
    display: block;
}

.about-philosophy__label {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
}

.about-philosophy__label-ja {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #1c1c1c;
}

.about-philosophy__catch {
    font-size: clamp(22px, 2vw, 35px);
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    border: 0;
    margin: 80px 0 60px 0;
    padding: 0;
}

.about-philosophy__catch:after {
    border-bottom: 0;
}

.about-philosophy__item p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: left;
    color: #1c1c1c;
}

.about-value-cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
    padding-right: 80px;
}

.about-value-card {
    background: #FBFDFF;
    border: 5px solid #246478;
    border-radius: 10px;
    padding: 30px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.about-value-card__inner {
    text-align: center;
}

.about-value-card__title {
    margin: 0;
    line-height: 1.35;
    font-weight: bold;
    font-size: clamp(22px, 2vw, 40px);
    letter-spacing: 0.1em;
    text-align: center;
    color: #1c1c1c;
}

.about-value-card__sub {
    margin: 5px 0 0 0;
    line-height: 1.4;
    font-weight: bold;
    font-size: clamp(14px, 1.1vw, 22px);
    letter-spacing: 0.1em;
    text-align: center;
    color: #246478;
}

.about-value-card__image {
    margin: 20px 0;
    min-height: 140px;
    height: 160px;
    display: flex;
    align-items: center;
}

.about-value-card__image img {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    height: auto;
    max-height: 120px;
}

/* 詳細文は閉じた状態から始める */
.about-value-card__detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition:
    max-height 0.45s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.about-value-card__detail p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: left;
    color: #1c1c1c;
}

/* ボタン */
.about-value-card__toggle {
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 56px;
    color: #1c1c1c;
}

.about-value-card__toggle-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-value-card__toggle-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #246478;
    flex-shrink: 0;
}

.about-value-card__toggle-icon::before,
.about-value-card__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.about-value-card__toggle-icon::before {
  width: 10px;
  height: 1.5px;
}

.about-value-card__toggle-icon::after {
  width: 1.5px;
  height: 10px;
}

/* 開いた状態 */
.about-value-card.is-open .about-value-card__detail {
    max-height: 520px;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 50px;
}

.about-value-card.is-open .about-value-card__toggle-text {
  text-decoration: underline;
}

.about-value-card.is-open .about-value-card__toggle-icon::after {
  opacity: 0;
}

/* 少しやわらかい hover */
.about-value-card__toggle:hover .about-value-card__toggle-icon {
  transition: transform 0.25s ease;
  opacity: 0.7;
}

/* service */

.service-page {
  position: relative;
  background: #f7f7f5;
  overflow: hidden;
}

.service-hero {
  padding: 18px 0 48px;
}

.service-hero__inner {
  position: relative;
  width: min(1280px, calc(100% - 12px));
  margin: 0 auto;
  min-height: 360px;
  padding: 74px 54px 40px;
  border-radius: 6px;
  background: #cfe0e5;
  overflow: hidden;
}

.service-hero__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.service-hero__en {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #2d6672;
}

.service-hero__title {
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.25;
  font-weight: 700;
  color: #1c1c1c;
}

.service-hero__text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #1c1c1c;
}

.service-hero__image {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: min(30%, 400px);
}

.service-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-list {
  position: relative;
  padding: 34px 0 120px;
}

.service-list .l-container {
  position: relative;
}

.service-list__bg {
    position: absolute;
    border-radius: 50%;
    border: 50px solid rgba(241, 241, 241, 0.58);
    pointer-events: none;
}

.service-list__bg--1 {
    left: -400px;
    bottom: -400px;
    width: 900px;
    height: 900px;
    border: 50px solid rgba(81, 144, 164, 0.24);
}

.service-list__bg--2 {
  left: 34%;
  top: -40px;
  width: 360px;
  height: 360px;
}

.service-list__bg--2 {
    right: -400px;
    top: -700px;
    width: 900px;
    height: 900px;
}

.service-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px 60px;
    max-width: 100%;
    margin: 0 auto;
}

.service-card {
  min-width: 0;
}

.service-card__link {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 40px;
    min-height: 260px;
    padding: 50px;
    background: #F1FBFF;
    border-radius: 10px;
    text-decoration: none;
    transition: transform .3s ease,
    box-shadow .3s ease,
    background-color .3s ease;
}

.service-card__link:hover {
  transform: translateY(-3px);
  background: #e7f1f3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.service-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__image img {
    display: block;
    width: 100%;
    max-width: 140px;
    max-height: 160px;
    height: auto;
}

.service-card__title {
    margin: 0;
    font-size: clamp(20px, 1.35vw, 35px);
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: left;
    color: #1c1c1c;
    border: 0;
}

.service-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2d6672;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: transform .3s ease;
}

.service-card__link:hover .service-card__arrow {
  transform: translateX(4px);
}

.service01-hero__image {
    position: absolute;
    right: 200px;
    bottom: 50px;
    width: min(30%, 400px);
}

.service01-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service02-hero__image {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: min(28%, 340px);
}

.service02-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service03-hero__image {
    position: absolute;
    right: 150px;
    bottom: 40px;
    width: min(22%, 260px);
}

.service03-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service04-hero__image {
    position: absolute;
    right: 180px;
    bottom: 40px;
    width: min(25%, 290px);
}

.service04-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service05-hero__image {
    position: absolute;
    right: 140px;
    bottom: 200px;
    width: min(25%, 300px);
}

.service05-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service06-hero__image {
    position: absolute;
    right: 140px;
    bottom: 40px;
    width: min(20%, 260px);
}

.service06-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service07-hero__image {
    position: absolute;
    right: 140px;
    bottom: 40px;
    width: min(18%, 240px);
}

.service07-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service08-hero__image {
    position: absolute;
    right: 140px;
    bottom: 40px;
    width: min(18%, 240px);
}

.service08-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-detail-page {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.service-detail-nav {
    padding: 0 0 80px;
    z-index: 3;
    position: relative;
}

.service-detail-nav__list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    max-width: 1080px;
    height: 95px;
    border-radius: 10px;
    background: #e6eff2;
    margin: 0 auto;
    align-items: center;
}

.service-detail-nav__list img {
    margin-left: 10px;
}

.service-detail-nav__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(16px, 1.2vw, 20px);
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: right;
    color: #1c1c1c;
    transition: opacity 0.3s ease;
}

.service-detail-nav__list a img {
  display: block;
  transition: transform 0.3s ease;
}

.service-detail-nav__list a:hover {
  opacity: 0.75;
}

.service-detail-nav__list a:hover img {
  transform: translateY(4px);
}

.service-detail-about {
  position: relative;
  padding: 0 0 80px;
}

.service-detail-about .l-container {
  position: relative;
}

.service-detail-about__bg {
    position: absolute;
    border-radius: 50%;
    border: 50px solid rgba(241, 241, 241, 0.35);
    pointer-events: none;
    z-index: 1;
}

.service-detail-about__bg--1 {
    right: 50px;
    top: -780px;
    width: 900px;
    height: 900px;
    border: 50px solid rgba(81, 144, 164, 0.24);
}

.service-detail-about__bg--2 {
    right: -220px;
    top: -400px;
    width: 600px;
    height: 600px;
}

.service-detail-section-head {
    max-width: 1080px;
    margin: 0 auto;
}

.service-detail-section-head--center {
  text-align: center;
}

.service-detail-section-head__en {
    display: block;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
    margin: 0;
}

.service-detail-section-head__en_center {
    display: block;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: center;
    color: #246478;
    margin: 0;
}

.service-detail-section-head__title {
    font-size: clamp(30px, 2.8vw, 60px);
    line-height: 1.35;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    margin: 50px 0 0 0;
    padding: 0;
    border: 0;
}

.service-detail-section-head__title_center {
    font-size: clamp(30px, 2.8vw, 60px);
    line-height: 1.35;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1c1c1c;
    margin: 50px 0 0 0;
    padding: 0;
    border: 0;
}

.service-detail-about__lead {
    font-size: clamp(18px, 1.8vw, 35px);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    margin: 90px 0 0 0;
}

.service-detail-about__text {
    max-width: 100%;
}

.service-detail-about__text p {
    margin: 70px 0 0 0;
    line-height: 2;
    font-weight: 500;
    font-size: 24px;
    font-size: clamp(14px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.service-detail-contents {
  padding: 0 0 200px;
}

.service-detail-contents__panel {
    background: #E6EFF2;
    border-radius: 10px;
    padding: 120px 0;
}

.service-detail-contents__label-row {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 90px 0 0 0;
}

.service-detail-contents__label-row02 {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 40px 0 50px 0;
}

.service-detail-contents__label {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #246478;
    font-size: clamp(20px, 1.9vw, 35px);
}

.service-detail-contents__target {
    max-width: 1080px;
    margin: 0 auto;
}

.service-detail-contents__target-text {
    margin: 80px 0 0 0;
    line-height: 2.6;
    font-weight: 500;
    font-size: clamp(14px, 1.4vw, 35px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.service-detail-contents__target-text span {
    margin: 0;
    font-size: clamp(20px, 1.9vw, 35px);
    line-height: 2;
    color: #1c1c1c;
}

.service-detail-contents__service {
    max-width: 1080px;
    margin: 0 auto;
}

.service-detail-contents__service02 {
    max-width: 1080px;
    margin: 150px auto 0 auto;
}

.service-detail-contents__subTitle {
    margin: 80px 0 0 0;
    padding: 0 0 0 35px;
    border: 0;
    font-weight: bold;
    font-size: clamp(18px, 1.8vw, 30px);
    letter-spacing: 0.1em;
    line-height: 80px;
    text-align: left;
    color: #246478;
    height: 99px;
    background: #fbfdff;
    display: flex;
    align-items: center;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.service-detail-contents__subTitle:after {
    border: 0;
}

.service-detail-contents__subTitle02 {
    margin: 0 0 69px 0;
    padding: 0 0 0 35px;
    border: 0;
    font-weight: bold;
    font-size: clamp(18px, 1.8vw, 30px);
    letter-spacing: 0.1em;
    line-height: 80px;
    text-align: left;
    color: #246478;
    height: 99px;
    background: #fbfdff;
    display: flex;
    align-items: center;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.service-detail-contents__subTitle02:after {
    border: 0;
}

.service-detail-image_box {
    display: flex;
    gap: 30px;
}

.service-detail-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin: 80px 0 0 0;
}

.service-detail-box_wrap {
    border: 0;
}

.service-detail-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 280px;
}

.service-detail-box img {
    height: 100%;
    object-fit: cover;
}

.service-detail-box_long {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
}

.service-detail-box--wide {
  grid-column: 1 / 2;
}

.service-detail-box__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 0;
    background: #2d6672;
    line-height: 1.5;
    font-weight: 500;
    font-size: clamp(20px, 1.8vw, 30px);
    letter-spacing: 0.1em;
    text-align: center;
    color: #fbfdff;
    flex-direction: column;
}

.service-detail-box__head02 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 0;
    background: #2d6672;
    line-height: 0.7;
    font-weight: 500;
    font-size: clamp(20px, 1.8vw, 30px);
    letter-spacing: 0.1em;
    text-align: center;
    color: #fbfdff;
    flex-direction: column;
}

.service-detail-box__head span {
    font-size: 17px;
}

.service-detail-box__head02 span {
    font-size: 17px;
}

.service-detail-box__list_text {
    margin: 0;
    padding: 30px 18px;
    font-size: clamp(16px, 1.3vw, 22px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
}

.service-detail-box__list {
    margin: 0;
    padding: 36px 18px;
    list-style: none;
}

.service-detail-box__list li {
    line-height: 1.6;
    font-weight: 500;
    font-size: clamp(16px, 1.3vw, 22px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.service-detail-flow {
  padding: 0 0 200px;
}

.service-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin: 80px 0 0 0;
}

.service-flow-card {
    position: relative;
    min-height: 280px;
    border: 1px solid #707070;
    background: #FBFDFF;
    padding: 26px;
    border-radius: 10px;
}

.service-flow-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #246478;
}

.service-flow-card:last-child::after{
  display: none;
}

.service-flow-card__step {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #246478;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-flow-card__step span {
    font-size: 30px;
    letter-spacing: 0.1em;
}

.service-flow-card__body {
    padding: 0;
}

.service-flow-card__head {
    position: relative;
    display: flex;
    gap: 25px;
    align-items: center;
    border-bottom: 1px dashed #707070;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.service-flow-card__body h3 {
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
    font-size: clamp(20px, 1.6vw, 30px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    padding: 0;
    border: 0;
}
 
.service-flow-card__body h3:after {
    border: 0;
}

.service-flow-card__body p {
    margin: 0;
    line-height: 1.9;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 22px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.service-detail-facility {
  padding: 0 0 200px;
}

.service-detail-facility-card {
    max-width: 740px;
    margin: 90px auto 0 auto;
    background: #B5D6E1;
    padding: 90px;
    border-radius: 10px;
}

.service-detail-facility-card__thumb {
  display: block;
  margin-bottom: 34px;
  border-radius: 8px;
  overflow: hidden;
}


.service-detail-facility-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 596 / 426;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-detail-facility-card__thumb img:hover {
  transform: scale(1.05);
}

.service-detail-facility-card__body {
  position: relative;
  padding-right: 0;
}

.service-detail-facility-card__title {
    font-size: clamp(22px, 1.7vw, 30px);
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
    border: 0;
}

.service-detail-facility-card__title::after {
    border: 0;
}

.service-detail-facility-card__text {
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.8;
    letter-spacing: 0.06em;
    color: #1c1c1c;
    margin: 30px 0 0 0;
}

.service-detail-facility-card__arrow {
    position: absolute;
    right: 0;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    transition: transform .3s ease, opacity .3s ease;
}

.service-detail-facility-card__arrow img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail-facility-card__arrow:hover {
  transform: translateX(4px);
  opacity: .9;
}

.service-price {
    margin: 90px 0 0 0;
}

.service-price__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 60px;
    margin-bottom: 56px;
}

.service-price__block {
  min-width: 0;
}

.service-price__label-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.service-price__label-row::after {
  content: "";
  flex: 1;
  border-top: 1px dashed #707070;
}

.service-price__label {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    color: #616161;
}

.service-price__label-row--full {
  margin-bottom: 28px;
}

.service-price__content p {
    margin: 0;
    line-height: 1.8;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-price__content_map_link {
    margin: 15px 0 0 0 !important;
}

.service-price__content a {
  color: #1c1c1c;
  text-decoration: none;
  text-underline-offset: 4px;
}

.service-price__table-wrap {
    margin: 40px 0;
    border: 1px solid #707070;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.service-price__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.service-price__table thead th {
    background: #9BC1CF;
    width: 640px;
    padding: 22px 20px;
    border-right: 1px dashed #707070;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #1c1c1c;
}

.service-price__table thead th:last-child {
    border-right: 0;
    width: auto;
    background: #B2D4E1;
    border-left: 0;
}

.service-price__table tbody td {
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  vertical-align: middle;
  border-top: 1px dashed #707070;
  border-right: 1px dashed #707070;
  background: #fff;
}

.service-price__table tbody tr td:first-child {
    width: 640px;
    background: #DBE6EB;
    border-top: 1px dashed #b8b8b8;
    border-right: 1px dashed #b8b8b8;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
    padding-left: 80px;
}

.service-price__table tbody tr td:last-child {
    border-right: 0;
    background: #fff;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
    padding-left: 120px;
}

.service-price__notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-price__notes li {
    position: relative;
    padding-left: 1.5em;
    line-height: 2;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    text-indent: -1.5em;
}

.service-price__notes li + li {
  margin-top: 4px;
}

.service-detail-contents__read_text01 {
    margin: 80px 0 0 0;
    font-weight: 500;
    font-size: clamp(14px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
}

.facility-vacancy {
    margin: 150px 0 0 0;
}

.facility-vacancy__head {
  padding: 18px 24px;
  background: #c5dde3;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: #2d6672;
  border-bottom: 1px dashed #b7b7b7;
}

.facility-vacancy__body {
    padding: 50px 24px;
    text-align: center;
    font-size: clamp(20px, 2vw, 34px);
    line-height: 1.8;
    color: #1c1c1c;
    border-bottom: 1px dashed #b7b7b7;
}

.facility-vacancy__body span + span {
  margin-left: 24px;
}

.facility-vacancy__body strong {
  color: #2d6672;
  font-weight: 700;
}

.facility-vacancy__updated {
    margin: 18px 0 0;
    text-align: right;
    font-size: 20px;
    color: #111;
}

@media (max-width: 767px) {
.facility-vacancy__head {
    padding: 14px 16px;
    font-size: 18px;
}

.facility-vacancy__body {
    padding: 22px 16px;
    font-size: 15px;
    line-height: 1.9;
}

  .facility-vacancy__body span {
    display: block;
  }

  .facility-vacancy__body span + span {
    margin-left: 0;
    margin-top: 8px;
  }
}


@media (max-width: 991px) {
  .service-price__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-price__content p {
    font-size: 18px;
  }

  .service-price__table thead th,
  .service-price__table tbody td,
  .service-price__notes li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service-price__top {
    margin-bottom: 40px;
  }

  .service-price__label-row {
    margin-bottom: 16px;
  }

  .service-price__label {
    font-size: 15px;
  }

  .service-price__content p {
    font-size: 15px;
    line-height: 1.8;
  }

.service-price__table-wrap {
    overflow-x: auto;
    border-radius: 8px;
    margin: 30px 0;
}

.service-price__table {
    min-width: 100%;
    width: 100%;
}

.service-price__table thead th {
    font-size: 15px;
    padding: 16px 14px;
    width: 50%;
}

  .service-price__table tbody td {
    font-size: 14px;
    padding: 14px 16px;
  }

  .service-price__notes li {
    font-size: 14px;
    line-height: 1.9;
    padding-left: 22px;
  }

}

@media (max-width: 767px) {
.service-detail-facility-card {
    padding: 18px 18px 22px;
    border-radius: 8px;
    margin: 30px 0 0 0;
}

  .service-detail-facility-card__thumb {
    margin-bottom: 20px;
    border-radius: 6px;
  }

  .service-detail-facility-card__body {
    padding-right: 72px;
  }

.service-detail-facility-card__title {
    margin-bottom: 0;
    font-size: 22px;
}

.service-detail-facility-card__text {
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0 0 0;
}

  .service-detail-facility-card__arrow {
    width: 44px;
    height: 44px;
    bottom: 0;
  }

.service-detail-facility-card__arrow img {
    width: 30px;
}

}

@media (max-width: 1100px) {
  .service-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-detail-hero {
    padding: 12px 0 24px;
  }

  .service-detail-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 44px 24px 24px;
  }

  .service-detail-hero__title {
    font-size: 38px;
  }

  .service-detail-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .service-detail-hero__image {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 24px 0 0 auto;
  }

  .service-detail-nav {
    padding-bottom: 34px;
  }

  .service-detail-about {
    padding-bottom: 56px;
  }

.service-detail-about__lead {
    font-size: 20px;
    line-height: 1.8;
    margin: 30px 0 0 0;
}

.service-detail-about__text p {
    font-size: 15px;
    line-height: 2;
    margin: 30px 0 0 0;
}

  .service-detail-contents {
    padding-bottom: 60px;
  }

  .service-detail-contents__panel {
    padding: 28px 18px 22px;
  }

  .service-detail-boxes {
    grid-template-columns: 1fr;
  }

  .service-detail-box--wide {
    grid-column: auto;
  }

  .service-detail-flow {
    padding-bottom: 60px;
  }

.service-flow-grid {
    grid-template-columns: 1fr;
    margin: 30px 0 0 0;
}

  .service-detail-facility {
    padding-bottom: 70px;
  }

  .service-detail-about__bg--1,
  .service-detail-about__bg--2 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .service-hero__inner {
    padding: 64px 36px 36px;
  }

  .service-hero__image {
    width: min(34%, 280px);
  }

  .service01-hero__image {
    width: min(34%, 280px);
  }

  .service-grid {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .service-hero {
    padding: 12px 0 30px;
  }

  .service-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 46px 24px 24px;
  }

  .service-hero__title {
    font-size: 38px;
  }

  .service-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .service-hero__image {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 24px 0 0 auto;
  }

  .service-list {
    padding: 14px 0 70px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-card__link {
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    gap: 14px;
    min-height: 96px;
    padding: 14px;
  }

.service-card__image img {
    max-width: 64px;
    max-height: 64px;
}

.service-card__title {
    font-size: 16px;
    line-height: 1.45;
}

  .service-list__bg--1,
  .service-list__bg--2,
  .service-list__bg--3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-value-card__title {
    font-size: 20px;
  }

  .about-value-card__detail p {
    font-size: 12px;
    line-height: 1.9;
  }

  .about-value-card.is-open .about-value-card__detail {
    max-height: 320px;
  }
}

.about-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 80px;
}

.about-table__row {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    column-gap: 36px;
    align-items: stretch;
    margin: 0;
}

.about-table__row dt, .about-table__row dd {
    margin: 0;
    padding: 18px 0 16px;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}

.about-table__row + .about-table__row dt,
.about-table__row + .about-table__row dd {
  border-top: 0;
}

.about-table__row dt {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1c1c1c;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.about-table__row dd {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #1c1c1c;
}

.about-history__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 80px;
}

.about-history__row {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  column-gap: 36px;
  align-items: stretch;
  margin: 0;
}

.about-history__row dt,
.about-history__row dd {
  margin: 0;
  padding: 18px 0 16px;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  color: #1c1c1c;
}

.about-history__row + .about-history__row dt,
.about-history__row + .about-history__row dd {
  border-top: 0;
}

.about-history__row dt {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.about-history__row dd {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.service-detail-oneday {
  padding: 0 0 200px;
}

.daily-schedule {
    margin: 100px 0 0 0;
}

.daily-schedule__inner {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 110px 60px;
    background: #fff;
    width: 1080px;
    margin: 0 auto;
}

.daily-schedule__row {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 80px;
    align-items: center;
    padding: 15px 0 15px 50px;
    border-top: 1px dashed #707070;
}

.daily-schedule__row:last-child {
    border-bottom: 1px dashed #707070;
}

.daily-schedule__time {
    line-height: 1.6;
    font-weight: bold;
    font-size: clamp(18px, 1.5vw, 28px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #3a3a3a;
}

.daily-schedule__title {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-weight: bold;
    font-size: clamp(18px, 1.6vw, 28px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #3a3a3a;
    border: 0;
}

.daily-schedule__title:after {
    border: 0;
}

.daily-schedule__text {
    margin: 15px 0 0 0;
    line-height: 1.8;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 20px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #3a3a3a;
}

.daily-schedule__text02 {
    margin: 15px 0;
    padding-bottom: 20px;
    line-height: 1.8;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 20px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #3a3a3a;
    border-bottom: 1px dashed #707070;
}

.daily-schedule__text03 {
    margin: 15px 0;
    padding-bottom: 20px;
    line-height: 1.8;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 20px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #3a3a3a;
    border-top: 1px dashed #707070;
    padding-left: 206px;
    padding-top: 20px;
}

.service-detail-facility-card_wrap {
    display: flex;
    gap: 30px;
}

.facility-info_box {
    position: absolute;
    left: 60%;
    top: 50%;
    border-left: 1px dashed #5190A4;
    z-index: 3;
    padding: 15px 0 15px 60px;
}

.facility-info_box_text01 {
    margin: 0;
    font-weight: 500;
    font-size: clamp(18px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: left;
    color: #1c1c1c;
}

.facility-info_box_text02 {
    margin: 15px 0 0 0;
}

.facility-info_box_text03 {
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: clamp(18px, 1.4vw, 24px);
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: left;
    color: #1c1c1c;
    display: flex;
    gap: 20px;
}

.facility-info_box_text04 {
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: clamp(14px, 1.0vw, 18px);
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
    color: #1c1c1c;
}

.facility-detail-page {
    position: relative;
    background: #F6F6F6;
    overflow: hidden;
}

.facility-detail-nav {
  padding: 0 0 56px;
}

.facility-detail-nav__list {
    display: flex;
    gap: 0px;
    padding: 0 15px;
    list-style: none;
    border: 1px dashed #707070;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
    justify-content: center;
}

.facility-detail-nav__list li {
    margin: 0;
    width: 48%;
    padding: 0;
}

.facility-detail-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 92px;
  padding: 0;
  color: #1c1c1c;
  text-decoration: none;
}

.facility-detail-nav__text {
  font-size: clamp(17px, 1.3vw, 22px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease;
}

.facility-detail-nav__icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1.5px solid #2d6672;
  border-radius: 50%;
  background: #fff;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.facility-detail-nav__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #2d6672;
  transform: translate(-50%, -30%);
  transition: border-top-color 0.3s ease;
}

/* hover */
.facility-detail-nav__list a:hover .facility-detail-nav__text {
  opacity: 0.72;
}

.facility-detail-nav__list a:hover .facility-detail-nav__icon {
  background: #2d6672;
  border-color: #2d6672;
  transform: scale(1.06);
}

.facility-detail-nav__list a:hover .facility-detail-nav__icon::before {
  border-top-color: #fff;
}

.facility-detail-section {
  padding-bottom: 100px;
}

.facility-detail-section__head {
  margin-bottom: 28px;
}

.facility-detail-section__title {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.35;
}

.facility-detail-copy p {
    margin: 0;
    line-height: 2.2;
    font-weight: 500;
    font-size: clamp(14px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-guide__name {
    font-size: clamp(22px, 2vw, 40px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: left;
    color: #1c1c1c;
    padding: 0;
    margin: 0;
    border: 0;
}

.facility-guide__name:after {
    border: 0;
}

.facility-guide__layout {
    max-width: 1080px;
    margin: 60px auto 0 auto;
}

.facility-guide__left {
  min-width: 0;
}

.facility-guide__left02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.facility-guide__access_wrap {
    border: 0;
}

.facility-guide__top2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.facility-guide__top3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.facility-guide__box {
  min-width: 0;
}

.facility-guide__box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #2d6672;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.facility-guide__box-body {
    padding: 16px 8px 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: clamp(14px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: center;
    color: #1c1c1c;
}

.facility-guide__box-body small {
    font-size: clamp(13px, 1.0vw, 18px);
}

.facility-guide__box-body--access {
  padding-top: 16px;
  line-height: 1.8;
}

.facility-guide__access {
  margin-bottom: 20px;
}

.facility-guide__time-table-wrap {
    max-width: 100%;
    margin: 60px 0 0 0;
}

.facility-guide__time-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.facility-guide__time-table th,
.facility-guide__time-table td {
  border: 1px solid #5d5d5d;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
  color: #1c1c1c;
}

.facility-guide__time-table thead th {
    background: #DBE6EB;
    font-weight: 700;
}

.facility-guide__time-table tbody th {
  background: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.facility-guide__note {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #1c1c1c;
}

.facility-guide__right {
  min-width: 0;
}

.facility-guide__map img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.reserve-iframe {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.reserve-iframe iframe {
  width: 100%;
  height: 800px;
  border: 0;
  display: block;
}

.fixed-reserve-btn {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
    min-width: 220px;
    min-height: 68px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #246478;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.fixed-reserve-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.fixed-reserve-btn__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}

.fixed-reserve-btn__icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.fixed-reserve-btn__icon circle,
.fixed-reserve-btn__icon path {
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fixed-reserve-btn__body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.fixed-reserve-btn__label {
    font-size: 15px;
    letter-spacing: 0.1em;
}

.fixed-reserve-btn__text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
}

@media (max-width: 767px) {
.fixed-reserve-btn {
    right: 12px;
    bottom: 80px;
    width: 148px;
    min-height: 60px;
    padding: 10px 14px;
    gap: 10px;
}

  .fixed-reserve-btn__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .fixed-reserve-btn__icon svg {
    width: 26px;
    height: 26px;
  }

  .fixed-reserve-btn__label {
    font-size: 11px;
  }

  .fixed-reserve-btn__text {
    font-size: 17px;
  }
}

.facility-overview {
    background: #E6EFF2;
    padding: 100px 0;
}

.facility-overview__table {
  margin-bottom: 52px;
}

.facility-overview__row {
  display: grid;
  grid-template-columns: 90px 1fr 90px 1fr;
  gap: 22px 26px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px dashed #b8b8b8;
}

.facility-overview__row dt,
.facility-overview__row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #1c1c1c;
}

.facility-overview__row dt {
  font-weight: 700;
}

.facility-overview-service + .facility-overview-service {
  margin-top: 44px;
}

.facility-overview-service__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  color: #1c1c1c;
}

.facility-overview-service__meta {
  margin-bottom: 18px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}

.facility-overview-service__meta dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin: 0;
  border-bottom: 1px dashed #c3c3c3;
}

.facility-overview-service__meta dl:last-child {
  border-bottom: 0;
}

.facility-overview-service__meta dt,
.facility-overview-service__meta dd {
  margin: 0;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.8;
}

.facility-overview-service__meta dt {
  background: #f5f7f8;
  font-weight: 700;
}

.facility-overview-service__card {
    display: grid;
    grid-template-columns: 188px minmax(0, 1fr) 57px;
    align-items: center;
    gap: 49px;
    min-height: 280px;
    padding: 18px 172px 18px 55px;
    background: #fff;
    text-decoration: none;
    color: #1c1c1c;
    border-radius: 10px;
    margin: 50px 0 0 0;
}

.facility-overview-service__image img {
    display: block;
    width: 100%;
    max-width: 188px;
    max-height: 188px;
    height: auto;
}

.facility-overview-service__name {
    font-size: clamp(20px, 1.9vw, 35px);
    line-height: 1.5;
    font-weight: 700;
}

.facility-overview-service__arrow,
.facility-detail-links__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.facility-overview-service__arrow {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.facility-overview-service__card:hover .facility-overview-service__arrow {
  transform: translateX(8px);
}

.facility-overview-service__arrow img {
  display: block;
}

.facility-gallery {
  padding: 150px 0;
}

.facility-gallery-slider {
    position: relative;
    padding: 0;
    margin: 90px 0 0 0;
}

.facility-gallery-slider .swiper-slide {
  height: auto;
}

.facility-gallery__item {
  margin: 0;
}

.facility-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  border-radius: 6px;
}

.facility-gallery__item figcaption {
    margin-top: 10px;
    text-align: center;
    font-size: clamp(16px, 1.2vw, 22px);
    color: #1c1c1c;
}

.facility-gallery-slider__prev, .facility-gallery-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    margin-top: -15px;
    border-radius: 50%;
    background: #2d6672;
    cursor: pointer;
    z-index: 10;
}

.facility-gallery-slider__prev {
  left: 0;
}

.facility-gallery-slider__next {
  right: 0;
}

.facility-gallery-slider__prev::before,
.facility-gallery-slider__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}

.facility-gallery-slider__prev::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #fff;
  margin-left: -1px;
}

.facility-gallery-slider__next::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  margin-left: 1px;
}

.facility-detail-links {
    padding: 100px 0 200px 0;
    position: relative;
    z-index: 3;
}

.facility-detail-links__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.facility-detail-links__item {
    padding: 44px 35px 44px 80px;
    text-decoration: none;
    color: #1c1c1c;
}

.facility-detail-links__item + .facility-detail-links__item {
  border-left: 1px solid #ddd;
}

.facility-detail-links__heading {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.facility-detail-links__en {
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
}

.facility-detail-links__title {
    font-size: clamp(26px, 2.1vw, 40px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
    border: 0;
}

.facility-detail-links__title span {
    font-size: clamp(18px, 1.3vw, 25px);
}

.facility-detail-links__text {
    font-weight: bold;
    font-size: clamp(18px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: left;
    color: #1c1c1c;
}

.facility-detail-links__circle {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.facility-detail-links__item:hover .facility-detail-links__circle {
  transform: translateX(8px);
}

.facility-detail-links__circle img {
  display: block;
}

.facility-info-table {
  border: 1px solid #9fa4a6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.facility-info-table02 {
    border: 1px solid #9fa4a6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 90px 0 0 0;
}

.facility-info-table__row {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  margin: 0;
}

.facility-info-table__row + .facility-info-table__row dt,
.facility-info-table__row + .facility-info-table__row dd {
  border-top: 1px dashed #b7b7b7;
}

.facility-info-table__row dt, .facility-info-table__row dd {
    margin: 0;
    padding: 24px 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #1c1c1c;
}

.facility-info-table__row dt {
    background: #DBE6EB;
    border-right: 1px dashed #b7b7b7;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-info-table__row dd {
    background: #fff;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

/*かがやきくらぶ*/

.facility-detail-section__wrap {
  width: 1080px;
  margin: 0 auto;
}

.facility-detail-lead {
    font-size: clamp(20px, 1.8vw, 35px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
    margin: 70px 0 30px 0;
}

.f-detail-slider-wrap {
    max-width: 1080px;
    margin: 100px auto 0 auto;
    position: relative;
    padding: 0;
}

.f-detail-slider {
  overflow: hidden;
  border-radius: 6px;
}

.f-detail-slider .swiper-slide {
  position: relative;
}

.f-detail-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.f-detail-slider-wrap .swiper-button-prev,
.f-detail-slider-wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2a7386;
  color: #fff;
}

.f-detail-slider-wrap .swiper-button-prev::after,
.f-detail-slider-wrap .swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}

.f-detail-slider-wrap .swiper-button-prev {
  left: 20px;
}

.f-detail-slider-wrap .swiper-button-next {
  right: 20px;
}

.f-detail-slider-info {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    width: min(600px, calc(100% - 120px));
    height: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.f-detail-slider-title {
    font-size: clamp(16px, 1.3vw, 24px);
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    text-align: center;
    flex: 1;
}

.f-detail-slider-count {
    font-size: 16px;
    color: #555;
    white-space: nowrap;
    padding-left: 18px;
    border-left: 1px solid #d6d6d6;
    min-width: 64px;
    text-align: center;
}

.service-detail-img-grid {
    padding: 150px 0 0 0;
}

.service-detail-img-grid__inner {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.service-detail-img-grid__item {
  display: flex;
  flex-direction: column;
}

.service-detail-img-grid__image {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 260 / 185;
}

.service-detail-img-grid__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-detail-img-grid__title {
    margin: 20px 0 18px;
    font-size: clamp(20px, 1.5vw, 30px);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #222;
    border: 0;
}

.service-detail-img-grid__title:after {
    border: 0;
}

.service-detail-img-grid__text {
    margin: 0;
    font-size: clamp(16px, 1.3vw, 24px);
    line-height: 1.55;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.04em;
}

.facility-features {
    padding: 150px 0;
}

.feature-zigzag {
    padding: 100px 0 0 0;
}

.feature-zigzag__inner {
    max-width: 100%;
    margin: 0 auto;
}

.feature-zigzag__list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.feature-zigzag__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 90px;
}

.feature-zigzag__item--reverse .feature-zigzag__media {
  order: 2;
}

.feature-zigzag__item--reverse .feature-zigzag__content {
  order: 1;
}

.feature-zigzag__media {
  border-radius: 10px;
  overflow: hidden;
}

.feature-zigzag__media img {
  width: 100%;
  aspect-ratio: 560 / 350;
  object-fit: cover;
  display: block;
}

.feature-zigzag__content {
  padding: 0;
}

.feature-zigzag__item-title {
    display: inline-block;
    border-bottom: 5px solid #5190A4;
    font-size: clamp(24px, 1.7vw, 35px);
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: left;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
}

.feature-zigzag__text {
    margin: 50px 0 0 0;
    line-height: 2;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-access {
    margin: 0;
}

.facility-detail-map_Cnt {
    margin: 70px 0 0 0;
}

.facility-detail-map_text_box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.facility-detail-map_text01 {
    margin: 0;
    font-weight: bold;
    font-size: clamp(28px, 2vw, 35px);
    letter-spacing: 0.1em;
    line-height: 80px;
    text-align: left;
    color: #1c1c1c;
}

.facility-detail-map_text02 {
    margin: 0;
    font-weight: 500;
    font-size: clamp(16px, 1.3vw, 24px);
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: left;
    color: #1c1c1c;
}

.facility-price {
    padding: 0 0 120px 0;
}

.room-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 120px 0 0 0;
}

.room-price-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #8d979d;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f5f6;
}

.room-price-table th,
.room-price-table td {
  padding: 30px 22px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dashed #8d979d;
  border-bottom: 1px dashed #8d979d;
}

.room-price-table thead th {
    background: #B2D4E1;
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 500;
    border-left: 0;
}

.room-price-table tbody th {
    width: 31%;
    background: #c9d7df;
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 500;
    text-align: left;
    padding-left: 35px;
    white-space: nowrap;
    border-top: 0;
}

.room-price-table tbody td {
    background: #f7f8f8;
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 500;
    border-left: 0;
    border-top: 0;
}

.room-price-table th:last-child,
.room-price-table td:last-child {
  border-right: none;
}

.room-price-table tbody tr:last-child th, .room-price-table tbody tr:last-child td {
    border-bottom: none;
    background: #EDF9FF;
}

.room-price-table thead tr:first-child th:first-child {
    border-top-left-radius: 14px;
    padding-left: 35px;
    text-align: left;
    background: #9BC1CF;
}

.room-price-table thead tr:first-child th:last-child {
  border-top-right-radius: 14px;
}

.room-price-table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 14px;
    background: #CFE2EB;
}

.room-price-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

.room-price-table small {
  font-size: 0.75em;
  white-space: nowrap;
}

.facility-info-table__row02 {
  display: grid;
  grid-template-columns: 490px minmax(0, 1fr);
  margin: 0;
}

.facility-info-table__row02 + .facility-info-table__row02 dt,
.facility-info-table__row02 + .facility-info-table__row02 dd {
  border-top: 1px dashed #b7b7b7;
}

.facility-info-table__row02 dt, .facility-info-table__row02 dd {
    margin: 0;
    padding: 24px 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #1c1c1c;
}

.facility-info-table__row02 dt {
    background: #DBE6EB;
    border-right: 1px dashed #b7b7b7;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-info-table__row02 dd {
    background: #fff;
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 24px);
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.guide-link-cards {
    padding: 150px 0 0 0;
}

.guide-link-cards__inner {
    max-width: min(1680px, calc(100% - 240px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.guide-link-cards__item {
  min-height: 228px;
  padding: 34px 20px 28px;
  border: 4px solid #2c7286;
  border-radius: 10px;
  background: #fff;
  color: #222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.guide-link-cards__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.guide-link-cards__title {
  display: block;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.guide-link-cards__sub {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2c7286;
  text-align: center;
}

.guide-link-cards__more {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  color: #222;
}

.guide-link-cards__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2c7286;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.guide-link-cards__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.guide-link-cards__item:hover .guide-link-cards__icon {
  transform: translateX(3px);
}

.faq-hero__image {
    position: absolute;
    right: 150px;
    bottom: 0;
    width: min(30%, 400px);
}

.faq-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.faq-accordion {
    position: relative;
    max-width: 1080px;
    margin: 120px auto;
    padding: 0;
}

.faq-accordion__bg {
    position: absolute;
    border-radius: 50%;
    border: 50px solid rgba(241, 241, 241, 0.58);
    pointer-events: none;
}

.faq-accordion__bg--1 {
    left: -580px;
    top: -540px;
    width: 800px;
    height: 800px;
}

.faq-accordion__bg--2 {
    right: -370px;
    top: -120px;
    width: 800px;
    height: 800px;
    border: 50px solid rgba(81, 144, 164, 0.24);
}

.faq-accordion__bg--3 {
    right: -70px;
    top: 420px;
    width: 600px;
    height: 600px;
}

.faq-item {
    position: relative;
    z-index: 2;
    background: #e6f0f2;
    border-radius: 10px;
    margin-bottom: 100px;
    overflow: hidden;
}

.faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 26px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faq-item__qicon, .faq-item__aicon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
}

.faq-item__qicon {
  background: #2d6672;
  color: #fff;
}

.faq-item__aicon {
  background: #f5f7f8;
  color: #2d6672;
}

.faq-item__question-text {
    flex: 1;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.8;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: 0.1em;
}

.faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2d6672;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.faq-item__toggle::before {
  width: 12px;
  height: 2px;
}

.faq-item__toggle::after {
  width: 2px;
  height: 12px;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item__answer-inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 0 26px 40px;
}

.faq-item__answer-text {
    padding-top: 0;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 2;
    font-weight: 500;
    color: #1c1c1c;
    letter-spacing: 0.1em;
}

/* 開いた状態 */
.faq-item.is-open .faq-item__answer {
  max-height: 240px;
}

.faq-item.is-open .faq-item__toggle::after {
  opacity: 0;
}

/* hover */
.faq-item__question:hover .faq-item__question-text {
  opacity: 0.78;
}

.faq-item__question:hover .faq-item__toggle {
  transform: scale(1.05);
  transition: transform 0.25s ease;
}

.contact-page {
  background: #f7f7f5;
  overflow: hidden;
}

.contact-hero__image {
    position: absolute;
    right: 120px;
    bottom: 0;
    width: min(30%, 400px);
}

.contact-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-main {
  padding: 0 0 110px;
}

.contact-main__inner {
  max-width: 960px;
}

.contact-intro,
.contact-form-box,
.contact-tel-box,
.contact-notes {
  margin-bottom: 56px;
}

.contact-section-head {
  margin-bottom: 20px;
}

.contact-section-head__en {
    display: block;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: left;
    color: #246478;
    margin: 0;
}

.contact-section-head__title {
    font-size: clamp(28px, 2.4vw, 50px);
    line-height: 1.35;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    margin: 50px 0 0 0;
    padding: 0;
    border: 0;
}

.contact-intro__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #1c1c1c;
}

.contact-form-box {
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

/* Contact Form 7 */
.contact-form-box label {
  display: block;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #1c1c1c;
}

.contact-form-box .required {
  display: inline-block;
  margin-left: 8px;
  color: #2d6672;
  font-size: 12px;
}

.cf7-input,
.cf7-select,
.cf7-textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
}

.cf7-textarea {
  min-height: 180px;
  resize: vertical;
}

.cf7-consent {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #1c1c1c;
}

.cf7-submit-wrap {
  margin-top: 30px;
  text-align: center;
}

.cf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #2d6672;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .3s ease, transform .3s ease;
}

.cf7-submit:hover {
  opacity: .9;
  transform: translateY(-2px);
}

/* CF7 message */
.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
}

/* tel */
.contact-tel-box__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.contact-tel-box__item {
    padding: 40px 18px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    text-align: center;
}

.contact-tel-box__label {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(14px, 1.3vw, 24px);
    color: #1c1c1c;
}

.contact-tel-box__item a {
    color: #1c1c1c;
    text-decoration: none;
    font-size: clamp(20px, 1.8vw, 30px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.contact-tel-box__item p {
    font-size: clamp(14px, 1.3vw, 24px);
    color: #1c1c1c;
    margin: 10px 0 0 0;
}


/* notes */
.contact-notes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-notes__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 2;
  color: #1c1c1c;
}

.contact-notes__list li + li {
  margin-top: 6px;
}

.contact-notes__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d6672;
  transform: translateY(-50%);
}

.privacy-page {
  background: #f7f7f5;
  overflow: hidden;
}

.privacy-main {
    padding: 150px 0;
}

.privacy-main__inner {
  max-width: 980px;
}

.privacy-intro {
  margin-bottom: 42px;
}

.privacy-intro p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2.1;
    letter-spacing: 0.1em;
    color: #1c1c1c;
}

.privacy-section {
  margin-bottom: 38px;
  padding-bottom: 26px;
  border-bottom: 1px dashed #c1c1c1;
}

.privacy-section__title {
    margin: 0 0 16px;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.5;
    font-weight: 700;
    color: #1c1c1c;
    padding: 0;
    border: 0;
}

.privacy-section__body p {
    margin: 0;
    font-size: clamp(16px, 1.2vw, 24px);
    line-height: 2;
    letter-spacing: 0.1em;
    color: #1c1c1c;
}

.privacy-section__body ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-section__body li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 2;
  color: #1c1c1c;
}

.privacy-section__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6672;
  transform: translateY(-50%);
}

.privacy-contact {
  margin-top: 54px;
}

.privacy-contact__title {
    margin: 0 0 22px;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.5;
    font-weight: 700;
    color: #1c1c1c;
    border: 0;
}

.privacy-contact__box {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
}

.privacy-contact__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px dashed #c1c1c1;
}

.privacy-contact__row:last-child {
  border-bottom: 0;
}

.privacy-contact__row dt,
.privacy-contact__row dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #1c1c1c;
}

.privacy-contact__row dt {
  font-weight: 700;
}

.privacy-contact__date {
  margin: 18px 0 0;
  text-align: right;
  font-size: 14px;
  color: #666;
}

.archive-page,
.single-page {
  background: #f7f7f5;
  overflow: hidden;
}

.archive-hero {
  padding: 18px 0 36px;
}

.archive-hero__inner {
  position: relative;
  width: min(1280px, calc(100% - 12px));
  margin: 0 auto;
  min-height: 320px;
  padding: 72px 56px 36px;
  border-radius: 6px;
  background: #cfe0e5;
  overflow: hidden;
}

.archive-hero__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.archive-hero__en {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: .18em;
  color: #2d6672;
}

.archive-hero__title {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.25;
  font-weight: 700;
  color: #1c1c1c;
}

.archive-hero__text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #1c1c1c;
}

.archive-hero__image {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: min(30%, 300px);
}

.archive-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.archive-list-section {
  padding: 0 0 100px;
}

.archive-list {
    display: grid;
    gap: 30px;
    width: 48%;
}

.archive-card {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}

.archive-card__link {
    display: flex;
    color: #1c1c1c;
    text-decoration: none;
    justify-content: space-between;
}

.archive-card__thumb {
  overflow: hidden;
}

.archive-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
}

.archive-card__body {
    position: relative;
    padding: 30px;
    width: 100%;
}

.archive-card__date {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    color: #666;
}

.archive-card__title {
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.5;
    font-weight: 700;
    border: 0;
    padding: 0;
    margin: 0;
}

.archive-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}

.archive-card__arrow {
    position: absolute;
    right: 30px;
    bottom: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2d6672;
    color: #fff;
    transition: transform .3s ease;
}

.archive-card:hover .archive-card__thumb img {
  transform: scale(1.04);
}

.archive-card:hover .archive-card__arrow {
  transform: translateX(4px);
}

.archive-card--recruit .archive-card__link {
  grid-template-columns: 1fr;
}

.archive-pagination {
  margin-top: 44px;
}

.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #1c1c1c;
  text-decoration: none;
}

.archive-pagination .page-numbers.current {
  background: #2d6672;
  border-color: #2d6672;
  color: #fff;
}

.archive-empty {
  text-align: center;
  font-size: 16px;
  color: #555;
}

.single-entry-section {
  padding: 0 0 100px;
}

.single-entry-section__inner {
  max-width: 960px;
}

.single-entry {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 40px 34px;
}

.single-entry__header {
  margin-bottom: 28px;
}

.single-entry__date {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.single-entry__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.45;
  font-weight: 700;
  color: #1c1c1c;
}

.single-entry__thumb {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 6px;
}

.single-entry__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.single-entry__content {
  font-size: 16px;
  line-height: 2;
  color: #1c1c1c;
}

.single-entry__content p {
  margin: 0 0 1.4em;
}

.single-entry__back {
  margin-top: 28px;
  text-align: center;
}

.single-entry__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2d6672;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive-hero {
    padding: 12px 0 24px;
  }

  .archive-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 46px 24px 24px;
  }

  .archive-hero__title {
    font-size: 38px;
  }

  .archive-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .archive-hero__image {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 24px 0 0 auto;
  }

  .archive-list-section,
  .single-entry-section {
    padding-bottom: 70px;
  }

  .archive-card__link {
    grid-template-columns: 1fr;
  }

  .archive-card__thumb img {
    min-height: auto;
    aspect-ratio: 1 / .68;
  }

.archive-card__body {
    padding: 15px;
}

.archive-card__title {
    font-size: 15px;
}

  .archive-card__excerpt,
  .single-entry__content {
    font-size: 14px;
  }

  .single-entry {
    padding: 24px 18px;
  }

  .single-entry__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .privacy-hero {
    padding: 12px 0 24px;
  }

  .privacy-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 46px 24px 24px;
  }

  .privacy-hero__title {
    font-size: 38px;
  }

  .privacy-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .privacy-hero__image {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 24px 0 0 auto;
  }

.privacy-main {
    padding: 30px 0 50px 0;
}

  .privacy-intro,
  .privacy-section {
    margin-bottom: 28px;
  }

  .privacy-intro p,
  .privacy-section__body p,
  .privacy-section__body li,
  .privacy-contact__row dt,
  .privacy-contact__row dd {
    font-size: 15px;
    line-height: 1.6;
  }

  .privacy-contact__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
  }

  .privacy-contact__date {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .contact-tel-box__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding: 12px 0 24px;
  }

  .contact-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 46px 24px 24px;
  }

  .contact-hero__title {
    font-size: 38px;
  }

  .contact-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-hero__image {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 24px 0 0 auto;
  }

  .contact-main {
    padding-bottom: 70px;
  }

  .contact-intro,
  .contact-form-box,
  .contact-tel-box,
  .contact-notes {
    margin-bottom: 38px;
  }

  .contact-form-box {
    padding: 22px 18px;
  }

  .contact-tel-box__grid {
    grid-template-columns: 1fr;
  }

  .contact-tel-box__item a {
    font-size: 18px;
  }

  .contact-form-box label,
  .contact-intro__text,
  .contact-notes__list li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
.faq-accordion {
    padding: 10px 0;
    margin: 40px auto 0 auto;
    width: calc(100% - 32px);
}

  .faq-item {
    margin-bottom: 18px;
    border-radius: 6px;
  }

  .faq-item__question {
    gap: 12px;
    padding: 16px 16px;
  }

  .faq-item__qicon,
  .faq-item__aicon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

.faq-item__question-text {
    font-size: 15px;
    line-height: 1.7;
}

  .faq-item__toggle {
    width: 24px;
    height: 24px;
  }

  .faq-item__answer-inner {
    gap: 12px;
    padding: 0 16px 18px;
  }

  .faq-item__answer-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .faq-item.is-open .faq-item__answer {
    max-height: 300px;
  }

  .faq-accordion__bg--1,
  .faq-accordion__bg--2 {
    display: none;
  }
}

@media (max-width: 991px) {
.guide-link-cards__inner {
    grid-template-columns: 1fr;
    max-width: calc(100% - 32px);
}

  .guide-link-cards__item {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
.guide-link-cards {
    padding: 30px 0;
}

  .guide-link-cards__item {
    min-height: 160px;
    padding: 26px 16px 22px;
  }

  .guide-link-cards__title {
    font-size: 20px;
  }

  .guide-link-cards__sub {
    font-size: 13px;
  }

.guide-link-cards__more {
    margin-top: 15px;
    font-size: 15px;
    gap: 14px;
}

  .guide-link-cards__icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .room-price-table th,
  .room-price-table td {
    padding: 15px;
    font-size: 15px;
  }

.room-price-table thead th {
    font-size: 15px;
    padding: 15px;
}

  .room-price-table tbody th {
    font-size: 15px;
    padding-left: 15px;
  }

  .room-price-table tbody td {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
.feature-zigzag {
    padding: 50px 0 0 0;
}

  .feature-zigzag__head {
    margin-bottom: 36px;
  }

  .feature-zigzag__list {
    gap: 36px;
  }

  .feature-zigzag__item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .feature-zigzag__item--reverse .feature-zigzag__media,
  .feature-zigzag__item--reverse .feature-zigzag__content {
    order: initial;
  }

  .feature-zigzag__item-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
  }

.feature-zigzag__text {
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

}

@media (max-width: 1024px) {
  .service-detail-img-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-detail-img-grid {
    padding: 32px 16px;
  }

  .service-detail-img-grid__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

.service-detail-img-grid__title {
    margin: 14px 0 0;
    font-size: 17px;
}

.service-detail-img-grid__text {
    font-size: 15px;
}
}

@media (max-width: 767px) {
.f-detail-slider-wrap {
    padding: 0;
    margin: 30px auto;
}

  .f-detail-slider-wrap .swiper-button-prev {
    left: 0;
  }

  .f-detail-slider-wrap .swiper-button-next {
    right: 0;
  }

  .f-detail-slider-info {
    width: calc(100% - 32px);
    padding: 10px 14px;
    gap: 12px;
  }

  .f-detail-slider-title {
    font-size: 14px;
  }

  .f-detail-slider-count {
    font-size: 12px;
    min-width: 54px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .facility-gallery-slider {
    padding: 0 20px;
  }

  .facility-gallery-slider__prev,
  .facility-gallery-slider__next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}

@media (max-width: 767px) {
  .facility-info-table__row {
    grid-template-columns: 1fr;
  }

  .facility-info-table__row dt,
  .facility-info-table__row dd {
    padding: 14px 16px;
    font-size: 15px;
  }

  .facility-info-table__row dt {
    border-right: 0;
    border-bottom: 1px dashed #b7b7b7;
  }

  .facility-info-table__row + .facility-info-table__row dt,
  .facility-info-table__row + .facility-info-table__row dd {
    border-top: 0;
  }
}

@media (max-width: 991px) {
  .facility-detail-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .facility-detail-nav__list a {
    min-height: 74px;
    padding: 0 14px;
    gap: 12px;
  }

  .facility-detail-nav__text {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .facility-detail-nav {
    padding: 0 0 34px;
  }

.facility-detail-nav__list {
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px;
}

.facility-detail-nav__list a {
    min-height: 36px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

  .facility-detail-nav__text {
    font-size: 14px;
  }

.facility-detail-nav__icon {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 991px) {
  .facility-guide__grid,
  .facility-gallery__grid,
  .facility-detail-links__grid {
    grid-template-columns: 1fr;
  }

  .facility-guide__info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .facility-guide__box--wide {
    grid-column: span 2;
  }

  .facility-overview__row {
    grid-template-columns: 90px 1fr;
  }
}

@media (max-width: 767px) {

.facility-detail-section, .facility-gallery, .facility-detail-links, .facility-overview {
    padding-top: 30px;
    padding-bottom: 20px;
}

  .facility-guide__info-grid,
  .facility-gallery__grid,
  .facility-detail-links__grid {
    grid-template-columns: 1fr;
  }

  .facility-guide__box--wide {
    grid-column: auto;
  }

  .facility-overview__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .facility-overview-service__meta dl {
    grid-template-columns: 1fr;
  }

  .facility-detail-links__item + .facility-detail-links__item {
    border-left: 0;
    border-top: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
.daily-schedule__inner {
    padding: 30px 15px;
    border-radius: 8px;
    width: 100%;
}

  .daily-schedule__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    column-gap: 0;
    padding: 16px 0 18px;
  }

  .daily-schedule__time {
    font-size: 15px;
    padding-top: 0;
  }

  .daily-schedule__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.5;
  }

  .daily-schedule__text {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .about-history__row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .about-history__row dt,
  .about-history__row dd {
    padding: 12px 0;
  }

  .about-history__row dd {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .about-history__row dt {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .about-table__row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .about-table__row dt,
  .about-table__row dd {
    padding: 12px 0;
  }

.about-table__row dd {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 14px;
    border-bottom: 1px solid;
}

.about-table__row dt {
    font-size: 15px;
    font-weight: 600;
}

}

@media (max-width: 1100px) {
.about-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    z-index: 9;
    position: relative;
}

  .about-side-nav {
    position: static;
  }

.about-anchor-nav__list {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
}

  .about-greeting__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-hero__inner {
    padding: 64px 36px 36px;
  }

  .about-hero__image {
    width: min(34%, 280px);
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 12px 0 28px;
  }

  .about-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 46px 24px 24px;
  }

  .about-hero__title {
    font-size: 38px;
  }

  .about-hero__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .about-hero__image {
    position: static;
    width: 100%;
    max-width: 240px;
    margin: 24px 0 0 auto;
  }

  .about-main {
    padding: 0 0 70px;
  }

.about-section + .about-section {
    margin-top: 50px;
}

  .about-philosophy__block {
    padding: 24px 18px;
  }

.about-value-cards {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0 20px;
}

  .about-table__row,
  .about-history__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-content::before,
  .about-content::after {
    display: none;
  }
}

/* レスポンシブ */
@media (max-width: 1100px) {
  .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facility-hero__inner {
    padding: 64px 40px 0;
  }

  .facility-hero__inner02 {
    padding: 64px 40px 0;
  }
  .facility-hero__image {
    width: min(44%, 360px);
  }

  .about-hero__image {
    width: min(44%, 360px);
  }
}

@media (max-width: 767px) {
  .facility-hero {
    padding: 12px 0 28px;
  }

  .about-hero {
    padding: 12px 0 28px;
  }

.facility-hero__inner {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 170px 15px 30px 15px;
    overflow: visible;
}

.facility-hero__inner02 {
    width: calc(100% - 12px);
    min-height: auto;
    padding: 50px 15px 30px 15px;
    overflow: visible;
}

.facility-hero__title {
    font-size: clamp(22px, 6.2vw, 32px);
    letter-spacing: 0.05em;
}

  .facility-hero__text {
    font-size: 15px;
    line-height: 1.9;
  }

.facility-hero__image {
    position: static;
    width: 100%;
    max-width: 240px;
    margin: 26px 0 0 auto;
}

  .facility-category {
    padding: 0 0 24px;
  }

  .facility-category__buttons {
    gap: 12px;
  }

.facility-category__btn {
    width: 95%;
    min-width: 0;
    font-size: 15px;
    min-height: 50px;
}

  .facility-list {
    padding: 10px 0 70px;
  }

  .facility-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .facility-card__title {
    font-size: 22px;
  }

  .facility-list__bg--1,
  .facility-list__bg--2,
  .facility-list__bg--3 {
    display: none;
  }

.about-hero__image {
    position: static;
    width: 90%;
    max-height: 160px;
    margin: 26px 0 0 auto;
}

.pd_left80 {
    padding-left: 0px !important;
}

.pd_top80 {
    padding-top: 0px !important;
}

.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

.top-text p {
    line-height: 2;
}

.top-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: right;
    color: #3a3a3a;
    text-decoration: underline;
    margin-top: 20px;
    z-index: 3;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}

.top-btn__circle {
    display: inline-flex;
    align-items: center;
    color: #fff;
    width: 36px;
}

.top-en {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1;
}

.top-service__pager-btn {
    width: 40px;
    height: 40px;
}

.top-service__pager-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #246478;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-service__pager {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #1c1c1c;
    margin: 20px 0;
}

.top-service__slide {
    background: #F1FBFF;
    border-radius: 10px;
    padding: 30px 15px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    aspect-ratio: 740 / 445;
    position: relative;
    /* min-height: 440px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.js-service-image.service-image--03 {
    height: 160px;
}

.js-service-image.service-image--05 {
    margin: 30px auto;
    height: 120px;
    width: auto;
}

.js-service-image.service-image--02 {
    margin: 20px auto;
    width: 140px;
}

.js-service-image.service-image--06 {
    width: auto;
    height: 140px;
    margin: 20px auto;
}

.js-service-image.service-image--08 {
    width: auto;
    height: 140px;
    margin: 20px auto;
}
	
.top-service__slide-title {
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
}

.top-text_service {
    font-weight: bold;
    font-size: 15px;
    line-height: 2 !important;
    margin: 30px 0 0 0;
}

.top-service__slide-text {
    margin: 0;
    transition: opacity 0.45s ease, transform 0.45s ease;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
}

.top-footer__logo {
    text-align: center;
    width: 33%;
    margin: 0 auto;
}

.top-footer__address {
    margin: 30px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.top-footer__tel-label {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 0;
}

.top-footer__cta {
    text-align: center;
    margin: 50px 0;
}

.top-footer__cta a {
    width: 100%;
    gap: 20px;
    min-height: 30px;
    font-size: 20px;
    border-radius: 99px;
    padding: 0 30px;
}

.copyright {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 50px 0 0 0;
}

.footer-nav__subheading a {
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #fff;
    transition: opacity 0.3s ease;
}

.footer-nav {
    border-bottom: 0;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
}

.about-anchor-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 60px;
    padding: 0 10px 0 6px;
    color: #1c1c1c;
    text-decoration: none;
}

.about-anchor-nav__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.about-content {
    position: relative;
    padding-top: 50px;
}

.about-section__en {
    font-size: 15px;
}

.about-section__title {
    margin: 0;
    font-size: 24px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
    border: 0;
    padding: 0;
}

.about-greeting__lead {
    font-size: 18px;
    margin: 30px 0 0 0;
}

.about-greeting__text p {
    font-size: 15px;
    line-height: 2;
    margin: 30px 0 0 0;
}

.about-greeting__photo {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

.about-greeting__photo img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.about-greeting__photo figcaption {
    font-size: 15px;
}

.about-greeting__photo figcaption span {
    font-size: 22px;
    margin-left: 10px;
}

.about-philosophy__panel {
    background: #E6EFF2;
    border-radius: 10px;
    padding: 30px 15px;
    margin-right: 0;
    display: flex;
    column-gap: 56px;
    row-gap: 40px;
    z-index: 3;
    position: relative;
    flex-direction: column;
}

.about-philosophy__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-philosophy__intro-en {
    font-size: 15px;
}

.about-philosophy__intro-title {
    font-size: 24px;
    writing-mode: horizontal-tb;
    letter-spacing: 0.08em;
    margin: 20px 0 0 0;
}

.about-philosophy__label-row {
    gap: 10px;
}

.about-philosophy__dot {
    width: 15px;
}

.about-philosophy__label {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.about-philosophy__label-ja {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
}

.about-philosophy__catch {
    font-size: 18px;
    line-height: 2;
    margin: 30px 0;
}

.about-philosophy__item {
    max-width: 100%;
}

.about-philosophy__item p {
    font-size: 15px;
    line-height: 2;
}

.about-philosophy__content {
    gap: 50px;
}

.about-philosophy__item:nth-child(2) {
    margin-top: 0;
}

.about-philosophy__item:nth-child(3) {
    margin-top: 0;
}

.about-value-card__sub {
    font-size: 13px;
}

.about-value-card__toggle {
    gap: 15px;
    font-size: 16px;
}

.about-table {
    margin-top: 30px;
}

.about-page {
    overflow: hidden;
}

.facility-category__icon {
    width: 35px;
    height: 35px;
}

.facility-card__map02 {
    position: relative;
    top: auto;
    right: 0;
    margin-top: 20px;
}

.facility-card__map {
    position: relative;
    top: auto;
    right: 0;
    margin-top: 20px;
}

.facility-info_box {
    position: relative;
    left: 0;
    top: 0;
    border-left: 0;
    z-index: 3;
    padding: 15px 0;
    margin: 15px 0 0 0;
    border-top: 1px dashed #5190A4;
}

.facility-info_box_text01 {
    font-size: 15px;
}

.facility-info_box_text02 img {
    width: 100px;
}

.facility-info_box_text03 {
    margin: 15px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.2em;
    gap: 10px;
    line-height: 30px;
}

.facility-info_box_text03 img {
    margin: 0;
    width: 20px;
}

.service-detail-section-head__en {
    font-size: 15px;
    line-height: 2;
}

.service-detail-section-head__title {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.facility-detail-copy p {
    line-height: 2;
    font-size: 15px;
}

.facility-guide__name {
    font-size: 20px;
    line-height: 2;
}

.facility-guide__layout {
    margin: 30px auto 20px auto;
}

.facility-guide__top2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.facility-guide__top3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.facility-guide__box-body {
    padding: 16px 8px 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #1c1c1c;
}

.facility-guide__time-table-wrap {
    max-width: 100%;
    margin: 30px 0 0 0;
}

.facility-guide__time-table tbody th {
    background: #fff;
    font-weight: 500;
    white-space: normal;
    font-size: 15px;
}

.facility-guide__note {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #1c1c1c;
}

.facility-guide__left02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.facility-guide__time-table thead th {
    font-size: 15px;
}

.facility_gmap {
    margin: 0;
    height: 300px;
}

.service-price {
    margin: 50px 0 0 0;
}

.facility-overview-service__card {
    display: flex;
    gap: 15px;
    min-height: 120px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    text-decoration: none;
    color: #1c1c1c;
    border-radius: 10px;
    margin: 30px 0 10px 0;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.facility-overview-service__image img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    bottom: 15px;
    right: 15px;
}

.facility-overview-service__name {
    font-size: 18px;
}

.facility-overview-service__arrow img {
    display: block;
    width: 30px;
}

.facility-gallery-slider {
    margin: 50px 0 0 0;
}

.facility-gallery__item figcaption {
    margin-top: 5px;
    font-size: 14px;
}

.facility-detail-links__item {
    padding: 20px 20px 0 0;
    text-decoration: none;
    color: #1c1c1c;
    margin: 20px 0 0 0;
}

.facility-detail-links__en {
    font-size: 15px;
    line-height: 2;
}

.facility-detail-links__title {
    font-size: 20px;
}

.facility-detail-links__circle img {
    display: block;
    width: 30px;
}

.facility-detail-links__heading {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

.facility-detail-links {
    margin-bottom: 50px;
}

.facility-hero__en {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
}

.facility-detail-links__text {
    font-size: 15px;
    line-height: 2;
}

.facility-detail-section__wrap {
    width: 100%;
    margin: 0 auto;
}

.facility-detail-lead {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #1c1c1c;
    margin: 30px 0 30px 0;
}

.facility-features {
    padding: 50px 0;
}

.facility-info-table02 {
    margin: 40px 0 0 0;
}

.facility-info-table__row02 {
    display: grid;
    grid-template-columns: 60% minmax(0, 1fr);
    margin: 0;
}

.facility-info-table__row02 dt {
    font-size: 15px;
    padding: 15px;
}

.facility-info-table__row02 dd {
    font-size: 15px;
    padding: 15px;
}

.room-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 50px 0 0 0;
}

.room-price-table {
    width: 100%;
    min-width: 100%;
}

.room-price-table thead tr:first-child th:first-child {
    padding: 15px;
    font-size: 15px;
}

.facility-price {
    padding: 0 0 50px 0;
}

.facility-detail-map_Cnt {
    margin: 30px 0 0 0;
}

.facility-detail-map_text_box {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
}

.facility-detail-map_text01 {
    font-size: 20px;
    line-height: 2;
}

.facility-detail-map_text02 {
    font-size: 15px;
    line-height: 2;
}

.facility-detail-section__head {
    margin-bottom: 0;
}

.service-hero__image img {
    max-height: 160px;
}

.service03-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 130px;
}

.service-detail-nav__list {
    gap: 10px;
    height: auto;
}

.service-detail-nav__list a {
    font-size: 15px;
    line-height: 1.4;
}

.service-detail-section-head__en_center {
    font-size: 15px;
    line-height: 2;
    text-align: left;
}

.service-detail-section-head__title_center {
    font-size: 22px;
    text-align: left;
    margin: 20px 0 0 0;
}

.service-detail-contents__label-row {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 30px 0 0 0;
}

.service-detail-contents__label-row img {
    width: 20px;
}

.service-detail-contents__label {
    font-size: 18px;
}

.service-detail-contents__target-text {
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 15px;
}

.service-detail-contents__target-text span {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #1c1c1c;
}

.service-detail-contents__read_text01 {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 2;
}

.service-detail-boxes {
    gap: 20px;
    margin: 30px 0 0 0;
}

.service-detail-box__head {
    min-height: 46px;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 0;
}

.service-detail-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
}

.daily-schedule {
    margin: 30px 0 0 0;
}

.service-detail-oneday {
    padding: 0 0 50px;
}

.service-flow-card__step {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 1;
}

.service-flow-card__step span {
    font-size: 24px;
    letter-spacing: 0.1em;
}

.service-flow-card__body h3 {
    font-size: 18px;
}

.service-flow-card__body p {
    font-size: 15px;
}

.service-detail-box__list_text {
    padding: 15px;
    font-size: 15px;
    line-height: 2;
}

.service05-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 150px;
}

.facility-vacancy__updated {
    margin: 18px 0 0;
    text-align: right;
    font-size: 20px;
    color: #111;
}

.service02-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 120px;
}

.service-detail-contents__subTitle {
    margin: 30px 0 0 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 2;
    color: #246478;
    height: 60px;
}

.service-detail-box__head span {
    font-size: 13px;
}

.service-detail-box__head02 span {
    font-size: 13px;
}

.service-detail-box__head02 {
    min-height: 60px;
    padding: 10px;
    line-height: 0.7;
    font-size: 16px;
}

.service-detail-contents__subTitle02 {
    margin: 30px 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 2;
    color: #246478;
    height: 60px;
}

.service-detail-box_long {
    min-height: 150px;
}

.service-detail-contents__service02 {
    margin: 50px auto 0 auto;
}

.service-price__table tbody tr td:last-child {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 15px;
}

.service-price__table tbody tr td:first-child {
    width: 50%;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 15px;
}

.service06-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 90px;
}

.service08-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 90px;
}

.daily-schedule__text03 {
    margin: 15px 0;
    padding-bottom: 0;
    line-height: 1.8;
    font-size: 15px;
    padding-left: 0;
    padding-top: 20px;
}

.faq-hero__image {
    position: static;
    width: 80%;
    margin: 20px 0 0 auto;
    max-width: 140px;
}

.archive-list {
    display: grid;
    gap: 20px;
    width: 100%;
}

.archive-card__date {
    margin-bottom: 12px;
    font-size: 14px;
}

.archive-card__arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 28px;
    height: 28px;
}

.single h2 {
    font-size: 20px;
    border: 0;
}

.single h3 {
    font-size: 18px;
    border: 0;
}

.single h3::after {
    border: 0;
}

.archive-card__excerpt, .single-entry__content {
    font-size: 15px;
}

.contact-section-head__en {
    font-size: 15px;
    line-height: 2;
}

.contact-section-head__title {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.cf7-submit-wrap {
    margin-top: 10px;
    text-align: center;
}

input[type=submit] {
    font-size: 15px;
}

.privacy-section__title {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
}

.privacy-contact__title {
    font-size: 20px;
}

.facility-guide__box-head {
    font-size: 15px;
}


}