@charset "UTF-8";
/* 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("../../news/images/news_kv.jpg") no-repeat;
  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 56%;
  }
}
@-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);
  }
}

/*--------NEWS一覧---------*/
.news {
  position: relative;
  width: 100%;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding-block: 6rem;
  }
}
.news_wrap {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .news_wrap {
    margin-bottom: 4rem;
  }
}
.news_wrap dl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: 3rem;
  border-bottom: solid 1px var(--line);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_wrap dl {
    flex-direction: column;
  }
}
.news_wrap dt {
  width: 20em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_wrap dt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap dd {
    width: 100%;
  }
}
.news_wrap dd a {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.news_wrap dd a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .news_wrap dd a:hover {
    opacity: 1;
  }
}

/*--------中ページ------*/
.news_heading {
  border-bottom: solid 1px var(--line);
  padding-block: 0.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news_heading {
    margin-bottom: 2rem;
  }
}
.news_heading h1 {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 1rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .news_heading h1 {
    font-size: 2.4rem;
  }
}
.news_box {
  position: relative;
  width: 100%;
  margin: 0 auto 4rem;
}
.news_box:last-of-type {
  margin-bottom: 6rem;
}
.news_btn {
  position: relative;
  width: 24rem;
  margin: 0 auto;
  background-color: var(--green);
}
/*# sourceMappingURL=style.css.map */