@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(21px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(36px, 5.9rem);
  height: max(33px, 5.4rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(180px, 22.5rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: calc(100% - max(6px, 0.8rem));
  height: calc(100% - max(6px, 0.8rem));
  border: solid 1px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/*============================
	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(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 100%;
  height: 32rem;
  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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -2rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: var(--black);
  width: 7px !important;
  height: 7px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--orange);
}

/*============================
	news
============================*/
.news {
  padding: 12.5rem 0 15.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.5rem auto 5.5rem;
}

@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(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 20rem 0 15.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 15rem 0 15.5rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 58.6rem;
  height: 40.6rem;
  top: 0;
  left: 0;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 31.2rem;
  height: 32.8rem;
  right: 0;
  bottom: -16.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy::before {
    width: 42rem;
    height: 29.1rem;
  }

  .policy::after {
    width: 24rem;
    height: 25.2rem;
    bottom: -12rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(410px, 54rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img-list {
  width: 69.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
    margin: 0;
  }
}

.policy__img-list li:nth-of-type(2) {
  display: block;
  width: 40rem;
  margin: -8rem -6.5rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img-list li:nth-of-type(2) {
    width: 50%;
    margin: -8rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  color: var(--white);
  padding: 12.5rem 0 23.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 40rem;
  height: 28.3rem;
  top: -11.5rem;
  left: 13rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / cover;
  width: 65.8rem;
  height: 50.2rem;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 21.2rem;
    top: -10rem;
    left: 3rem;
  }

  .menu::after {
    width: 55rem;
    height: 42rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin: 10rem auto 11.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 12rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 17rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(400px, 45rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.menu__img-list {
  width: 62.4rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img-list {
    width: 90%;
  }

  .menu__list-item:nth-of-type(odd) .menu__img-list {
    margin-left: auto;
  }
}

.menu__img-list::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 30.2rem;
  height: 30.6rem;
  position: absolute;
  top: 7rem;
  left: -15.5rem;
  pointer-events: none;
}

.menu__list-item:nth-of-type(even) .menu__img-list::before {
  top: 4rem;
  left: auto;
  right: -16rem;
}

.menu__img-list li {
  position: relative;
}

.menu__img-list li:nth-of-type(2) {
  display: block;
  width: 32rem;
  margin: -18rem 0 0 -12rem;
  z-index: 1;
}

.menu__list-item:nth-of-type(even) .menu__img-list li:nth-of-type(2) {
  margin: -18rem -12rem 0 auto;
}

@media (max-width: 767px) {
  .menu__img-list li:nth-of-type(2) {
    width: 50%;
    margin: -15rem 0 0 -7rem;
  }

  .menu__list-item:nth-of-type(even) .menu__img-list li:nth-of-type(2) {
    margin: -15rem -7rem 0 auto;
  }
}

.menu__img-list p {
  background: url("../img/menu_txt-bg.jpg") no-repeat center / contain;
  width: max(50px, 8rem);
  height: max(179px, 28.6rem);
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  top: -3.5rem;
  right: 4rem;
}

.menu__list-item:nth-of-type(even) .menu__img-list p {
  right: auto;
  left: 4rem;
}

.menu__img-list p span {
  font-size: max(10px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 14rem;
}

.gallery__slider {
  height: 19rem;
  margin: 6.5rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 26rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 10rem 0 18rem;
  position: relative;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6.5rem;
  margin: 11rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 66rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@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;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 9rem 0 8rem;
  position: relative;
}

.recruit::before,
.recruit::after {
  content: "";
  background: url("../img/recruit_deco.png") no-repeat center / cover;
  width: 56rem;
  height: 25rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.recruit::after {
  transform: scale(-1, -1);
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .recruit::before,
  .recruit::after {
    width: 40rem;
    height: 17.8rem;
  }
}

.recruit__txt-wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.recruit__txt-wrapper p {
  text-align: center;
  margin: 3.5rem 0 6rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 10rem 0 14.5rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
