.p-news {
  display: block;
  position: relative;
}
.p-news__container {
  display: block;
  position: relative;
}
.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::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-navy);
  opacity: 0.1;
  pointer-events: none;
}
.p-news__list-item:last-child::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-navy);
  opacity: 0.1;
  pointer-events: none;
}
.p-news__footer {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-news__footer {
    margin-top: 2.2rem;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 2.2rem 7rem 2.2rem 2.4rem;
}
@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.3rem 5rem 1.3rem 0.8rem;
  }
}
.p-news_article::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-news_article:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: var(--color-orange);
}
@media screen and (min-width: 961px) {
  .p-news_article__date {
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-news_article__date {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-news_article:hover .p-news_article__date {
    color: var(--color-white);
    transition-delay: 0.1s;
  }
}
.p-news_article__title {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .p-news_article__title {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-news_article:hover .p-news_article__title {
    color: var(--color-white);
    transition-delay: 0.1s;
  }
}
.p-news_article__arrow {
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
}
@media screen and (max-width: 960px) {
  .p-news_article__arrow {
    width: 1.1rem;
    right: 1rem;
  }
}
.p-news_article__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/icon_arrow.svg") no-repeat center/contain;
  opacity: 1;
}
@media (hover: hover) {
  .p-news_article__arrow::before {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  }
  .p-news_article:hover .p-news_article__arrow::before {
    opacity: 0;
  }
}
.p-news_article__arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/common/icon_arrow_on.svg") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) {
  .p-news_article__arrow::after {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  }
  .p-news_article:hover .p-news_article__arrow::after {
    opacity: 1;
  }
}

.p-news_in {
  display: block;
  position: relative;
}
.p-news_in__container {
  display: block;
  position: relative;
}
.p-news_in__inner {
  display: block;
  position: relative;
}
.p-news_in__footer {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-news_in__footer {
    margin-top: 2rem;
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  border-bottom: 0.1rem solid var(--color-gray);
  pointer-events: none;
}
.p-news_single__container {
  display: block;
  position: relative;
  padding: 2.7rem 0;
}
.p-news_single__header {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    margin-bottom: 2.2rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: var(--color-orange);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-news_single__text a {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-news_single__text a:hover, .p-news_single__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-news_single__text img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-news_single__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}