@charset "utf-8";
:root {
  --body-bg: #fff;
  --body-color: #191919;
  --border-color: #707070;
  --color-key: #323333;
  --color-key-bg: #EDEDED;
  --font-sans: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Rajdhani", sans-serif;
  --font-size-base: 16rem;
  --font-size-sm: 12rem;
  --font-weight-base: 400;
  --font-weight-bold: 700;
  --line-height-base: 1.85;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  font-weight: var(--font-weight-base);
  margin: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: initial;
  outline: none;
  font-size: inherit;
  font-family: inherit;
}

form,
label {
  margin-bottom: 0;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

dd {
  margin-bottom: 1rem;
}

a,
button {
  color: var(--body-color);
  cursor: pointer;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

th {
  font-weight: var(--font-weight-base);
  text-align: left;
}

th,
td {
  padding: .3em 0;
}

html {
  font-size: .052083333333333336vw;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  letter-spacing: .05em;
  line-height: var(--line-height-base);
  margin: 0;
  opacity: 0;
  overflow-wrap: break-word;
  transition: opacity .3s cubic-bezier(0.68, 0.04, 0.49, 0.94) .5s;
  word-break: break-all;
}

.is-load body {
  opacity: 1;
}

html, body {
    overflow-x: hidden;
}

/* --------------------------------
  ローディングアニメーション
-------------------------------- */
.anime {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .75s cubic-bezier(0.68, 0.04, 0.49, 0.94) .75s;
}

.js-anime {
  clip-path: inset(0 100% 0 0);
  transition: clip-path cubic-bezier(0.68, 0.04, 0.49, 0.94) .75s;
}

.is-load .anime,
.is-inview.js-anime {
  clip-path: inset(0 0 0 0);
}

/* --------------------------------
  ヘッダー
-------------------------------- */
.header {
  background-color: var(--color-key-bg);
  left: 0;
  padding: 25rem 100rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__ttl {
  line-height: 1;
}

.header__ttl-en {
  display: inline-block;
  font-size: 50rem;
}

.header__logo {
  display: block;
  position: absolute;
  right: 30rem;
  top: 20rem;
  width: 160rem;
}

.header__contact {
  background-color: #fff;
  border-radius: 10rem;
  border: .5px solid var(--border-color);
  bottom: 20rem;
  color: var(--color-key);
  display: block;
  font-family: var(--font-sans);
  font-size: 14rem;
  letter-spacing: .16em;
  line-height: 31rem;
  padding: 0 0 1rem 25rem;
  position: absolute;
  right: 30rem;
  width: 162rem;
}

.header__contact::after {
  background: url(../images/icon/mail.svg) center / 13rem no-repeat #fff;
  border-radius: 50%;
  border: 1px solid var(--color-key);
  content: "";
  height: 23rem;
  position: absolute;
  right: 25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 23rem;
  z-index: 1;
}

.gnav {
  max-width: 940rem;
  margin: -120rem auto 0;
}

.gnav__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem 80rem;
  justify-content: center;
}

.gnav__list-item {
  display: block;
  font-size: 18rem;
  line-height: 1;
  position: relative;
}

.gnav__area {
  bottom: 30rem;
  font-size: 18rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 245rem;
}

.gnav__area-txt {
  padding-right: 37rem;
  position: relative;
  text-decoration-thickness: 1px;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.gnav__area-txt::after {
  background: url(../images/icon/area-btn-arrow.svg) center / contain no-repeat;
  content: "";
  height: 11rem;
  position: absolute;
  right: 0;
  top: 8rem;
  width: 24rem;
}

/* --------------------------------
  ファーストビュー
-------------------------------- */
.mv {
  padding-top: 260rem;
}

.mv__read {
  padding: 0 100rem 50rem;
}

.mv__read-ttl {
  font-size: 40rem;
  line-height: 1.46;
  text-align: center;
}

.mv__read-ttl::after {
  background-color: var(--body-color);
  content: "";
  display: block;
  height: 4rem;
  margin: 60rem auto 50rem;
  width: 63rem;
}

.mv__read-txt {
  font-size: 20rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 830rem;
}

/* --------------------------------
  セクション
-------------------------------- */
.sec__head {
  padding: 100rem 0 50rem;
}

.sec__ttl {
  font-family: var(--font-en);
  font-size: 68rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.sec__ttl-sm {
  display: block;
  font-family: var(--font-sans);
  font-size: 20rem;
  font-weight: var(--font-weight-base);
  margin-top: .5em;
}

.sec__mv {
  margin-top: 20rem;
}

.sec__mv-ttl {
  font-size: 40rem;
  line-height: 1.46;
  margin: 50rem 0 30rem;
  text-align: center;
}

.sec__mv-txt {
  font-size: 18rem;
  line-height: 1.67;
  margin: 0 auto;
  max-width: 920rem;
  text-align: center;
}

.sec__fig {
  margin: 0;
  position: relative;
}

.sec__fig-img {
  object-fit: cover;
}

.sec__cap {
  bottom: 20rem;
  font-size: 16rem;
  font-weight: var(--font-weight-bold);
  position: absolute;
  right: 100rem;
}

/* カード */
.cards {
  background-color: var(--color-key-bg);
  display: grid;
  gap: 40rem;
  grid-template-columns: 1fr;
  margin: 80rem auto 0;
  padding: 80rem 100rem 170rem;
}

.card {
  background-color: #fff;
  border-radius: 20rem;
  display: grid;
  gap: 60rem 80rem;
  grid-template-columns: 860rem 1fr;
  grid-template-rows: auto 1fr;
  padding: 60rem 100rem;
}

.card__ttl {
  align-items: center;
  display: flex;
  font-size: 36rem;
  font-weight: var(--font-weight-bold);
  gap: 1em;
  grid-area: 1 / 1 / 2 / 3;
  justify-content: center;
  line-height: 1.61;
}

.card__ttl::before,
.card__ttl::after {
  background-color: var(--border-color);
  content: "";
  flex: 1;
  height: 1px;
}

.card__fig {
  grid-area: 2 / 1 / 3 / 2;
  margin: 0;
  position: relative;
}

.card__cap {
  bottom: 1em;
  color: #fff;
  font-size: 16rem;
  font-weight: var(--font-weight-bold);
  left: 20rem;
  position: absolute;
}

.card__body {
  grid-area: 2 / 2 / 3 / 3;
}

.card__sub-ttl {
  font-size: 28rem;
  font-weight: var(--font-weight-base);
  line-height: 1.61;
  margin-bottom: 1em;
}

.card__txt {
  font-size: 20rem;
  letter-spacing: 0;
}

/* 空室情報 */
.sec--vacancy {
  padding: 0 0 60rem;
}

.apt {
  display: block;
}

.apt__ttl {
	min-height: 60rem;
  align-items: center;
  display: flex;
  font-size: 20rem;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.5;
  margin-bottom: .5em;
  text-align: center;
}

.apt__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.apt__body {
  padding: 0 70rem;
}

.apt__lists {
  display: grid;
  gap: 15rem;
  grid-template-columns: 1fr;
  margin: 20rem 0 0;
}

.apt__list-ttl {
  align-items: center;
  display: flex;
  font-size: 14rem;
  font-weight: var(--font-weight-base);
  gap: 12rem;
  line-height: 1.43;
  margin: 0 0 5rem;
}

.apt__list-ttl::after {
  background-color: var(--body-color);
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
}

.apt__list-txt {
  font-size: 12rem;
  line-height: 1.43;
  margin: 0;
  padding: 0 1em;
}

.slider-vacancy {
  margin-top: 20rem;
}

.slider-vacancy .slick-list {
  margin: 0;
}

.slider-vacancy__slide {
  margin: 0;
  padding-bottom: 30rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 30rem;
  padding-bottom: 20rem;
}

.slick-dots {
  bottom: -25rem;
}

.slick-dots li {
  height: 20rem;
  margin: 0 5rem;
  width: 20rem;
}

.slick-dots li button {
  color: var(--body-color);
  height: 20rem;
  padding: 0;
  width: 20rem;
}

.slick-dots li button:before {
  color: var(--body-color);
  display: block;
  font-size: 16rem;
  height: auto;
  line-height: 1;
  opacity: .15;
  position: relative;
  transition: .3s opacity;
  width: auto;
}

.--no-slide .slick-track {
  transform: none!important;
}

.--no-slide .slick-dots {
  display: none;
}

/* --------------------------------
  フッター
-------------------------------- */
.footer {
  background-color: var(--color-key-bg);
  padding: 70rem 0;
}

.footer__links {
  display: flex;
  gap: 90rem;
  justify-content: center;
}

.footer__link-item {
  font-family: var(--font-sans);
  font-size: 12rem;
  letter-spacing: .16em;
  line-height: 1.42;
}

/* --------------------------------
  ユーティリティー
-------------------------------- */
.text-key {
  color: var(--color-key);
}

.text-font {
  color: var(--body-color);
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-sm {
  font-size: var(--font-size-sm);
}

.fw-bold {
  font-weight: var(--font-weight-bold);
}

.font-en {
  font-family: var(--font-en);
  font-weight: 300;
  letter-spacing: 0;
}

/* ================================================================
  hoverスタイル
================================================================ */
@media (hover: hover) and (pointer: fine) {
  a,button {
    transition: opacity .5s ease;
  }

  a:hover,button:hover {
    opacity: .7;
  }

  .header__contact {
    transition: .5s ease;
  }

  .header__contact:hover {
    background-color: var(--color-key);
    color: #fff;
    opacity: 1;
  }

  .gnav__list-item:hover {
    opacity: 1;
  }

  .gnav__list-item::after {
    transform-origin: left;
    transition: transform .5s ease;
  }

  .gnav__list-item:hover::after {
    transform: scaleX(1);
  }

  .gnav__area-txt::after {
    transition: transform .5s ease;
  }

  .gnav__area:hover {
    opacity: 1;
  }

  .gnav__area:hover .gnav__area-txt::after {
    transform: translateX(10rem);
  }
}

/* ================================================================
  PC版のみレイアウト
================================================================ */
@media screen and (min-width: 751px) {

  .gnav__list-item::after {
    background-color: var(--body-color);
    bottom: -.2em;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
  }
  
  .gnav__list-item.--current::after {
    transform: scaleX(1);
  }

  /* --------------------------------
    ユーティリティー
  -------------------------------- */
  .pc-none {
    display: none;
  }

}

/* ================================================================
  スマホ版レイアウト
================================================================ */
@media screen and (max-width: 750px) {
  :root {
    --font-size-base: 14rem;
    --font-size-sm: 10rem;
    --line-height-base: 1.8;
  }

  html {
    font-size: .2564102564102564vw;
  }

  /* --------------------------------
    ヘッダー
  -------------------------------- */
  .header {
    background-color: var(--body-bg);
    padding: 20rem 20rem 0;
    position: relative;
    z-index: inherit;
  }

  .header__logo {
    right: 20rem;
    top: 70rem;
    width: 99rem;
  }

  .header__ttl-en {
    font-size: 31rem;
  }

  .gnav {
    background-color: #F0F0F0;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    flex-direction: column;
    left: 0;
    margin: 0;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    overflow-y: auto;
    padding: 20rem 40rem 80rem;
    position: fixed;
    top: 0;
    transition: clip-path .75s cubic-bezier(0.68, 0.04, 0.49, 0.94), opacity 0s .75s ease, visibility 0s .75s ease;
    visibility: hidden;
    width: 100%;
    z-index: 200;
  }

  .is-open .gnav {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
    transition: clip-path .75s cubic-bezier(0.68, 0.04, 0.49, 0.94), opacity .75s ease, visibility .75s ease;
    visibility: visible;
  }

  .gnav__close {
    display: grid;
    grid-template-columns: 1fr;
    height: 40rem;
    opacity: 0;
    place-content: center;
    position: fixed;
    right: 35rem;
    top: 4.5vh;
    transition: opacity .75s ease, visibility .75s ease;
    visibility: hidden;
    width: 40rem;
    z-index: 300;
  }

  .is-open .gnav__close {
    opacity: 1;
    visibility: visible;
  }

  .gnav__close::before,
  .gnav__close::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2rem;
  }

  .gnav__close::before {
    transform: rotate(22deg) translateY(2rem);
  }

  .gnav__close::after {
    transform: rotate(-22deg);
  }

  .gnav__logo {
    display: block;
    margin: 0 auto;
    width: 120rem;
  }

  .gnav__lists {
    flex-direction: column;
    gap: 10rem;
    margin-top: 40rem;
  }

  .gnav__list-item {
    font-size: 18rem;
    letter-spacing: 0;
    padding: 15rem 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
  }

  .gnav-btns {
    bottom: 40rem;
    display: grid;
    gap: 14rem;
    grid-template-columns: 1fr;
    position: fixed;
    right: 0;
    z-index: 90;
  }

  .gnav-btn {
    background-color: #fff;
    border-radius: 10rem 0 0 10rem;
    border: .5px solid var(--border-color);
    display: grid;
    line-height: 1;
    place-content: center;
    width: 50rem;
  }

  .gnav-btn.--open {
    gap: 6rem;
    height: 55rem;
  }

  .gnav-btn__line {
    background-color: var(--body-color);
    border-radius: 10rem;
    display: block;
    height: 2rem;
    width: 23rem;
  }

  .gnav-btn.--contact {
    color: var(--color-key);
    height: 137rem;
    position: relative;
    z-index: 0;
    padding: 0 0 25rem 1rem;
  }

  .gnav-btn.--contact::before {
    content: "CONTACT";
    display: block;
    font-family: var(--font-sans);
    font-size: 14rem;
    font-weight: 300;
    letter-spacing: .09em;
    transform: rotate(90deg);
    white-space: nowrap;
  }
  
  .gnav-btn.--contact::after {
    background: url(../images/icon/mail.svg) center / 10rem no-repeat;
    border-radius: 50%;
    border: 1px solid var(--color-key);
    bottom: 23rem;
    content: "";
    height: 17rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 17rem;
    z-index: 1;
  }

  .gnav__area {
    display: block;
    margin: 40rem auto 0;
    padding-left: 40rem;
    position: static;
    width: 190rem;
  }

  .gnav__area-txt::after {
    height: 8rem;
    top: 12rem;
  }

  /* --------------------------------
    ファーストビュー
  -------------------------------- */
  .mv {
    padding-top: 30rem;
  }

  .mv__read {
    padding: 0 40rem 30rem;
  }

  .mv__read-ttl {
    font-size: 18rem;
    font-weight: var(--font-weight-bold);
  }

  .mv__read-ttl::after {
    content: none;
  }

  .mv__read-txt {
    font-size: 14rem;
    line-height: 1.64;
    margin-top: 1em;
  }

  /* --------------------------------
    セクション
  -------------------------------- */
  .sec__head {
    padding: 60rem 0 40rem;
  }

  .sec__ttl {
    font-size: 40rem;
  }

  .sec__ttl-sm {
    font-size: 14rem;
  }

  .sec__fig-img {
    height: 260rem;
  }
  
  .sec__cap {
    bottom: 8rem;
    font-size: 10rem;
    right: 10rem;
  }

  .sec__mv-ttl {
    font-size: 20rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.3;
    margin: 1em 0 .8em;
  }

  .sec__mv-txt {
    font-size: 14rem;
    padding: 0 40rem;
  }

  /* カード */
  .cards {
    gap: 25rem;
    margin-top: 20rem;
    padding: 20rem 20rem 170rem;
  }

  .card {
    border-radius: 10rem;
    display: block;
    padding: 28rem 28rem 40rem;
  }

  .card__ttl {
    display: block;
    font-size: 20rem;
    margin-bottom: 1em;
    text-align: center;
  }

  .card__ttl::before,
  .card__ttl::after {
    content: none;
  }

  .card__cap {
    bottom: 8rem;
    font-size: 12rem;
    left: 10rem;
  }

  .card__sub-ttl {
    font-size: 18rem;
    font-weight: var(--font-weight-bold);
    margin: 1em 0 .8em;
  }

  .card__txt {
    font-size: 14rem;
    line-height: 1.79;
  }

  /* 空室情報 */
  .apt__ttl {
    font-size: 16rem;
    min-height: 50rem;
  }

  .apt__body {
    padding: 0 40rem;
  }

  .apt__list-ttl {
    font-size: 10rem;
    gap: 8rem;
    margin-bottom: 3rem;
  }

  .apt__list-ttl::after {
    height: .5px;
  }

  .apt__list-txt {
    font-size: 10rem;
    padding-left: 0;
  }

  .slider-vacancy__slide {
    padding: 0 20rem;
  }

  .slider-vacancy__prev {
    left: 10rem;
  }

  .slider-vacancy__next {
    right: 10rem;
  }

  .slider-vacancy__prev,
  .slider-vacancy__next {
    background-color: transparent;
    height: 40rem;
    top: 55%;
    width: 40rem;
  }

  .slider-vacancy__prev:hover,
  .slider-vacancy__next:hover {
    background-color: transparent;
  }

  .slider-vacancy__prev::before,
  .slider-vacancy__next::before {
    content: "";
    border: 4rem solid var(--body-color);
    border-left: 0;
    border-bottom: 0;
    height: 20rem;
    opacity: 1;
    width: 20rem;
  }

  .slider-vacancy__prev::before {
    transform: translateX(25%) rotate(-135deg);
  }

  .slider-vacancy__next::before {
    transform: translateX(-25%) rotate(45deg);
  }

  .slick-dots li {
    margin: 0 4rem;
  }

  .slick-dots li button:before {
    font-size: 12rem;
  }

  /* --------------------------------
    フッター
  -------------------------------- */
  .footer {
    padding: 50rem 0;
  }

  .footer__links {
    align-items: center;
    flex-direction: column;
    gap: 15rem;
  }

  .footer__link-item {
    letter-spacing: .05em;
  }
  
  /* --------------------------------
    ユーティリティー
  -------------------------------- */
  .sp-none {
    display: none!important;
  }


}