@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  text-align: center;
}
.common__ttl img {
  width: auto;
  height: 15.5rem;
}

.common__btn {
  width: max(220px, 34.4rem);
  height: max(45px, 6.2rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 2.8rem;
  position: relative;
}

.common__btn a::before {
  content: "";
  background-color: var(--brown);
  width: 5.3rem;
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.common__btn a span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  font-family: var(--font-en);
  color: var(--brown);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__btn.wt a::before {
  background-color: #fff;
}

.common__btn.wt a span {
  border: solid 1px #fff;
  color: #fff;
}



/*============================
	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") repeat-x center / contain;
  height: 36.4rem;
  top: 0;
}

.hero::after {
  background: url("../img/hero_bg-2.png") repeat-x center / contain;
  height: 35.7rem;
  bottom: 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/back-concept.jpg") no-repeat center / cover;
  padding: 10.5rem 0 10rem;
  position: relative;
}

		.policy::before {
			content: "";
			background: url(../img/deco-concept.png) no-repeat center top / contain;
			width: 20rem;
			height: 80rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: -18rem;
			right: 0;
		}


.policy__contents {
  width: 95rem;
  text-align: center;
  padding: 6.3rem 8.9rem 5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {

  		.policy::before {
        content: none;
      }
  .policy__contents {
    width: 93%;
    padding: 6rem 5% 5rem;
  }
  
}

.policy__contents h2 {
  font-size: max(18px, 3rem);
  font-weight: 500;
  color: #b2b2b2;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  line-height: 1.8;
  position: relative;
}

.policy__contents h2::after {
  content: "";
  display: block;
  background: url("../img/line-concept.png") no-repeat center / contain;
  width: max(270px, 45rem);
  height: max(10px, 1.9rem);
  bottom: -8rem;
  position: absolute;
}
@media (max-width: 767px) {
  .policy__contents h2::after {
    width: max(250px, 45rem);
    height: max(8px, 1.9rem);
    bottom: -8rem;
  }
}
.policy__contents p {
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 15.5rem;
}

/* .policy__contents span::before,
.policy__contents span::after {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 11.6rem;
  height: 11.6rem;
  position: absolute;
} */

/* .policy__contents span:nth-of-type(1):before {
  top: -0.3rem;
  left: -0.3rem;
}

.policy__contents span:nth-of-type(1)::after {
  transform: scale(-1, 1);
  top: -0.3rem;
  right: -0.3rem;
}

.policy__contents span:nth-of-type(2):before {
  transform: scale(1, -1);
  bottom: -0.3rem;
  left: -0.3rem;
}

.policy__contents span:nth-of-type(2)::after {
  transform: scale(-1, -1);
  bottom: -0.3rem;
  right: -0.3rem;
} */





/*============================
	cast
============================*/
.cast {
  background: url("../img/back-cast1.jpg") no-repeat center / cover;
  padding: 14rem 0 ;
  position: relative;
}

.cast__contents {
  width: 105rem;
  text-align: center;
  padding: 6.3rem 8.9rem 5rem;
  margin: 0 auto;
  position: relative;
  background: url("../img/back-cast2.jpg") no-repeat center / cover;
  border: 0.2rem solid #A79885;
  box-shadow: 0.4rem 0.4rem 0.8rem #000;    /* 水平方向の距離  垂直方向の距離  ぼかし距離  広がり距離  影の色 */

}
.cast h2 {
  margin-bottom: 4.3rem;
}

@media (max-width: 767px) {

  .cast__contents {
    width: 93%;
    padding: 6rem 5% 5rem;
  }
  
}

/*============================
	cast2
============================*/
.cast2 {
  background: url("../img/back-cast1.jpg") no-repeat center / cover;
  padding: 14rem 0 ;
  position: relative;
}

.cast2__contents {
  width: 105rem;
  text-align: center;
  padding: 6.3rem 8.9rem 5rem;
  margin: 0 auto;
  position: relative;
  background: url("../img/back-recruit.jpg") no-repeat center / cover;
  border: 0.2rem solid #A79885;
  box-shadow: 0.4rem 0.4rem 0.8rem #000;    /* 水平方向の距離  垂直方向の距離  ぼかし距離  広がり距離  影の色 */

}
.cast2 h2 {
  margin-bottom: 4.3rem;
}

@media (max-width: 767px) {

  .cast2__contents {
    width: 93%;
    padding: 6rem 5% 5rem;
  }
  
}




/*============================
	menu
============================*/
.menu {
  background: #000;
  padding: 11.5rem 0 10.5rem;
  position: relative;
}

.menu__contents {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  /* gap: 4rem; */
  margin: 0 auto 8rem;
}
.menu__contents:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
  .menu__contents:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  flex-basis: 56%;
  padding-top: 5rem;
  padding-left: 10rem;
	position: relative;
}
  .menu__txt-wrapper::before {
    content: "";
    background: url(../img/title-menu1.png) no-repeat center top / contain;
    width: 3.2rem;
    height: 40rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 5rem;
    left: 1rem;
  }

.menu__contents:nth-of-type(2) .menu__txt-wrapper {
  padding-left: 0;
  padding-right: 10rem;
}
  .menu__contents:nth-of-type(2) .menu__txt-wrapper::before {
    background: url(../img/title-menu2.png) no-repeat center top / contain;
    width: 3.2rem;
    height: 48rem;
    top: 1rem;
    left: inherit;
    right: 1rem;
  }
@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-left: 13rem;
  }
  .menu__txt-wrapper::before {
    width: max(25px,3.3rem);
    height: 50rem;
    top: 0rem;
    left: 1rem;
  }

  .menu__contents:nth-of-type(2) .menu__txt-wrapper {
    padding-left: 0;
    padding-right: 13rem;
  }
  .menu__contents:nth-of-type(2) .menu__txt-wrapper::before {
    width: max(25px,3.3rem);
    height: 67rem;
    top: 1rem;
    left: inherit;
    right: 1rem;
  }
}

.menu__txt-wrapper ul {
  margin-bottom: 6.5rem;
}
.menu__txt-wrapper ul li {
  border-top: 0.1rem solid #fff;
  padding: 3.9rem 0;
  display: flex;
  align-items: center;
  font-size: max(12px, 2.1rem);
  width: 100%;
  padding-left: 0.5rem;
}
.menu__txt-wrapper ul li:last-of-type {
  border-bottom: 0.1rem solid #fff;
}
.menu__txt-wrapper ul li > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu__txt-wrapper ul li > span > span:nth-of-type(1) {
  flex-basis: 55%;
  letter-spacing: 0.1rem;
}
.menu__txt-wrapper ul li > span > span:nth-of-type(2) {
  flex-basis: 40%;
  letter-spacing: 0.4rem;
}

.menu__txt-wrapper img {
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: -4rem;
}
@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-top: 0;
  }
  .menu__txt-wrapper ul li {
    font-size: max(13px, 2.1rem);
  }
  .menu__txt-wrapper ul li > span {
    flex-direction: column;

  }
  .menu__txt-wrapper img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 3rem);
  letter-spacing: 0.18em;
  margin-bottom: 7rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.2em;
  line-height: 2.75;
  margin: 1rem 0 2.5rem;
}

.menu__img {
  flex-basis: 39%;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
    margin-bottom: 6rem;
  }
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 15.3rem 0 14.8rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: flex;
  gap: 6rem 4rem;
  margin: 7rem auto 8rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 34rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  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;
}

.CMS-NEWS-TIME {
  font-family: var(--font-en);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  background: url(../img/back-insta.jpg) no-repeat center top / cover;
  padding: 9rem 0 15rem;
}

.insta__contents {
  width: 82.7rem;
  margin: 7rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 5.4rem;
}

.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: 24rem;
  height: 24rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
  padding: 9.5rem 0 12.5rem;
}

.gallery__slider {
  margin: 6.7rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 38.4rem;
}
.gallery .common__btn {
  z-index: 200;
  position: relative;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  background: #000;
  padding: 10rem 0 14rem;
		position: relative;
}
.access::before {
  content: "";
  background: url(../img/deco-access1.png) no-repeat center top / contain;
  width: 28rem;
  height: 80rem;
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: -35rem;
  left: 0;
}
.access::after {
  content: "";
  background: url(../img/deco-access2.png) no-repeat center top / contain;
  width: 23rem;
  height: 80rem;
  /* aspect-ratio: 293/95; */
  position: absolute;
  bottom: -48.5rem;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .access::before {
    width: 18rem;
    height: 80rem;
    top: -20rem;
    left: 0;
  }
  .access::after {
    width: 16rem;
    height: 80rem;
    bottom: -58.5rem;
    right: 0;
    z-index: 100;
  }
}

.access__map {
  height: 50rem;
  margin: 8rem 0 7rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__img {
  width: 55.1rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    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 var(--white);
  padding: 2.7rem 0 2.7rem 2rem;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--white);
  }

  .access__list dt:first-of-type {
    border-top: solid 1px var(--white);
  }

  .access__list dd:first-of-type {
    border-top: solid 1px var(--white);
    padding: 1.1rem 0 1.1rem 2rem;
  }
}

@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__list dd::before {
    content: "";
    background-color: var(--brown);
    width: 25%;
    height: 1px;
    position: absolute;
    transform: translateY(100%);
    left: 0;
    bottom: 0;
  } */
}

.access .common__btn {
  margin: 7.5rem auto 0;
  position: relative;
  z-index: 200;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 7.5rem auto 0;
  }
}


.blog {
  width: max-content;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .blog {
    width: 500px;
  }
}

.blog__ttl {
  background-color: var(--white);
  width: 100%;
  color: var(--black);
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 768px) {
  .blog iframe {
    width: 100% !important;
    height: 400px !important;
  }
}
