/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------*/
.contents_kv {
  position: relative;
  width: 100%;
  height: 60rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents_kv {
    height: 46rem;
  }
}
.contents_kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../site/images/site_kv.jpg") no-repeat center center;
  background-size: cover;
  width: 80%;
  height: 60rem;
  z-index: 0;
  opacity: 0;
  scale: 1.08;
  -webkit-animation: kvImageIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: kvImageIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@media screen and (max-width: 767px) {
  .contents_kv::before {
    width: 100%;
    height: 46rem;
    background-position: top left 20%;
  }
}
@-webkit-keyframes kvImageIn {
  0% {
    opacity: 0;
    scale: 1.08;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes kvImageIn {
  0% {
    opacity: 0;
    scale: 1.08;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.contents_kv_wrap {
  position: relative;
}
.contents_kv_wrap_catch {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents_kv_wrap_catch {
    top: 54%;
    left: 4%;
  }
}
.contents_kv-jp {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
  color: var(--green);
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents_kv-jp {
    color: #fff;
  }
}
.contents_kv-en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 8vw, 8rem);
  font-weight: 600;
  color: var(--green);
  letter-spacing: -0.01em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents_kv-en {
    color: #fff;
    font-size: clamp(2.8rem, 10vw, 5rem);
  }
}

/*------------------------*/
.contents_heading h2 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents_heading h2 {
    line-height: 1.2;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_heading h2 span.small {
    font-size: 1.4rem;
  }
}

.site {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .site {
    padding-block: 6rem;
  }
}
.site .intro {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .site .intro {
    margin-bottom: 2rem;
  }
}
.site .box {
  padding-block: 4rem;
  border-bottom: solid 1px var(--line);
}
.site .box.last {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .site .box {
    padding-block: 3rem;
  }
}
.site .box p.pb {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .site .box p.pb {
    padding-bottom: 1rem;
  }
}
.site .box p.pt {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .site .box p.pt {
    padding-top: 1rem;
  }
}
.site .box .list_first_item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .site .box .list_first_item {
    margin-bottom: 1rem;
  }
}
.site .box .list_first_item:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */