@charset "UTF-8";
/* ==========================================================================
   お知らせ（news）専用スタイル
   - 既存 CSS/SCSS には手を入れず、このファイルのみで完結させる
   - PC : デザイン 1920/1200px 基準の px 値
   - SP : デザイン 400px 基準の相対値 → px × 0.25 = vw（ブレイクポイント 768px）
   ========================================================================== */
.news-mv,
.news-mv *,
.news,
.news * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_wrap {
  background: url(../images/process/bg.jpg) repeat;
}

.news-mv {
  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: 560px;
  background: url("../images/about/mv.jpg") no-repeat center top;
}
@media screen and (max-width: 768px) {
  .news-mv {
    height: 75vw;
  }
}

.news-mv__ttl {
  display: block;
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .news-mv__ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 6vw;
    letter-spacing: 0.08em;
  }
}

.news {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0 160px;
  color: #32373c;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    max-width: none;
    padding: 20vw 6vw;
  }
}

.news-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border: 1px solid #32373c;
  border-radius: 24px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #32373c;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-cat {
    padding: 2vw 4vw;
    border-radius: 6vw;
    font-size: 4vw;
  }
}

.news-cat--all {
  width: 132px;
  border-color: #32373c;
  background: rgba(255, 255, 255, 0.3);
}
.news-cat--all.is-current {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news-cat--all {
    width: 33vw;
  }
}

.news-cat--c0 {
  border-color: #949e21;
  background: rgba(148, 158, 33, 0.3);
}
.news-cat--c0.is-current, .news-cat--c0.is-solid {
  background: #949e21;
  border-color: #949e21;
  color: #fff;
}

.news-cat--c1 {
  border-color: #f4bfb7;
  background: rgba(244, 191, 183, 0.3);
}
.news-cat--c1.is-current, .news-cat--c1.is-solid {
  background: #f4bfb7;
  border-color: #f4bfb7;
  color: #fff;
}

.news-card__bar--c0 {
  background: #949e21;
}

.news-card__bar--c1 {
  background: #f4bfb7;
}

.news-filter {
  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: 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .news-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45vw;
    margin: 0 auto 20vw;
    padding: 0 6vw;
    gap: 6vw;
  }
}

.news-filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.news-filter__label span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-filter__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
  }
  .news-filter__label span {
    font-size: 4vw;
  }
}

.news-filter__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 29px;
}
.news-filter__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .news-filter__icon {
    width: 12.5vw;
    height: 7.25vw;
  }
}

.news-filter__divider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1px;
  height: 40px;
  background: #32373c;
}
@media screen and (max-width: 768px) {
  .news-filter__divider {
    width: 100%;
    height: 1px;
  }
}

.news-filter__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-filter__cats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6vw;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-list {
    gap: 6vw;
  }
}

.news-card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 56px;
  padding: 40px;
  background: #fff;
  color: #32373c;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-card > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4vw;
    padding: 4vw;
  }
}

.news-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 4vw;
  }
}

.news-card__thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  height: 200px;
  overflow: hidden;
  background: #d9d9d9;
}
.news-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .news-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 400/267;
  }
}

.news-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .news-card__body {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    gap: 4vw;
  }
}

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .news-card__meta {
    gap: 4vw;
  }
}

.news-card__date {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news-card__date {
    font-size: 5vw;
  }
}

.news-card__ttlrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .news-card__ttlrow {
    gap: 4vw;
  }
}

.news-card__bar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .news-card__bar {
    width: 1vw;
    height: 10vw;
  }
}

.news-card__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news-card__ttl {
    font-size: 6vw;
  }
}

.news-card__excerpt {
  overflow: hidden;
  height: 62px;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .news-card__excerpt {
    height: auto;
    max-height: 14.4vw;
    font-size: 4vw;
  }
}

.news-card__arrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.5px;
  height: 45px;
}
.news-card__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news-card__arrow {
    width: 14.625vw;
    height: 11.25vw;
  }
}

.news-pager {
  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: 8px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .news-pager {
    gap: 2vw;
    margin-top: 20vw;
  }
}
.news-pager .page-numbers {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-pager .page-numbers {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }
}
.news-pager .page-numbers.current {
  background: #32373c;
  border-color: #32373c;
  color: #fff;
}
.news-pager .page-numbers.dots {
  border: none;
  background: none;
}
.news-pager .wp-pagenavi {
  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: 8px;
}
@media screen and (max-width: 768px) {
  .news-pager .wp-pagenavi {
    gap: 2vw;
  }
}
.news-pager .wp-pagenavi a,
.news-pager .wp-pagenavi span {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-pager .wp-pagenavi a,
  .news-pager .wp-pagenavi span {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }
}
.news-pager .wp-pagenavi span.current {
  background: #32373c;
  border-color: #32373c;
  color: #fff;
}
.news-pager .wp-pagenavi span.pages {
  display: none;
}
.news-pager .wp-pagenavi span.extend {
  border: none;
  background: none;
}
.news-pager .wp-pagenavi a.previouspostslink,
.news-pager .wp-pagenavi a.nextpostslink {
  font-size: 0;
}
.news-pager .wp-pagenavi a.previouspostslink::before {
  content: "＜";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-pager .wp-pagenavi a.previouspostslink::before {
    font-size: 4vw;
  }
}
.news-pager .wp-pagenavi a.nextpostslink::before {
  content: "＞";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-pager .wp-pagenavi a.nextpostslink::before {
    font-size: 4vw;
  }
}

a.news-pager__link:hover {
  opacity: 0.7;
}

.news-empty {
  padding: 40px 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-empty {
    font-size: 4vw;
  }
}

.news--single .news-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .news--single .news-detail {
    gap: 10vw;
  }
}

.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .news-detail__meta {
    padding: 0;
  }
}

.news-detail__date {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    font-size: 5vw;
  }
}

.news-detail__line {
  width: 100%;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #d9d9d9;
}

.news-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .news-detail__content {
    gap: 14vw;
  }
}

.news-detail__ttl {
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-detail__ttl {
    font-size: 6vw;
  }
}

.news-detail__body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-detail__body {
    font-size: 4vw;
  }
}
.news-detail__body p {
  margin-bottom: 56px;
}
.news-detail__body p:last-child {
  margin-bottom: 0;
}
.news-detail__body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 56px auto;
}
@media screen and (max-width: 768px) {
  .news-detail__body p {
    margin-bottom: 14vw;
  }
  .news-detail__body img {
    margin: 14vw auto;
  }
}

.news-nav {
  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: 8px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .news-nav {
    gap: 2vw;
    margin-top: 20vw;
  }
}

.news-nav__btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 8px;
  border: 1px solid #32373c;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Shippori Mincho", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", serif;
  font-weight: 500;
  font-size: 16px;
  color: #32373c;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news-nav__btn {
    height: 10vw;
    padding: 2vw;
    font-size: 4vw;
  }
}
.news-nav__btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}/*# sourceMappingURL=news.css.map */