/*=================================================
section#news01
==================================================*/
section#news01 {
  position: relative;
}
section#news01 .inner {
  padding: 5.2083333333vw 0 7.8125vw;
  box-sizing: border-box;
}
section#news01 .ttl-box {
  position: relative;
}
section#news01 .ttl-box .txt-h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: #FED21D;
          text-decoration-color: #FED21D;
  text-underline-offset: 0.8vw;
  text-decoration-thickness: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5.2083333333vw;
  text-align: center;
}
section#news01 .list-box {
  box-sizing: border-box;
}
section#news01 .list-box .img-box {
  width: 18.4%;
  height: 6.8vw;
  transition: 0.5s;
}
section#news01 .list-box .img-box img {
  border-radius: 0.6770833333vw;
}
section#news01 .list-box .txt-box {
  width: calc(81.6% - 2.6041666667vw);
  position: relative;
}
section#news01 .list-box .txt-box .txt-d {
  margin-bottom: 0.8vw;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.5s;
}
section#news01 .list-box .txt-box .txt-h3 {
  color: #000000;
  padding-right: 1.3vw;
  box-sizing: border-box;
  transition: 0.5s;
}
section#news01 .list-box .txt-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  width: 0.5208333333vw;
  height: 0.8854166667vw;
}
section#news01 .list-box .txt-box svg path {
  transition: 0.5s;
}
section#news01 .list-box li {
  border-bottom: solid 1px #000000;
}
section#news01 .list-box li:first-child .items {
  padding-top: 0;
}
section#news01 .list-box li .items {
  gap: 2.6041666667vw;
  padding: 1.5625vw 0;
  align-items: center;
  box-sizing: border-box;
}
section#news01 .list-box li .items:hover .img-box {
  opacity: 0.7;
}
section#news01 .list-box li .items:hover .txt-box .txt-d {
  color: #FED21D;
}
section#news01 .list-box li .items:hover .txt-box .txt-h3 {
  color: #FED21D;
}
section#news01 .list-box li .items:hover .txt-box svg path {
  fill: #FED21D;
}
section#news01 .pagination {
  margin-top: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.78125vw;
}
section#news01 .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50px;
  border: solid 1px #FED21D;
  color: #000000;
  font-size: 1.05vw;
  font-family: "font-MontSB";
  font-weight: 600;
  font-style: normal;
  box-sizing: border-box;
  transition: 0.5s;
}
section#news01 .pagination .page-numbers.prev svg, section#news01 .pagination .page-numbers.next svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1vw;
  height: 1vw;
}
section#news01 .pagination .page-numbers:hover {
  background: #FED21D;
}
section#news01 .pagination .page-numbers.current {
  background: #FED21D;
}

@media screen and (max-width: 767px) {
  section#news01 .inner {
    padding: 70px 0 100px;
  }
  section#news01 .ttl-box {
    width: 92%;
  }
  section#news01 .ttl-box .txt-h2 {
    font-size: 22px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    margin-bottom: 50px;
  }
  section#news01 .list-box .img-box {
    width: 41%;
    height: 34.5vw;
  }
  section#news01 .list-box .img-box img {
    border-radius: 10px;
  }
  section#news01 .list-box .txt-box {
    width: calc(59% - 15px);
    padding-right: 20px;
    box-sizing: border-box;
  }
  section#news01 .list-box .txt-box .txt-d {
    margin-bottom: 10px;
    font-size: 14px;
  }
  section#news01 .list-box .txt-box .txt-h3 {
    padding-right: 0;
    font-size: 16px;
  }
  section#news01 .list-box .txt-box svg {
    width: 6px;
    height: 11px;
  }
  section#news01 .list-box li .items {
    gap: 15px;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    align-items: center;
  }
  section#news01 .pagination {
    margin-top: 50px;
    gap: 10px;
  }
  section#news01 .pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  section#news01 .pagination .page-numbers.prev svg, section#news01 .pagination .page-numbers.next svg {
    width: 14px;
    height: 14px;
  }
}
/*# sourceMappingURL=news.css.map */