@charset "UTF-8";

/*===========================================================*/
/* variables */
/*===========================================================*/

:root {
  --black: #57534D;
  --white: #ffffff;
  --gray: #EFEFEF;
  --note: #8D867D;
  --dark: #423F3B;
  --dark2:#3D3F44;
  --bg: #f7f5f1;
  --accent: #b5a08a;
  --main: #2b2f3a;

  --font-marcellus: "Marcellus", serif;
  --font-shippori: "Shippori Mincho", serif;
  --font-yugothic: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;

  --header-height: 11.1rem;
  @media (max-width: 768px) { 
    --header-height: 7.4rem;
  }
}

/*===========================================================*/
/* base */
/*===========================================================*/

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  /* background: var(--white); */
  color: var(--black);
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  /* line-height: 1.8; */
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  @media (max-width: 768px) {
    /* font-size: 1.4rem; */
  }
}

main {
  overflow-x: clip;
  /* padding-top: var(--header-height); */
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

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

ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p { margin: 0; }
dl, dt, dd { margin: 0; }

em{
  font-style: inherit;
}

/*===========================================================*/
/* utility */
/*===========================================================*/

.pc-only {
  @media (max-width: 768px) { display: none !important; }
}
.sp-only {
  @media (min-width: 768px) { display: none !important; }
}
.sp-none {
  @media (max-width: 768px) { display: none !important; }
}
.pc-none {
  @media (min-width: 769px) { display: none !important; }
}

.mw1600 {
  max-width: 160rem;
  width: calc(100% - 8rem);
  margin-left: auto;
  margin-right: auto;
  @media (max-width: 768px) {
    width: calc(100% - 4rem);
  }
}
.mw1200 {
  max-width: 120rem;
  width: calc(100% - 8rem);
  margin-left: auto;
  margin-right: auto;
  @media (max-width: 768px) {
    width: calc(100% - 4rem);
  }
}

/*===========================================================*/
/* section base */
/*===========================================================*/

.cmn-sec {
  position: relative;
  scroll-margin-top: var(--header-height);
}

/*===========================================================*/
/* section heading ttl */
/*===========================================================*/

.cmn-head {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  &.--center {
    align-items: center;
  }
}

.cmn-head-ja {
  font-family: var(--font-shippori);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.4;
  /* margin-bottom: 1.6rem; */
  @media (max-width: 768px) {
    font-size: 1.2rem;
    /* margin-bottom: 2rem; */
  }
}

.cmn-head-en {
  font-family: var(--font-marcellus);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 8rem;
  -webkit-text-stroke: 1px #DEDEDD;
  @media (max-width: 768px) {
    font-size: 5.2rem;
  }
}



.cmn-ttl {
  margin-bottom: 8rem;
  @media (max-width: 768px) {
    margin-bottom: 4.8rem;
  }
}

.cmn-ttl-en {
  color: var(--note);
  font-family: var(--font-marcellus);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 2rem;  
  @media (max-width: 768px) {
    font-size: 1.4rem;
  }
}


/*===========================================================*/
/* header */
/*===========================================================*/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-height);
  /* background: var(--white); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 4rem;
  @media (max-width: 768px) {
    padding: 1.6rem;
  } 

  .logo-wrap {
    flex-shrink: 0;
    .logo-link {
      display: flex;
      align-items: baseline;
      gap: .8rem;
    }
    .logo-en {
      font-family: var(--font-marcellus);
      font-weight: 400;
      font-size: 2.4rem;
      letter-spacing: 0;
      line-height: 1.6;
      @media (max-width: 768px) { 
      }
    }
    .logo-ja {
      font-family: var(--font-shippori);
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      line-height: 1.6;
      @media (max-width: 768px) { 
        /* font-size: 1.2rem; */
      }
    }
  }

  .link-wrap {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }

  .nav {
    display: flex;
    align-items: center;
    gap: 2.4rem;

    @media (max-width: 1100px) { 
      display: none; 
    }
    a {
      font-family: var(--font-marcellus);
      color: var(--dark2);
      font-weight: 400;
      font-size: 1.3rem;
      letter-spacing: 0;
      white-space: nowrap;
      position: relative;
      &::after{
        content: "";
        display: block;
        width: 0;
        height: 0.1rem;
        background: var(--dark2);
        position: absolute;
        bottom: -0.1rem;
        left: 0;
        transition: .3s ease;
      }
      &:hover::after {
        width: 100%;
      }
    }
  }

  .btn-vacancy {
    font-family: var(--font-shippori);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.4rem;
    gap: .8rem;
    line-height: 3rem;
    background: var(--dark);
    color: var(--white);
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
    border-radius: 5rem;
    @media (max-width: 1100px) { display: none; }
    &:hover { opacity: 0.8; }
    i {
      aspect-ratio: 16.89/7.07;
      width: 1.689rem;
      height: auto;
      background: url(../img/arrow-right.svg) center/contain no-repeat;
    }
  }

  &.is-access .nav a {
    color: #fff;
    &::after { background: #fff; }
  }
  &.is-access .btn-vacancy {
    background: #fff;
    color: var(--dark);
    i { filter: brightness(0); }
  }

  .burger {
    display: none;
    @media (max-width: 1100px) {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      width: 4.2rem;
      height: .9rem;
      cursor: pointer;
      .bar {
        height: 0.1rem;
        background: var(--black);
        transition: transform 0.3s, opacity 0.3s;
      }
      .bar1 { 
        width: 4.2rem;
      }
      .bar2 { 
        width: 2.4rem;
      }
      &.is-active {
        justify-content: center;
        .bar1 { 
          width: 100%;
          transform: rotate(15deg) translateY(0.05rem); 
        }
        .bar2 { 
          width: 100%;
          transform: rotate(-15deg) translateY(-0.05rem); 
        }
      }
    }
  }


}

/*===========================================================*/
/* modal */
/*===========================================================*/

.modal {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  &.is-active {
    z-index: 99;
    visibility: visible;
    opacity: 1;
  }
  @media (min-width: 1101px) { display: none; }
}


.modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.7rem;
  padding: 9.6rem 4rem 5.6rem;
  min-height: calc(100dvh - var(--header-height));
}

.modal-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  a {
    display: block;
    .en {
      font-family: var(--font-marcellus);
      font-size: 2.2rem;
      font-weight: 400;
      letter-spacing: 6%;
      line-height: 1.6;
      color: var(--dark);
    }
  }
}

.modal-btn {
  .btn-vacancy-modal {
    padding: 0 3.2rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    line-height: 3.7em;
    background: var(--dark);
    color: var(--white);
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    i {
      aspect-ratio: 16.89/7.07;
      width: 1.689rem;
      height: auto;
      background: url(../img/arrow-right.svg) center/contain no-repeat;
    }
  }
}




.fixed-bg {
    position: fixed;
    z-index: -1;
    width: 100dvw;
    height: 100dvh;
    @media (max-width: 768px) {
    }
    img{
      display: block;
      object-fit: cover;
      object-position: top left;
      width: 100%;
      height: 100%;
    }
  }


/*===========================================================*/
/* KV */
/*===========================================================*/

.kv {
  position: relative;
  overflow: hidden;

  /* .kv-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: -1;
    @media (max-width: 768px) {
    }
  } */
  .kv-inner {
    padding-top: var(--header-height);
    /* z-index: 2; */
    display: flex;
    gap: 2.4rem;
    justify-content: space-between;
    padding-bottom: calc(24rem + 9rem);
    /* left: 0;
    right: 0; */
    @media (max-width: 768px) {
      flex-direction: column-reverse;
      gap: 6.2rem;
      padding-bottom: 14rem;
    }
  }
  .kv-txt-area{
    margin-left: 12rem;
    /* margin-top: 25.7rem; */
    margin-top: calc(257/1920 * 100vw);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
    @media (max-width: 1280px) {
      margin-left: 4rem;
    }
    @media (max-width: 768px) {
      margin-left: 2.4rem;
      margin-top: unset;
      flex-direction: row;
    }
  }
  .kv-txt {
  }
  .kv-en {
    font-family: var(--font-marcellus);
    font-weight: 400;
    font-size: 12.8rem;
    /* line-height: 1.6; */
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 3.2rem;
    @media (max-width: 768px) {
      font-size: 9.3rem; 
    }
  }
  .kv-ja {
    font-family: var(--font-shippori);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    @media (max-width: 768px) {
      font-size: 2rem;
    }
  }
  .kv-img {
    width: calc(1260 / 1920 * 100vw);
    object-fit: cover;
    aspect-ratio: 1260/841;
    @media (max-width: 768px) {
      aspect-ratio: 319/345;
      max-width: calc(100vw - 5.6rem);
      margin-left: auto;
      width: 100%;
    }
  }
}

/*===========================================================*/
/* scroll down */
/*===========================================================*/

    @keyframes scroll-down {
    0% {
      transform: scaleY(0.1);
      transform-origin: top;
      opacity: 0.2;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
      opacity: 1;
    }
    50.1% {
      transform-origin: bottom;
    }
    100% {
      transform: scaleY(0.1);
      transform-origin: bottom;
      opacity: 0.2;
    }
  }

  .scroll-down {
    position: relative;
    height: 16.1rem;
    display: block;
    @media (max-width: 768px) {
      margin-right: calc(2.4rem + 1.92rem);
    }
    .wrap {
      position: relative;
    }
    .txt{
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      /* padding-left: .8rem; */
      font-size: 1.3rem;
      font-family: var(--font-marcellus);
      font-weight: 400;
      line-height: 1.6;
      letter-spacing: 0;
      writing-mode: vertical-lr;
      @media (max-width: 768px) {
        /* writing-mode: unset; */
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* padding-left: unset; */
        font-size: 1.2rem;
      }
      &::before,
      &::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 16.1rem;
        @media (max-width: 768px) {
          /* left: 50%; */
          /* top: calc(100% + .4rem); */
        }
      }
      &::before{
        background: #C1BFBA;
        @media (max-width: 768px) {
        }
      }
      &::after{
        background: var(--black);
        animation: scroll-down 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
        @media (max-width: 768px) {
        }
      }
    }
  }

/*===========================================================*/
/* concept */
/*===========================================================*/

.concept {
  padding: 20rem 0 4rem;
  /* background: var(--white); */
  @media (max-width: 768px) {
    padding: 0 0 8rem;
  }

  .concept-body {
    position: relative;
    z-index: 2;
    display: flex;
    /* justify-content: flex-end; */
    @media (max-width: 768px) {
      flex-direction: column;
    }
  }

  .concept-content{
    flex: 1;
    /* padding-left: calc(157/1920 * 100vw); */
  }
  .cmn-head {
    margin-bottom: clamp(3.2rem, 5vw, 6.4rem);
  }
  .cmn-head-ja {
    bottom: 0.2rem;
    left: clamp(6rem, 7.81vw, 15rem);
    @media (max-width: 768px) {
      left: 1.6rem;
    }
  }

  .concept-catch {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 4rem;
    font-family: var(--font-shippori);
    @media (max-width: 768px) {
      font-size: 2.2rem;
      line-height: 1.8;
    }
  }

  .concept-desc {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4;
    @media (max-width: 768px) {
      line-height: 2.2;
    }
  }

  .concept-bg{
    display: flex;
    flex-direction: column;
    position: relative;
    top: -29rem;
    gap: 11.9rem;
    left: calc((100% - 100vw)/2);
    @media (max-width: 768px) {
      gap: 4.8rem;
      top: -9rem;
    }
  }

  .concept-img {
    /* position: absolute; */
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    &.--01 {
      width: calc(404/1920 * 100vw);
      margin-left: auto;
      @media (max-width: 768px) {
        width: 15.9rem;
      }
    }
    &.--02 {
      margin-right: calc(95/1920 * 100vw);
      width: calc(849/1920 * 100vw);
      @media (max-width: 768px) {
        width: 24.8rem;
      }
    }
    &.--03 {
      margin-left: auto;
      width: calc(556/1920 * 100vw);
      position: relative;
      right: -6.4rem;
      @media (max-width: 768px) {
        width: 24.8rem;
        right: -2.4rem;
      }
    }
    &.--04 {
      margin-right: auto;
      margin-left: -157px;
      width: calc(355/1920 * 100vw);
      @media (max-width: 768px) {
        width: 14.5rem;
        margin-left: 17px;
      }
    }
  }

  .concept-bg-bottom{
    margin-top: 16rem;
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
    @media (max-width: 768px) {
      margin-top: 9.6rem;
    }
  }
}

/*===========================================================*/
/* location */
/*===========================================================*/

.location {
  /* padding: clamp(10rem, 12.5vw, 16rem) 0 clamp(8rem, 16.66vw, 24rem); */
  /* background: var(--bg); */
  position: relative;
  @media (max-width: 768px) {
    padding: 10rem 0 0;
  }

  .location-bg{
    position: absolute;
    top: 0; left: 0; right: 0;
    aspect-ratio: 1600/812;
    width: 100%;
    height: auto;
    z-index: -1;
    display: block;
  }

  .location-inner {
    margin-top: clamp(4rem, 6.25vw, 8rem);
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: clamp(4rem, 5.72vw, 8.8rem);
    @media (max-width: 768px) {
      flex-direction: column;
      gap: 0;
      margin-top: 4rem;
    }
  }

  .location-map {
    display: none;
    flex: 1;
    min-width: 0;
    @media (max-width: 768px) {
      display: block;
      width: 100vw;
      margin-top: 4rem;
      margin-inline: -2rem;
    }
    img { width: 100%; display: block; }
  }

  .location-text {
    flex-shrink: 0;
    width: clamp(26rem, 31.25vw, 44rem);
    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .location-catch {
    font-family: var(--font-shippori);
    font-size: clamp(2rem, 2.08vw, 3.2rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 3.2rem;
    @media (max-width: 768px) {
      font-size: 2.2rem;
      margin-bottom: 2.4rem;
    }
  }

  .location-desc {
    font-size: 1.4rem;
    line-height: 2.4;
    margin-bottom: 5.6rem;
    @media (max-width: 768px) {
      font-size: 1.3rem;
      line-height: 2.2;
      margin-bottom: 4rem;
    }
  }

  .location-map-btn {
    display: flex;
    justify-content: flex-end;
    @media (max-width: 768px) {
      justify-content: center;
    }
  }

  .btn-map {
    border-bottom: 1px solid #C1BFBA;
    padding-bottom: 1.2rem;
    display: inline-flex;
    gap: 4rem;
    align-items: stretch;
    /* border: 1px solid var(--black); */
    font-size: 1.4rem;
    letter-spacing: 0;
    /* overflow: hidden; */
    transition: opacity 0.3s;
    &:hover { opacity: 0.8; }
    span {
      /* padding: 1.4rem 2.4rem; */
      white-space: nowrap;
      /* display: flex; */
      /* align-items: center; */
    }
    i {
      width: 4.8rem;
      flex-shrink: 0;
      background: var(--dark) url(../img/arrow-right.svg) center / 1.489rem auto no-repeat;
      border-radius: 5rem;
      height: 1.8rem;
      padding: 0 1.2rem;
    }
    @media (max-width: 768px) {
      width: fit-content;
      margin-left: auto;
      span { flex: 1; }
    }
  }

  .facilities {
    margin-top: clamp(6rem, 9.37vw, 10.5rem);
    margin-bottom: 24rem;
    @media (max-width: 768px) { 
      margin-top: 5.6rem; 
      margin-bottom: 13.6rem;
    }

    .swiper{
      overflow: visible;
    }
  }

  .facilities-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 1.6rem; */
    padding-top: 1.2rem;
    border-top: 1px dashed #C1BFBA;
    margin-bottom: 1.6rem;;
    @media (max-width: 768px) { 
      margin-bottom: 2.4rem; 
    }
  }

  .facilities-ttl {
    font-family: var(--font-marcellus);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    @media (max-width: 768px) { font-size: 1.6rem; }
  }

  .facilities-nav {
    display: flex;
    gap: 0.4rem;
  }

  .facilities-btn {
    border-radius: 5rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 24px rgba(123, 117, 108, 0.01);
    backdrop-filter: blur(20px);
    width: 4.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    &:hover {
      opacity: .8;
    }

    i{
      display: block;
      width: 1.689rem;
      aspect-ratio: 16.89/7.07;
      background: url(../img/arrow-right_blc.svg) center / contain no-repeat;
      /* color: var(--black); */
      padding: 0;
    }
    

    &.swiper-button-disabled {
      cursor: default;
    }
    &.js-fac-prev{
      i{
        transform: rotate(180deg);
      }
      
    }
  }

  .facilities-swiper {
    overflow: hidden;
  }

  .facility-card {
    .facility-card__img {
      img {
        width: 100%;
        aspect-ratio: 291/194;
        object-fit: cover;
        display: block;
      }
    }
    .facility-card__name {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.5;
      margin-top: 1.2rem;
      @media (max-width: 768px) {}
    }
    .facility-card__sub {
      margin-top: 0.4rem;
      font-size: 1.2rem;
      color: var(--note);
      line-height: 1.5;
      display: flex;
      align-items: center;
      gap: 0.4rem;
      @media (max-width: 768px) { 
        /* font-size: 1rem;  */
      }
      span {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        img {
          width: 1.2em;
          height: 1.2em;
        }
      }
    }
  }
}


/*===========================================================*/
/* photos */
/*===========================================================*/

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--marquee-translate, -50%)); }
}

.photos {
  overflow: hidden;
}

.photos-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  @media (max-width: 768px) {
  }
}

.photo {
  flex-shrink: 0;
  aspect-ratio: 557/742;
  width: 55.7rem;
  height: auto;
  overflow: hidden;

  @media (max-width: 768px) {
    width: 28.8rem;
  }

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


/*===========================================================*/
/* access */
/*===========================================================*/

.access {


  .access-main {
    display: flex;
    padding: 24rem 0 12.8rem;
    @media (max-width: 768px) {
      padding: 13.6rem 0 7.2rem;
    }
  }

  .access-txt-area{
    flex: 1;
  }

  .access-img{
    display: block;
    flex: 1;
    aspect-ratio: 800/697;
    object-position: top;
    object-fit: contain;
    @media (max-width: 768px) {
      margin-top: 6.4rem;
      flex: unset;
      width: 100%;
      max-width: 27.2rem;
      margin-left: auto;
    }
  }

  .access-text {
    /* flex-shrink: 0; */
    margin-top: 12.8rem;
    @media (max-width: 768px) {
      margin-top: 6.4rem;
    }
  }

  .access-catch {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: var(--font-shippori);
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 4rem;
    @media (max-width: 768px) { 
      font-size: 2.2rem; 
      line-height: 1.8;
    }
  }

  .access-desc {
    font-size:1.4rem;
    line-height: 2.4;
    @media (max-width: 768px) {
      line-height: 2.2;
    }
  }



  .access-route {
    padding: 15.1rem 0;
    min-height: 100vh;
    background-image: url(../img/bg-access.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
    position: relative;
    @media (max-width: 768px) {
      padding: 7.2rem 0;
    }
    &::before{
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      background: rgba(41, 57, 76, 0.6);
      backdrop-filter: blur(20px);
    }
  }

  .access-route-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-areas:
      "map header"
      "map accordions";
    grid-template-columns: minmax(0, 79rem) minmax(0, 64rem);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 0 clamp(8.4rem, 10.95vw, 16.8rem);
    /* @media (max-width: 768px) { */
    @media (max-width: 1200px) {
      display: flex;
      flex-direction: column;
    }
  }

  .access-route-map {
    grid-area: map;
    position: sticky;
    top: 0;
    /* @media (max-width: 768px) { */
    @media (max-width: 1200px) {
      position: static;
      order: 2;
      margin-top: 6.4rem;
      width: 100%;
    }
    img {
      width: 100%;
      display: block;
    }
  }

  .access-route-header {
    grid-area: header;
    padding-top: 0.4rem;
    /* @media (max-width: 768px) { */
    @media (max-width: 1200px) {
      order: 1;
    }
  }

  .access-route-ttl {
    font-family: var(--font-shippori);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 4rem;
    @media (max-width: 768px) {
      font-size: 2.2rem;
    }
  }

  .access-route-desc {
    font-size: 1.4rem;
    line-height: 2.4;
    @media (max-width: 768px) {
      line-height: 2.2;
    }
  }

  .access-accordions-wrap {
    grid-area: accordions;
    margin-top: 5.6rem;
    /* @media (max-width: 768px) { */
    @media (max-width: 1200px) {
      order: 3;
      margin-top: 6.4rem;
      width: 100%;
    }
  }

  .access-accordions-pc {
    display: flex;
    flex-direction: column;
    /* gap: 1.6rem; */
  }

  .access-accordion {
    /* background-color: rgba(255, 255, 255, 0.06); */
    width: 100%;
    border-bottom: 1px solid #C1BFBA;
    @media (max-width: 768px) {
      border-left: none;
      border-right: none;
      border-top: none;
      &:first-child { border-top: 1px solid rgba(255, 255, 255, 0.12); }
    }
  }

  .access-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    padding: 3.2rem 0;
    transition: padding 0.3s ease;
    @media (max-width: 768px) {
      padding: 2.4rem 0;
    }
    &.is-open {
      padding-bottom: 0;
    }
  }

  .text-trigger {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    font-family: var(--font-yugothic);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.06em;
    @media (max-width: 768px) {
      font-size: 1.3rem;
      gap: 0.8rem;
    }
    .acc-type-icon {
      width: 2rem;
      height: auto;
      object-fit: contain;
      flex-shrink: 0;
    }
  }

  .text-trigger-sub{
    padding-left: 1.2rem;
    color: #BBBBBB;
    font-size: 1.4rem;
  }

  .icon-trigger {
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(32px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 2rem;
    flex-shrink: 0;
    position: relative;
    @media (max-width: 768px) {
      /* width: 2.4rem;
      height: 2.4rem; */
    }
    &::before, &::after {
      content: "";
      position: absolute;
      background: rgb(255, 255, 255);
    }
    &::before {
      width: 1rem;
      height: 1px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      @media (max-width: 768px) {
        width: .8rem;
      }
    }
    &::after {
      width: 1px;
      height: 1rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease, opacity 0.3s ease;
      @media (max-width: 768px) {
        height: .8rem;
      }
    }
  }

  .access-accordion__trigger.is-open .icon-trigger::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .access-accordion__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s ease, padding 0.3s ease;
    &.is-open {
      margin-top: 4rem;
      padding-bottom: 4rem;
      max-height: 320rem;
      /* padding: 1.6rem 2.4rem 2.4rem; */
      @media (max-width: 768px) {
        /* padding: 1.6rem 0 2.4rem; */
        margin-top: 2.4rem;
      }
    }
  }

  .access-accordion-section {
    /* margin-bottom: 4rem; */
    margin-bottom: 5.6rem;
    &:last-of-type { margin-bottom: 0; }
  }

  .access-accordion-section__label {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.06em;
    padding-bottom: 1.4rem;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
    margin-bottom: 0;
    .acc-type-icon {
      width: 2rem;
      height: auto;
      flex-shrink: 0;
    }
  }

  .access-accordion-section__label-sub{
    font-size: 1.2rem;
    color: #bbb;
  }

  /* Route diagram */
  .route-diagram {
    display: grid;
    grid-template-columns: 4.8rem 1fr;
    gap: 0 0.5rem;
    @media (max-width: 768px) {
      display: flex;
      flex-direction: column;
    }
  }


  .route-diagram__origin {
    grid-row: 1 / -1;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.6rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    /* background-color: rgba(0, 0, 0, 0.25); */
    background-color: rgba(29, 28, 43, 0.6);
    border-radius: .4rem;
    @media (max-width: 768px) {
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      width: 100%;
      /* height: 3rem; */
      padding: 1.6rem;
      justify-content: flex-start;
      letter-spacing: 0.05em;
      /* font-size: 1.2rem; */
      br { display: none; }
    }
  }

  .route-diagram__origin-sub{
    color: #9A9EAB;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
    font-weight: bold;
  }

  .route-diagram__rows {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    @media (max-width: 768px) {
      gap: 0;
    }
  }

  .route-diagram__row {
    display: flex;
    align-items: stretch;
    min-height: 6rem;
  }

  .route-diagram__row > .route-diagram__time {
    flex: 1;
    justify-content: center;
  }

  .route-diagram__group {
    display: flex;
    align-items: stretch;
    & + .route-diagram__group {
      margin-top: 0.5rem;
    }
  }

  .route-diagram__group-time {
    /* flex: 1; */
    /* width: calc(50% - 4.694rem); */
    width: calc(50% - 5.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .route-diagram__dests {
    /* flex: 2; */
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .route-diagram__rows.--3col{
    .route-diagram__group-time {
      flex: 1;
      width: auto;
    }
    .route-diagram__dests{
      flex: 2.4;
    }
  }

  .route-diagram__group--indent .route-diagram__dests {
    flex: 3;
  }

  .route-diagram__dest-row {
    flex: 1;
    min-height: 6rem;
    display: flex;
    align-items: center;
  }

  .route-diagram__dest-row .route-diagram__time {
    flex: 1;
    justify-content: center;
  }

  .route-diagram__time {
    display: flex;
    align-items: center;
    @media (max-width: 768px) {
      /* min-height: 2.8rem; */
      min-height: 5.1rem;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        left: 2.6rem;
        top: -0.4rem;
        bottom: -0.4rem;
        border-left: 1px dashed rgba(255, 255, 255, 0.2);
        pointer-events: none;
      }
    }
  }

  .route-diagram__line {
    width: 100%;
    border-bottom: 1px dotted #C1BFBA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 2.76rem;
    
    @media (max-width: 768px) {
      justify-content: flex-start;
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-left: 1rem;
      margin-left: 2.6rem;
      width: auto;
    }
    span {
      white-space: nowrap;
      font-size: 1.4rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.85);
      display: flex;
      align-items: baseline;
      gap: 0.1rem;
      font-family: var(--font-marcellus);
      em {
        font-style: normal;
        font-size: 1.8rem;
      }
    }
  }


  .icon-train ,
  .icon-bus,
  .icon-person{
    display: block;
    flex-shrink: 0;
    img{
      width: 100%; 
      height: 100%; 
      display: block;
      object-fit: contain;
    }
  }


  .icon-train {
    width: 1.6rem;
    height: 1.4rem;
  }

  .icon-bus {
    width: 2rem;
    height: 1.6rem;
  }

  .icon-person {
    width: 1.4rem;
    height: 1.6rem;
  }

  .route-diagram__dest {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 2.4rem;
    /* background-color: rgba(0, 0, 0, 0.25); */
    background-color: rgba(29, 28, 43, 0.6);
    min-height: 13.9rem;
    border-radius: .4rem;

    @media (max-width: 768px) {
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      width: 100%;
      /* height: 3rem; */
      padding: 1.6rem;
      justify-content: flex-start;
      /* letter-spacing: 0.05em; */
      min-height: unset;
    }
  }

  .route-diagram__via {
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* font-size: 1.3rem; */
    font-size: 1.4rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 0.15em;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(40px);
    border-radius: 624rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 1.6rem;
    flex-shrink: 0;
    align-self: stretch;
    margin: 0.75rem 0;
    @media (max-width: 768px) {
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      align-self: center;
      width: calc(100% - 2.4rem);
      min-height: 2.8rem;
      margin: 0 1.2rem;
      padding: 1.6rem 2rem;
      /* letter-spacing: 0.04em; */
      font-size: 1.2rem;
      justify-content: flex-start;
      br { display: none; }
    }

    .transfer{
      /* font-size: 1rem; */
      font-size: 1.2rem;
      border-radius: 5rem;
      background-color: rgba(255, 255, 255, 0.1);
      padding: .6rem;
      margin-bottom: 1rem;
    }
  }

  .route-diagram__via--sm {
    /* font-size: 0.85rem; */
    margin: 0;
    align-self: center;
    min-height: 6rem;
    @media (max-width: 768px) {
      min-height: 2.8rem;
    }
  }

  .access-transit-note {
    margin-top: 2.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #C1BFBA;
    line-height: 1.8;
    @media (max-width: 768px) {
      font-size: 1.2rem; 
    }
  }
}

/*===========================================================*/
/* gallery */
/*===========================================================*/

.gallery {
  padding: 24rem 0;
  @media (max-width: 768px) {
    padding: 13.6rem 0;
  }

  .cmn-head{
    display: flex;
  }

  .gallery-main{
    margin-bottom: 12.8rem;
    @media (max-width: 768px) {
      margin-bottom: 6.4rem;
    }
  }
  .gallery-catch {
    font-family: var(--font-shippori);
    margin-top: 10.4rem;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    @media (max-width: 768px) {
      font-size: 2.2rem;
      margin-top: 6.4rem;
    }
  }
  .gallery-desc {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.4;
    @media (max-width: 768px) {
      line-height: 2.2;
      text-align: left;
    }
  }


  .gallery-main-swiper {
    width: 100%;

    .swiper-slide {
      user-select: none;
      /* opacity: 0.25; */
      /* transition: opacity 0.4s; */
      
      img {
        width: 100%;
        aspect-ratio: 904/572;
        object-fit: cover;
        display: block;
      }

      .cap{
        text-align: center;
        /* margin-top: .8rem;
        font-size: 1.3rem; */
        margin-top: clamp(1.2rem, 0.625vw, 3rem);
        font-size: clamp(1.5rem, 0.781vw, 3.5rem);
        font-weight: 500;
        letter-spacing: .1em;
        @media (max-width: 768px) {
          margin-top: .6rem;
        }
      }
    }

    .swiper-slide-active {
      /* opacity: 1; */
    }
  }

}

/*===========================================================*/
/* room plan */
/*===========================================================*/

.room-plan {
  padding: 13.6rem 0;
  /* background: var(--white); */
  @media (max-width: 768px) {
    padding: 0 0 13.6rem;
  }

  .room-plan-main {
    display: flex;
    padding: 0 0 12.8rem;
    @media (max-width: 768px) {
      padding: 0 0 7.2rem;
    }
  }

  .room-plan-txt-area{
    width: 50%;
    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .room-plan-img{
    display: block;
    flex: 1;
    aspect-ratio: 960/497;
    object-position: top;
    object-fit: contain;
    margin-right: calc((100% - 100vw)/2);
    @media (max-width: 768px) {
      margin-top: 6.4rem;
      flex: unset;
      width: 100%;
      max-width: 24.8rem;
      margin-left: auto;
      margin-right: -2.4rem;
      aspect-ratio: 248/187;
      object-fit: cover;
    }
  }

  .room-plan-text {
    /* flex-shrink: 0; */
    margin-top: 10.4rem;
    @media (max-width: 768px) {
      margin-top: 6.4rem;
    }
  }

  .room-plan-catch {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: var(--font-shippori);
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 4rem;
    @media (max-width: 768px) { 
      font-size: 2.2rem; 
      line-height: 1.8;
    }
  }

  .room-plan-desc {
    font-size:1.4rem;
    line-height: 2.4;
    @media (max-width: 768px) {
      line-height: 2.2;
    }
  }

/* タブUI */


.room-plan__tabs {
  display: flex;
  gap: 1.2rem 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 4.8rem;
  @media (max-width: 768px) {
    gap: 0.4rem;
    margin: 0 0 3.2rem;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
}

  .room-plan__tabs::-webkit-scrollbar {
    display: none;
  }

.room-plan__tab {
  font-family: var(--font-marcellus);
  font-size: 1.6rem;
  font-weight: 400;
  min-width: 8.7rem;
  color: #8D867D;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  line-height: 3.4rem;
  @media (max-width: 768px) {
    min-width: 5.1rem;
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}

.room-plan__tab:hover, 
.room-plan__tab.is-active {
  background: #423F3B;
  color: #ffffff;
}

.room-plan__groups {
  display: flex;
  flex-direction: column;
}

.room-plan__group.is-hidden {
  display: none;
}

.room-plan__group{
  margin-bottom: 4.8rem;
  @media (max-width: 768px) {
  }
  &:last-child{
    margin-bottom: 0;
  }
}

/* .room-plan__group + .room-plan__group {
  margin-top: 4.8rem;
  @media (max-width: 768px) {
    margin-top: 0;
  }
} */

.room-plan__divider {
  border-top: 1px dashed #C1BFBA;
  margin: 0 0 .8rem;
  @media (max-width: 768px) {
    
  }
}

.room-plan__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.room-plan__group-head .group-head__label {
  font-family: var(--font-marcellus);
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  @media (max-width: 768px) {
  }
}

.room-plan__group-head .group-head__nav {
  display: flex;
  gap: 0.4rem;
}

  .group-head__btn {
    width: 4.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    &:hover {
      opacity: .8;
    }

    i{
      display: block;
      width: 1.689rem;
      aspect-ratio: 16.89/7.07;
      background: url(../img/arrow-right_blc.svg) center / contain no-repeat;
      /* color: var(--black); */
      padding: 0;
    }
    

    &.swiper-button-disabled {
      cursor: default;
    }
    &.group-head__btn--prev{
      i{
        transform: rotate(180deg);
      }
      
    }
  }
.group-head__btn:disabled,
.group-head__btn.swiper-button-disabled {
  /* opacity: 0.3; */
  cursor: default;
  pointer-events: none;
}

.room-plan__group-body {
  display: flex;
  align-items: center;
  @media (max-width: 768px) {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .room-plan__group-body .group-head__nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2.4rem;
  }
}


.room-plan-vacant{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 7.2rem;
  gap: 1rem;
  /* width: 49.6rem;
  height: 16.6rem; */
  background: #EFEFEF;
  flex: none;
  order: 1;
  flex-grow: 0;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #8D867D;
  font-size: 1.6rem;
  font-weight: 400;
  
  @media (max-width: 768px) {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 2.4rem 1.6rem;
    width: 100%;
  }

}






.room-plan__floor-img {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 32.3rem;
  height: auto;
  /* height: 32.3rem; */
  /* background: #eff1f6; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  @media (max-width: 768px) {
    width: 100%;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

}

.room-plan__cards-swiper {
  flex: 1;
  min-width: 0;
  overflow: visible;
  overflow-x: clip;
  padding: 1.6rem 0 1.6rem 3.2rem;
}
@media (max-width: 768px) {
  .room-plan__cards-swiper {
    width: 100%;
    padding: 1.5rem 0 1.25rem 0;
    overflow: visible;
  }
}

.room-plan__cards-swiper .swiper-slide {
  width: auto;
  height: auto;
}

.room-plan__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .room-plan__empty {
    width: 100%;
  }
}
.room-plan__empty .empty-text {
  background: #E0E2EA;
  color: #797d86;
  padding: 3rem 4.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .room-plan__empty .empty-text {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
.room-plan__empty .empty-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #797d86;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .room-plan__empty .empty-text p {
    line-height: 1.6;
  }
}

.room-card {
  flex-shrink: 0;
  width: 27.9rem;
  min-height: 32.3rem;
  background: #EFEFEF;
  border-radius: 0.8rem;
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  /* filter: drop-shadow(0 0.25rem 1.5rem rgba(117, 124, 143, 0.16)); */
  box-shadow: 0px 4px 24px rgba(123, 117, 108, 0.24);
  position: relative;
  transition: filter 0.3s ease, transform 0.3s ease;
  @media (max-width: 768px) {
    padding: 1.6rem;
    width: 24.7rem;
    min-height: 29.4rem;
  }
}

.room-card:hover {
  /* filter: drop-shadow(0 0.5rem 2rem rgba(117, 124, 143, 0.32)); */
  transform: translateY(-0.25rem);
}
.room-card:hover .room-card__status a {
  text-decoration: none;
  opacity: 0.6;
}

.room-card__name {
  font-family: var(--font-marcellus);
  font-size: 1.7rem;
  font-weight: 400;
  color: #8D867D;
  margin-bottom: 1.6rem;
}

.room-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.room-card__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem 1.2rem;
  background-color: #fff;
  border-radius: .4rem;
  line-height: 1.6;
}
.room-card__detail .detail-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8D867D;
  flex-shrink: 0;
}
.room-card__detail .detail-value {
  font-size: 1.4rem;
  font-weight: 500;
}

.room-card__divider {
  border-top: 1px dashed #c0c4cb;
  margin: 0.8rem 0;
}

.room-card__rent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1.2rem;
  background-color: #fff;
  border-radius: .4rem;
}
.room-card__rent .detail-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8D867D;
  flex-shrink: 0;
}
.room-card__rent .rent-num {
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.room-card__rent .rent-unit {
  font-size: 1.4rem;
  font-weight: 500;
}

.room-card__status {
  /* margin-top: 2rem; */
  margin-top: auto;
  display: flex;
  justify-content: center;
}
/* .room-card__status a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.625rem;
  background: #454950;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin-top: 1rem;
}
.room-card__status a:hover {
  opacity: 0.8;
} */

.room-card__status a {
    font-family: var(--font-marcellus);
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.4rem;
    gap: .8rem;
    line-height: 2.6rem;
    background: var(--dark);
    color: var(--white);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
    border-radius: 5rem;
    &:hover { opacity: 0.8; }
    @media (max-width: 768px) { 
    }
    i {
      aspect-ratio: 11.68/5.33;
      width: 1.168rem;
      height: auto;
      background: url(../img/arrow-right.svg) center/contain no-repeat;
    }
  }



}

/*===========================================================*/
/* outline */
/*===========================================================*/

.outline {
  padding: 23.4rem 0 24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  @media (max-width: 768px) {
    /* padding: 6.8rem 0 13.6rem; */
    padding: 0 0 13.6rem; 
  }
}


.outline__table {
  width: 100%;
  max-width: 90rem;
  @media (max-width: 768px) {
    /* margin-top: 2.875rem; */
  }
}

.outline__row {
  display: flex;
  gap: 4rem;
  align-items: center;
  border-bottom: 1px solid #C1BFBA;
  padding: 2rem .8rem;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.6rem 0.8rem;
    align-items: flex-start;
  }
}

.outline__row:first-child {
  border-top: 1px solid #C1BFBA;
}

.outline__label {
  min-width: 16rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  @media (max-width: 768px) {
    min-width: auto;
    font-size: 1.2rem;
  }
}

.outline__value {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  @media (max-width: 768px) {
    font-size: 1.1rem;
  }
}

/*===========================================================*/
/* contact */
/*===========================================================*/

.contact {
  /* padding-bottom: clamp(6rem, 12.5vw, 16rem); */
  background: var(--white);
  @media (max-width: 768px) { 
    /* padding-bottom: 6rem;  */
  }
}

.contact-inner {
  display: flex;
  /* box-shadow: 0 4px 30px rgba(21, 24, 35, 0.12); */
  @media (max-width: 768px) { flex-direction: column; }
}

.contact-text {
  text-align: center;
  width: calc(560 / 1120 * 100%);
  padding: clamp(3.2rem, 5.20vw, 6.4rem) clamp(3.2rem, 6.25vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media (max-width: 768px) {
    width: 100%;
    padding: 5.6rem 2.4rem 6.4rem;
  }
}

.contact-ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: var(--font-shippori);
  margin:8rem 0 4rem;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    margin:4rem 0 3.2rem;
  }
}

.btn-contact-wrap{
  display: flex;
  justify-content: center;
}

.btn-contact {
    font-family: var(--font-shippori);
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4.8rem;
    gap: .8rem;
    line-height: 4.5rem;
    background: var(--dark);
    color: var(--white);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
    border-radius: 5rem;
    &:hover { opacity: 0.8; }
    @media (max-width: 768px) {
      font-size: 1.6rem;
      line-height: 4.2rem;
    }
    i {
      aspect-ratio: 22.45/9.34;
      width: 2.245rem;
      height: auto;
      background: url(../img/arrow-right.svg) center/contain no-repeat;
    }
  }



.contact-img {
  width: 50%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1006 / 643;
  @media (max-width: 768px) {
    width: 100%;
    object-position: center;
  }
}

/*===========================================================*/
/* footer */
/*===========================================================*/

footer {
  background-color: #fff;
  padding: 2.4rem 2.4rem 5.6rem;
  display: flex;
  justify-content: space-between;
  @media (max-width: 768px) {
    padding: 1.6rem 1.6rem 0;
    flex-direction: column;
  }
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  @media (max-width: 768px) {
    gap: 2.4rem;
    justify-content: space-between;
    padding-bottom: 1.6rem;
  }
}

.footer-logo {
  width: 22.7rem;
  aspect-ratio: 227/22;
  @media (max-width: 768px) { 
    width: 16.4rem; 
  }
  img { 
    display: block;
  }
}

.footer-nav {
  display: flex;
  gap: 0 2.4rem;
  align-items: center;
  @media (max-width: 768px) { 
    flex-direction: column;
    align-items: flex-end;
  }
  a {
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    transition: opacity 0.3s;
    line-height: 1.6;
    &:hover { 
      opacity:0.8;
    }
    @media (max-width: 768px) { 
      font-size: 1rem; 
    }
  }
}

.footer-copy {
  color: #8D867D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  @media (max-width: 768px) {
    width: calc(100vw);
    margin-inline: -1.6rem;
    text-align: center;
    border-top: 1px solid #C0C4CB;
    padding: .8rem 1.6rem;
  }
}
