.p-news {
  margin-top: 8rem;
  transform: translate(-1.2rem, -1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-news {
    margin-top: 3rem;
    transform: translate(-0.8rem, -0.6rem);
  }
}
.l-section.is-active .p-news {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s;
}
.p-news__list-item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.p-news__pagination {
  margin-top: 6.8rem;
}
@media screen and (max-width: 750px) {
  .p-news__pagination {
    margin-top: 4.1rem;
  }
}
.p-news__back {
  margin-top: 6.8rem;
}
@media screen and (max-width: 750px) {
  .p-news__back {
    margin-top: 4.2rem;
  }
}

.p-news_item {
  background: var(--color-gray);
}
.p-news_item__link {
  display: block;
  text-decoration: none;
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-news_item__link:hover {
    background: #ffeef3;
  }
}
.p-news_item__inner {
  width: 95.7%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .p-news_item__inner {
    width: 92%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-news_item__date {
  color: var(--color-pink);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-news_item__date {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}
.p-news_item__title {
  margin-top: 0.2rem;
  color: var(--color-black);
  font-size: 1.5rem;
  line-height: 1.48;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-news_item__title {
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-news_item__link:hover .p-news_item__title {
    color: var(--color-pink);
  }
}

.p-news_article__head {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-news_article__head {
    padding-top: 1.8rem;
    padding-bottom: 1.3rem;
  }
}
.p-news_article__body {
  margin-top: 1rem;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
  background: var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-news_article__body {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
  }
}
.p-news_article__inner {
  width: 93.8%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_article__inner {
    width: 90.5%;
  }
}
.p-news_article__date {
  color: var(--color-pink);
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-news_article__date {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
}
.p-news_article__title {
  margin-top: 1.2rem;
  line-height: 1.52;
}
@media screen and (max-width: 750px) {
  .p-news_article__title {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-news_article__content {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-news_article__content {
    font-size: 1.2rem;
    line-height: 1.74;
  }
}
.p-news_article__content a {
  display: inline-block;
  padding-bottom: 0.4rem;
  text-decoration: none;
  color: var(--color-pink);
}
.p-news_article__content a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-pink);
}
.p-news_article__content img {
  display: inline-block;
  max-width: 100%;
  margin-top: 3.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-news_article__content img {
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
.p-news_article__content iframe {
  display: inline-block;
  max-width: 100%;
  margin-top: 3.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-news_article__content iframe {
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
  }
}