/*=================================================
section#news01
==================================================*/
section#news01 .inner {
  padding-top: 7vw;
}
section#news01 .box {
  flex-wrap: wrap;
  justify-content: center;
}
section#news01 .list-box {
  width: 100%;
}
section#news01 .list-box li {
  position: relative;
  width: 100%;
}
section#news01 .list-box li a:before, section#news01 .list-box li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  z-index: 1;
}
section#news01 .list-box li a:after {
  background-color: #04934E;
  height: 1.5px;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#news01 .list-box li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#news01 .list-box li .items {
  display: flex;
  gap: 1.5625vw;
  padding: 1.5625vw 0;
}
section#news01 .list-box li .info {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
section#news01 .list-box li .txt-d {
  color: #000000;
  transition: 0.5s;
}
section#news01 .list-box li .txt-c {
  color: #04934E;
  border: solid 1px #04934E;
  width: 4.0625vw;
  height: 1.5104166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
section#news01 .list-box li .txt-h3 {
  color: #000000;
  transition: 0.5s;
}
section#news01 .list-box li:hover .txt-d {
  color: #04934E;
}
section#news01 .list-box li:hover .txt-h3 {
  color: #04934E;
}
section#news01 .list-box li:hover .txt-c {
  color: #ffffff;
  background: #04934E;
}
section#news01 .pagination {
  width: 100%;
  margin: 0 auto;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
}
section#news01 .pagination .page-numbers {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0;
  font-family: "font-NSJPr";
  font-weight: 600;
  background: #ffffff;
  border: solid 2px #04934E;
  color: #04934E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
}
section#news01 .pagination .page-numbers:hover {
  background: #04934E;
  border-color: #04934E;
  color: #ffffff;
}
section#news01 .pagination .page-numbers.current {
  background: #04934E;
  color: #ffffff;
  border-color: #04934E;
}

@media screen and (max-width: 767px) {
  section#news01 .inner {
    padding-top: 80px;
  }
  section#news01 .list-box {
    width: 100%;
  }
  section#news01 .list-box li .items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 14px;
  }
  section#news01 .list-box li .info {
    gap: 12px;
    width: 100%;
  }
  section#news01 .list-box li .txt-d {
    font-size: 12px;
  }
  section#news01 .list-box li .txt-c {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px 10px;
    font-size: 10px;
  }
  section#news01 .list-box li .txt-h3 {
    font-size: 12px;
    width: 100%;
  }
  section#news01 .pagination {
    margin: 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  section#news01 .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=news.css.map */