@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(10px, 1.2rem);
  font-weight: 400;
  color: var(--brown);
  letter-spacing: 1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl span {
  display: block;
  background: url("../img/txt_bg.jpg") no-repeat center / 100% 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-en);
  font-size: max(28px, 5.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0 2rem;
}

.common__btn {
  width: max(180px, 31.8rem);
  height: max(45px, 6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  font-family: var(--font-sans);
  font-size: max(12px, 1.8rem);
  color: var(--brown);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .common__btn a:hover {
    background-color: var(--brown-light);
    border: solid 1px var(--brown-light);
    color: var(--white);
  }
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.svg") no-repeat center / contain;
  width: max(6px, 0.7rem);
  height: max(10px, 1.1rem);
}

@media (min-width: 768px) {
  .common__btn a:hover::after {
    background: url("../img/btn_arw-wt.svg") no-repeat center / contain;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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 {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 7.5rem 0 11.5rem;
}

.CMS-NEWS-INDEX {
  width: 104.4rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.2rem;
  margin: 5.5rem auto 7rem;
}

@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: 20.4rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK {
  font-family: var(--font-sans);
  margin-top: 1.5rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  position: relative;
}

.policy::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 40rem;
  height: 49.8rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    top: 85.2rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 4.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  padding: 8rem 4rem 8rem 0;
}

.policy .common__ttl {
  width: max-content;
  margin-left: -2rem;
}

.policy__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.5rem;
}

.policy__txt-wrapper p {
  font-family: var(--font-sans);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3.5rem 0 4rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 72rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .policy__img {
    width: 100vw;
  }
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 16rem;
}

@media (max-width: 767px) {
  .menu {
    background: url("../img/menu_bg.jpg") no-repeat center left 40% / cover;
  }
}

.menu__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 90%;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 48rem;
  }
}

.menu .common__ttl {
  width: max-content;
  margin-left: -2rem;
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.5rem;
}

.menu__txt-wrapper p {
  font-family: var(--font-sans);
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 7rem;
}

.menu .common__btn {
  margin: 0;
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 7.5rem;
}

.gallery__slider {
  height: 22.4rem;
  margin: 4.5rem 0 7.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 10rem 0 12rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 5rem;
  margin: 7.5rem auto 5.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 36rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: -2.5rem;
  }
}

.access__list dt,
.access__list dd {
  font-family: var(--font-sans);
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(100px, 19rem);
  font-weight: 400;
  padding: 2.7rem 2.4rem;
}

.access__list dd {
  width: calc(100% - max(100px, 19rem));
  padding: 2.1rem 0;
}

.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;
  }
}

.top__map {
  height: 34rem;
}

/*============================
	recruit
============================*/
.recruit {
  background-color: var(--white);
  display: flex;
}

@media (max-width: 767px) {
  .recruit {
    flex-wrap: wrap;
  }
}

.recruit__txt-wrapper {
  width: 100%;
  padding: 6rem 5% 6.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .recruit__txt-wrapper {
    width: 54rem;
    padding: 6rem 4rem 6.5rem;
  }
}

.recruit__txt-wrapper::before {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 4rem);
  border: solid 1px var(--brown);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.recruit__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4rem;
}

.recruit__txt-wrapper p {
  font-family: var(--font-sans);
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3.5rem 0 4.5rem;
}

.recruit__img-1,
.recruit__img-2 {
  display: block;
  width: 45rem;
  flex-shrink: 0;
}

.recruit__img-1 {
  order: -1;
}

@media (max-width: 767px) {
  .recruit__img-1,
  .recruit__img-2 {
    width: 50%;
  }

  .recruit__img-2 {
    order: -1;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 13.5rem 0 7rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 5.5rem auto 5rem;
}

@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;
  }
}
