.l-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/news/deco_news-bg.webp) top center no-repeat;
  background-size: 100vw auto; /* 幅を80vw、高さは比率維持 */
  z-index: -1;
}

@media screen and (max-width: 768px) {
    .l-main::before {
        aspect-ratio: 750/4135;
        background: url(../images/news/deco_news-bg-sp.webp) no-repeat right top;
        background-size: 100vw auto; /* 幅を100vw、高さは自動 */
        z-index: -1;
    }
}

.p-page__content {
  margin-block-start: 2rem;
}
@media screen and (max-width: 768px) {
  .p-page__content {
    padding: 0 1.7rem;
    margin-block-start: 4.5rem;
  }

  h2 {
    margin-block-start: .7rem !important;
  }
}
.wp-block-post-excerpt__more-text {
  margin-block-end: 0rem !important;
}

.news-index .wp-block-post-excerpt__more-link {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.8285714286;
    letter-spacing: .22em;
    font-size: max(12px, 1.4rem);
    white-space: nowrap;
}