@charset "UTF-8";
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  --serif: "", serif;
  --en-sans: "", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main: #4c4948;
  --green01: #009259;
  --green02: #c5d43b;
  --green03: #f7fbeb;
  --blue01: #f1f9fb;
  --blue02: #7fcdd9;
  --pink01: #fff7f7;
  --pink02: #ffb1b0;
  --gray01: #ebebec;
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
}
@layer foundation {
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    text-size-adjust: 100%;
    font-family: var(--sans-serif);
    line-height: 1.8;
    min-width: 320px;
    color: var(--main);
    background: var(--base);
  }
  @media screen and (max-width: 767px) {
    body.is-main-nav-expanded {
      overflow: hidden;
    }
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  @media screen and (min-width: 768px) {
    img,
    svg,
    iframe,
    video,
    picture {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    img,
    svg,
    iframe,
    video,
    picture {
      width: 100%;
    }
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  a {
    word-break: break-all;
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  address {
    font-style: normal;
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*========================================
  サイト共通のフッター
========================================*/
@layer layout {
  .l-footer {
    padding-block: 100px 50px;
    color: var(--base);
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 50px 6.6666666667vw 15px;
    }
  }
  .l-footer__inner {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .l-footer__inner {
      display: grid;
      grid-template-columns: minmax(433px, 665px) 36.9369369369vw;
      gap: 0 15px;
      grid-auto-rows: min-content;
    }
  }
  @media screen and (min-width: 768px) and (width >= 1111px) {
    .l-footer__inner {
      grid-template-columns: minmax(433px, 665px) 410px;
    }
  }
  .l-footer__inner::after {
    background: var(--base);
    content: "";
    width: 100%;
    height: 1px;
    display: block;
  }
  @media screen and (min-width: 768px) {
    .l-footer__inner::after {
      margin-top: 35px;
      grid-column: 1/3;
      grid-row: 3/4;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__inner::after {
      position: absolute;
      top: 140px;
      left: 50%;
      translate: -50% 0;
    }
  }
  .l-footer__add {
    width: 33.963963964vw;
  }
  @media (width >= 1111px) {
    .l-footer__add {
      width: 377px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__add {
      grid-column: 1/2;
      grid-row: 1/2;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__add {
      width: 100%;
    }
  }
  .l-footer__add span {
    display: block;
  }
  .l-footer__add .add-logo {
    margin-bottom: 4.5045045045vw;
  }
  @media (width >= 1111px) {
    .l-footer__add .add-logo {
      margin-bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__add .add-logo {
      width: 282px;
      margin-bottom: 25px;
    }
  }
  .l-footer__add .add-text-large {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
  }
  @media screen and (max-width: 767px) {
    .l-footer__add .add-text-large {
      font-size: 0.875rem;
      line-height: 2;
    }
  }
  .l-footer__add .add-text-small {
    font-size: 0.9375rem;
    letter-spacing: 0.18em;
  }
  @media screen and (max-width: 767px) {
    .l-footer__add .add-text-small {
      font-size: 0.6875rem;
    }
  }
  .l-footer__nav {
    margin-top: 2.7027027027vw;
  }
  @media (width >= 1111px) {
    .l-footer__nav {
      margin-top: 30px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__nav {
      grid-column: 1/2;
      grid-row: 4/5;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__nav {
      margin-top: 60px;
    }
  }
  .l-footer__nav-list {
    display: flex;
    gap: 0 2.1621621622vw;
  }
  @media (width >= 1111px) {
    .l-footer__nav-list {
      gap: 0 24px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__nav-list {
      flex-direction: column;
      gap: 12px 0;
    }
  }
  .l-footer__nav-link {
    font-size: 0.875rem;
    color: var(--base);
    text-decoration: none;
    line-height: 1.4;
    letter-spacing: 0.14em;
    display: block;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-footer__nav-link {
      font-size: 0.75rem;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__nav-link::before {
      background: var(--base);
      content: "";
      width: 100%;
      height: 1px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      scale: 0 1;
      transform-origin: left;
      transition: 0.3s;
    }
  }
  @media (any-hover: hover) {
    .l-footer__nav-link:hover::before {
      scale: 1 1;
    }
  }
  .l-footer__sns {
    margin-top: 1.6216216216vw;
  }
  @media (width >= 1111px) {
    .l-footer__sns {
      margin-top: 18px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__sns {
      grid-column: 1/2;
      grid-row: 2/3;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns {
      margin-top: 45px;
    }
  }
  .l-footer__sns .sns-list {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns .sns-list {
      gap: 0 22px;
    }
  }
  .l-footer__sns .icon-insta {
    width: 38px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns .icon-insta {
      width: 34px;
    }
  }
  .l-footer__sns .icon-fb {
    width: 34px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns .icon-fb {
      width: 32px;
    }
  }
  .l-footer__sns .icon-yt {
    width: 40px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__sns .icon-yt {
      width: 37px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__bnr {
      grid-column: 2/3;
      grid-row: 1/3;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__bnr {
      margin-top: 45px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__bnr li {
      width: 85.3333333333vw;
    }
  }
  .l-footer__bnr li:nth-child(n+2) {
    margin-top: 1.8018018018vw;
  }
  @media (width >= 1111px) {
    .l-footer__bnr li:nth-child(n+2) {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__bnr li:nth-child(n+2) {
      margin-top: 15px;
    }
  }
  .l-footer__bnr a {
    display: block;
    transition: 0.3s;
  }
  @media (any-hover: hover) {
    .l-footer__bnr a:hover {
      scale: 1.03;
    }
  }
  .l-footer__bnr img {
    width: 100%;
  }
  .l-footer__pagetop {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: -35px;
    right: 20px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__pagetop {
      display: none;
    }
  }
  .l-footer__copyright {
    margin-top: 2.7027027027vw;
    font-size: 0.6875rem;
    text-align: right;
    letter-spacing: 0.1em;
  }
  @media (width >= 1111px) {
    .l-footer__copyright {
      margin-top: 30px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer__copyright {
      grid-column: 2/3;
      grid-row: 4/5;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      margin-top: 40px;
      font-size: 0.625rem;
      letter-spacing: 0.04em;
      text-align: center;
    }
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
@layer layout {
  .l-header__60th {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 2;
  }
  @media screen and (max-width: 767px) {
    .l-header__60th {
      width: 54px;
      top: 10px;
      right: 12px;
    }
  }
}
@layer component {
  .c-container, .c-container--s, .c-container--full {
    width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
  }
  @media screen and (max-width: 767px) {
    .c-container, .c-container--s, .c-container--full {
      padding-inline: 0;
    }
  }
  .c-container--full {
    max-width: 1420px;
  }
  .c-container--s {
    max-width: 1110px;
  }
}
@layer project {
  .p-bg-green01 {
    background: var(--green01);
  }
  .p-bg-green02 {
    background: var(--green03);
  }
  .p-bg-gray {
    background: var(--gray01);
  }
  .p-bg-pink {
    background: var(--pink01);
  }
  .p-bg-blue {
    background: var(--blue01);
  }
  .p-bg-dottedline-w::after {
    background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
    background-size: 6px;
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@layer project {
  .p-text-green {
    color: var(--green01);
  }
}
@layer project {
  .p-ttl__campus {
    max-width: 1110px;
    margin-inline: auto;
    padding-inline: 10px;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__campus {
      padding-inline: 6.6666666667vw;
    }
  }
  .p-ttl__campus img {
    width: 40.2142857143vw;
    max-width: 563px;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__campus img {
      width: 86.4vw;
    }
  }
  .p-ttl__floor {
    margin-bottom: 30px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__floor {
      margin-bottom: 20px;
      padding-inline: 6.6666666667vw;
      text-align: left;
    }
  }
  .p-ttl__floor img {
    width: 36.7142857143vw;
    max-width: 514px;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__floor img {
      width: 78.9333333333vw;
    }
  }
  .p-ttl__gallery {
    margin-bottom: 50px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__gallery {
      margin-bottom: 34px;
      text-align: left;
    }
  }
  .p-ttl__gallery img {
    width: 44.7857142857vw;
    max-width: 627px;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__gallery img {
      width: 56.5333333333vw;
    }
  }
  .p-ttl__sns {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__sns {
      font-size: 0.625rem;
    }
  }
  .p-ttl__h4 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.16em;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__h4 {
      font-size: 1.375rem;
    }
  }
  .p-ttl__h4 .text-small {
    font-size: 73%;
  }
}
@layer project {
  .p-hero {
    position: relative;
    overflow: hidden;
  }
  .p-hero__inner {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
  }
  .p-hero__logo {
    width: 236px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__logo {
      width: 215px;
      top: 18px;
      left: 12px;
    }
  }
  .p-hero__ttl {
    width: 78vw;
    text-align: center;
    position: absolute;
    bottom: 48px;
    left: 50%;
    translate: -50% 0;
  }
  @media screen and (max-width: 767px) {
    .p-hero__ttl {
      width: 91.4666666667vw;
      bottom: calc(5.3333333333vw + 30px);
    }
  }
  .p-hero__slide {
    padding-bottom: 30px;
  }
  .p-hero__slide img {
    width: 100%;
    max-width: none;
  }
  .p-hero__slide .splide__pagination {
    line-height: 1;
    display: flex;
    gap: 0 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
  .p-hero__slide .splide__pagination__page {
    background: var(--gray01);
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    padding: 0;
  }
  .p-hero__slide .splide__pagination__page.is-active {
    background: #0d955a;
  }
}
.splide__list {
  display: flex;
}

.splide__arrow {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.p-slide-01__ttl {
  margin-left: 10vw;
}
@media (width >= 1400px) {
  .p-slide-01__ttl {
    margin-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide-01__ttl {
    margin-inline: auto;
  }
}
.p-slide-01__ttl.ttl-1f {
  width: 8.8571428571vw;
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .p-slide-01__ttl.ttl-1f {
    width: 13.6vw;
    max-width: none;
  }
}
.p-slide-01__ttl.ttl-2f {
  width: 9.2857142857vw;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .p-slide-01__ttl.ttl-2f {
    width: 14.1333333333vw;
    max-width: none;
  }
}

.p-slide-01 {
  margin-top: -1.3571428571vw;
  position: relative;
}
@media (width >= 1400px) {
  .p-slide-01 {
    margin-top: -19px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide-01 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-slide-01__list {
    flex-direction: column;
    gap: 50px 0;
  }
}

.p-slide-01__item {
  width: 59.2857142857vw;
  max-width: 830px;
}
@media screen and (min-width: 768px) {
  .p-slide-01__item {
    height: 833px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide-01__item {
    width: 100%;
    max-width: none;
  }
}

.p-slide-01__arrow {
  position: absolute;
  top: 21.3571428571vw;
  left: 50%;
  translate: -50% 0;
}
@media (width >= 1400px) {
  .p-slide-01__arrow {
    top: 299px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide-01__arrow {
    display: none;
  }
}

.p-slide-01__btn {
  width: 6.0714285714vw;
  max-width: 85px;
  height: 2.5694444444vw;
  max-height: 37px;
  padding: 10px;
  position: absolute;
  translate: -50% 0;
}
.p-slide-01__btn::before {
  background: url(../img/icon/arrow-g-right.webp) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 4.6428571429vw;
  height: 1.1805555556vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-slide-01__btn.splide__arrow--prev {
  left: calc(50% - 33.2857142857vw);
}
@media (width >= 1400px) {
  .p-slide-01__btn.splide__arrow--prev {
    left: calc(50% - 466px);
  }
}
.p-slide-01__btn.splide__arrow--prev::before {
  rotate: 180deg;
}
.p-slide-01__btn.splide__arrow--next {
  left: calc(50% + 33.2857142857vw);
}
@media (width >= 1400px) {
  .p-slide-01__btn.splide__arrow--next {
    left: calc(50% + 466px);
  }
}

.p-slide-02 {
  position: relative;
}

.p-slide-02__item img {
  border-radius: 2.8571428571vw;
  width: auto;
  max-height: 90vh;
  overflow: hidden;
}
@media (width >= 1400px) {
  .p-slide-02__item img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-slide-02__item img {
    border-radius: 4vw;
  }
}
.p-slide-02__item.item-vertical img {
  max-width: 700px;
}

.p-slide-02__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.p-slide-02__btn {
  width: 6.1428571429vw;
  max-width: 86px;
  height: 2.5694444444vw;
  max-height: 37px;
  padding: 10px;
  position: absolute;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .p-slide-02__btn {
    width: 13.0666666667vw;
    max-width: 80px;
    height: 5.3333333333vw;
    max-height: 35px;
    padding: 2.6666666667vw;
  }
}
.p-slide-02__btn::before {
  background: url(../img/icon/arrow-w-right.webp) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 4.7142857143vw;
  height: 1.1805555556vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-slide-02__btn::before {
    width: 10.4vw;
    height: 2.6666666667vw;
  }
}
.p-slide-02__btn.splide__arrow--prev {
  left: calc(50% - 36.4285714286vw);
}
@media (width >= 1400px) {
  .p-slide-02__btn.splide__arrow--prev {
    left: calc(50% - 510px);
  }
}
@media screen and (max-width: 767px) {
  .p-slide-02__btn.splide__arrow--prev {
    left: calc(50% - 42.6666666667vw);
  }
}
.p-slide-02__btn.splide__arrow--prev::before {
  rotate: 180deg;
}
.p-slide-02__btn.splide__arrow--next {
  left: calc(50% + 36.4285714286vw);
}
@media (width >= 1400px) {
  .p-slide-02__btn.splide__arrow--next {
    left: calc(50% + 510px);
  }
}
@media screen and (max-width: 767px) {
  .p-slide-02__btn.splide__arrow--next {
    left: calc(50% + 42.6666666667vw);
  }
}

.p-slide-02__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@layer project {
  .p-tab {
    margin-top: 35px;
  }
  @media screen and (max-width: 767px) {
    .p-tab {
      margin-top: 25px;
    }
  }
  .p-tab__list {
    width: calc(62.1621621622vw + 40px);
    max-width: 730px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  @media screen and (max-width: 767px) {
    .p-tab__list {
      width: 86.6666666667vw;
      max-width: 650px;
      gap: 0 1.3333333333vw;
    }
  }
  .p-tab__btn {
    border-radius: 10px 10px 0 0;
    border: 0;
    width: 20.7207207207vw;
    max-width: 230px;
    padding-block: 7px;
    font-size: 1.5rem;
    flex: 1;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-tab__btn {
      border-radius: 1.4414414414vw 1.4414414414vw 0 0;
      width: 280vw;
      max-width: 210px;
      padding-block: 5px;
      font-size: 0.75rem;
    }
  }
  .p-tab__btn::before {
    background: #000;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  .p-tab__btn::after {
    background: url(../img/icon/arrow-g-down.webp) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    right: 12px;
    translate: 0 -50%;
  }
  @media screen and (max-width: 767px) {
    .p-tab__btn::after {
      width: 20px;
      height: 20px;
      right: 6px;
    }
  }
  .p-tab__btn[aria-selected=true] {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .p-tab__btn.btn-01 {
    background: var(--pink02);
  }
  .p-tab__btn.btn-01[aria-selected=true]::before {
    background: var(--pink01);
  }
  .p-tab__btn.btn-02 {
    background: var(--blue02);
  }
  .p-tab__btn.btn-02[aria-selected=true]::before {
    background: var(--blue01);
  }
  .p-tab__btn.btn-03 {
    background: var(--green02);
  }
  .p-tab__btn.btn-03[aria-selected=true]::before {
    background: var(--green03);
  }
  .p-tab__panel {
    height: auto;
    transition: 0.5S opacity;
    opacity: 1;
    position: relative;
  }
  .p-tab__panel:not(.is-visible) {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
}
@layer project {
  .modal__overlay {
    background: var(--main);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    z-index: 2;
  }
  .modal__container {
    max-height: 100vh;
  }
  @media screen and (max-width: 767px) {
    .modal__container {
      width: 80vw;
      max-width: none;
    }
  }
  .modal__container:not(.p-modal__gallery) {
    border-radius: 2.8571428571vw;
    overflow: hidden;
  }
  @media (width >= 1400px) {
    .modal__container:not(.p-modal__gallery) {
      border-radius: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal__container:not(.p-modal__gallery) {
      border-radius: 4vw;
    }
  }
  .p-modal__drawing {
    background: var(--base);
    padding: 20px;
  }
  @media screen and (min-width: 768px) {
    .p-modal__drawing {
      width: 42.8571428571vw;
      max-width: 600px;
    }
  }
  @media screen and (min-width: 768px) {
    .p-modal__floor {
      width: 66.4285714286vw;
      max-width: 930px;
    }
  }
  @media screen and (min-width: 768px) {
    .p-modal__gallery {
      width: 62.8571428571vw;
      max-width: 880px;
    }
  }
  .modal__close {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 3.7142857143vw;
    right: 1.7857142857vw;
  }
  @media (width >= 1400px) {
    .modal__close {
      top: 52px;
      right: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal__close {
      top: 2.8571428571vw;
      right: 2.8571428571vw;
    }
  }
  .modal__close::before {
    background: url(../img/icon/icon-modal-close-w.webp) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .modal__close::before {
      width: 4.2857142857vw;
      height: 4.2857142857vw;
    }
  }
  @keyframes mmfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .micromodal-slide {
    display: none;
  }
  .micromodal-slide.is-open {
    display: block;
  }
  .micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }
}
/*========================================
  アニメーション
========================================*/
@layer project {
  .p-anime__fadein-up {
    opacity: 0;
    visibility: hidden;
  }
  .p-anime__fadein-up.js-show {
    animation: a-fadein-up 0.8s ease 0.2s forwards;
  }
  @keyframes a-fadein-up {
    0% {
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  .p-anime-dulation-01.js-show {
    animation-duration: 1.6s;
  }
  @media screen and (min-width: 768px) {
    .p-anime-delay-pc-01.js-show {
      animation-delay: 0.5s;
    }
  }
}
@layer project {
  .p-concept {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto 70px;
    padding-bottom: 27.8571428571vw;
    position: relative;
  }
  @media (width >= 1400px) {
    .p-concept {
      padding-bottom: 390px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept {
      margin-block: 60px 85px;
      padding-bottom: 57.3333333333vw;
    }
  }
  .p-concept__contents {
    width: 32.1428571429vw;
    max-width: 450px;
    margin-inline: 44.2857142857vw auto;
    padding-top: 35px;
    position: relative;
    z-index: 1;
  }
  @media (width >= 1400px) {
    .p-concept__contents {
      margin-inline: 620px auto;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__contents {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0 6.6666666667vw;
    }
  }
  .p-concept__text-01 {
    font-size: clamp(1rem, 0.241rem + 1.582vw, 1.625rem);
    letter-spacing: 0.18em;
  }
  @media screen and (max-width: 767px) {
    .p-concept__text-01 {
      font-size: clamp(1.188rem, 0rem + 5.067vw, 2.375rem);
    }
  }
  .p-concept__text-02,
  .p-concept__text-03,
  .p-concept__text-04 {
    margin-top: 30px;
    font-size: clamp(0.75rem, 0.294rem + 0.949vw, 1.125rem);
    line-height: 2.1;
    letter-spacing: 0.144em;
  }
  @media screen and (max-width: 767px) {
    .p-concept__text-02,
    .p-concept__text-03,
    .p-concept__text-04 {
      margin-top: 0;
      font-size: clamp(0.875rem, 0.25rem + 2.667vw, 1.5rem);
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__text-02 {
      margin-top: 9.6vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__text-03 {
      margin-top: 89.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__text-04 {
      margin-top: 82.6666666667vw;
    }
  }
  .p-concept__pict {
    border-radius: 2.1428571429vw;
    overflow: hidden;
    position: absolute;
  }
  @media (width >= 1400px) {
    .p-concept__pict {
      border-radius: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__pict {
      border-radius: 6.6666666667vw;
    }
  }
  .p-concept__pict img {
    width: 100%;
  }
  .p-concept__pict.pict-01 {
    width: 37.8571428571vw;
    max-width: 530px;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .p-concept__pict.pict-01 {
      width: 62vw;
      max-width: none;
      top: 43.2vw;
      left: inherit;
      right: 0;
    }
  }
  .p-concept__pict.pict-02 {
    width: 19.2857142857vw;
    max-width: 270px;
    top: 25.1428571429vw;
    right: 0;
  }
  @media (width >= 1400px) {
    .p-concept__pict.pict-02 {
      top: 352px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__pict.pict-02 {
      width: 38vw;
      max-width: none;
      top: 220vw;
    }
  }
  .p-concept__pict.pict-03 {
    width: 21.0714285714vw;
    max-width: 295px;
    bottom: 4.2857142857vw;
    right: 20.4285714286vw;
  }
  @media (width >= 1400px) {
    .p-concept__pict.pict-03 {
      bottom: 60px;
      right: 286px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__pict.pict-03 {
      width: 55.3333333333vw;
      max-width: none;
      top: 179.2vw;
      bottom: inherit;
      left: 0;
      right: inherit;
    }
  }
  .p-concept__pict.pict-04 {
    width: 33.9285714286vw;
    max-width: 475px;
    bottom: 0;
    left: 10.7142857143vw;
  }
  @media (width >= 1400px) {
    .p-concept__pict.pict-04 {
      left: 150px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__pict.pict-04 {
      width: 78vw;
      max-width: none;
      left: 50%;
      translate: -50% 0;
    }
  }
}
@layer project {
  .p-info {
    background: url(../img/bg/bg-intro-pc.avif) no-repeat 50% 9.009009009vw;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
  }
  @media (width >= 1111px) {
    .p-info {
      background-position: 50% 100px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info {
      background: var(--green01) url(../img/bg/bg-intro-sp.avif) no-repeat 50% 100%;
      background-size: 100% auto;
      padding-block: 75px 80px;
    }
  }
  @media screen and (min-width: 768px) {
    .p-info::after {
      background: url(../img/icon/arrow-w-down.webp) no-repeat 0 0;
      background-size: contain;
      content: "";
      width: 17px;
      height: 65px;
      display: block;
      position: absolute;
      bottom: 25px;
      left: 50%;
      translate: -50% 0;
    }
  }
  .p-info__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 6.4864864865vw;
  }
  @media (width >= 1111px) {
    .p-info__container {
      gap: 0 72px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info__container {
      padding: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .p-info__box-01 {
    width: 53.1531531532vw;
    max-width: 590px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-info__box-01 {
      width: 86vw;
      max-width: none;
      margin: 50px 0 0 auto;
      order: 2;
    }
  }
  .p-info__box-02 {
    width: 38.5585585586vw;
    max-width: 428px;
    margin-top: 200px;
  }
  @media screen and (max-width: 767px) {
    .p-info__box-02 {
      display: contents;
    }
  }
  .p-info__pict {
    border-radius: 2.8828828829vw;
    display: block;
    overflow: hidden;
  }
  @media (width >= 1111px) {
    .p-info__pict {
      border-radius: 32px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info__pict {
      border-radius: 6.6666666667vw;
    }
  }
  .p-info__copy {
    width: 12.7927927928vw;
    max-width: 142px;
    position: absolute;
    bottom: -9.3693693694vw;
    right: 40px;
  }
  @media (width >= 1111px) {
    .p-info__copy {
      bottom: -104px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info__copy {
      width: 25.3333333333vw;
      max-width: none;
      bottom: -36vw;
      right: 6.6666666667vw;
    }
  }
  .p-info__text {
    font-size: clamp(0.875rem, -0.248rem + 2.339vw, 1.375rem);
    color: var(--base);
    letter-spacing: 0.2em;
  }
  @media screen and (max-width: 767px) {
    .p-info__text {
      width: 270px;
      margin-inline: 6.6666666667vw auto;
      font-size: 0.875rem;
      order: 1;
    }
  }
  .p-info__text span {
    padding-block: 0.990990991vw 1.3513513514vw;
    display: block;
    position: relative;
  }
  @media (width >= 1111px) {
    .p-info__text span {
      padding-block: 11px 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info__text span {
      padding-block: 2.1333333333vw 3.2vw;
    }
  }
  .p-info__mark {
    margin-top: 30px;
  }
  @media screen and (max-width: 767px) {
    .p-info__mark {
      width: 81.6vw;
      margin: 30.6666666667vw auto 0;
      order: 3;
    }
  }
}
@layer project {
  .p-campus {
    padding-top: 170px;
  }
  @media screen and (max-width: 767px) {
    .p-campus {
      padding-top: 80px;
    }
  }
  .p-campus__text-01 {
    max-width: 1110px;
    margin: 45px auto 50px;
    padding-inline: 10px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.14em;
  }
  @media screen and (max-width: 767px) {
    .p-campus__text-01 {
      margin-block: 25px 35px;
      padding-inline: 6.6666666667vw;
      font-size: 0.875rem;
      line-height: 2;
    }
  }
  .p-campus__slide {
    border-top: 1px solid var(--main);
    border-left: 1px solid var(--main);
    border-right: 1px solid var(--main);
    border-radius: 4.2857142857vw 4.2857142857vw 0 0;
    padding-block: 80px 11.4285714286vw;
  }
  @media (width >= 1400px) {
    .p-campus__slide {
      border-radius: 60px 60px 0 0;
      padding-block: 80px 160px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__slide {
      border-radius: 8vw 8vw 0 0;
      padding-block: 40px 24vw;
    }
  }
  .p-campus__slide:nth-of-type(n + 2) {
    border-bottom: 1px solid var(--main);
    margin-top: -70px;
    padding-bottom: 6.4285714286vw;
  }
  @media (width >= 1400px) {
    .p-campus__slide:nth-of-type(n + 2) {
      padding-bottom: 90px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__slide:nth-of-type(n + 2) {
      margin-top: -8vw;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__item {
      padding-inline: 4.5333333333vw;
    }
  }
  .p-campus__item .item-pict {
    border-radius: 4.2857142857vw;
    margin-inline: auto;
    display: block;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .p-campus__item .item-pict {
      scale: 0.75;
    }
  }
  @media (width >= 1400px) {
    .p-campus__item .item-pict {
      border-radius: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__item .item-pict {
      border-radius: 8vw;
      width: 86.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-campus__item.is-active .item-pict {
      scale: 1;
    }
  }
  @media screen and (min-width: 768px) {
    .p-campus__item:not(.is-active) .p-campus__pict::before {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .p-campus__item:not(.is-active) .p-campus__contents {
      display: none;
    }
  }
  .p-campus__pict {
    padding: 1.7142857143vw 1.0714285714vw;
    position: relative;
  }
  @media (width >= 1400px) {
    .p-campus__pict {
      padding: 24px 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__pict {
      padding: 3.4666666667vw 2.1333333333vw;
    }
  }
  .p-campus__pict.bg-pink::before {
    background: url(../img/bg/bg-campus-pink.avif) no-repeat 0 0;
    background-size: contain;
  }
  .p-campus__pict.bg-blue::before {
    background: url(../img/bg/bg-campus-blue.avif) no-repeat 0 0;
    background-size: contain;
  }
  .p-campus__pict.pict-odd::before, .p-campus__pict.pict-even::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .p-campus__pict.pict-odd.bg-blue::before {
      transform: scaleX(-1);
    }
  }
  .p-campus__pict.pict-even.bg-pink::before {
    transform: scaleX(-1);
  }
  @media screen and (min-width: 768px) {
    .p-campus__pict.pict-even.bg-blue::before {
      transform: scaleX(-1);
    }
  }
  @media screen and (max-width: 767px) {
    .p-campus__pict .splide__spinner {
      display: none;
    }
  }
  .p-campus__contents {
    width: 57.1428571429vw;
    max-width: 800px;
    margin: 10px auto 0;
  }
  @media screen and (max-width: 767px) {
    .p-campus__contents {
      width: 100%;
      max-width: none;
      padding-inline: 2.1333333333vw;
    }
  }
  .p-campus__copy {
    font-weight: 500;
    letter-spacing: 0.16em;
  }
  @media screen and (max-width: 767px) {
    .p-campus__copy {
      font-size: 0.75rem;
    }
  }
  .p-campus__text {
    margin-top: 7px;
    font-size: 1.125rem;
    line-height: 1.9;
    letter-spacing: 0.13em;
    text-align: justify;
  }
  @media screen and (max-width: 767px) {
    .p-campus__text {
      font-size: 0.875rem;
    }
  }
}
@layer project {
  .p-floor {
    padding-block: 120px 150px;
  }
  @media screen and (max-width: 767px) {
    .p-floor {
      padding-block: 75px 0;
    }
  }
  .p-floor__text-01 {
    width: 57.1428571429vw;
    max-width: 800px;
    margin-inline: auto;
    line-height: 1.9;
    letter-spacing: 0.18em;
  }
  @media screen and (max-width: 767px) {
    .p-floor__text-01 {
      width: 100%;
      padding-inline: 6.6666666667vw;
      font-size: 0.75rem;
    }
  }
  .p-floor__contents {
    border: 1px solid #000;
    border-radius: 2.7027027027vw;
    padding: 60px 5.4054054054vw;
    display: flex;
    justify-content: space-between;
  }
  @media (width >= 1111px) {
    .p-floor__contents {
      border-radius: 30px;
      padding-inline: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-floor__contents {
      border-left: none;
      border-right: none;
      border-radius: 0;
      padding: 25px 6.6666666667vw 75px;
      flex-wrap: wrap;
      gap: 20px 0;
    }
  }
  .p-floor__pict {
    background: var(--base);
    border-radius: 5.045045045vw;
    border: none;
    width: 45.045045045vw;
    max-width: 500px;
    height: 47.2972972973vw;
    max-height: 525px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (width >= 1111px) {
    .p-floor__pict {
      border-radius: 56px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-floor__pict {
      border-radius: 6.6666666667vw;
      width: 100%;
      max-width: none;
      height: 54.6666666667vw;
      max-height: none;
      padding: 2.6666666667vw 3.2vw;
    }
  }
  .p-floor__list-wrap,
  .p-floor__list {
    width: 36.9369369369vw;
    max-width: 410px;
  }
  @media screen and (max-width: 767px) {
    .p-floor__list-wrap,
    .p-floor__list {
      width: 100%;
      max-width: none;
    }
  }
  .p-floor__list-item {
    border-top: 2px dotted var(--main);
  }
  .p-floor__list-item:last-child {
    border-bottom: 2px dotted var(--main);
  }
  .p-floor__room {
    background: none;
    border: none;
    width: 100%;
    padding: 17px 10px;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  @media screen and (max-width: 767px) {
    .p-floor__room {
      padding: 10px 5px;
      gap: 0 10px;
    }
  }
  .p-floor__room.room-modal {
    transition: 0.3s;
  }
  .p-floor__room.room-modal::after {
    content: "";
    width: 41px;
    height: 41px;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .p-floor__room.room-modal::after {
      width: 30px;
      height: 30px;
    }
  }
  .p-floor__room.arrow-pink::after {
    background: url(../img/icon/arrow-p-right.webp) no-repeat 0 0;
    background-size: contain;
  }
  @media (any-hover: hover) {
    .p-floor__room.arrow-pink:hover {
      background: #ffd0d0;
    }
  }
  .p-floor__room.arrow-blue::after {
    background: url(../img/icon/arrow-b-right.webp) no-repeat 0 0;
    background-size: contain;
  }
  @media (any-hover: hover) {
    .p-floor__room.arrow-blue:hover {
      background: #b8e3ea;
    }
  }
  .p-floor__room .icon-num {
    width: 28px;
  }
  @media screen and (max-width: 767px) {
    .p-floor__room .icon-num {
      width: 20px;
    }
  }
  .p-floor__room .floor-name {
    width: calc(100% - 70px);
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .p-floor__room .floor-name {
      font-size: 0.8125rem;
    }
  }
  .p-floor__list-wrap dt {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--green01);
  }
  @media screen and (max-width: 767px) {
    .p-floor__list-wrap dt {
      margin-bottom: 7px;
      font-size: 0.875rem;
    }
  }
}
@layer project {
  .p-gallery {
    border-top: 1px solid var(--main);
    padding-block: 130px 100px;
  }
  @media screen and (max-width: 767px) {
    .p-gallery {
      border-top: none;
      padding: 90px 6.6666666667vw 75px;
    }
  }
  .p-gallery__container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 10px;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__container {
      padding-inline: 0;
    }
  }
  .p-gallery__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.6666666667vw;
    }
  }
  .p-gallery__item {
    border-radius: 1.8018018018vw;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__item {
      border-radius: 3.4666666667vw;
    }
  }
  .p-gallery__btn {
    background: none;
    border: none;
    padding: 0;
    position: relative;
  }
  .p-gallery__btn::after {
    background: url(../img/icon/icon-modal-open-w-pc.webp) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__btn::after {
      background: url(../img/icon/icon-modal-open-w-sp.avif) no-repeat 0 0;
      background-size: contain;
      width: 8vw;
      height: 8vw;
      bottom: 2.4vw;
      right: 2.4vw;
    }
  }
  @media (any-hover: hover) {
    .p-gallery__btn:hover img {
      scale: 1.05;
    }
  }
  .p-gallery__btn img {
    transition: 0.3s;
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
@layer utilities {
  .u-text-upper {
    text-transform: uppercase;
  }
}
@layer utilities {
  .u-br {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .u-br-pc {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .u-br-sp {
      display: block;
    }
  }
}