@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-mincho);
  font-size: max(21px, 3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(40px, 5.9rem);
  height: max(16px, 2.4rem);
}

.recruit .common__ttl::before {
  display: none;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  position: absolute;
  top: 5px;
  left: 5px;
  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: 31rem;
  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: 10.5rem 0 14rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3.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: 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: 11.5rem 0;
}

.concept__txt-wrapper {
  width: 110rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    width: 90%;
  }
}

.concept__txt-wrapper::before,
.concept__txt-wrapper::after {
  content: "";
  background: url("../img/concept_frame.png") no-repeat center top / cover;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.concept__txt-wrapper::after {
  transform: scale(1, -1);
  top: auto;
  bottom: 0;
}

.concept__txt-wrapper h2 {
  width: 75rem;
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.concept__txt-wrapper h2 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(40px, 6.8rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.2;
  margin-bottom: 5rem;
}

.concept__txt-wrapper p {
  width: 66.5rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin: 3rem 0 6rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h2,
  .concept__txt-wrapper p {
    width: 90%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 11rem 0 17rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 11rem auto 12rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 10rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  gap: 4rem 9rem;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-style: italic;
  color: var(--brown);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.25;
}

.menu__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__system li {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.menu__system li span {
  color: var(--brown);
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8.5rem 0 11rem;
}

.gallery__slider {
  height: 21.9rem;
  margin: 7.5rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.1rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 12rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6rem;
  margin: 8rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 48.7rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.3rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.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);
  }
}

@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: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 14rem 0 17.5rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 8rem auto 7.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;
  }
}

.sns__list {
  width: 88.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sns__list {
    width: 90%;
    gap: 4rem;
  }
}

.sns__list li a {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  border: solid max(3px, 0.5rem) #06c755;
  font-size: max(12px, 2.2rem);
  color: #06c755;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sns__list li a {
    gap: 2rem;
    padding: 2rem 1.5rem;
  }
}

.sns__list li:nth-of-type(2) a {
  border: solid max(3px, 0.5rem) #1877f2;
  color: #1877f2;
}

.sns__list li a::before {
  content: "";
  display: block;
  background: url("../img/line.png") no-repeat center / contain;
  width: 5.8rem;
  height: 5.8rem;
}

.sns__list li a::before {
  content: "";
  display: block;
  background: url("../img/line.png") no-repeat center / contain;
  width: max(32px, 5.8rem);
  height: max(32px, 5.8rem);
  flex-shrink: 0;
}

.sns__list li:nth-of-type(2) a::before {
  background: url("../img/facebook.png") no-repeat center / contain;
  width: max(28px, 5.2rem);
  height: max(28px, 5.2rem);
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 7.5rem;
}

.recruit__contents {
  width: 110rem;
  border: solid 1px var(--brown);
  border-top: none;
  padding: 0 0 6rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit__contents {
    width: 90%;
  }
}

.recruit__ttl-wrapper {
  width: 100%;
  display: flex;
  gap: 1.5rem;
}

.recruit__ttl-wrapper::before,
.recruit__ttl-wrapper::after {
  content: "";
  display: block;
  background-color: var(--brown);
  width: 100%;
  height: 1px;
}

.recruit .common__ttl {
  width: max-content;
  margin: -2rem auto 0;
}

.recruit__contents p {
  width: 72rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: center;
  margin: 3rem auto 4.5rem;
}

@media screen and (max-width: 767px) {
  .recruit__contents p {
    width: 90%;
  }
}
