@charset "utf-8";

/* CSS Document */

.section1-news {
  padding-bottom: 10%;
}

.section1-news::before {
  content: "";
  position: absolute;
  top: -3.5em;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/251104/bg-common.webp");
  background-color: #0d703e;
  border: solid 1px #ecd06f;
  border-radius: 50%;
  width: 11.654em;
  height: 11.654em;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
}

.section1-news__inner {
  padding-bottom: 20%;
}

.section1__title-news {
  position: relative;
  top: -1em;
  width: 20.13%;
  margin: 0 auto;
  z-index: 3;
}

.snow1 {
  position: relative;
}

.snow1::before {
  background-image: url("../img/251104/news/bg-snow1.webp");
}

.snow1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/251104/news/bg-snow2.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  mix-blend-mode: screen;
  z-index: 1;
}

.title__text-news {
  position: relative;
  font-size: 45px;
  color: #d9b569;
  text-align: center;
  z-index: 2;
}

.news-anchor-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 75.87%;
  margin: 7% auto 0;
  row-gap: 2rem;
  z-index: 3;
}

.block-common {
  line-height: 1.423;
  padding-top: 15%;
}

.sbttl {
  width: 81.33%;
  margin: 0 auto 5%;
}

.group-common {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; */
  padding: 0 5%;
  /* gap: 4rem 2rem; */
}

.group-common .group-identifier:not(:first-child) {
  margin-top: 4rem;
}

.group-common-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 4rem 2rem;
}

.group-common-list li {
  width: calc((100% / 2) - 1rem);
}

.group-common .title {
  font-size: 26px;
  color: #d9b569;
  margin-top: 5%;
}

.group-common .text {
  font-size: 25px;
  color: #fff;
  margin-top: 3%;
}

.group-common .button {
  width: 76.81%;
  margin-top: 5%;
}

.news-banner1 {
  width: 92.8%;
  margin: 0 auto 5%;
}

.section1-news__image {
  position: relative;
  width: 86.67%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}

.top-link {
  display: flex;
  justify-content: flex-end;
  width: 86.67%;
  margin: 0 auto;
  padding: 10% 0 8%;
}

.top-link a {
  display: block;
  width: 24%;
}

.footnote {
  width: 90.13%;
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
  letter-spacing: -0.001em;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .title__text-news {
    font-size: 23px;
  }

  /* .group-common {
    gap: 2rem 1rem;
  }

  .group-common li {
    width: calc((100% / 2) - 0.5rem);
  } */

  .group-common-list {
    gap: 2rem 1rem;
  }

  .group-common-list li {
    width: calc((100% / 2) - 0.5rem);
  }

  .group-common .group-identifier:not(:first-child) {
    margin-top: 2rem;
  }

  .group-common .title {
    font-size: 13px;
  }

  .group-common .text {
    font-size: 12px;
  }

  .footnote {
    font-size: 12px;
  }
}
