.p-news_in__title {
  margin-bottom: 41px;
}
@media screen and (max-width: 899px) {
  .p-news_in__title {
    margin-bottom: 22px;
  }
  .p-news_in__title h2 {
    width: 100%;
  }
}

.p-news_in__contents {
  max-width: 1060px;
  margin: 0 auto;
}
.p-news_in__contents-list-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1s var(--ease-main) 0.3s, transform 1s var(--ease-bound) 0.3s;
}
.p-news_in__contents-list-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-news_in__contents-list-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-news_in__contents-list-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-news_in__contents-list-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-news_in__contents-list-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-news_in__contents-list-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-news_in__contents-list-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-news_in__contents-list-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-news_in__contents-list-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-news_in__contents-list-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-news_in__contents-list-item:nth-of-type(11) {
  transition-delay: 1.3s;
}
.p-news_in__contents-list-item:nth-of-type(12) {
  transition-delay: 1.4s;
}
.p-news_in__contents-list-item:nth-of-type(13) {
  transition-delay: 1.5s;
}
.p-news_in__contents-list-item:nth-of-type(14) {
  transition-delay: 1.6s;
}
.p-news_in__contents-list-item:nth-of-type(15) {
  transition-delay: 1.7s;
}
.p-news_in__contents-list-item:nth-of-type(16) {
  transition-delay: 1.8s;
}
.p-news_in__contents-list-item:nth-of-type(17) {
  transition-delay: 1.9s;
}
.p-news_in__contents-list-item:nth-of-type(18) {
  transition-delay: 2s;
}
.p-news_in__contents-list-item:nth-of-type(19) {
  transition-delay: 2.1s;
}
.p-news_in__contents-list-item:nth-of-type(20) {
  transition-delay: 2.2s;
}
.p-news_in__contents-list-item:nth-of-type(21) {
  transition-delay: 2.3s;
}
.p-news_in__contents-list-item:nth-of-type(22) {
  transition-delay: 2.4s;
}
.p-news_in__contents-list-item:nth-of-type(23) {
  transition-delay: 2.5s;
}
.p-news_in__contents-list-item:nth-of-type(24) {
  transition-delay: 2.6s;
}
.p-news_in__contents-list-item:nth-of-type(25) {
  transition-delay: 2.7s;
}
.p-news_in__contents-list-item:nth-of-type(26) {
  transition-delay: 2.8s;
}
.p-news_in__contents-list-item:nth-of-type(27) {
  transition-delay: 2.9s;
}
.p-news_in__contents-list-item:nth-of-type(28) {
  transition-delay: 3s;
}
.p-news_in__contents-list-item:nth-of-type(29) {
  transition-delay: 3.1s;
}
.p-news_in__contents-list-item:nth-of-type(30) {
  transition-delay: 3.2s;
}
.is-load .p-news_in__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news_in__contents-list-item-link {
  cursor: pointer;
}
.p-news_in__contents-list-item-detail {
  display: none;
}
.p-news_in__contents-list-item-detail .p-in-close {
  width: 340px;
  margin: 55px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-list-item-detail .p-in-close {
    width: 90%;
  }
}
.p-news_in__contents-list-item-detail .p-in-close-text {
  font-family: var(--font-en);
  padding: 25px 0;
}