@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-news__category {
  margin: 0 auto;
  margin-bottom: 5.9rem;
  width: 88%;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news__category {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-news__category {
    width: 100%;
    margin-bottom: 3.3rem;
  }
}
.p-news__list {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-news__list-item + .p-news__list-item {
  border-top: 1px solid #e8e8e8;
}
.p-news__list-inner {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media (hover: hover) {
  .p-news__list-inner:hover::before {
    opacity: 1;
  }
}
.p-news__list-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-news__list-content {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  position: relative;
  padding: 5.3rem 0 4.6rem;
  padding-right: 5rem;
}
@media screen and (min-width: 1800px) {
  .p-news__list-content {
    max-width: 1300px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-content {
    padding: 2.7rem 0 2.2rem;
  }
}
.p-news__list-content::after {
  content: "";
  width: 2.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/arrow_news.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-news__list-content::after {
    content: none;
  }
}
.p-news__list-head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-head {
    margin-bottom: 0.8rem;
  }
}
.p-news__list-date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  width: 9rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-date {
    margin-right: 0;
    width: 7.3rem;
    font-size: 1.2rem;
  }
}
.p-news__list-cate {
  background-color: #004ea2;
  color: #fff;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 4px 14px 4px;
}
@media screen and (max-width: 899px) {
  .p-news__list-cate {
    padding: 2px 9px 3px;
    font-size: 1.1rem;
  }
}
.p-news__list-ttl {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 899px) {
  .p-news__list-ttl {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
.p-news__pager {
  margin-top: 5rem;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news__pager {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-news__pager {
    margin-top: 3rem;
  }
}
.p-news__back {
  margin-top: 5rem;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news__back {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-news__back {
    margin-top: 3rem;
  }
}
.p-news__none {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-news__none {
    font-size: 13px;
  }
}

.p-news_detail {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.p-news_detail__head {
  margin: 0 auto;
  width: 90%;
  padding: 5.1rem 0;
  max-width: 1100px;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (min-width: 1800px) {
  .p-news_detail__head {
    max-width: 1300px;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__head {
    padding: 2.4rem 0 2rem;
  }
}
.p-news_detail__head-cap {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-cap {
    margin-bottom: 0.7rem;
  }
}
.p-news_detail__head-date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-right: 2.1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-date {
    margin-right: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-news_detail__head-cate {
  background-color: #004ea2;
  color: #fff;
  border-radius: 100px;
  font-size: 1.2rem;
  height: 100%;
  padding: 4px 13px 4px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-cate {
    font-size: 1rem;
    padding: 3px 9px 3px;
  }
}
.p-news_detail__head-ttl {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-ttl {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
.p-news_detail__content {
  border-top: 1px solid #e8e8e8;
  padding: 4rem 0 10.6rem;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-news_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__content {
    padding: 2.3rem 0 4.9rem;
  }
}
.p-news_detail__content-text {
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1800px) {
  .p-news_detail__content-text {
    max-width: 1300px;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__content-text {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}
.p-news_detail__content-text strong, .p-news_detail__content-text span, .p-news_detail__content-text u {
  vertical-align: baseline;
}
.p-news_detail__content-text a {
  color: #004ea2;
}
@media screen and (min-width: 900px) {
  .p-news_detail__content-text a:hover {
    text-decoration: none;
  }
}
.p-news_detail__content-text iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-news_detail__content-text iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__content-text iframe {
    height: 51.73vw !important;
  }
}
.p-news_detail__content-text img {
  height: auto !important;
  width: auto !important;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-news_detail__content-text img {
    max-width: 80rem;
  }
}