@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1f2a33;
  background: #efece5;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.75;
}

body,
button,
input,
textarea,
select {
  font-size: 3.75vw;
}
@media screen and (min-width: 560px) {
  body,
button,
input,
textarea,
select {
    font-size: min(1.56vw, 14px);
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
figure,
dl,
dd {
  margin: 0;
}

.sp-blc {
  display: block;
}
@media screen and (min-width: 560px) {
  .sp-blc {
    display: none;
  }
}

.pc-blc {
  display: none;
}
@media screen and (min-width: 560px) {
  .pc-blc {
    display: block;
  }
}

.inner {
  width: min(100% - 10.26vw, 1120px);
  margin-inline: auto;
}
@media screen and (min-width: 560px) {
  .inner {
    width: min(100% - 7.5vw, 1120px);
  }
}

.section {
  padding: 22.56vw 0;
}
@media screen and (min-width: 560px) {
  .section {
    padding: 11.46vw 0;
  }
}
@media screen and (min-width: 960px) {
  .section {
    padding: 140px 0;
  }
}

figure {
  height: 100%;
  position: relative;
}

figcaption {
  position: absolute;
  display: inline;
  bottom: 0;
  right: 0;
  font-size: 10px;
  padding-right: 5px;
}

.section-heading {
  text-align: center;
  margin-bottom: 20vw;
}
@media screen and (min-width: 560px) {
  .section-heading {
    margin-bottom: min(8vw, 100px);
  }
}
.section-heading__ja {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .section-heading__ja {
    font-size: min(3vw, 36px);
  }
}
.section-heading__en {
  color: #bfd0d6;
  font-size: 3.5vw;
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .section-heading__en {
    font-size: min(1.2vw, 14px);
    margin-top: min(2vw, 25px);
  }
}

body.is-menu-open {
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 70;
}
@media screen and (min-width: 560px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 1.5%;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    pointer-events: none;
  }
}
.site-header__logo {
  position: relative;
  width: 100%;
  height: 15vw;
  background-color: #fff;
}
@media screen and (min-width: 560px) {
  .site-header__logo {
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.site-header__logo a {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  z-index: 2;
  width: 35vw;
}
@media screen and (min-width: 560px) {
  .site-header__logo a {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: min(15vw, 175px);
    align-items: center;
    pointer-events: auto;
  }
}
.site-header__actions {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 75;
  display: grid;
  grid-template-columns: 1fr 20vw;
  height: 18.46vw;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 560px) {
  .site-header__actions {
    position: static;
    display: flex;
    height: auto;
    align-items: center;
    pointer-events: auto;
  }
}
.site-header__actions.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.36vw;
  letter-spacing: 0.12em;
  background: #b8a38b;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 560px) {
  .site-header__entry {
    min-width: 180px;
  }
}
.site-header__menu {
  position: relative;
  z-index: 80;
  background-color: #776b5d;
}
@media screen and (min-width: 560px) {
  .site-header__menu {
    width: 50px;
    background-color: #776b5d;
  }
}

@media screen and (min-width: 560px) {
  body.is-menu-open .site-header {
    background-color: transparent;
  }
}
@media screen and (min-width: 560px) {
  body.is-menu-open .site-header__logo {
    display: none;
  }
}
body.is-menu-open .site-header__entry {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.is-menu-open .site-header__actions {
  position: fixed;
  right: 4vw;
  bottom: 26vw;
  left: auto;
  display: block;
  width: 12vw;
  height: 12vw;
}
@media screen and (min-width: 560px) {
  body.is-menu-open .site-header__actions {
    top: -24px;
    right: 2.5vw;
    bottom: auto;
    width: 50px;
    height: 50px;
  }
}
body.is-menu-open .site-header__menu {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;
}

.button {
  display: inline-flex;
  height: 20vw;
  min-height: 15.38vw;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 560px) {
  .button {
    height: 40px;
    min-height: initial;
    font-size: 14px;
  }
}
.button--entry {
  color: #fff;
  background: #b8a38b;
  transition: all 0.3s;
}
.button--entry:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.08);
}

.menu-button {
  display: inline-flex;
  flex-direction: column;
  gap: 2.56vw;
  align-items: center;
  justify-content: center;
  border: 0;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .menu-button {
    gap: min(1vw, 5px);
    margin-left: 15px;
    background-color: transparent;
  }
}
.menu-button__lines {
  position: relative;
  display: block;
  width: 8.21vw;
  height: 5.13vw;
}
@media screen and (min-width: 560px) {
  .menu-button__lines {
    width: min(3vw, 35px);
    height: 20px;
  }
}
.menu-button__lines span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: top 0.35s ease, transform 0.35s ease, opacity 0.25s ease;
}
.menu-button__lines span:nth-child(1) {
  top: 0;
}
.menu-button__lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-button__lines span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
@media screen and (min-width: 560px) {
  .menu-button__lines span {
    color: #1f2a33;
  }
}
.menu-button__label {
  font-size: 3.08vw;
  line-height: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (min-width: 560px) {
  .menu-button__label {
    font-size: min(1.1vw, 12px);
    color: #1f2a33;
  }
}
.menu-button.is-active .menu-button__lines {
  height: 8vw;
}
@media screen and (min-width: 560px) {
  .menu-button.is-active .menu-button__lines {
    height: 35px;
  }
}
.menu-button.is-active .menu-button__lines span {
  top: 50%;
  color: #fff;
}
.menu-button.is-active .menu-button__lines span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.menu-button.is-active .menu-button__lines span:nth-child(2) {
  opacity: 0;
}
.menu-button.is-active .menu-button__lines span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.menu-button.is-active .menu-button__label {
  opacity: 0;
  visibility: hidden;
}

.global-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #fff;
  background-color: rgba(83, 75, 70, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.global-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-menu__inner {
  width: 100%;
  min-height: 100%;
  padding: 24vw 10vw 28vw;
}
@media screen and (min-width: 560px) {
  .global-menu__inner {
    width: min(82vw, 900px);
    margin: 0 auto;
    padding: 130px 0 100px;
  }
}
@media screen and (min-width: 960px) {
  .global-menu__inner {
    width: min(70vw, 1000px);
    padding-top: 150px;
  }
}
.global-menu__nav {
  width: 100%;
}
.global-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.global-menu__link {
  display: flex;
  min-height: 12vw;
  gap: 3vw;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .global-menu__link {
    min-height: 70px;
    gap: 20px;
  }
}
.global-menu__link:hover {
  color: #b8a38b;
  opacity: 0.65;
  text-decoration: none;
}
.global-menu__en {
  font-family: serif;
  font-size: 3.4vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 560px) {
  .global-menu__en {
    font-size: min(1.3vw, 14px);
  }
}
.global-menu__ja {
  font-size: 4.5vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 560px) {
  .global-menu__ja {
    font-size: min(2.2vw, 24px);
  }
}
.global-menu__property {
  padding: 5vw 2vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 560px) {
  .global-menu__property {
    padding: 30px 10px;
  }
}
.global-menu__property-link {
  display: inline-flex;
  gap: 3vw;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  text-decoration: none;
}
@media screen and (min-width: 560px) {
  .global-menu__property-link {
    gap: 16px;
    font-size: 18px;
  }
}
.global-menu__property-icon {
  display: flex;
  width: 5vw;
}
@media screen and (min-width: 560px) {
  .global-menu__property-icon {
    width: 24px;
  }
}
.global-menu__property-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.global-menu__actions {
  display: grid;
  gap: 8vw;
  padding-top: 8vw;
}
@media screen and (min-width: 560px) {
  .global-menu__actions {
    gap: 45px;
    padding-top: 45px;
  }
}
.global-menu__action {
  text-align: center;
}
.global-menu__action-title {
  margin-bottom: 4vw;
  font-size: 4vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 560px) {
  .global-menu__action-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.global-menu__button {
  display: flex;
  width: 100%;
  min-height: 15vw;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 560px) {
  .global-menu__button {
    min-height: 80px;
    font-size: 20px;
  }
}
.global-menu__button:hover {
  opacity: 0.75;
}
.global-menu__button--vacancy {
  background-color: #b8a38b;
}
.global-menu__button--contact {
  background-color: #9d8d84;
}

@media (prefers-reduced-motion: reduce) {
  .global-menu,
.menu-button__lines span,
.menu-button__label {
    transition-duration: 0.01ms;
  }
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 158.97vw;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 560px) {
  .hero {
    height: 50vw;
    min-height: 720px;
    max-height: 1080px;
    padding-top: 70px;
  }
  .hero__name {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .hero {
    height: 100svh;
  }
}
.hero__slider, .hero__slide, .hero__figure,
.hero picture {
  width: 100%;
  height: 100%;
}
.hero__slide {
  overflow: hidden;
  background-color: #000;
}
.hero__figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.hero picture {
  display: block;
}
.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
}
.hero__caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  will-change: opacity;
}
.hero__slide.is-animated .hero__caption {
  -webkit-animation: hero-caption-fade 3.6s ease forwards;
          animation: hero-caption-fade 3.6s ease forwards;
}
.hero__slide--first .hero__image {
  opacity: 0;
  transform: scale(1.2);
}
.hero__slide--first.is-animated .hero__image {
  -webkit-animation: hero-first-image 4s ease-in-out forwards;
          animation: hero-first-image 4s ease-in-out forwards;
}
.hero__slide--rise .hero__image {
  opacity: 0;
  transform: translateY(80px) scale(1.18);
  transform-origin: center center;
}
.hero__slide--rise.is-animated .hero__image {
  -webkit-animation: hero-rise-image 3.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: hero-rise-image 3.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero__slide--last .hero__image {
  opacity: 0;
}
.hero__slide--last.is-animated .hero__image {
  -webkit-animation: hero-last-image 3.6s ease-out forwards;
          animation: hero-last-image 3.6s ease-out forwards;
}
.hero__slide--last.is-animated .hero__caption {
  -webkit-animation: hero-caption-fade-last 3.6s ease forwards;
          animation: hero-caption-fade-last 3.6s ease forwards;
}

@-webkit-keyframes hero-first-image {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes hero-first-image {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes hero-caption-fade {
  0%, 15% {
    opacity: 0;
  }
  30%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-caption-fade {
  0%, 15% {
    opacity: 0;
  }
  30%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hero-caption-fade-last {
  0%, 15% {
    opacity: 0;
  }
  35%, 100% {
    opacity: 1;
  }
}
@keyframes hero-caption-fade-last {
  0%, 15% {
    opacity: 0;
  }
  35%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes hero-rise-image {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(1.18);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1.18);
  }
}
@keyframes hero-rise-image {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(1.18);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1.18);
  }
}
@-webkit-keyframes hero-last-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-last-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__image, .hero__caption {
    -webkit-animation: none !important;
            animation: none !important;
    transform: none !important;
  }
  .hero__slide.swiper-slide-active .hero__image,
.hero__slide.swiper-slide-active .hero__caption {
    opacity: 1;
  }
}
.scroll-guide {
  position: absolute;
  right: 5vw;
  bottom: 10vw;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 2.5vw;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .scroll-guide {
    right: 3vw;
    bottom: 3vw;
    gap: 12px;
  }
}
@media screen and (min-width: 960px) {
  .scroll-guide {
    right: 5%;
    bottom: 35px;
  }
}
.scroll-guide__text {
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 560px) {
  .scroll-guide__text {
    font-size: min(1.5vw, 16px);
  }
}
.scroll-guide__bar {
  position: relative;
  width: 12px;
  height: 28vw;
}
@media screen and (min-width: 560px) {
  .scroll-guide__bar {
    height: 160px;
  }
}
@media screen and (min-width: 960px) {
  .scroll-guide__bar {
    height: 180px;
  }
}
.scroll-guide__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}
.scroll-guide__dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-animation: scrollDot 2.4s ease-in-out infinite;
          animation: scrollDot 2.4s ease-in-out infinite;
}
@media screen and (max-width: 559px) {
  .scroll-guide__dot {
    width: 2vw;
    min-width: 6px;
  }
}

@-webkit-keyframes scrollDot {
  0% {
    top: 0%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scrollDot {
  0% {
    top: 0%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.concept {
  position: relative;
  overflow: hidden;
  padding-top: 50vw;
  background-image: url("../images/concept-bg-sp.png"), url("../images/bg-image-sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 50vw, center;
}
@media screen and (min-width: 560px) {
  .concept {
    padding-top: 20vw;
    background-image: url("../images/concept-bg-pc.png"), url("../images/bg-image-pc.jpg");
    background-size: 100%, 100%;
    background-position: center bottom 25vw, right 25vw center;
  }
}
@media screen and (min-width: 960px) {
  .concept {
    padding-top: 150px;
  }
}
.concept__inner {
  position: relative;
  z-index: 1;
  min-height: initial;
}
.concept__title {
  margin: 0 auto;
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 2.15;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 560px) {
  .concept__title {
    font-size: min(2.4vw, 24px);
  }
}
.concept__title .second {
  margin-top: 3.75em;
}
.concept__station {
  font-size: 4vw;
  margin-top: 15vw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .concept__station {
    font-size: min(1.6vw, 18px);
    width: 100%;
    margin-top: min(10.42vw, 150px);
  }
}
@media screen and (min-width: 960px) {
  .concept__station {
    width: 100%;
  }
}
.concept__bnr {
  display: block;
  width: min(90vw, 800px);
  margin: 15vw auto 0;
}
@media screen and (min-width: 560px) {
  .concept__bnr {
    margin-top: min(10vw, 130px);
  }
}

.advance-notice {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  width: 90%;
  max-width: 1000px;
  margin: 10vw auto 0;
  padding: 2.5vw;
  color: #fff;
  background-color: #b9a58e;
}
@media screen and (min-width: 560px) {
  .advance-notice {
    flex-direction: row;
    gap: 4vw;
    align-items: center;
    padding: 20px;
    margin-top: min(4vw, 50px);
  }
}
@media screen and (min-width: 960px) {
  .advance-notice {
    gap: 35px;
  }
}
.advance-notice__label {
  font-size: 1.2em;
  display: flex;
  width: 100%;
  min-height: 7vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .advance-notice__label {
    width: 22%;
    width: 100px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 960px) {
  .advance-notice__label {
    width: 100px;
    min-width: 160px;
  }
}
.advance-notice__label p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.advance-notice__body {
  flex: 1;
}
.advance-notice__body p {
  margin: 0;
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (min-width: 560px) {
  .advance-notice__body p {
    font-size: min(1vw, 11px);
    line-height: 1.8;
  }
}

.entry-btn {
  margin: 5vw auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.13vw;
  width: 70vw;
  height: 12vw;
  border-radius: 999px;
  background: #b8a38b;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.entry-btn__text {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.entry-btn__arrow {
  position: absolute;
  right: 6.15vw;
  width: 2.82vw;
  height: 2.82vw;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (min-width: 560px) {
  .entry-btn {
    width: 300px;
    height: 60px;
    gap: 20px;
    margin-top: min(2.5vw, 25px);
  }
  .entry-btn__text {
    font-size: 16px;
  }
  .entry-btn__arrow {
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 960px) {
  .entry-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.08);
  }
  .entry-btn:hover .button__arrow {
    transform: translateX(4px) rotate(45deg);
  }
}

.area-image {
  position: relative;
  overflow: hidden;
  padding-block: 0 20.51vw;
  background: radial-gradient(circle at 80% 80%, rgba(221, 246, 243, 0.8) 0, rgba(221, 246, 243, 0) 52%), #f4f3ee;
  padding-bottom: 75vw;
}
.area-image__inner {
  width: 95%;
  max-width: 1440px;
  margin-inline: auto;
}
.area-image__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 1.03vw;
  width: 100%;
  aspect-ratio: 390/485;
}
.area-image__item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.area-image__gallery {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: min(0.8vw, 9px);
  aspect-ratio: 1351/968;
}
.area-image__item--01 {
  grid-column: 1/3;
  grid-row: 1/3;
}
.area-image__item--02 {
  grid-column: 3/4;
  grid-row: 1/3;
}
.area-image__item--03 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.area-image__item--04 {
  grid-column: 5/6;
  grid-row: 1/2;
}
.area-image__item--05 {
  grid-column: 6/8;
  grid-row: 1/2;
}
.area-image__item--06 {
  grid-column: 1/2;
  grid-row: 3/5;
}
.area-image__item--07 {
  grid-column: 5/7;
  grid-row: 2/3;
}
.area-image__item--08 {
  grid-column: 3/4;
  grid-row: 4/5;
}
.area-image__item--09 {
  grid-column: 5/6;
  grid-row: 3/4;
}
.area-image__item--10 {
  grid-column: 2/4;
  grid-row: 3/4;
}
.area-image__item--11 {
  grid-column: 2/3;
  grid-row: 4/5;
}
.area-image__item--12 {
  grid-column: 4/5;
  grid-row: 2/4;
}
.area-image__item--13 {
  grid-column: 4/5;
  grid-row: 4/5;
}
.area-image__item--14 {
  grid-column: 1/3;
  grid-row: 5/6;
}
.area-image__item--15 {
  grid-column: 3/4;
  grid-row: 5/6;
}
.area-image__item--pc-only {
  display: block;
}
.area-image__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-image__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
  bottom: 25vw;
  right: 3vw;
  width: 70vw;
  height: 70vw;
}
.area-image__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(14px, 4vw, 21px);
  line-height: 2;
  text-align: right;
}
@media screen and (min-width: 560px) {
  .area-image__text {
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 560px) {
  .area-image {
    padding-block: min(10vw, 100px) 40vw;
  }
  .area-image__content {
    width: min(40vw, 500px);
    height: min(40vw, 500px);
  }
  .area-image__text {
    font-size: clamp(18px, 2.2vw, 24px);
  }
}
@media screen and (min-width: 960px) {
  .area-image {
    -webkit-padding-after: min(40vw, 600px);
            padding-block-end: min(40vw, 600px);
  }
  .area-image__content {
    padding-right: min(3vw, 50px);
    bottom: 20vw;
  }
  .area-image__text {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1500px) {
  .area-image__content {
    right: 5vw;
  }
}

.lounge {
  background: #fff;
  position: relative;
}
.lounge::before, .lounge::after {
  width: 100%;
  height: 10vw;
  right: 0;
  display: block;
  content: "";
  background-image: url(../images/skylounge-bg-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.lounge::before {
  top: -9.8vw;
}
.lounge::after {
  bottom: -9.8vw;
  transform: rotate(-180deg);
}
.lounge__img {
  width: 70%;
  margin: 2em auto 0;
}
.lounge__img figcaption {
  color: #fff;
}
.lounge__lead {
  font-size: clamp(14px, 4vw, 21px);
  line-height: 1.75;
  margin-bottom: min(4vw, 50px);
  text-align: center;
}
.lounge__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
}
@media screen and (min-width: 560px) {
  .lounge__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.38vw 2.92vw;
  }
}
@media screen and (min-width: 560px) {
  .lounge__index {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lounge__map {
  margin-block: 10vw 5vw;
}
@media screen and (min-width: 560px) {
  .lounge__map {
    margin-block: min(3vw, 45px) min(2vw, 25px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 960px) {
  .lounge__terrace {
    width: 56%;
    margin-inline: auto;
  }
}

.lounge-card figure {
  height: auto;
}
.lounge-card figcaption {
  color: #fff;
}
.lounge-card figcaption.black {
  color: #0B0B0B;
}
.lounge-card__image {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.lounge-card.--terrace .lounge-card__image {
  aspect-ratio: initial;
  margin-top: 5vw;
}
.lounge-card.--terrace .lounge-card__title::before {
  display: none;
}
@media screen and (min-width: 560px) {
  .lounge-card.--terrace figure {
    width: 70%;
    margin: 0 auto;
  }
}
.lounge-card__body {
  padding-top: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .lounge-card__body {
    padding-top: 1em;
  }
}
.lounge-card__number {
  font-size: 3.5vw;
  color: #fff;
  background-color: #977347;
  text-align: center;
  width: 6vw;
  height: 6vw;
  border-radius: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lounge-card__title {
  margin-top: 0.77vw;
  font-size: 4vw;
  display: flex;
  color: #977347;
}
@media screen and (min-width: 560px) {
  .lounge-card__title {
    font-size: min(1.6vw, 18px);
  }
}
.lounge-card__title::before {
  display: block;
  content: "";
  color: #fff;
  background-color: #776b5d;
  width: 5vw;
  height: 5vw;
  border-radius: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25em;
}
@media screen and (min-width: 560px) {
  .lounge-card__title::before {
    width: min(2.5vw, 25px);
    height: min(2.5vw, 25px);
  }
}
.lounge-card:nth-child(1) .lounge-card__title::before {
  content: "1";
}
.lounge-card:nth-child(2) .lounge-card__title::before {
  content: "2";
}
.lounge-card:nth-child(3) .lounge-card__title::before {
  content: "3";
}
.lounge-card:nth-child(4) .lounge-card__title::before {
  content: "4";
}
.lounge-card:nth-child(5) .lounge-card__title::before {
  content: "5";
}
.lounge-card:nth-child(6) .lounge-card__title::before {
  content: "6";
}
.lounge-card__en {
  font-size: 3vw;
  color: #bfd0d6;
}
@media screen and (min-width: 560px) {
  .lounge-card__en {
    font-size: min(1.2vw, 14px);
  }
}
.lounge-card__text {
  margin-top: 1.79vw;
  font-size: 2.56vw;
  line-height: 1.75;
}
@media screen and (min-width: 560px) {
  .lounge-card__text {
    font-size: min(1.2vw, 14px);
    margin-top: 1em;
  }
}

.lounge-ex {
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .lounge-ex {
    width: 65%;
    margin: 0 auto;
  }
}
.lounge-ex figure {
  height: auto;
}
.lounge-ex figcaption {
  color: #fff;
}
.lounge-ex__ttl {
  text-align: center;
  color: #977347;
  font-size: 4.5vw;
}
.lounge-ex__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
  margin-top: 5vw;
}
.lounge-ex__name {
  text-align: center;
}

.lounge-ex .lounge-card__title::before {
  display: none;
}

.commonspace {
  text-align: center;
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .commonspace {
    margin-top: min(10vw, 120px);
  }
}
.commonspace__jp {
  color: #977347;
  font-size: 5vw;
}
@media screen and (min-width: 560px) {
  .commonspace__jp {
    font-size: min(2vw, 24px);
  }
}
.commonspace__en {
  color: #bfd0d6;
  font-size: 3vw;
  margin-top: 1em;
}
@media screen and (min-width: 560px) {
  .commonspace__en {
    font-size: min(1.2vw, 14px);
  }
}

.layout {
  overflow: hidden;
  padding: 30vw 5vw 6px;
  background-image: url("../images/bg-image-sp.jpg");
  background-repeat: no-repeat;
  background-position: left 25vw top;
}
@media screen and (min-width: 560px) {
  .layout {
    background-position: left 40vw top -100px;
  }
}
.layout__lead {
  font-size: clamp(14px, 4vw, 21px);
  line-height: 1.75;
  margin-bottom: min(4vw, 50px);
  text-align: center;
}
.layout__inner {
  margin-inline: auto;
  width: 100%;
}
.layout__slider-wrap {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.layout__slider {
  width: 100%;
  overflow: visible;
}
.layout__wrapper {
  align-items: stretch;
}
.layout__slide {
  height: auto;
}
.layout__arrow {
  position: absolute;
  top: 60%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7vw;
  height: 10vw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.layout__arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
.layout__arrow--next {
  right: 0;
}
.layout__arrow-image {
  display: block;
  width: 100%;
  height: auto;
}
.layout__link {
  text-align: center;
  margin-top: 10vw;
}
.layout__link p {
  font-size: 1.2em;
}
.layout__link a {
  height: 15vw;
  max-height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background-color: #bfd0d6;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
  margin: 5vw auto 0;
  max-width: 500px;
}
@media screen and (min-width: 560px) {
  .layout__link a {
    margin-top: min(2.5vw, 25px);
  }
}
@media screen and (min-width: 560px) {
  .layout {
    padding-top: 20vw;
  }
  .layout__slider {
    max-width: 760px;
    margin-inline: auto;
    padding-inline: 56px;
  }
  .layout__arrow {
    top: 50%;
    width: 48px;
  }
  .layout__arrow--prev {
    left: 12px;
  }
  .layout__arrow--next {
    right: 12px;
  }
}
@media screen and (min-width: 960px) {
  .layout {
    padding-top: min(25vw, 250px);
  }
  .layout__slider-wrap {
    margin-top: 60px;
  }
  .layout__slider {
    max-width: none;
    padding-inline: 0;
  }
  .layout__arrow {
    top: 50%;
    width: 52px;
    height: 100px;
  }
  .layout__arrow--prev {
    left: 4.5%;
  }
  .layout__arrow--next {
    right: 4.5%;
  }
}

.layout-card {
  box-sizing: border-box;
  padding: 10vw 7vw;
  border-radius: 2.56vw;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 560px) {
  .layout-card {
    padding: 5vw;
  }
}
.layout-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout-card__body {
  flex-shrink: 0;
}
.layout-card__type {
  margin: 0;
  color: #776b5d;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 560px) {
  .layout-card__type {
    font-size: min(3vw, 36px);
  }
}
.layout-card__spec {
  margin-top: 10vw;
  font-size: 5vw;
}
@media screen and (min-width: 560px) {
  .layout-card__spec {
    font-size: min(2vw, 21px);
    margin-top: min(2vw, 25px);
  }
}
.layout-card__description {
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .layout-card__description {
    margin-top: min(4vw, 50px);
  }
}
.layout-card__description p {
  margin: 0;
}
.layout-card__description p + p {
  margin-top: 1em;
}
.layout-card__description p span {
  text-decoration: underline;
  font-weight: 700;
}
.layout-card__description li {
  display: flex;
}
.layout-card__description li::before {
  content: "・";
  display: block;
}
.layout-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82.05vw;
  margin: 2.5vw;
}
@media screen and (min-width: 560px) {
  .layout-card__image-wrap {
    margin: 0;
  }
}
.layout-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .layout-card__content {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: min(2vw, 25px);
    align-items: center;
  }
  .layout-card__description {
    max-width: 500px;
    margin-top: 50px;
    line-height: 2;
  }
  .layout-card__image-wrap {
    min-height: 0;
    margin-top: 0;
  }
  .layout-card__image {
    width: 100%;
    max-height: 500px;
  }
}

.preview-entry {
  width: 100%;
  margin-top: 15vw;
  padding: 10vw 2.5vw;
  text-align: center;
  color: #1f2a33;
  background-color: #bfd0d6;
}
.preview-entry__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.preview-entry__title {
  margin: 0;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.preview-entry__text {
  margin: 4.5vw 0 0;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.6;
}
.preview-entry__note {
  margin: 3.59vw 0;
  color: #1e6c89;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.preview-entry__break {
  display: none;
}
@media screen and (min-width: 560px) {
  .preview-entry {
    padding: 0 30px;
    padding-top: min(5vw, 75px);
    padding-bottom: min(5vw, 75px);
  }
  .preview-entry__title {
    font-size: min(3vw, 30px);
  }
  .preview-entry__text {
    margin-top: min(3vw, 25px);
    font-size: min(1.6vw, 18px);
  }
  .preview-entry__note {
    margin-top: min(2vw, 25px);
    margin-bottom: min(2vw, 25px);
    font-size: min(2.4vw, 24px);
  }
  .preview-entry__break {
    display: block;
  }
}

.facilities {
  background-image: url("../images/bg-image-sp.jpg");
  background-repeat: no-repeat;
  background-position: right 25vw center;
}
@media screen and (min-width: 560px) {
  .facilities {
    background-image: url("../images/bg-image-pc.jpg");
    background-size: contain;
  }
}
.facilities__lead {
  font-size: clamp(14px, 4vw, 21px);
  line-height: 1.75;
  margin-bottom: min(4vw, 50px);
  text-align: center;
}
.facilities__list {
  width: 80vw;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}
@media screen and (min-width: 560px) {
  .facilities__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.54vw 2.5vw;
  }
}
@media screen and (min-width: 960px) {
  .facilities__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 560px) {
  .facilities__service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.13vw;
  }
}
.facilities__coming-soon {
  font-size: 8vw;
  margin-top: 20vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .facilities__coming-soon {
    font-size: min(3.5vw, 36px);
    margin-top: min(10vw, 100px);
  }
}

.facility-card {
  text-align: center;
}
.facility-card figure {
  height: initial;
}
.facility-card__image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-card__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 2.56vw;
  font-size: 3.5vw;
  line-height: 1.6;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3vw;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .feature-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: min(1.5vw, 16px);
  }
}
.feature-list__item {
  display: flex;
  min-height: 19vw;
  padding: 2vw;
  align-items: center;
  justify-content: center;
  border-radius: 1.5vw;
  color: #fff;
  background-color: #b8a38b;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
  position: relative;
}
@media screen and (min-width: 560px) {
  .feature-list__item {
    min-height: initial;
    padding: 0;
    border-radius: min(0.6vw, 6px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.feature-list__item:nth-child(n+5):nth-child(-n+8)::after {
  content: "※一部住戸";
  font-size: 12px;
  position: absolute;
  color: #fff;
  bottom: 1px;
  right: 1px;
}
.feature-list__item span {
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (min-width: 560px) {
  .feature-list__item span {
    font-size: min(1.35vw, 15px);
  }
}

.neighborhood__inner {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .neighborhood__map {
    width: 82%;
    min-height: 320px;
    margin-inline: auto;
  }
}
.neighborhood__map iframe, .neighborhood__map img {
  min-height: 100vw;
  display: block;
  width: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 560px) {
  .neighborhood__map iframe, .neighborhood__map img {
    min-height: min(60vw, 600px);
  }
}

.outline {
  background-image: url("../images/bg-image-sp.jpg");
  background-repeat: no-repeat;
  background-position: left 25vw top 20vw;
}
@media screen and (min-width: 560px) {
  .outline {
    background-image: url("../images/bg-image-pc.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 960px) {
  .outline__list {
    width: 100%;
    margin-inline: auto;
  }
}
.outline__row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 4.62vw;
  padding: 3.85vw 0;
  border-bottom: 1px solid rgba(31, 42, 51, 0.18);
  font-size: 2.82vw;
}
@media screen and (min-width: 560px) {
  .outline__row {
    grid-template-columns: 18.75vw 1fr;
    font-size: min(1.56vw, 14px);
    padding-block: min(2.5vw, 27px);
  }
}
@media screen and (min-width: 960px) {
  .outline__row {
    grid-template-columns: 180px 1fr;
  }
}
.outline dt {
  font-weight: 400;
}
.outline dd {
  width: auto;
}
.outline dd img {
  max-width: 300px;
}
.outline dd li {
  display: flex;
}
.outline dd li::before {
  content: "・";
}
.outline__notice {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .outline__notice {
    margin-top: min(8vw, 100px);
  }
}
.outline__notice li {
  font-size: 3vw;
}
@media screen and (min-width: 560px) {
  .outline__notice li {
    font-size: min(1vw, 12px);
  }
}
.outline__notice li + li {
  margin-top: 0.3em;
}
.outline__notice li::before {
  content: "※";
}

.contactWrap .leftBox {
  background-image: url("../images/leftbox-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 560px) {
  .contactWrap .leftBox {
    background-image: url("../images/leftbox-bg-pc.png");
    background-position: left 50px bottom -50px;
    background-size: 100%;
  }
}
.contactWrap .leftBox h3 {
  font-size: 14px;
  font-weight: normal;
}
.contactWrap .leftBox p.num {
  font-size: 36px;
  margin: 0.4em 0 0.3em;
}
.contactWrap .leftBox p.info {
  font-size: 3.08vw;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .contactWrap .leftBox p.info {
    font-size: min(1.4vw, 14px);
  }
}
.contactWrap .rightBox h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contactWrap .rightBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  padding: 10px;
}
.contactWrap .rightBox .vacant,
.contactWrap .rightBox .contact {
  width: calc(50% - 15px);
}
.contactWrap .rightBox .vacant a {
  background-color: #b8a38b;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 560px) {
  .contactWrap .rightBox .vacant a {
    width: min(25vw, 260px);
    transition: 0.3s all;
  }
  .contactWrap .rightBox .vacant a:hover {
    transform: translateY(-1px);
    box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.08);
  }
}
.contactWrap .rightBox .contact a {
  color: #1f2a33;
  background-color: #bfd0d6;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 560px) {
  .contactWrap .rightBox .contact a {
    width: min(50vw, 540px);
  }
}

.footer {
  position: relative;
  padding: 30px 0 100px;
}
@media screen and (min-width: 560px) {
  .footer {
    padding-bottom: 15px;
  }
}
.footer::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  background-image: url("../images/footer-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 560px) {
  .footer::after {
    background-image: url("../images/footer-bg-pc.png");
  }
}
.footer .prof,
.footer .copy {
  font-size: 3.08vw;
}
@media screen and (min-width: 560px) {
  .footer .prof,
.footer .copy {
    font-size: min(1.4vw, 14px);
  }
}
.footer .logoRF {
  margin: 10px 0;
}
.footer .logoRF img {
  width: 100%;
  max-width: 172px;
  height: auto;
  display: block;
}
@media screen and (min-width: 560px) {
  .footer .row {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__logo {
  width: 60%;
  padding-left: 5vw;
}
@media screen and (min-width: 560px) {
  .footer__logo {
    width: 30%;
    padding-left: 0;
    padding-right: min(2vw, 25px);
  }
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: auto;
  }
}
.footer__logo a {
  width: 100%;
}

.privacyBox {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 560px) {
  .privacyBox {
    width: 100%;
    margin-bottom: min(5vw, 50px);
  }
}
.privacyBox li a {
  display: block;
  padding: 5.13vw;
}
@media screen and (min-width: 768px) {
  .privacyBox li a {
    display: inline;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .privacy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.contactWrap .leftBox,
.contactWrap .rightBox {
  padding: 12.82vw 3.85vw;
}
@media screen and (min-width: 768px) {
  .contactWrap .leftBox,
.contactWrap .rightBox {
    padding: 0 1.51vw;
  }
}
@media screen and (min-width: 992px) {
  .contactWrap .leftBox,
.contactWrap .rightBox {
    padding: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contactWrap .leftBox::before {
    right: -50.4vw;
    left: -50.4vw;
  }
}
.contactWrap .rightBox .vacant,
.contactWrap .rightBox .p_pdf,
.contactWrap .rightBox .m_pdf,
.contactWrap .rightBox .contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contactWrap .rightBox .vacant,
.contactWrap .rightBox .p_pdf,
.contactWrap .rightBox .m_pdf,
.contactWrap .rightBox .contact {
    width: calc(50% - 1.51vw);
  }
}
.contactWrap .rightBox .vacant a,
.contactWrap .rightBox .p_pdf a,
.contactWrap .rightBox .m_pdf a,
.contactWrap .rightBox .contact a {
  margin-bottom: 7.69vw;
}
@media screen and (min-width: 992px) {
  .contactWrap .rightBox .vacant a,
.contactWrap .rightBox .p_pdf a,
.contactWrap .rightBox .m_pdf a,
.contactWrap .rightBox .contact a {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 560px) {
  .contactWrap .row {
    justify-content: space-between;
  }
}
.contactWrap #topBtn {
  position: fixed;
  right: -18.46vw;
  bottom: 25.64vw;
  z-index: 980;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .contactWrap #topBtn {
    position: absolute;
    right: 0;
    bottom: -36px;
  }
}
.contactWrap #topBtn.anime {
  right: 1.28vw;
}
@media screen and (min-width: 768px) {
  .contactWrap #topBtn.anime {
    right: 0;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal--fade-up {
  transform: translateY(50px);
}
.reveal--fade-down {
  transform: translateY(-50px);
}
.reveal--fade-left {
  transform: translateX(-60px);
}
.reveal--fade-right {
  transform: translateX(60px);
}
.reveal--zoom-out {
  transform: scale(1.08);
}
.reveal--zoom-in {
  transform: scale(0.92);
}
.reveal--delay-1 {
  transition-delay: 0.1s;
}
.reveal--delay-2 {
  transition-delay: 0.2s;
}
.reveal--delay-3 {
  transition-delay: 0.3s;
}
.reveal--delay-4 {
  transition-delay: 0.4s;
}
.reveal--delay-5 {
  transition-delay: 0.5s;
}
.reveal--slow {
  transition-duration: 1.4s;
}

.reveal-image {
  position: relative;
  overflow: hidden;
}
.reveal-image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity 0.4s ease, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #f5f4ef;
  content: "";
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 1.1s cubic-bezier(0.76, 0, 0.24, 1);
}
.reveal-image.is-visible img {
  opacity: 1;
  transform: scale(1);
}
.reveal-image.is-visible::after {
  transform: scaleX(0);
}
.reveal-image--left::after {
  transform-origin: left center;
}
.reveal-image--right::after {
  transform-origin: right center;
}
.reveal-image--top::after {
  transform: scaleY(1);
  transform-origin: center top;
}
.reveal-image--top.is-visible::after {
  transform: scaleY(0);
}
.reveal-image--bottom::after {
  transform: scaleY(1);
  transform-origin: center bottom;
}
.reveal-image--bottom.is-visible::after {
  transform: scaleY(0);
}

.reveal-image img {
  transition: opacity 0.8s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-image::after {
  transition: transform 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.reveal-clip {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.reveal-clip img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.12);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-clip.is-visible {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.reveal-clip.is-visible img {
  transform: scale(1);
}
.reveal-clip--right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.reveal-clip--bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.reveal-group .reveal:nth-child(1) {
  transition-delay: 0s;
}
.reveal-group .reveal:nth-child(2) {
  transition-delay: 0.12s;
}
.reveal-group .reveal:nth-child(3) {
  transition-delay: 0.24s;
}
.reveal-group .reveal:nth-child(4) {
  transition-delay: 0.36s;
}
.reveal-group .reveal:nth-child(5) {
  transition-delay: 0.48s;
}
.reveal-group .reveal:nth-child(6) {
  transition-delay: 0.6s;
}
.reveal-group .reveal:nth-child(7) {
  transition-delay: 0.72s;
}
.reveal-group .reveal:nth-child(8) {
  transition-delay: 0.84s;
}
.reveal-group .reveal:nth-child(9) {
  transition-delay: 0.96s;
}
.reveal-group .reveal:nth-child(10) {
  transition-delay: 1.08s;
}
.reveal-group .reveal:nth-child(11) {
  transition-delay: 1.2s;
}
.reveal-group .reveal:nth-child(12) {
  transition-delay: 1.32s;
}
.reveal-group .reveal:nth-child(13) {
  transition-delay: 1.44s;
}
.reveal-group .reveal:nth-child(14) {
  transition-delay: 1.56s;
}
.reveal-group .reveal:nth-child(15) {
  transition-delay: 1.68s;
}

.reveal-lines span {
  display: block;
  overflow: hidden;
}
.reveal-lines .reveal-lines__inner {
  display: block;
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-lines.is-visible .reveal-lines__inner {
  opacity: 1;
  transform: translateY(0);
}
.reveal-lines.is-visible span:nth-child(1) .reveal-lines__inner {
  transition-delay: 0s;
}
.reveal-lines.is-visible span:nth-child(2) .reveal-lines__inner {
  transition-delay: 0.12s;
}
.reveal-lines.is-visible span:nth-child(3) .reveal-lines__inner {
  transition-delay: 0.24s;
}
.reveal-lines.is-visible span:nth-child(4) .reveal-lines__inner {
  transition-delay: 0.36s;
}
.reveal-lines.is-visible span:nth-child(5) .reveal-lines__inner {
  transition-delay: 0.48s;
}
.reveal-lines.is-visible span:nth-child(6) .reveal-lines__inner {
  transition-delay: 0.6s;
}
.reveal-lines.is-visible span:nth-child(7) .reveal-lines__inner {
  transition-delay: 0.72s;
}
.reveal-lines.is-visible span:nth-child(8) .reveal-lines__inner {
  transition-delay: 0.84s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
.reveal-image img,
.reveal-image::after,
.reveal-clip,
.reveal-clip img,
.reveal-lines__inner {
    transition: none;
  }
  .reveal,
.reveal-image img,
.reveal-lines__inner {
    opacity: 1;
    transform: none;
  }
  .reveal-image::after {
    display: none;
  }
  .reveal-clip {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.text-fade-in span {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
}

/* 画面内に入ったら（is-visibleがついたら）アニメーションを実行 */
.text-fade-in.is-visible span.active {
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: calc(0.08s * var(--i));
          animation-delay: calc(0.08s * var(--i)); /* 0.08秒ずつずらして出現 */
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.login__content {
  width: 100%;
  max-height: 800px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__form {
  display: flex;
}
.login__input {
  width: 65vw;
  max-width: 300px;
  height: 15vw;
  max-height: 60px;
  border: solid 1px #b9c2ca;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
.login__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30vw;
  max-width: 150px;
  background-color: #b8a38b;
  border: solid 1px #b8a38b;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
/*# sourceMappingURL=style.css.map */