.p-index-news {
  padding-top: 3.31rem;
}
.p-index-news .container {
  padding: 1.6rem 2.4rem 4.8rem;
  background: #f1efec;
  border-radius: 0.8rem;
}
.p-index-news__title {
  color: #3e3e3f;
  font-weight: bold;
  text-align: center;
}
.p-index-news__title-en {
  font-size: 2.8rem;
  color: #aba8a2;
  font-family: Jost, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .p-index-news__title-en {
    font-size: 1.5rem;
  }
}
.p-index-news__title-heading {
  font-size: 3.8rem;
  margin-top: 0.6rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .p-index-news__title-heading {
    font-size: 1.9rem;
  }
}
.p-index-news__list {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  padding: 4.6rem 0 3rem;
}
.p-index-news__list-item a, .p-index-news__list-item .p-news-list__link--nolink {
  display: grid;
  gap: 2rem;
  grid-template-columns: 16rem 1fr;
}
@media (max-width: 743px) {
  .p-index-news__list-item a, .p-index-news__list-item .p-news-list__link--nolink {
    grid-template-columns: auto;
    gap: 0.2rem;
  }
}
.p-index-news__list-item a:hover, .p-index-news__list-item .p-news-list__link--nolink:hover {
  text-decoration: underline;
}
.p-index-news .p-accordion-wrapper {
  padding-top: 3rem;
}
.p-index-news .p-accordion-wrapper .p-accordion-inner {
  display: grid;
  gap: 3rem;
}
.p-index-news__toggle {
  margin: auto;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}
.p-index-news__toggle span {
  display: block;
  position: relative;
  text-indent: -999%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/acc-open.svg);
}
.p-index-news__toggle.is-open span {
  background-image: url(../images/acc-close.svg);
}
.p-index-news__link {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 743px) {
  .p-index-news__link {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.p-index-news__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 5.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 743px) {
  .p-index-news__link a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index-news__link a::after {
  content: "";
  display: block;
  width: 5.7rem;
  height: 2.5rem;
  background: url(../images/news-arrow.svg) no-repeat center;
  background-size: contain;
}

.p-news-list {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  padding: 4.6rem 0 3rem;
  display: grid;
  gap: 3rem;
}
.p-news-list__item a, .p-news-list__item .p-news-list__link--nolink {
  display: grid;
  gap: 2rem;
  grid-template-columns: 16rem 1fr;
}
@media (max-width: 743px) {
  .p-news-list__item a, .p-news-list__item .p-news-list__link--nolink {
    grid-template-columns: auto;
    gap: 0.2rem;
  }
}
.p-news-list__item a:hover {
  text-decoration: underline;
}

.p-news-archive {
  padding: 1.6rem 2.4rem 4.8rem;
  background: #f1efec;
  border-radius: 0.8rem;
}
.p-news-archive .p-news-archive__header {
  color: #3e3e3f;
  font-weight: bold;
  text-align: center;
}
.p-news-archive .p-news-archive__header .p-news-archive__en-title {
  font-size: 2.8rem;
  color: #aba8a2;
  font-family: Jost, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  .p-news-archive .p-news-archive__header .p-news-archive__en-title {
    font-size: 1.5rem;
  }
}
.p-news-archive .p-news-archive__header .p-news-archive__ja-title {
  font-size: 3.8rem;
  margin-top: 0.6rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .p-news-archive .p-news-archive__header .p-news-archive__ja-title {
    font-size: 1.9rem;
  }
}
.p-news-archive .p-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  max-width: 112rem;
  width: 100%;
  margin: auto;
  border-top: #BDBDBD 1px solid;
  padding-top: 1.6rem;
}
.p-news-archive .p-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-archive .p-pagination span.page-numbers:not(.dots),
.p-news-archive .p-pagination a.page-numbers:not(.dots) {
  width: 4.8rem;
  border-radius: 50rem;
  background-color: #fff;
  color: #E50113;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-archive .p-pagination span.page-numbers:not(.dots).current,
.p-news-archive .p-pagination a.page-numbers:not(.dots).current {
  color: inherit;
  pointer-events: none;
}
.p-news-archive .p-pagination span.page-numbers:not(.dots):hover,
.p-news-archive .p-pagination a.page-numbers:not(.dots):hover {
  background-color: #E50113;
  color: #fff;
}

.p-news-detail {
  padding: 4.8rem 2.4rem 4.8rem;
  background: #f1efec;
  border-radius: 0.8rem;
}
.p-news-detail .p-news-detail__header {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.p-news-detail .p-news-detail__header .p-news-detail__date {
  color: #aba8a2;
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.p-news-detail .p-news-detail__header .p-news-detail__title {
  font-size: 2.8rem;
  font-weight: bold;
}
.p-news-detail .p-news-detail__body {
  max-width: 112rem;
  width: 100%;
  margin: auto;
}
.p-news-detail .p-news-detail__body p:not(:last-child) {
  margin-bottom: 1em;
}
.p-news-detail .p-news-detail__body img, .p-news-detail .p-news-detail__body video, .p-news-detail .p-news-detail__body iframe {
  max-width: 100% !important;
}
.p-news-detail .p-news-detail__reference {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  border-top: #BDBDBD 1px solid;
  padding-top: 2rem;
}
.p-news-detail .p-news-detail__reference h4 {
  font-weight: bold;
  font-size: 2rem;
}
.p-news-detail .p-news-detail__reference a {
  text-decoration: underline;
}
.p-news-detail .p-news-detail__reference a:hover {
  text-decoration: none;
}
.p-news-detail .p-news-detail__footer {
  max-width: 112rem;
  width: 100%;
  padding-top: 4.8rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 743px) {
  .p-news-detail .p-news-detail__footer {
    margin-bottom: 2rem;
  }
}
.p-news-detail .p-news-detail__footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 5.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 743px) {
  .p-news-detail .p-news-detail__footer a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-news-detail .p-news-detail__footer a::after {
  content: "";
  display: block;
  width: 5.7rem;
  height: 2.5rem;
  background: url(../images/news-arrow.svg) no-repeat center;
  background-size: contain;
}/*# sourceMappingURL=ss.css.map */