@charset "UTF-8";
.p-in__header::before {
  background: url("../img/news/bg_02.jpg") no-repeat center/cover;
}
.p-in__container::before {
  background: url("../img/news/bg_01.jpg") no-repeat center/cover;
}

.p-news {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.2rem 0 14.4rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    max-width: 45rem;
    padding: 2.2rem 0 10.5rem;
  }
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item + .p-news__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news__list-item + .p-news__list-item {
    margin-top: 0.2rem;
  }
}
.p-news__pagination {
  display: block;
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 4.8rem;
  }
}
.p-news__back {
  display: block;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    margin-top: 2rem;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 0 6rem 0 3rem;
  color: var(--color-white);
  background-color: var(--color-brown-base);
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 0 3rem 0 1.5rem;
  }
}
.p-news_article::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 4rem;
  background: url("../img/ar_g.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-news_article::after {
    width: 0.8rem;
    right: 1.2rem;
  }
}
.p-news_article__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__content {
    min-height: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__content {
    padding: 1.2rem 0 1rem;
  }
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  font-family: "Modern Antiqua", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-news_article__date {
    min-width: 10rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.2rem;
    font-size: 1rem;
  }
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    flex: 1 1 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      -webkit-text-decoration: 1px underline;
      text-decoration: 1px 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 {
  display: block;
  position: relative;
  padding: 3rem 3rem;
  margin-bottom: 1rem;
  color: var(--color-white);
  background-color: var(--color-brown-base);
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding: 1.8rem 2rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  font-family: "Modern Antiqua", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.6rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 4rem 3rem;
  color: var(--color-white);
  background-color: var(--color-brown-base);
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 2.5rem 2rem;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.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%;
  }
}