@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.child-fv::before {
  background: url(../img/about/fv.webp) no-repeat center center/cover;
}

.sec-news {
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 599px) {
  .sec-news {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.sec-news .blockeditor-area {
  margin-top: 3.125rem;
  margin-bottom: 7.5rem;
}
.sec-news .blockeditor-area p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.sec-news .blockeditor-area h3 {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #2C5BA3;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-news .blockeditor-area h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-news .blockeditor-area h3 {
    font-size: 1.5rem;
  }
}
.sec-news .blockeditor-area h4 {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #2C5BA3;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-news .blockeditor-area h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-news .blockeditor-area h4 {
    font-size: 1.25rem;
  }
}
.sec-news .blockeditor-area h5 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec-news .blockeditor-area h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .sec-news .blockeditor-area h5 {
    font-size: 1.25rem;
  }
}
.sec-news .paging a,
.sec-news .all-post a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
.sec-news .paging {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
.sec-news .all-post {
  text-align: center;
}
.sec-news .all-post a {
  color: #2C5BA3;
}

.news__date {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.news__ttl {
  font-size: 2.625rem;
  font-weight: 500;
  margin: 40px 0;
  border-bottom: 2px solid #2C5BA3;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .news__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .news__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 599px) {
  .news__ttl {
    font-size: 1.75rem;
  }
}
.news__thumb {
  text-align: center;
}/*# sourceMappingURL=style-news.css.map */