@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
.c-article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .c-article-header__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-article-header__date {
  font-weight: bold;
}

.c-article-header__cat-list {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .c-article-header__cat-list {
    margin-left: 0;
    margin-top: 5px;
    gap: 10px;
  }
}

.c-article-header__cat {
  background-color: #123b30;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  padding: 0 10px;
  min-width: 126px;
  text-align: center;
  line-height: 1.78;
}
@media only screen and (max-width: 767px) {
  .c-article-header__cat {
    min-width: auto;
  }
}

.c-article-header__title {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-article-header__title {
    margin-top: 30px;
  }
}

.c-article-detail {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail {
    margin-top: 15px;
  }
}
.c-article-detail > * + * {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail > * + * {
    margin-top: 16px;
  }
}
.c-article-detail > * + h2,
.c-article-detail > * + h3,
.c-article-detail > * + h4,
.c-article-detail > * + h5 {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail > * + h2,
  .c-article-detail > * + h3,
  .c-article-detail > * + h4,
  .c-article-detail > * + h5 {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .c-article-detail > * + h2,
  .c-article-detail > * + h3,
  .c-article-detail > * + h4,
  .c-article-detail > * + h5 {
    margin-top: 20px;
  }
}
.c-article-detail h2,
.c-article-detail h3 {
  font-size: 32px;
  color: #19503E;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-article-detail h2,
  .c-article-detail h3 {
    font-size: 26px;
  }
}
.c-article-detail h4 {
  font-size: 20px;
  color: #19503E;
  font-weight: bold;
  background-color: #e7f2ef;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail h4 {
    font-size: 18px;
  }
}
.c-article-detail h5 {
  font-weight: bold;
}
.c-article-detail tbody {
  border-bottom: solid 2px #19503E;
  border-top: solid 2px #19503E;
}
.c-article-detail tr {
  border-top: solid 2px #19503E;
}
.c-article-detail tr:first-child {
  border-top: none;
}
.c-article-detail td {
  line-height: 1.61;
  padding: 19px 22px 14px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail td {
    padding: 10px;
  }
}
.c-article-detail td:first-child {
  background-color: #e7f2ef;
  font-weight: bold;
  color: #19503E;
  text-align: center;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .c-article-detail td:first-child {
    min-width: 130px;
  }
}
.c-article-detail ul > li {
  position: relative;
  padding-left: 19px;
}
.c-article-detail ul > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #19503E;
}
.c-article-detail ol {
  counter-reset: listnum;
}
.c-article-detail ol > li {
  padding-left: calc(1em + 8px);
  position: relative;
}
.c-article-detail ol > li::before {
  content: counter(listnum) ".";
  position: absolute;
  counter-increment: listnum;
  left: 0;
  color: #19503E;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.c-article-detail > .wp-block-image img {
  width: 100%;
}

/* .p-topic-detail__content {
  margin-top: 56px;
  @media only screen and (max-width: 767px) {
    margin-top: 32px;
  }
  > * {
    + * {
      margin-top: 32px;
      @media only screen and (max-width: 767px) {
        margin-top: 16px;
      }
    }
    + h2,
    + h3,
    + h4 {
      margin-top: 56px;
      @media only screen and (max-width: 767px) {
        margin-top: 32px;
      }
      @media only screen and (max-width: 480px) {
        margin-top: 20px;
      }
    }
  }
  h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 22px;
    @media only screen and (max-width: 480px) {
      font-size: 20px;
    }
    &::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 6px;
      height: 100%;
      background-color: $colorOrange;
    }
  }
  h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 34px;
    @media only screen and (max-width: 480px) {
      font-size: 18px;
    }
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0px;
      width: 24px;
      height: 3px;
      background-color: $colorOrange;
    }
  }
  h4 {
    font-size: 18px;
    font-weight: bold;
    @media only screen and (max-width: 480px) {
      font-size: 16px;
    }
  }

  .wp-block-image {
    max-width: 100%;
    text-align: center;
  }

  ul {
    li {
      position: relative;
      padding-left: 14px;
      &::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: $colorOrange;
      }
    }
  }

  ol {
    counter-reset: listnum;
    li {
      padding-left: 1em;
      position: relative;
      &::before {
        content: counter(listnum) ".";
        position: absolute;
        counter-increment: listnum;
        left: 0;
        color: $colorRed;
        font-family: $fontArial;
        font-weight: bold;
      }
    }
  }

  table {
    min-width: 1000px;
    @media only screen and (max-width: 480px) {
      min-width: 768px;
    }
    thead {
      border-bottom: none;
      & + tbody {
        td {
          &:first-child {
            background-color: #fff;
            font-weight: 500;
          }
        }
      }
    }

    th,
    td {
      border: solid 1px $colorGray;
      padding: 17px 24px;
    }
    th {
      background-color: #fef3e0;
      font-weight: bold;
    }

    td {
      background-color: #fff;
      &:first-child {
        background-color: #fef3e0;
        font-weight: bold;
      }
    }
  }
  a {
    color: $colorRed;
    text-decoration: underline;
    @media only screen and (min-width: 768px) {
      &:hover {
        text-decoration: none;
      }
    }
  }
} */
/* .p-topcis-nav {
  margin-top: 48px;
  @media only screen and (max-width: 767px) {
    margin-top: 20px;
  }
}
.p-topcis-nav__inner {
  display: flex;
  justify-content: center;
  margin: 0 -16px;
  @media only screen and (max-width: 767px) {
    margin: 0 -8px;
  }
  @media only screen and (max-width: 600px) {
    flex-direction: column;
    margin: auto;
    max-width: 220px;
    align-items: center;
  }
}
.p-topcis-nav__item {
  padding: 0 16px;
  @media only screen and (max-width: 767px) {
    padding: 0 8px;
  }

  @media only screen and (max-width: 600px) {
    padding: 0;
    width: 100%;
    & + .p-topcis-nav__item {
      margin-top: 10px;
    }
  }
}
.p-topcis-nav__item-inner {
  background-color: #fff;
  padding: 13px 16px 12px;

  @media only screen and (min-width: 768px) {
    &:hover {
      background-color: $colorOrange;
      .p-topcis-nav__text {
        color: #fff;
        &::before {
          background-image: url("../media/images/common/right_arrow_01_hover.webp");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
        }
      }
    }
  }
  @media only screen and (max-width: 600px) {
    text-align: center;
  }
}
.p-topcis-nav__text {
  font-weight: bold;
  position: relative;
  transition: color 0.3s;
  // .p-topcis-nav__text--perv
  // .p-topcis-nav__text--next
  &--prev,
  &--next {
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      background-image: url("../media/images/common/right_arrow_01.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transition: background-image 0.3s;
    }
  }

  // .p-topcis-nav__text--perv
  &--prev {
    padding-left: 28px;
    &::before {
      left: 0;
      transform: translate(0, -50%) scale(-1, 1);
    }
  }
  // .p-topcis-nav__text--next
  &--next {
    padding-right: 28px;
    &::before {
      right: 0;
      transform: translate(0, -50%);
    }
  }
} */
.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__item + .c-pagination__item {
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .c-pagination__item + .c-pagination__item {
    margin-left: -8px;
  }
}
@media only screen and (max-width: 400px) {
  .c-pagination__item + .c-pagination__item {
    margin-left: -4px;
  }
}
.c-pagination__item .page-numbers {
  position: relative;
  background-color: #e7f2ef;
  color: #19503E;
  font-size: 18px;
  font-weight: bold;
  width: 128px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(38.28% 0, 100% 0, 62.5% 100%, 0 100%);
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-pagination__item .page-numbers {
    width: 60px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .c-pagination__item .page-numbers {
    width: 50px;
    font-size: 14px;
    height: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .c-pagination__item .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.c-pagination__item .page-numbers.current {
  background-color: #19503E;
  color: #fff;
}
.c-pagination__item .page-numbers.prev, .c-pagination__item .page-numbers.next {
  background: transparent;
  margin-left: 0;
  width: 50px;
}
.c-pagination__item .page-numbers.prev {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-pagination__item .page-numbers.prev {
    margin-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .c-pagination__item .page-numbers.prev {
    margin-right: -5px;
  }
}
.c-pagination__item .page-numbers.next {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c-pagination__item .page-numbers.next {
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .c-pagination__item .page-numbers.next {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .c-pagination__item a.page-numbers:not(.prev):not(.next):hover {
    background-color: #19503E;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .c-pagination__item a.page-numbers.prev:hover, .c-pagination__item a.page-numbers.next:hover {
    opacity: 0.6;
  }
}

.c-pagination__prev-img,
.c-pagination__next-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: auto;
  aspect-ratio: 18/13;
}

.c-pagination__next-img {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.c-article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-article-nav__item + .c-article-nav__item {
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .c-article-nav__item + .c-article-nav__item {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .c-article-nav__item + .c-article-nav__item {
    margin-left: -24px;
  }
}
@media only screen and (max-width: 400px) {
  .c-article-nav__item + .c-article-nav__item {
    margin-left: -22px;
  }
}
.c-article-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 22.42%;
  background-color: #e7f2ef;
  width: 224px;
  clip-path: polygon(22.42% 0, 100% 0, 78.42% 100%, 0 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-article-nav__item a {
    width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .c-article-nav__item a {
    width: 140px;
  }
}
@media only screen and (max-width: 400px) {
  .c-article-nav__item a {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .c-article-nav__item a:hover {
    opacity: 0.6;
  }
}
.c-article-nav__item--archive a {
  background-color: #19503E;
}

.c-article-nav__text {
  font-weight: bold;
  color: #19503E;
}
@media only screen and (max-width: 480px) {
  .c-article-nav__text {
    font-size: 12px;
  }
}
.c-article-nav__text--archive {
  color: #fff;
}

.p-lower-section--topics {
  padding: 142px 0 212px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--topics {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--topics {
    padding: 50px 0;
  }
}
.p-lower-section--topics-detail {
  padding: 102px 0 219px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--topics-detail {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--topics-detail {
    padding: 50px 0;
  }
}

.p-topics-cat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-topics-cat-nav {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics-cat-nav {
    gap: 7px 0;
  }
}

.p-topics-cat-nav__item {
  margin-left: -40px;
  position: relative;
  padding: 0 50px;
  min-width: 219px;
  min-height: 56px;
}
@media only screen and (min-width: 768px) {
  .p-topics-cat-nav__item:hover::before, .p-topics-cat-nav__item:hover::after {
    background-color: #12654a;
  }
  .p-topics-cat-nav__item:hover .p-topics-cat-nav__btn {
    color: #fff;
    background-color: #12654a;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics-cat-nav__item {
    padding: 0 20px;
    margin-left: -12px;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics-cat-nav__item {
    min-width: 130px;
    min-height: 30px;
  }
}
.p-topics-cat-nav__item::before, .p-topics-cat-nav__item::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  background-color: #e7f2ef;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-topics-cat-nav__item::before, .p-topics-cat-nav__item::after {
    width: 20px;
  }
}
.p-topics-cat-nav__item::before {
  left: 1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.p-topics-cat-nav__item::after {
  right: 1px;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.p-topics-cat-nav__item.is-current::before, .p-topics-cat-nav__item.is-current::after {
  background-color: #12654a;
}
.p-topics-cat-nav__item.is-current .p-topics-cat-nav__btn {
  color: #fff;
  background-color: #12654a;
}

.p-topics-cat-nav__btn {
  font-weight: bold;
  background-color: #e7f2ef;
  color: #19503E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 480px) {
  .p-topics-cat-nav__btn {
    padding: 5px 0;
  }
}

.p-topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 0;
  margin: 112px -20px 0;
}
@media only screen and (max-width: 1023px) {
  .p-topics-list {
    margin: 112px -10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics-list {
    margin: 80px 0 0;
    gap: 32px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics-list {
    margin-top: 50px;
  }
}

.p-topics-list__item {
  width: 33.3%;
  padding: 0 20px;
}
@media only screen and (max-width: 1271px) {
  .p-topics-list__item {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-topics-list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics-list__item {
    width: 100%;
    padding: 0;
  }
}

.p-topics-list__link {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-topics-list__link:hover {
    opacity: 0.8;
  }
  .p-topics-list__link:hover .p-topics-list__thumb-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-topics-list__thumb {
  aspect-ratio: 400/224;
  overflow: hidden;
}

.p-topics-list__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-topics-list__info {
  padding: 32px 32px 48px;
}
@media only screen and (max-width: 480px) {
  .p-topics-list__info {
    padding: 30px 15px;
  }
}

.p-topics-list__date {
  font-weight: bold;
}

.p-topics-list__title {
  margin-top: 16px;
  line-height: 1.78;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .p-topics-list__title {
    margin-top: 10px;
  }
}

.p-topics-list__cat-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  .p-topics-list__cat-list {
    margin-top: 20px;
  }
}

.p-topics-list__cat {
  background-color: #123b30;
  color: #fff;
  font-size: 14px;
  padding: 2px 28px;
  font-weight: bold;
  text-align: center;
}

.p-topics-list__cat-item:nth-child(even) .p-topics-list__cat {
  background-color: #19503E;
}

.p-topics__pagination-wrap {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .p-topics__pagination-wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics__pagination-wrap {
    margin-top: 50px;
  }
}

.p-topics__article-empaty {
  margin-top: 112px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-topics__article-empaty {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics__article-empaty {
    margin-top: 50px;
  }
}

.p-topics__nav {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-topics__nav {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-topics__nav {
    margin-top: 50px;
  }
}