@charset "UTF-8";
.p-news {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news {
    width: 92%;
  }
}
.p-news__container {
  display: block;
  position: relative;
}
.p-news__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 2.7rem;
  }
}
.p-news__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 400;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.7rem;
}
@media screen and (min-width: 961px) {
  .p-news__title {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-news__title {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-news__inner {
  min-width: 0;
  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;
}
.p-news__pager {
  display: block;
  position: relative;
  margin-top: 4rem;
}

.p-news_article {
  display: block;
  position: relative;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-news_article:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.p-news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-news_article:hover::before {
    opacity: 1;
  }
}
.p-news_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-news_article__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.1rem;
  }
}
.p-news_article__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-news_article__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-news_single__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding: 1.6rem 2rem;
  }
}
.p-news_single__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-news_single__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.1rem;
  }
}
.p-news_single__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-news_single__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-news_single__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_single__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 3.2rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
.p-news_single__text a {
  color: var(--color-sky);
  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%;
  }
}

.p-news_pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-news_pager {
    padding: 0 8rem;
  }
}
.p-news_pager__nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.p-news_pager__nav.--prev {
  left: 0;
}
.p-news_pager__nav.--next {
  right: 0;
}
.p-news_pager__nav-text {
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-white);
}
.p-news_pager__nav-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_pager__nav-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news_pager__nav:hover .p-news_pager__nav-text::before {
    width: 100%;
    left: 0;
  }
}
.p-news_pager__status {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-news_pager__status-text {
  min-width: 5rem;
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
.p-news_pager__status-text + .p-news_pager__status-text::before {
  content: "";
  width: 0.1rem;
  height: 90%;
  display: block;
  position: absolute;
  top: 12%;
  left: 0;
  border-left: 0.1rem solid var(--color-white);
}
.p-news_pager__back {
  display: block;
  position: relative;
}
.p-news_pager__back-text {
  min-width: 6rem;
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  white-space: nowrap;
}
.p-news_pager__back-text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_pager__back-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news_pager__back:hover .p-news_pager__back-text::before {
    width: 100%;
    left: 0;
  }
}