@charset "UTF-8";
/**
 * カスタム投稿タイプ「お知らせ」に関するスタイル
 * archive-news.php,single-news.php,トップページ
 */
/*各ページ共通*/
.news-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-tag-list {
    gap: 5px;
  }
}
.news-tag-list .news-tag-label {
  background-color: #bc2c2b;
  color: white;
  font-size: 3.2vw;
  padding: 1.6vw 2.6666666667vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-tag-list .news-tag-label {
    font-size: 13px;
    padding: 6px 10px;
  }
}

.news-post-date {
  line-height: 1;
  font-weight: bold;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .news-post-date {
    font-size: 18px;
  }
}

.news-post-head {
  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;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news-post-head {
    margin-bottom: 30px;
  }
}
.news-post-head .news-post-date {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-post-head .news-post-date {
    margin-right: 15px;
  }
}

.news-archive-post-ttl {
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 1.8;
}
.news-archive-post-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.news-archive-post-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (min-width: 768px) {
  .news-archive-post-ttl {
    font-size: 16px;
  }
}

.news-archive-post-unit {
  padding-bottom: 6.6666666667vw;
  border-bottom: 1px solid #bc2c2b;
}
@media screen and (min-width: 768px) {
  .news-archive-post-unit {
    padding-bottom: 30px;
    border-bottom-width: 2px;
  }
}
.news-archive-post-unit:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-archive-post-unit:not(:last-child) {
    margin-bottom: 35px;
  }
}
.news-archive-post-unit a:hover {
  text-decoration: none !important;
  color: #000;
}

/*アーカイブ一覧ページ（archive-news.php）*/
.news-archive {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news-archive {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.news-archive-inner {
  width: calc(100vw - 13.3333333333vw);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news-archive-inner {
    width: 740px;
  }
}
.news-archive .year-select {
  text-align: right;
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .news-archive .year-select {
    margin-bottom: 36px;
  }
}
.news-archive .year-select-seireki {
  width: 27.7333333333vw;
  height: 8vw;
  padding-left: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #000;
  border-color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon_arrow.webp");
  background-repeat: no-repeat;
  background-size: 3.7333333333vw auto;
  background-position: right 2.6666666667vw center;
}
@media screen and (min-width: 768px) {
  .news-archive .year-select-seireki {
    width: 120px;
    height: 40px;
    padding-left: 12px;
    font-size: 16px;
    background-size: 14px auto;
    background-position: right 10px center;
  }
}

/*投稿ページ(single-news.php）*/
.news-single .breadCrumb_in {
  line-height: 1.5 !important;
}
.news-single .breadCrumb_in::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.news-single .breadCrumb_in::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.news-single-inner {
  width: calc(100vw - 13.3333333333vw);
  margin-inline: auto;
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news-single-inner {
    width: 740px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.news-single-ttl {
  color: #bc2c2b;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
}
.news-single-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.news-single-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (min-width: 768px) {
  .news-single-ttl {
    font-size: 22px;
  }
}
.news-single .news-post-head {
  margin-top: 10.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .news-single .news-post-head {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.news-single .eye-catch-img {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-single .eye-catch-img {
    margin-bottom: 50px;
  }
}
.news-single .free-writing {
  font-size: 3.7333333333vw;
  /*wpが独自に付与するクラス*/
}
@media screen and (min-width: 768px) {
  .news-single .free-writing {
    font-size: 18px;
  }
}
.news-single .free-writing p, .news-single .free-writing ul, .news-single .free-writing ol, .news-single .free-writing h1, .news-single .free-writing h2, .news-single .free-writing h3, .news-single .free-writing h4, .news-single .free-writing h5, .news-single .free-writing dl {
  margin: 4vw 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing p, .news-single .free-writing ul, .news-single .free-writing ol, .news-single .free-writing h1, .news-single .free-writing h2, .news-single .free-writing h3, .news-single .free-writing h4, .news-single .free-writing h5, .news-single .free-writing dl {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .news-single .free-writing .wp-block-heading {
    font-size: 20px !important;
  }
}
.news-single .free-writing h1 {
  color: #bc2c2b;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 8vw;
  border-bottom: 1px solid #bc2c2b;
  margin-bottom: 8vw;
}
.news-single .free-writing h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.news-single .free-writing h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (min-width: 768px) {
  .news-single .free-writing h1 {
    font-size: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom-width: 2px;
  }
}
.news-single .free-writing h2 {
  color: #bc2c2b;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 8vw;
  border-bottom: 1px solid #bc2c2b;
  margin-bottom: 8vw;
}
.news-single .free-writing h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.news-single .free-writing h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (min-width: 768px) {
  .news-single .free-writing h2 {
    font-size: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom-width: 2px;
  }
}
.news-single .free-writing p {
  line-height: 1.8;
}
.news-single .free-writing p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.news-single .free-writing p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (min-width: 768px) {
  .news-single .free-writing p {
    font-size: 16px;
  }
}
.news-single .free-writing .wp-block-image {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing .wp-block-image {
    margin-top: 40px;
  }
}
.news-single .free-writing .caption {
  display: inline-block;
  font-size: 3.2vw;
  color: #777777;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing .caption {
    font-size: 12px;
    margin-top: 16px;
  }
}
.news-single .free-writing .wp-element-caption {
  display: inline-block;
  font-size: 3.2vw;
  color: #777777;
  margin-top: 4.2666666667vw;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing .wp-element-caption {
    font-size: 12px;
    margin-top: 16px;
  }
}
.news-single .free-writing .link-text {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #bc2c2b !important;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  padding: 2.6666666667vw;
  border: 1px solid #bc2c2b;
  border-bottom-width: 2px;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing .link-text {
    width: 500px;
    margin-inline: auto;
    font-size: 18px;
    padding: 10px 0;
    border-width: 2px;
    border-bottom-width: 3px;
  }
}
.news-single .free-writing p:has(.link-text) {
  margin: 8vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-single .free-writing p:has(.link-text) {
    margin: 30px 0 50px;
  }
}

/*トップページ（home.php）*/
.information {
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .information {
    padding-bottom: 120px;
  }
}
.information_inner {
  width: 86.6666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .information_inner {
    width: 740px;
  }
}
.information_inner .main_title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .information_inner .main_title {
    margin-bottom: 30px;
  }
}
.information_inner .information_btn_detail {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .information_inner .information_btn_detail {
    margin-top: 70px;
    width: 460px;
    margin-inline: auto;
  }
}
.information_inner .news-archive-post-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}