.news-archive-hero {
  position: relative;
  background: url("images/news_achieve-hero.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 415px;
  margin-bottom: -76px;
  border-radius: 90px 90px 0 0;
}
@media (max-width: 960px) {
  .news-archive-hero {
    background-image: url("images/news_achieve-hero-sp.png");
    background-size: cover;
    height: 454px;
    margin-bottom: -303px;
  }
}

.news-archive-header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 128px;
}
@media (max-width: 960px) {
  .news-archive-header {
    padding: 48px 18px 10px;
  }
}

.news-archive-section-icon {
  position: absolute;
  bottom: 64px;
  right: 87px;
  max-width: 309px;
  max-height: 230px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateY(50%);
}
.news-archive-section-icon img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
}
@media (max-width: 960px) {
  .news-archive-section-icon {
    top: 44px;
    right: 0;
    bottom: 0;
    max-width: 202px;
    max-height: 119px;
  }
}

.news-archive {
  position: relative;
  background-color: #ff7777;
  margin-bottom: -110px;
  -webkit-mask-image: url("../../assets/wave-red.svg"), linear-gradient(#000, #000);
  mask-image: url("../../assets/wave-red.svg"), linear-gradient(#000, #000);
  -webkit-mask-size: 1470px 76px, 100% calc(100% - 53px);
  mask-size: 1470px 76px, 100% calc(100% - 53px);
  -webkit-mask-position: left top, left 53px;
  mask-position: left top, left 53px;
  -webkit-mask-repeat: repeat-x, no-repeat;
  mask-repeat: repeat-x, no-repeat;
  -webkit-mask-composite: source-over;
  mask-composite: add;
}
@media (max-width: 960px) {
  .news-archive {
    margin-bottom: -77px;
    -webkit-mask-size: 760px 55px, 100% calc(100% - 53px);
    mask-size: 760px 55px, 100% calc(100% - 53px);
  }
}

.news-archive__dots {
  position: absolute;
  inset: 0;
  background-image: url("../../assets/dots-pattern.png");
  background-size: 1002px 1002px;
  background-repeat: repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.news-archive-body {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 127px 20px 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .news-archive-body {
    padding: 84px 26px 77px;
  }
}

.news--pb-77px {
  padding-bottom: 77px;
}