@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 span {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  color: var(--blue);
  text-transform: uppercase;
}

.common__ttl--wt,
.common__ttl--wt span {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(28px, 3.7rem);
  height: max(34.8px, 4.6rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.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(--blue);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: max(150px, 20.6rem);
  height: max(29px, 4rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 30rem;
    height: max(80rem, 100vh);
    padding-top: 12rem;
  }

  .header.top::before,
  .header.top::after {
    content: "";
    background: url("../img/header_deco.png") no-repeat center top / cover;
    width: 22.8rem;
    height: calc((100% - 10rem) / 2);
    position: absolute;
    transform: translateX(-50%);
    top: 5rem;
    left: 50%;
    pointer-events: none;
  }

  .header.top::after {
    transform: translateX(-50%) scale(1, -1);
    top: auto;
    bottom: 5rem;
  }

  .header.top .header__logo {
    margin: 0 auto 7.5rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  padding-left: 30rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 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;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-2);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20rem), 0% 100%);
  padding: 13rem 0 19rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), 0% 100%);
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 23.8rem;
  height: 6.8rem;
  top: 7.5rem;
  right: 8rem;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 25.6rem;
  height: 5.6rem;
  left: 13rem;
  bottom: 14rem;
}

@media (max-width: 767px) {
  .policy::before {
    top: 3rem;
    right: 3rem;
  }

  .policy::after {
    left: 3rem;
    bottom: 8rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: 100%;
    padding-top: 5rem;
    margin-bottom: 8rem;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 14.8rem;
  height: 19.2rem;
  position: absolute;
  right: 1rem;
  bottom: -8.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    right: -2rem;
    bottom: -5rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin: 3rem 0 6rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img-list {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
  }
}

.policy__img-list li:nth-of-type(2) {
  width: 32rem;
  margin: -12.5rem -3rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img-list li:nth-of-type(2) {
    width: 55%;
    margin: -12.5rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 1rem 0 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: 26.8rem;
  height: 13.2rem;
  top: 0;
  right: 13rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 13.4rem;
  height: 21.6rem;
  left: 17.5rem;
  bottom: -7rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 23rem;
    height: 11.3rem;
    top: -2rem;
    right: 3rem;
  }

  .menu::after {
    width: 11rem;
    height: 17.7rem;
    left: 1rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 5.5rem;
  margin: 10rem auto 10rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 10rem;
  }
}

.menu__list-item {
  display: flex;
  row-gap: 4rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  row-gap: 0;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  background: url("../img/texture-3.jpg") repeat center / 100% auto;
  width: 100%;
  padding: 5rem;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 82rem;
    height: 100%;
    padding: 4rem 30rem 4rem 5.5rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper {
    padding: 4rem 5rem;
    margin-top: 4.5rem;
    position: relative;
    z-index: 1;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(1) .menu__img {
  margin: -6.5rem -5.5rem 0 -30rem;
}

.menu__list-item:nth-of-type(2) .menu__img {
  border-radius: 2rem;
  margin-right: -9rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(1) .menu__img,
  .menu__list-item:nth-of-type(2) .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  clip-path: polygon(0 20rem, 100% 0, 100% 100%, 0% 100%);
  padding: 17rem 0 9rem;
  position: relative;
}

@media (max-width: 767px) {
  .gallery {
    clip-path: polygon(0 10rem, 100% 0, 100% 100%, 0% 100%);
  }
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 16rem;
  height: 19.2rem;
  position: absolute;
  top: 11.5rem;
  right: 21rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 14rem;
    height: 16.8rem;
    top: 10rem;
    right: 4rem;
  }
}

.gallery__slider {
  height: 24rem;
  margin: 6.5rem 0 8.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.5rem;
}

/*============================
	news
============================*/
.news {
  padding: 9.5rem 0 15rem;
  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: 15.8rem;
  height: 5.6rem;
  top: 12rem;
  right: 13.5rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 16rem;
  height: 19.2rem;
  left: 16rem;
  bottom: 6rem;
}

@media (max-width: 767px) {
  .news::before {
    top: 10rem;
    right: 5rem;
  }

  .news::after {
    left: 3rem;
    bottom: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.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 {
  font-family: var(--font-sans);
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  font-weight: 400;
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--white);
  padding: 9rem 0 18rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  width: 110rem;
  height: calc((100% - 19.5rem) / 2);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco-1.png") no-repeat center top / cover;
  top: 11rem;
}

.access::after {
  background: url("../img/access_deco-2.png") no-repeat center bottom / cover;
  bottom: 8.5rem;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 95%;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 6.5rem;
  padding: 0 4rem 0 8rem;
  margin: 8rem auto 5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 85%;
    flex-direction: column;
    padding: 0;
  }
}

.access__img {
  width: 42rem;
  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 {
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.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;
  }
}

.top__map {
  height: 44rem;
}
