.p-news_in {
  padding: 82px 0 125px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-news_in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news_in {
    padding: 46px 0 122px;
  }
}
.p-news_in__deco {
  width: 222px;
  height: 306px;
  right: 57px;
  transform: translate(10px, -100%);
  opacity: 0;
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-news_in__deco {
  opacity: 1;
  transform: translateY(-100%);
}
@media screen and (max-width: 899px) {
  .is-load .p-news_in__deco {
    transform: translateX(0);
  }
}
@media screen and (max-width: 899px) {
  .p-news_in__deco {
    width: 24.9%;
    max-width: 145px;
    padding-top: min(34%, 200px);
    height: auto;
    right: 0;
    bottom: 120px;
    transform: translateX(10px);
  }
}
.p-news_in__contents {
  margin-bottom: 120px;
  border-top: 1px solid var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents {
    width: 100%;
    margin-bottom: 46px;
  }
}
.p-news_in__contents-list-item {
  margin-top: 0 !important;
}
.p-news_in__contents-list-item a {
  display: block;
  padding: 54px 0 50px 238px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-list-item a {
    padding: 22px 22px 25px 22px;
  }
}
.p-news_in__contents-list-item .p-in-inner {
  border-bottom: 1px solid var(--color-orange);
}
.p-news_in__contents-list-item .p-in-date {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-list-item .p-in-date {
    margin-bottom: 4px;
  }
}
.p-news_in__contents-list-item .p-in-date .p-in-category {
  margin-left: 19px;
  font-size: 1.1rem;
  padding: 1px 10px;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 3px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-list-item .p-in-date .p-in-category {
    margin-left: 13px;
    font-size: 0.6rem;
    padding: 1px 4px;
    border-radius: 2px;
  }
}
.p-news_detail {
  margin-bottom: 127px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-news_detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news_detail {
    margin-bottom: 72px;
  }
}
.p-news_detail__head {
  padding: 62px 0;
  border-bottom: 1px solid var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-news_detail__head {
    padding: 44px 0;
  }
}
.p-news_detail__head-title {
  width: 67%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-title {
    width: 86%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-news_detail__contents {
  width: 66.2%;
  margin: 0 auto;
  padding: 53px 0 125px;
  font-family: var(--font-jp);
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents {
    width: 85%;
    padding: 40px 0 57px;
    font-size: 1.3rem;
  }
}
.p-news_detail__contents p {
  margin-bottom: 1rem;
}
.p-news_detail__contents a {
  color: var(--color-orange);
  transition: opacity 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-news_detail__contents a:hover {
    opacity: 0.5;
  }
}
.p-news_detail__contents iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-news_detail__contents img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-news_detail__link {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news_detail__link {
    width: 170px;
  }
  .p-news_detail__link a {
    padding: 9px 10px 11px;
    font-size: 1.2rem;
  }
}