header::before {
  opacity: 0;
}
.page_banner {
  padding: 136px 0 111px;
}
.page_banner .head_banner {
  max-width: 728px;
}
.page_banner .head_banner .desc {
  max-width: 630px;
}
.page_banner .head_banner h1 {
  line-height: 1.17;
  font-weight: 700;
}
.page_banner .head_banner .desc_big {
  margin: 6px 0 5px;
}
.page_banner.news_vfx::before {
  width: 100%;
  aspect-ratio: 1920/174;
  background-image: linear-gradient(to top, #ffffff 20%, transparent);
  position: absolute;
  content: '';
  bottom: -2%;
  left: 0;
}
.page_banner.news_vfx .head_banner .desc {
  margin: 0 auto;
}
.page_banner i {
  display: block;
  content: '';
  width: 25px;
  height: 43px;
  background: url("../img/arrow-point.svg") no-repeat center / contain;
  position: absolute;
  bottom: 2px;
  left: 50%;
}
.news_box_section {
  padding: 82px 0;
  position: relative;
}
.news_box_section .news_box {
  position: relative;
  z-index: 2;
}
.news_section {
  padding: 112px 0 178px;
}
.news_section .newslist {
  margin-top: 69px;
}
.news_section .newslist > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.news_section p.center:has(.btn) {
  margin-top: 60px;
  min-height: 60px;
}
