.p-news_in__title {
  margin-bottom: 118px;
}
@media screen and (max-width: 899px) {
  .p-news_in__title {
    margin-bottom: 74px;
  }
}
.p-news_in__title-bg {
  width: 73.7%;
}
@media screen and (max-width: 899px) {
  .p-news_in__title-bg {
    width: 95.8%;
  }
}
.p-news_in__title-text img {
  width: 300px;
}
@media screen and (max-width: 899px) {
  .p-news_in__title-text img {
    width: 40%;
  }
}

.p-news_in__contents {
  width: 78.4%;
  max-width: 1248px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents {
    width: 89%;
  }
}
.p-news_in__contents-inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-inner {
    margin-bottom: 35px;
  }
}
.p-news_in__contents-item {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-news_in__contents-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-news_in__contents-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-news_in__contents-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-news_in__contents-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-news_in__contents-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-news_in__contents-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-news_in__contents-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-news_in__contents-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-news_in__contents-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-news_in__contents-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.is-load .p-news_in__contents-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news_in__contents-item + .p-news_in__contents-item {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item + .p-news_in__contents-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    top: 6px;
    left: -2px;
    transform: rotate(-45deg);
    background-color: var(--color-white);
    z-index: 1;
    pointer-events: none;
  }
}
.p-news_in__contents-item-inner {
  transition: transform 0.5s var(--ease-main);
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-news_in__contents-item-inner::before {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: -3px;
    transform: rotate(-45deg);
    background-color: var(--color-white);
    z-index: 1;
    pointer-events: none;
  }
}
@media (hover: hover) {
  .p-news_in__contents-item-inner:hover {
    transform: scale(0.985);
  }
}
.p-news_in__contents-item-line {
  width: calc(100% - 15px);
  height: 7px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item-line {
    width: calc(100% - 12px);
    height: auto;
    padding-top: 3%;
    top: -7%;
  }
}
.p-news_in__contents-item-line::before {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/line_right_pc.png) no-repeat right top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item-line::before {
    width: 100%;
    background: url(../img/news_base_deco_sp.png) no-repeat right top/100% auto;
  }
}
@media screen and (min-width: 900px) {
  .p-news_in__contents-item-line::after {
    content: "";
    display: block;
    width: calc(100% - 260px);
    height: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.p-news_in__contents-item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  padding: 38px 39px 32px;
  background: url(../img/glid_bg.png) repeat left top/16px;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  box-sizing: border-box;
  border: 1px solid var(--color-white);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item-link {
    padding: 18px 20px;
    -webkit-clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
  }
}
.p-news_in__contents-item-date {
  margin-bottom: 14px;
  font-family: var(--font-chakra);
  color: var(--color-white);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item-date {
    margin-bottom: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.p-news_in__contents-item-title {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-item-title {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-news_in__contents-article {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.is-load .p-news_in__contents-article {
  opacity: 1;
  transform: translateY(0);
}
.p-news_in__contents-article::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: -3px;
  transform: rotate(-45deg);
  background-color: var(--color-white);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article::before {
    width: 16px;
    height: 1px;
    top: 5.6px;
    left: -2px;
  }
}
.p-news_in__contents-article-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  padding: 50px 48px 74px;
  background: url(../img/glid_bg.png) repeat left top/16px;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  box-sizing: border-box;
  border: 1px solid var(--color-white);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-inner {
    padding: 22px 18px 42px;
    -webkit-clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
  }
}
.p-news_in__contents-article-line {
  width: calc(100% - 15px);
  height: 7px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-line {
    width: calc(100% - 12px);
    height: auto;
    padding-top: 3%;
    top: 0;
    transform: translateY(-100%);
  }
}
.p-news_in__contents-article-line::before {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/line_right_pc.png) no-repeat right top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-line::before {
    width: 100%;
    background: url(../img/news_base_deco_sp.png) no-repeat right top/100% auto;
  }
}
@media screen and (min-width: 900px) {
  .p-news_in__contents-article-line::after {
    content: "";
    display: block;
    width: calc(100% - 260px);
    height: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.p-news_in__contents-article-head {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-head {
    padding-bottom: 18px;
  }
}
.p-news_in__contents-article-head-date {
  margin-bottom: 12px;
  font-family: var(--font-chakra);
  color: var(--color-white);
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-head-date {
    margin-bottom: 10px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.p-news_in__contents-article-head-title {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-head-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-news_in__contents-article-detail {
  padding-top: 46px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-article-detail {
    padding-top: 20px;
    font-size: 1.2rem;
  }
}
.p-news_in__contents-article-detail a {
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-news_in__contents-article-detail a:hover {
    opacity: 0.5;
  }
}
.p-news_in__contents-article-detail img {
  width: 100%;
}
.p-news_in__contents-article-detail iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-news_in__contents-link {
  margin-top: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-main) 0.4s;
}
.is-load .p-news_in__contents-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link {
    margin-top: 30px;
  }
}
.p-news_in__contents-link-item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 29px 120px;
  position: relative;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .p-news_in__contents-link-item:hover {
    transform: scale(0.98);
    animation: flash 0.15s linear forwards;
  }
  .p-news_in__contents-link-item:hover .p-in-deco::before {
    top: 3px;
    left: 3px;
  }
  .p-news_in__contents-link-item:hover .p-in-deco::after {
    top: 3px;
    right: 3px;
  }
  .p-news_in__contents-link-item:hover .p-in-deco-item::before {
    bottom: 3px;
    left: 3px;
  }
  .p-news_in__contents-link-item:hover .p-in-deco-item::after {
    bottom: 3px;
    right: 3px;
  }
  .p-news_in__contents-link-item:hover .p-in-icon img {
    animation: arrowRight 0.8s var(--ease-main);
  }
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link-item {
    padding: 19px 63px;
  }
}
.p-news_in__contents-link-item .p-in-deco::before, .p-news_in__contents-link-item .p-in-deco::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background: url(../img/corner_s.png) no-repeat center/contain;
  transition: top 0.4s var(--ease-main), left 0.4s var(--ease-main), right 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link-item .p-in-deco::before, .p-news_in__contents-link-item .p-in-deco::after {
    width: 5px;
    height: 5px;
  }
}
.p-news_in__contents-link-item .p-in-deco::before {
  left: 0;
}
.p-news_in__contents-link-item .p-in-deco::after {
  right: 0;
  transform: rotate(90deg);
}
.p-news_in__contents-link-item .p-in-deco-item::before, .p-news_in__contents-link-item .p-in-deco-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: url(../img/corner_s.png) no-repeat center/contain;
  transition: bottom 0.4s var(--ease-main), left 0.4s var(--ease-main), right 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link-item .p-in-deco-item::before, .p-news_in__contents-link-item .p-in-deco-item::after {
    width: 5px;
    height: 5px;
  }
}
.p-news_in__contents-link-item .p-in-deco-item::before {
  left: 0;
  transform: rotate(-90deg);
}
.p-news_in__contents-link-item .p-in-deco-item::after {
  right: 0;
  transform: rotate(-180deg);
}
.p-news_in__contents-link-item .p-in-icon {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link-item .p-in-icon {
    width: 8px;
    left: 15px;
  }
}
.p-news_in__contents-link-item .p-in-text {
  font-family: var(--font-orbitron);
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-news_in__contents-link-item .p-in-text {
    font-size: 1.3rem;
  }
}