@charset "UTF-8";
section#lead_area .img-box {
  height: 25vw;
  margin-bottom: 0;
}
section#lead_area .anker-box {
  display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 52vw;
  }
}
section#lead_area .img-box img {
  display: none;
}

section#lead_area .img-box::before {
  content: none;
}

/*==========================================================================
section#single01
========================================================================== */
section#news_area .inner {
  padding: 7.8125vw 0 10.4166666667vw;
}
section#news_area .box {
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 7.8125vw 5.2083333333vw;
  box-sizing: border-box;
}
section#news_area .ttl-box {
  flex: none;
  margin: 0;
}
section#news_area .ttl-box .txt-a {
  margin-top: 2.6041666667vw;
}
section#news_area .list-box {
  flex: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#news_area .list-box .txt-c {
  line-height: 1;
  transition: 1s;
  color: #ffffff;
  background: #87827B;
  width: 8.0729166667vw;
  height: 2.2395833333vw;
  border-radius: 2.2395833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#news_area .list-box .txt-d {
  line-height: 1;
  transition: 1s;
  color: #000000;
}
section#news_area .list-box .txt-h3 {
  line-height: 1;
  transition: 1s;
  color: #000000;
  line-height: 1.4em;
}
section#news_area .list-box svg {
  width: 0.8vw;
  height: 0.8vw;
  transition: 1s;
  position: absolute;
  right: 1.8229166667vw;
  top: 50%;
  transform: translateY(-50%);
}
section#news_area .list-box svg path {
  transition: 1s;
  fill: #544C42;
}
section#news_area .list-box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.6041666667vw 0.5208333333vw;
  padding-right: 3vw;
  gap: 2.6041666667vw;
  border-bottom: solid 1px #ffffff;
  position: relative;
  line-height: 1;
}
section#news_area .list-box a:hover .txt-d {
  font-family: "font-ZKGNb", "Zen Kaku Gothic New", sans-serif;
}
section#news_area .list-box a:hover .txt-h3 {
  font-family: "font-ZKGNb", "Zen Kaku Gothic New", sans-serif;
}
section#news_area .list-box a:hover svg {
  right: 1vw;
}
section#news_area .list-box li {
  width: 100%;
  line-height: 1;
  border-top: solid 1px #544C42;
}
section#news_area .list-box li:last-child {
  border-bottom: solid 1px #544C42;
}
section#news_area .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5.2083333333vw;
  gap: 1.05vw 1.5625vw;
}
section#news_area .pagination .page-numbers {
  box-sizing: border-box;
  width: 2.8125vw;
  height: 2.8125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #544C42;
  border: solid 2px #544C42;
  border-radius: 3.6458333333vw;
  font-size: 1.25vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  transition: 1s;
}
section#news_area .pagination .page-numbers svg {
  display: flex;
  width: 0.9vw;
  height: 0.9vw;
}
section#news_area .pagination .page-numbers svg path {
  fill: #333333;
}
section#news_area .pagination .page-numbers:hover {
  background: #544C42;
  color: #ffffff;
}
section#news_area .pagination .page-numbers:hover svg path {
  fill: #ffffff;
}
section#news_area .pagination .page-numbers.current {
  background: #544C42;
  color: #ffffff;
}
section#news_area .pagination .page-numbers.next {
  align-items: center;
}
section#news_area .pagination .page-numbers.prev {
  align-items: center;
}
section#news_area .pagination .page-numbers.prev svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  section#news_area .inner {
    padding: 80px 0;
    padding-bottom: 0;
  }
  section#news_area .box {
    padding: 80px 10%;
    width: 98%;
  }
  section#news_area .list-box {
    flex: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section#news_area .list-box .txt-c {
    width: 100px;
    height: 25px;
    font-size: 12px;
    border-radius: 25px;
  }
  section#news_area .list-box .txt-d {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section#news_area .list-box .txt-h3 {
    font-size: 14px;
  }
  section#news_area .list-box svg {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  section#news_area .list-box a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    padding-right: 40px;
    gap: 10px 20px;
    border-bottom: solid 1px #ffffff;
    position: relative;
    line-height: 1;
  }
  section#news_area .list-box a:hover svg {
    right: 10px;
  }
  section#news_area .list-box li {
    width: 100%;
    line-height: 1;
  }
  section#news_area .list-box li:first-child a {
    border-top: solid 1px #ffffff;
  }
  section#news_area .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
  }
  section#news_area .pagination .page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }
  section#news_area .pagination .page-numbers svg {
    width: 14px;
    height: 14px;
  }
}
/*# sourceMappingURL=news.css.map */