@charset "UTF-8";
.news_archive .sub_top .sub_toptext {
  width: 386px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .news_archive .sub_top .sub_toptext {
    width: auto;
  }
}

.news_contents {
  margin: 100px 0 200px;
  /* WP-PageNavi全体 */
  /* デフォルトの「Page 1 of 24」みたいな表示は非表示 */
  /* 数字ボタンの共通スタイル */
  /* 通常ページ（1,3,4,24など） */
  /* ホバー時 */
  /* 「…」の部分はテキストだけ */
}
.news_contents .news_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 2.6666666667%;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.news_contents .news_navi-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 23%;
  padding: 10px 40px 10px 15px;
  background-color: #e1ecfa;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_contents .news_navi-link:hover {
  opacity: 0.8;
}
.news_contents .news_navi-link i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 19px;
  aspect-ratio: 1/1;
  border: 1px solid #637a85;
  border-radius: 50%;
  font-size: 9px;
  padding-bottom: 1px;
}
.news_contents .news_navi-link.is-current {
  background-color: #4b7db9;
  color: #fff;
  pointer-events: none;
}
.news_contents .news_navi-link.is-current i {
  border-color: #fff;
  color: #fff;
}
.news_contents .news_list {
  max-width: 810px;
  width: 100%;
  margin: 35px auto 0;
}
.news_contents .news_item {
  border-bottom: solid 1px #e1ecfa;
}
.news_contents .news_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 4%;
  padding: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_contents .news_link:hover {
  opacity: 0.8;
}
.news_contents .news_link i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #4a7db9;
  font-size: 18px;
}
.news_contents .news_img {
  width: 36%;
  height: 200px;
}
.news_contents .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_contents .news_read {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_contents .news_read .news_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_contents .news_read .news_time {
  font-family: Oswald, sans-serif;
  color: #637a85;
  font-size: 17px;
  font-weight: 500;
}
.news_contents .news_read .news_cat {
  display: inline-block;
  margin-left: 17px;
}
.news_contents .news_read .news_cat a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 90px;
  padding: 2px 15px 4px;
  background-color: #e1ecfa;
  border-radius: 5px;
  color: #637a85;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_contents .news_read .news_cat a:hover {
  opacity: 0.8;
}
.news_contents .news_read dl {
  margin-top: 20px;
}
.news_contents .news_read dl dt {
  color: #4b7db9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_contents .news_read dl dd {
  margin: 10px 0 0;
  color: #627a86;
  font-size: 14px;
  line-height: 1.86;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_contents .pagers {
  margin-top: 64px;
}
.news_contents .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px; /* ボタン同士のスキマ */
  font-size: 14px;
}
.news_contents .wp-pagenavi a,
.news_contents .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 0 0 0.2em 0;
  background-image: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.news_contents .wp-pagenavi a.page,
.news_contents .wp-pagenavi a.first,
.news_contents .wp-pagenavi a.last {
  background-color: #637a85;
  color: #fff;
}
.news_contents .wp-pagenavi a.page:hover,
.news_contents .wp-pagenavi a.first:hover,
.news_contents .wp-pagenavi a.last:hover {
  opacity: 0.8;
}
.news_contents .wp-pagenavi span.current {
  background-image: none;
  background-color: transparent;
  color: #637a85;
}
.news_contents .wp-pagenavi span.extend {
  border: none;
  width: auto;
  height: auto;
  padding: 0 4px;
  color: #567c92;
}
.news_contents .previouspostslink,
.news_contents .nextpostslink {
  position: relative;
  background-image: none;
  background-color: #637a85;
  overflow: hidden;
  text-indent: -100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_contents .previouspostslink:hover,
.news_contents .nextpostslink:hover {
  opacity: 0.8;
}
.news_contents .previouspostslink::before,
.news_contents .nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
  aspect-ratio: 1/1.5;
  background: url(../images/page/pager_arrow.webp) no-repeat top center/contain;
  z-index: 1;
}
.news_contents .previouspostslink::before {
  left: 38%;
  -webkit-transform: scale(-1, 1) translate(0, -50%);
          transform: scale(-1, 1) translate(0, -50%);
}

@media (max-width: 767.98px) {
  .news_contents {
    margin: 0 0 80px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news_contents .news_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .news_contents .news_navi-link {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news_contents .news_navi-link i {
    right: 4%;
    width: 30px;
    aspect-ratio: 1/1;
    font-size: 13px;
    padding-bottom: 1px;
  }
  .news_contents .news_list {
    margin-top: 20px;
  }
  .news_contents .news_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 0 75px;
  }
  .news_contents .news_link i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 20px;
  }
  .news_contents .news_img {
    width: 100%;
    aspect-ratio: 335/250;
  }
  .news_contents .news_read dl {
    margin-top: 14px;
  }
  .news_contents .news_read dl dt {
    color: #4b7db9;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .news_contents .news_read dl dd {
    margin: 10px 0 0;
    color: #627a86;
    font-size: 14px;
    line-height: 1.7;
    -webkit-line-clamp: 3;
  }
  .news_contents .pagers {
    margin-top: 40px;
  }
}
.news_single {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 200px;
}

.news_single_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1ecfa;
}

.news_single_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_single_time {
  font-family: Oswald, sans-serif;
  color: #637a85;
  font-size: 16px;
  font-weight: 500;
}

.news_single_cat {
  display: inline-block;
  margin-left: 35px;
}
.news_single_cat a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  padding: 2px 20px 4px;
  background-color: #e1ecfa;
  border-radius: 5px;
  color: #637a85;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_single_cat a:hover {
  opacity: 0.8;
}

.news_single_title {
  margin-top: 20px;
  color: #4b7db9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.news_single_body {
  margin-top: 50px;
}
.news_single_body p {
  font-size: 16px;
  line-height: 2.125;
}
.news_single_body p + p {
  margin-top: 1em;
}
.news_single_body img {
  margin: 1em 0;
}
.news_single_body ul {
  margin: 1em 0;
}
.news_single_body ul li {
  position: relative;
  padding-left: 1.1em;
  font-size: 16px;
  line-height: 2.125;
}
.news_single_body ul li:not(:first-child) {
  margin-top: 0.2em;
}
.news_single_body ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news_single_body ol {
  margin: 1em 0;
  padding-left: 1.3em;
}
.news_single_body ol li {
  font-size: 16px;
  line-height: 2.125;
}
.news_single_body ol li:not(:first-child) {
  margin-top: 0.2em;
}

.news_single_thumb {
  width: 74%;
  margin: 0 auto 50px;
}
.news_single_thumb img {
  width: 100%;
  height: auto;
  margin: 0;
}

.news_single_pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  position: relative;
}

.news_single_pager-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  background-color: #e1ecfa;
  border-radius: 6px;
  color: #637a85;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_single_pager-back:hover {
  opacity: 0.8;
}

.news_single_link {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_single_link:hover {
  opacity: 0.8;
}
.news_single_link--prev {
  left: 0;
}
.news_single_link--prev i {
  margin-right: 35px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news_single_link--next {
  right: 0;
}
.news_single_link--next i {
  margin-left: 35px;
}

@media (max-width: 767.98px) {
  .news_single {
    margin-bottom: 80px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news_single_head {
    padding-bottom: 10px;
  }
  .news_single_time {
    font-size: 17px;
  }
  .news_single_cat {
    margin-left: 15px;
  }
  .news_single_cat a {
    font-size: 12px;
  }
  .news_single_title {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.625;
  }
  .news_single_body {
    margin-top: 20px;
  }
  .news_single_body p {
    font-size: 14px;
    line-height: 1.85;
  }
  .news_single_thumb {
    width: 100%;
    margin-bottom: 8px;
  }
  .news_single_pager {
    margin-top: 35px;
  }
  .news_single_pager-back {
    width: 100px;
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
  }
  .news_single_link {
    font-size: 14px;
  }
  .news_single_link--prev i {
    margin-right: 7px;
  }
  .news_single_link--next i {
    margin-left: 7px;
  }
}/*# sourceMappingURL=news.css.map */