.p-news {
  width: calc(100% - 30rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-news {
    width: 100%;
    padding-top: 5rem;
  }
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 1rem;
  }
}
.p-news__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
  padding: 1rem 2rem 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-news__more {
    margin-top: 4.2rem;
    padding: 0.6rem 1.2rem 0.6rem 0;
  }
}
.p-news__more.is-ended {
  display: none;
}
.p-news__more::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
}
.p-news__more-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-news__more-text {
    font-size: 1.1rem;
  }
}
.p-news__more-deco {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-news__more-deco {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-news__more-deco::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-news__more-deco::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-news__more-circle {
  width: 15rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-news__more-circle {
    display: block;
  }
}
.p-news__more-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-line);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.p-news__more:hover .p-news__more-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s var(--ease_out);
}
.p-news__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    margin-top: 3.5rem;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 3.4rem 0;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 3.6rem 0;
  }
}
.p-news_article__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__header {
    min-width: 16.5rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 3.5rem;
    margin-bottom: 0.8rem;
  }
}
.p-news_article__header::before {
  content: "";
  width: 1px;
  height: 2.8rem;
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  border-right: 1px solid var(--color-black);
  transform: rotate(45deg);
  transform-origin: right top;
}
.p-news_article__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.4rem 0.9rem 0.2rem;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.15rem;
  font-weight: 800;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
.p-news_article__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__inner {
    min-width: 0;
    flex: 1 1 0;
  }
}
.p-news_article__title {
  display: block;
  position: relative;
  top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@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 {
  display: block;
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 3rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news_single__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 3.5rem;
    margin-bottom: 0.8rem;
  }
  .p-news_single__info::before {
    content: "";
    width: 1px;
    height: 2.8rem;
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 0;
    border-right: 1px solid var(--color-black);
    transform: rotate(45deg);
    transform-origin: right top;
  }
}
.p-news_single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.4rem 0.9rem 0.2rem;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.15rem;
  font-weight: 800;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__category {
    margin-bottom: 0.3rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1.8rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 3rem 0;
  }
}
.p-news_single__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-news_single__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-news_single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}