@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl span {
  display: block;
  width: 10rem;
  margin: -2.5rem 0 -1rem;
}

.news .common__ttl span {
  width: 21.4rem;
}

.menu .common__ttl span {
  width: 20.6rem;
}

.gallery .common__ttl span {
  width: 30.6rem;
}

.recruit .common__ttl span {
  width: 29.8rem;
}

.access .common__ttl span {
  width: 26.6rem;
}

.insta .common__ttl span {
  width: 39.1rem;
}

.common__btn {
  width: max(200px, 24.4rem);
  height: max(96px, 11.7rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(max(28px, 3.4rem) * -1) 0;
  position: relative;
}

@media (min-width: 768px) {
  .concept .common__btn a,
  .access .common__btn a {
    margin: calc(max(28px, 3.4rem) * -1) calc(max(28px, 3.4rem) * -1) calc(max(28px, 3.4rem) * -1) calc(max(30px, 4rem) * -1);
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 75%);
  width: 100%;
  height: 13rem;
  opacity: 0.8;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	news
============================*/
.news {
  padding: 14.5rem 0 10.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 27.2rem;
  height: 22.6rem;
  top: 1.5rem;
  left: 4rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 22.2rem;
  height: 28.4rem;
  right: 6rem;
  bottom: -8rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .news::before {
    width: 21rem;
    height: 17.4rem;
    left: 2rem;
  }

  .news::after {
    width: 16rem;
    height: 20.5rem;
    right: 2rem;
    bottom: -4rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4rem auto 7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--white);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 12.5rem 0 11rem;
  position: relative;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 26.8rem;
  height: 33.2rem;
  position: absolute;
  top: -2rem;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept::before {
    width: 20rem;
    height: 24.8rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 900;
}

.concept__txt-wrapper h2 span {
  display: block;
  width: 45.8rem;
  margin: -2.5rem 0 1.5rem -3rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 4rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img-list {
  width: 55rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.concept__img-list li:nth-of-type(2) {
  width: 29rem;
  margin: -10rem 0 0 -7rem;
}

@media (max-width: 767px) {
  .concept__img-list li:nth-of-type(1) {
    width: 90%;
  }
  .concept__img-list li:nth-of-type(2) {
    width: 40%;
    margin: -10rem auto 0 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15.5rem 0 13.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 14.2rem;
  height: 14.8rem;
  position: absolute;
  top: 13.5rem;
  left: 8rem;
  pointer-events: none;
}

.menu::after {
  top: auto;
  left: auto;
  right: 4.5rem;
  bottom: 14rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 12rem;
    height: 12.5rem;
    top: 5rem;
    left: 2rem;
  }

  .menu::after {
    top: auto;
    left: auto;
    right: 2rem;
    bottom: 4rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8.5rem;
  margin: 9.5rem auto 11.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 21.2rem;
  height: 32.6rem;
  position: absolute;
  left: -13rem;
  bottom: -28rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list::before {
    width: 16rem;
    height: 24.6rem;
    left: -1rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 8rem;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  width: 28.8rem;
  margin: -6rem 0 -6rem -3rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 55rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 10.5rem 0 4rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 24.2rem;
  height: 20.9rem;
  top: 3rem;
  right: 17rem;
}

.gallery::after {
  background: url("../img/gallery_deco-2.png") no-repeat center / contain;
  width: 22.2rem;
  height: 28.4rem;
  left: 7rem;
  bottom: -7.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 18rem;
    height: 15.5rem;
    top: 0;
    right: 0;
  }

  .gallery::after {
    width: 16rem;
    height: 20.5rem;
    left: 2rem;
    bottom: -5rem;
  }
}

.gallery__slider {
  height: 22.6rem;
  margin: 7rem 0 10rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 9.5rem 0 7rem;
  position: relative;
}

.recruit::before,
.recruit::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.recruit::before {
  background: url("../img/recruit_deco-1.png") no-repeat center / contain;
  width: 26.4rem;
  height: 25.6rem;
  top: 1rem;
  right: 30rem;
}

.recruit::after {
  background: url("../img/recruit_deco-2.png") no-repeat center / contain;
  width: 27.2rem;
  height: 28rem;
  left: 25rem;
  bottom: 0;
}

@media (max-width: 767px) {
  .recruit::before {
    top: -3rem;
    right: -4rem;
  }

  .recruit::after {
    width: 27.2rem;
    height: 28rem;
    left: -4rem;
    bottom: -5rem;
  }
}

.recruit__txt-wrapper {
  width: 45rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper {
    width: 90%;
  }
}

.recruit__txt-wrapper p {
  text-align: center;
  margin: 4rem 0 5rem;
}

/*============================
	access
============================*/
.access {
  padding: 11rem 0 19rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 27.2rem;
  height: 22.6rem;
  position: absolute;
  top: 2rem;
  right: 5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 21rem;
    height: 17.4rem;
    right: 1rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 10rem;
  margin: 10rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 5.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5.5rem;
  }
}

.access__list dt {
  width: max(75px, 9rem);
  font-weight: 400;
  padding: 2.3rem 0 2.3rem 1.5rem;
}

.access__list dd {
  width: calc(100% - max(75px, 9rem));
  padding: 2.3rem 0 2.3rem 4rem;
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }

  .access__list dd:not(:last-of-type) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 12rem 0 17rem;
}

.insta__contents {
  width: 82rem;
  margin: 10rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
