.in_contents__wrapper {
  width: 980px;
  width: 70%;
  margin: auto;
  padding-top: min(70px, 10.66vw);
  padding-bottom: min(210px, 28vw);
}
@media only screen and (max-width:960px) {
  .in_contents__wrapper {
    width: 89.33vw;
  }
}

.news_contents .news_list__item {
  border-bottom: 1px solid var(--color-pink);
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 30px 0;
}
.news_contents .news_list-date {
  background: var(--color-pink);
  border-radius: 50px;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 4.8px 0 6.4px;
  padding: 0.3rem 0 0.4rem;
  text-align: center;
  width: 192px;
  width: 12rem;
  font-family: var(--font-num);
}
@media only screen and (max-width:960px) {
  .news_contents .news_list-date {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    width: 10rem;
  }
}
.news_contents .news_list-title {
  line-height: 1.6;
}
@media only screen and (max-width:960px) {
  .news_contents .news_list-title {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width:961px) {
  .news_contents .news_list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .news_contents .news_list__item a .news_list-date {
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
  .news_contents .news_list__item a .news_list-title {
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
  }
  .news_contents .news_list__item a:hover .news_list-date {
    background: var(--color-gold);
  }
  .news_contents .news_list__item a:hover .news_list-title {
    color: var(--color-gold);
  }
  .news_contents .news_list-date {
    margin-top: 0.2rem;
    margin-right: 1.6rem;
  }
  .news_contents .news_list-title {
    width: calc(100% - 15.6rem);
  }
}
.news_contents .news_detail {
  border-bottom: 1px solid var(--color-pink);
}
.news_contents .news_detail__header {
  border-bottom: 1px solid var(--color-pink);
  color: var(--color-pink);
  padding-bottom: 44.8px;
  padding-bottom: 2.8rem;
  margin-bottom: 73.6px;
  margin-bottom: 4.6rem;
}
.news_contents .news_detail-date {
  background: var(--color-pink);
  border-radius: 50px;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: var(--font-num);
  font-weight: 600;
  padding: 4.8px 0 5.76px;
  padding: 0.3rem 0 0.36rem;
  text-align: center;
  width: 192px;
  width: 12rem;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media only screen and (max-width:960px) {
  .news_contents .news_detail-date {
    font-size: 1rem;
    margin-bottom: 1.4rem;
    width: 10rem;
  }
}
.news_contents .news_detail-title {
  font-weight: 600;
  line-height: 1.8;
  font-size: 27.52px;
  font-size: 1.72rem;
}
@media only screen and (max-width:960px) {
  .news_contents .news_detail-title {
    font-size: 1.48rem;
  }
}
.news_contents .news_detail__text {
  line-height: 1.8;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding-bottom: 73.6px;
  padding-bottom: 4.6rem;
}
.news_contents .news_detail__text a {
  color: var(--color-pink);
  text-decoration: underline;
  text-underline-offset: 6.4px;
  text-underline-offset: 0.4rem;
}
.news_contents .news_detail__text a:hover {
  text-decoration: none;
}
@media only screen and (max-width:960px) {
  .news_contents .news_detail__text {
    font-size: 1.28rem;
  }
  .news_contents .news_detail__text iframe {
    width: 86.66vw;
    height: 48.74625vw;
  }
}
@media only screen and (min-width:961px) {
  .news_contents .news_detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .news_contents .news_detail-date {
    margin-top: 0.6rem;
    margin-right: 1.6rem;
  }
  .news_contents .news_detail-title {
    width: calc(100% - 15.6rem);
  }
}
.news_contents .news_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  font-family: var(--font-num);
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: min(80px, 10.66vw);
}
@media only screen and (max-width:960px) {
  .news_contents .news_pager {
    gap: 1rem;
  }
}
@media only screen and (max-width:960px) {
  .news_contents .news_pager {
    font-size: 1.4rem;
  }
}
.news_contents .news_pager a {
  color: var(--color-pink);
  display: block;
  width: 100%;
}
.news_contents .news_pager-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  gap: 1rem;
}
.news_contents .news_pager-list__item {
  text-align: center;
  width: 64px;
  width: 4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:960px) {
  .news_contents .news_pager-list__item {
    width: 3rem;
  }
}
.news_contents .news_pager-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 4rem;
  background: var(--color-pink);
  z-index: -1;
  top: calc(50% - 2rem);
  opacity: 0;
}
@media only screen and (max-width:960px) {
  .news_contents .news_pager-list__item:before {
    width: 3rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
  }
}
.news_contents .news_pager-list__item.is-current {
  color: #FFF;
}
.news_contents .news_pager-list__item.is-current:before {
  background: var(--color-gold);
  opacity: 1;
}
@media only screen and (min-width:961px) {
  .news_contents .news_pager-list__item a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .news_contents .news_pager-list__item:before {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .news_contents .news_pager-list__item:hover a {
    color: #FFF;
  }
  .news_contents .news_pager-list__item:hover:before {
    opacity: 1;
  }
}
.news_contents .news_pager-prev a, .news_contents .news_pager-next a, .news_contents .news_pager-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19.2px;
  gap: 1.2rem;
}
.news_contents .news_pager-prev .-icon, .news_contents .news_pager-next .-icon, .news_contents .news_pager-back .-icon {
  width: 1.1em;
}
.news_contents .news_pager-prev .-icon, .news_contents .news_pager-back .-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (min-width:961px) {
  .news_contents .news_pager-prev .-icon, .news_contents .news_pager-back .-icon {
    position: relative;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }
  .news_contents .news_pager-prev:hover .-icon, .news_contents .news_pager-back:hover .-icon {
    right: 10px;
  }
}
@media only screen and (min-width:961px) {
  .news_contents .news_pager-next .-icon {
    position: relative;
    left: 0;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
  }
  .news_contents .news_pager-next:hover .-icon {
    left: 10px;
  }
}
@media only screen and (max-width:960px) {
  .news_contents .news_pager-prev {
    position: absolute;
    left: 0;
  }
  .news_contents .news_pager-next {
    position: absolute;
    right: 0;
  }
}