@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  letter-spacing: 0.2em;
  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(28px, 4.8rem);
  letter-spacing: 0.05em;
  color: transparent;
  background: url("../img/ttl_bg.jpg") repeat center / auto 100%;
  background-clip: text;
  -webkit-background-clip: text;
  white-space: nowrap;
}

.common__btn {
  width: max(150px, 19.7rem);
  height: max(31px, 4rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common__btn a img {
  object-fit: contain;
}

.common__btn a span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--blue);
  font-family: var(--font-en);
  color: var(--blue);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  z-index: 2;
}

.hero::before {
  background: url("../img/hero_bg-1.png") no-repeat center / cover;
  height: 18.8rem;
  top: 0;
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  color: var(--white);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(50px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  padding: 10.5rem 0 10rem;
  color: #FFF;
}
.policy h2 {
  width: 23.6rem;
  margin: 0 auto;
  padding-top: 7.5rem;
  white-space: nowrap;
}
.policy__contents {
  width: 120rem;
  height: 66rem;
  background: url(../img/policy-content-bg.png) no-repeat center / contain;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 100%;
    height: 82rem;
    padding: 6rem 5% 5rem;
    padding: 0;
    background: url(../img/policy-content-bg-sp.png) no-repeat center / contain;
  }
}
@media (max-width: 500px) {
  .policy__contents {
    height: 107rem;
    background: url(../img/policy-content-bg-sp-2.png) no-repeat center / contain;
  }
}

.policy__contents h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.2em;
  line-height: 1.69;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 74.2rem;
  margin: 3.3rem auto 3.6rem;
  letter-spacing: 0.05em;
}


.policy__contents p {
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin-top: 2rem;
  width: 66.4rem;
  margin: 0 auto 5.4rem;
}

@media (max-width: 1100px) {
  .policy__contents h3 {
    width: 90%;
  }
  .policy__contents p {
    width: 90%;
    line-height: 2;
    margin: 0 auto 3.4rem;
  }
  .policy h2 {
    width: 20rem;
    padding-top: 9.5rem;
  }
}
@media (max-width: 767px) {
  .policy__contents h3 {
    width: 70%;
    font-size: max(16px, 2.4rem);
  }
  .policy__contents p {
    width: 75%;
    line-height: 2.5;
  }
}
@media (max-width: 500px) {
  .policy__contents h3 {
    width: 80%;
  }
  .policy__contents p {
    width: 85%;
    line-height: 2.2;
  }
  .policy h2 {
    padding-top: 15.5rem;
  }
}
/*============================
	menu
============================*/
.menu {
  background: url("../img/menu-bg.jpg") no-repeat center / cover;
  padding: 12.7rem 0 9.5rem;
  position: relative;
  color: #000;
}
.menu .common__ttl {
  width: 12.8rem;
  margin: 0 auto;
  color: #007daa;
}

@media (max-width: 767px) {
  .menu .common__ttl {
    width: 15.8rem;
  }
}

.menu__contents {
  width: 88rem;
  display: flex;
  flex-direction: column-reverse;
  margin: 7.4rem auto 0;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  padding-top: 8.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-top: 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 2.4rem);
  letter-spacing: 0.18em;
  text-align: center;
  color: #007daa;
}

.menu__txt-wrapper p {
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin: 3.5rem 0 7rem;
  text-align: center;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0 auto;
  }
}

.menu__img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0 auto 5rem;
  }
  .menu__txt-wrapper p {
    text-align: left;
  }
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 13.2rem 0 10.1rem;
  color: #000;
  position: relative;
}
.news-deco-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.7rem;
  height: auto;
  pointer-events: none;
}
.news-deco-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40rem;
  height: auto;
  pointer-events: none;
}
.news .common__ttl {
  color: #007daa;
}
.news .common__ttl span {
  width: 10.3rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 5.2rem auto 8rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
  .news-deco-1 {
    width: 20rem;
  }
  .news-deco-2 {
    width: 30rem;
  }
  .news .common__ttl span {
    width: 15rem;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  margin-right: 2rem;
  color: #000;
}

.CMS-NEWS-TIME {
  font-family: var(--font-en);
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	insta
============================*/
.insta {
  background: url(../img/menu-bg.jpg) no-repeat center / cover;
  padding: 11.2rem 0 19.2rem;
  color: #007daa;
}
.insta h2 {
  width: 17.5rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.insta__contents {
  width: 87rem;
  margin: 5.6rem 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.5rem;
}

.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: 28rem;
  height: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/bg-gallery.jpg) top center / cover;
  padding: 12rem 0 10.6rem;
}
.gallery h2 {
  width: 13.7rem;
  margin: 0 auto;
  color: #FFF;
  white-space: nowrap;
}

.gallery__slider {
  margin: 5.6rem 0 8.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  height: 20rem;
}
.gallery__slider .swiper-slide img {
  padding: 0 5px;
}

/*============================
	access
============================*/
.access {
  background: url(../img/bg-access.jpg) top center / cover;
  padding: 13.5rem 0 0;
  color: #000;
  position: relative;
}
.access-deco-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30.7rem;
  height: auto;
}
.access-deco-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.5rem;
  height: auto;
}
.access h2 {
  width: 12.1rem;
  margin: 0 auto 10.5rem;
  color: #007daa;
  white-space: nowrap;
}

.access__map {
  height: 45rem;
  margin: 13.5rem 0 0;
  filter: grayscale(1);
}

.access__contents {
  /*width: 110rem;*/
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2rem 7.1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
  .gallery h2 {
    width: 16.7rem;
  }
  .access-deco-1 {
    width: 20rem;
  }
  .access-deco-2 {
    width: 22rem;
  }
}

.access__img {
  width: 66rem;
  height: 100%;
  flex-shrink: 0;
}
.access__txt-wrapper {
  width: 55.3rem;
}
@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
  .access__txt-wrapper {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(90px, 12.5rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
  padding: 2.7rem 0;
}

.access__list dd {
  width: calc(100% - max(90px, 12.5rem));
  border-bottom: solid 1px #000;
  padding: 2.7rem 0 2.7rem 2rem;
}
.access__list dt:last-of-type,
.access__list dd:last-of-type {
  border: none;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #000;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    justify-content: flex-start;
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }
}

.access .common__btn {
  margin: 5rem 0 0;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 5rem auto 0;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background: url(../img/bg-recruit.jpg) top center / cover;
  padding: 12.2rem 0 12rem;
  color: #FFF;
}
.recruit__contents {
  min-width: 370px;
  width: 37rem;
  margin: 0 auto 0 17.5rem;
}

.recruit h2 {
  width: 15rem;
  margin: 0 auto 4rem;
  white-space: nowrap;
}

.recruit p {
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    margin: 0 auto;
  }
  .recruit h2 {
    width: 16rem;
  }
}
