.p-news_in__title {
  width: 236px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-news_in__title {
    width: 37%;
    margin: 0 auto 26px;
  }
}

.p-news_in__contents {
  min-height: 100vh;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound) 0.2s, opacity 0.4s var(--ease-main) 0.2s;
}
.is-data-load .p-news_in__contents {
  opacity: 1;
  transform: translateY(0);
}
.p-news_in__contents-deco {
  width: 28.3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-deco {
    width: 60%;
  }
}
.p-news_in__contents-list {
  position: relative;
}
.p-news_in__contents-list-item {
  margin: 0 auto 30px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-list-item {
    margin: 0 auto 16px;
  }
}
.p-news_in__contents-detail {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-detail {
    width: 88%;
  }
}
.p-news_in__contents-detail-head {
  margin-bottom: 24px;
  padding: 38px 8.8%;
  background-color: var(--color-black);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-detail-head {
    padding: 20px 17px;
  }
}
.p-news_in__contents-detail-head .p-in-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 13px;
  padding: 4px 12px;
  font-family: var(--font-en);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-detail-head .p-in-date {
    margin-bottom: 7px;
    padding: 3px 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.p-news_in__contents-detail-head .p-in-title {
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-detail-head .p-in-title {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-news_in__contents-detail-text {
  padding: 57px 8.8%;
  background-color: var(--color-black);
  font-size: 1.3rem;
  line-height: 2.1;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-detail-text {
    padding: 18px 18px 60px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-news_in__contents-detail-text a {
  color: var(--color-red);
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .p-news_in__contents-detail-text a:hover {
    text-decoration: none;
  }
}
.p-news_in__contents-detail-text span,
.p-news_in__contents-detail-text strong,
.p-news_in__contents-detail-text b {
  vertical-align: baseline;
}
.p-news_in__contents-detail-text b {
  font-weight: 500;
}
.p-news_in__contents-detail-text img {
  width: 100%;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.p-news_in__contents-detail-text iframe {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  aspect-ratio: 1.8;
}

.p-news_in__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 65px auto 0;
}
.p-news_in__back .p-i-icon {
  top: 58%;
}
@media screen and (max-width: 899px) {
  .p-news_in__back {
    margin: 26px auto 0;
  }
}