.sub.news {
  overflow: hidden;
}
.sub.news .section__news {
  width: 100%;
  margin-inline: auto;
  margin-top: 96px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e7effd;
}
@media screen and (max-width: 767px) {
  .sub.news .section__news {
    margin-top: 41px;
    padding-block: 50px;
  }
}
.sub.news .section__news .section__inner {
  width: 100%;
}
.sub.news .news__contentsWrapper {
  margin-inline: auto;
  padding: 100px min(12.5vw, 150px) 100px;
  max-width: 1100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sub.news .news__contentsWrapper {
    padding: 46px 4.6875vw 53px;
  }
}
.sub.news .news__list {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sub.news .news__list {
    padding: 0;
    max-width: 100%;
  }
}
.sub.news .news__title {
  display: block;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .sub.news .news__title {
    margin-top: 11px;
    font-size: 20px;
  }
}
.sub.news .news__ymd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  min-width: 163px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sub.news .news__ymd {
    gap: 11px;
    padding-left: 0;
    min-width: initial;
    font-size: 13px;
    line-height: 25.6px;
  }
}
.sub.news .news__ymd.is-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub.news .news__ymd.is-new::before {
  content: "NEW";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background-color: #0041a0;
  padding: 6px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #FFF000;
}
@media screen and (max-width: 767px) {
  .sub.news .news__ymd.is-new::before {
    padding: 3px 11px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.sub.news .news__template {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template {
    margin-top: 17px;
  }
}
.sub.news .news__template h2 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 3.125em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template h2 {
    font-size: 1.375rem;
  }
}
.sub.news .news__template h3 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 3.125em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template h3 {
    font-size: 1.25rem;
  }
}
.sub.news .news__template h2 + h3 {
  margin: 3.125em 0 1.875em;
}
.sub.news .news__template h4 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 3.125em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template h4 {
    font-size: 1.125rem;
  }
}
.sub.news .news__template h5 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 3.125em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template h5 {
    font-size: 1rem;
  }
}
.sub.news .news__template h6 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 3.125em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template h6 {
    font-size: 0.875rem;
  }
}
.sub.news .news__template p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.25em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template p {
    font-size: 0.875rem;
    letter-spacing: initial;
  }
}
.sub.news .news__template p > a {
  word-break: break-all;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #3232ff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sub.news .news__template p > a:hover {
  opacity: 0.7;
}
.sub.news .news__template p + p {
  margin-top: 1.25em;
}
.sub.news .news__template strong,
.sub.news .news__template b {
  font-weight: bold;
}
.sub.news .news__template .wp-block-image,
.sub.news .news__template .wp-block-gallery {
  margin: 2.5em auto;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template .wp-block-image,
  .sub.news .news__template .wp-block-gallery {
    margin: 1.875em auto;
  }
}
.sub.news .news__template ul {
  line-height: 2;
  margin: 3.125em 0 1.875em;
  padding-left: 1.25em;
}
.sub.news .news__template ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template ul li {
    font-size: 0.875rem;
  }
}
.sub.news .news__template ul li::before {
  border-style: solid;
  border-width: 0.125em;
  border-radius: 0.625em;
  content: "";
  height: 0;
  left: -0.9375em;
  position: absolute;
  top: 0.45lh;
  width: 0;
}
.sub.news .news__template ol {
  counter-reset: ol_li;
  list-style: none;
  margin: 3.125em 0 1.875em;
  padding-left: 0;
}
.sub.news .news__template ol li {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .sub.news .news__template ol li {
    font-size: 0.875rem;
  }
}
.sub.news .news__template ol li::before {
  content: counters(ol_li, ".") ". ";
  counter-increment: ol_li;
}
.sub.news .paging {
  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;
  gap: min(2.0833333333vw, 25px);
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sub.news .paging {
    gap: min(6.5625vw, 21px);
    margin-top: 46px;
  }
}
.sub.news .paging .paging__item {
  min-width: 20px;
}
.sub.news .paging .arrow {
  display: block;
  width: 21px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sub.news .paging .arrow {
    width: 18px;
  }
}
.sub.news .paging .arrow img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub.news .paging .arrow--left {
  scale: -1 1;
}
.sub.news .paging .btnToNewsTop {
  width: 200px;
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 3.2px;
  color: #fff;
  text-align: center;
  border: 1px solid #0041a0;
  background-color: #0041a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sub.news .paging .btnToNewsTop {
    width: 180px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 3px;
  }
}
@media (any-hover: hover) {
  .sub.news .paging .btnToNewsTop:hover {
    color: #0041a0;
    background-color: #fff;
  }
  .sub.news .paging .arrow--left:hover {
    translate: -20% 0;
  }
  .sub.news .paging .arrow--right:hover {
    translate: 20% 0;
  }
}
/*# sourceMappingURL=single-news.css.map */