@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(24px, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(60px, 11rem);
  height: max(18px, 3.3rem);
}

.common__ttl--none::before {
  display: none;
}

.common__btn {
  width: max(170px, 33.3rem);
  height: max(45px, 7.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.news .common__btn {
  width: max(170px, 25.2rem);
  height: max(45px, 6.4rem);
}

.recruit .common__btn {
  width: max(170px, 28.1rem);
}

.common__btn a {
  background-color: var(--green);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.7rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding-left: 3.5rem;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px var(--green);
  position: absolute;
  top: 1rem;
  left: 1rem;
  pointer-events: none;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(11px, 1.6rem);
  height: max(15.2px, 2.2rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-bottom: 7rem;
  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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 2rem;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3.5rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #b2a18e;
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--green);
}

@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-size: max(10px, 1.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 6rem;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 1px;
  height: max(40px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	about
============================*/
.policy {
  background: #f7f7f7;
  padding: 7rem 0 6rem;
  position: relative;
  z-index: 1;
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco-1.png") no-repeat center left / cover;
  width: 53.6rem;
  height: 100%;
  top: 0;
  right: 0;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center left / contain;
  width: 57.4rem;
  height: 49.8rem;
  left: -11rem;
  bottom: -19rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy::before {
    width: 36rem;
  }

  .policy::after {
    width: 42rem;
    height: 36.4rem;
    left: -11rem;
    bottom: -27rem;
  }
}

.policy__txt {
  width: 90%;
  font-size: max(12px, 1.7rem);
  letter-spacing: 0.15em;
  line-height: 2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .policy__txt {
    height: max(300px, 32.5rem);
    line-height: 3;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

/*============================
	about
============================*/
.about {
  background: var(--bg-1);
  padding: 10rem 0 10.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .about {
    padding: 20rem 0 12rem;
  }
}

.about::before,
.about::after {
  content: "";
  background: url("../img/about_deco-1.png") no-repeat center / contain;
  position: absolute;
  pointer-events: none;
}

.about::before {
  width: 25.4rem;
  height: 23.5rem;
  transform: scale(-1, 1);
  top: 8rem;
  right: -6.5rem;
}

.about::after {
  width: 30.6rem;
  height: 28.4rem;
  left: -5.6rem;
  bottom: 7rem;
}

.about__list {
  width: 100rem;
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
  margin: 12rem auto 7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about__list {
    width: 90%;
  }
}

.about__list-item {
  display: flex;
}

.about__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .about__list-item,
  .about__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.about__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .about__txt-wrapper {
    padding-top: 3rem;
  }
}

.about__txt-wrapper h3 {
  font-size: max(18px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}

.about__list-item:nth-of-type(odd) .about__txt-wrapper h3 {
  flex-direction: row-reverse;
}

.about__txt-wrapper h3::after {
  content: "";
  display: block;
  background: url("../img/about_txt-deco.png") no-repeat center / contain;
  width: max(105px, 17.1rem);
  height: max(8px, 1.3rem);
}

.about__txt-wrapper p {
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 4rem;
}

@media (min-width: 768px) {
  .about__txt-wrapper p {
    margin: 0 -10.5rem 0 0;
  }

  .about__list-item:nth-of-type(odd) .about__txt-wrapper p {
    margin: 0 0 0 -10.5rem;
  }
}

.about__img {
  width: 81.6rem;
  height: 100%;
  flex-shrink: 0;
}

.about__list-item:nth-of-type(odd) .about__img {
  margin-left: calc(50% - 50vw);
}

.about__list-item:nth-of-type(even) .about__img {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .about__img,
  .about__list-item:nth-of-type(odd) .about__img,
  .about__list-item:nth-of-type(even) .about__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	items
============================*/
.items {
  background: #dededd;
  padding: 8rem 0 10.5rem;
  position: relative;
  overflow: hidden;
}

.items::before,
.items::after {
  content: "";
  background: url("../img/items_deco-1.png") no-repeat center / contain;
  width: 37.8rem;
  height: 37.8rem;
  position: absolute;
  pointer-events: none;
}

.items::before {
  top: -8.5rem;
  right: -15rem;
}

.items::after {
  transform: scale(-1, 1);
  left: -19rem;
  bottom: 5rem;
}

.items__txt {
  width: 90%;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .about__img,
  .about__list-item:nth-of-type(odd) .about__img,
  .about__list-item:nth-of-type(even) .about__img {
    width: 100%;
    margin: 0;
  }
}

.items__slider {
  height: 25rem;
  margin: 7.5rem 0 10rem;
}

.items__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.items__slider .swiper-slide {
  width: 32.6rem;
  margin: 0 0.7rem;
}

/*============================
	news
============================*/
.news {
  padding: 10rem 0 11.5rem;
}

.news__inner {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 7.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7.5rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .news .common__btn {
    margin: 0;
  }

  .news .common__btn.sp {
    display: none;
  }
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 15rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME {
  font-weight: 900;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	recruit
============================*/
.recruit {
  background: var(--bg-1);
  padding: 13rem 0 11rem;
  position: relative;
  overflow: hidden;
}

.recruit::before {
  content: "";
  background: url("../img/recruit_deco-1.png") no-repeat center / contain;
  width: 71.8rem;
  height: 48rem;
  position: absolute;
  top: -8rem;
  left: -13.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .recruit::before {
    width: 50rem;
    height: 33.4rem;
  }
}

.recruit__contents {
  width: 110rem;
  border: solid 1px var(--brown);
  border-top: none;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
  }
}

.recruit__ttl-wrapper {
  display: flex;
  justify-content: center;
  gap: 9rem;
  transform: translateY(-5.5rem);
}

.recruit__ttl-wrapper::before,
.recruit__ttl-wrapper::after {
  content: "";
  background-color: var(--brown);
  width: 100%;
  height: 1px;
  margin-top: 5.5rem;
}

.recruit__ttl-wrapper .common__ttl {
  flex-shrink: 0;
}

.recruit__contents-inner {
  display: flex;
  gap: 5.5rem;
  padding: 3.5rem 6.5rem 4.5rem 7.5rem;
}

@media (max-width: 767px) {
  .recruit__contents-inner {
    flex-direction: column;
    padding: 3.5rem 5rem 6rem;
  }
}

.recruit__img {
  width: 46rem;
  height: 100%;
  display: flex;
  gap: 3rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .recruit__img {
    width: 100%;
  }
}

.recruit__img img:nth-of-type(2) {
  margin-top: 6.4rem;
}

.recruit__contents-inner p {
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .recruit__contents-inner p {
    padding: 0 0 4rem;
  }
}

.recruit .common__btn {
  margin: 0 0 0 auto;
}

/*============================
	contact
============================*/
.contact {
  background: url("../img/contact_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 10rem 0;
}

.contact__txt-wrapper {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact__txt-wrapper {
    width: 90%;
  }
}

.contact__txt-wrapper .common__ttl {
  border-bottom: solid 1px var(--white);
  padding-bottom: 3rem;
}

.contact__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 3.5rem;
}

.contact__btn {
  width: 82rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact__btn {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.contact__btn a {
  background-color: rgba(86, 61, 48, 0.4);
  width: 100%;
  height: max(60px, 9rem);
  border: solid 1px var(--white);
  font-size: max(16px, 2.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .contact__btn a {
    text-decoration: none;
  }

  .contact__btn a span {
    text-decoration: underline;
  }
}

.contact__btn li:nth-of-type(1) a::before {
  content: "";
  display: block;
  background: url("../img/contact_tel-icon.png") no-repeat center / contain;
  width: max(32px, 5.4rem);
  height: max(27px, 4.6rem);
}

.contact__btn p {
  font-size: max(10px, 1.2rem);
  letter-spacing: 0.1em;
  text-align: left;
}

.contact__btn p span {
  display: block;
  font-size: max(18px, 3.4rem);
  letter-spacing: 0;
  line-height: 1;
}
