@charset "UTF-8";
.p-news {
  display: block;
  position: relative;
  padding-top: 3.2rem;
}
.p-news__container {
  width: 95%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  margin-bottom: 1.8rem;
}
.p-news__title {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 7.8rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-news__title {
    padding-left: 3.6rem;
  }
}
.p-news__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-news__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-news__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-news__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-news__title-word {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-news__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-news__title-word:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-news__title-word:nth-child(10) {
  transition-delay: 0.95s;
}
.p-news__more {
  display: block;
  position: relative;
  top: -0.5rem;
  margin-left: 2rem;
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-news__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-news__pagination {
  width: 100%;
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 4rem;
  }
}
.p-news__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    margin-top: 4rem;
  }
}

.p-news_article {
  height: 100%;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_article {
    border-radius: 0.5rem;
  }
}
.p-news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed var(--color-brown);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_article::before {
    border-radius: 0.5rem;
  }
}
.p-news_article__content {
  display: block;
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 960px) {
  .p-news_article__content {
    padding: 1.5rem 1.8rem;
  }
}
.p-news_article__date {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_article:hover .p-news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article:hover .p-news_article__title {
      text-decoration: underline;
    }
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding: 2.5rem 3rem 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.8rem;
    border-radius: 0.5rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed var(--color-brown);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header::before {
    border-radius: 0.5rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.3rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 1.2rem 1.8rem;
    border-radius: 0.5rem;
  }
}
.p-news_single__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed var(--color-brown);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner::before {
    border-radius: 0.5rem;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-news_single__text a {
  color: var(--color-orange);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}