/*=================================================
section#news01
==================================================*/
section#news01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#news01 .list-box {
  width: 100%;
}
section#news01 .list-box a {
  box-sizing: border-box;
  align-items: center;
  gap: 0;
  padding: 2.0833333333vw 0;
  padding-right: 4.0729166667vw;
  position: relative;
  transition: 0.5s;
  display: flex;
}
section#news01 .list-box a .txt-d {
  color: #000000;
  width: 10.4166666667vw;
  text-align: center;
  transition: 1s;
}
section#news01 .list-box a .txt-h3 {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  transition: 1s;
  padding-left: 2.3958333333vw;
  box-sizing: border-box;
}
section#news01 .list-box a svg {
  width: 0.5vw;
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
}
section#news01 .list-box a svg path {
  fill: #000000;
  transition: 1s;
}
section#news01 .list-box a:hover {
  background: rgba(249, 115, 22, 0.0901960784);
}
section#news01 .list-box a:hover .txt-d {
  color: #F97316;
}
section#news01 .list-box a:hover .txt-h3 {
  color: #F97316;
}
section#news01 .list-box a:hover svg {
  right: 1vw;
}
section#news01 .list-box a:hover svg path {
  fill: #F97316;
}
section#news01 .list-box li {
  border-bottom: solid 0.1041666667vw rgba(0, 0, 0, 0.25);
  position: relative;
  box-sizing: border-box;
}
section#news01 .list-box li::after, section#news01 .list-box li::before {
  content: "";
  transition: 1s;
  background: #000000;
  width: 10.4166666667vw;
  height: 0.1041666667vw;
  position: absolute;
  z-index: 1;
}
section#news01 .list-box li::before {
  content: none;
}
section#news01 .list-box li:after {
  bottom: -0.1041666667vw;
  left: 0;
}
section#news01 .list-box li:first-child {
  border-top: solid 0.1041666667vw rgba(0, 0, 0, 0.25);
}
section#news01 .list-box li:first-child:before {
  content: "";
  top: -0.1041666667vw;
  left: 0;
}
section#news01 .list-box li:hover::after, section#news01 .list-box li:hover::before {
  background: #F97316;
}
section#news01 .pagination {
  margin-top: 5.2083333333vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.05vw;
}
section#news01 .pagination .page-numbers {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 5px;
  font-family: "font-NSJPr";
  font-weight: 600;
  background: #ffffff;
  border: solid 0.1041666667vw #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
  transition: 1s;
}
section#news01 .pagination .page-numbers:hover {
  background: #000000;
  color: #ffffff;
}
section#news01 .pagination .page-numbers.current {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#news01 .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#news01 .list-box {
    width: 100%;
  }
  section#news01 .list-box a {
    gap: 5px;
    padding: 20px 15px;
    flex-wrap: wrap;
  }
  section#news01 .list-box a .txt-d {
    width: 100%;
    font-size: 12px;
    text-align: start;
  }
  section#news01 .list-box a .txt-h3 {
    color: #000000;
    width: 100%;
    transition: 1s;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  section#news01 .list-box a svg {
    width: 8px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
  }
  section#news01 .list-box li {
    border-bottom: solid 2px #808080;
    position: relative;
    box-sizing: border-box;
  }
  section#news01 .list-box li::after, section#news01 .list-box li::before {
    content: "";
    transition: 1s;
    background: #000000;
    width: 120px;
    height: 2px;
  }
  section#news01 .list-box li::before {
    content: none;
  }
  section#news01 .list-box li:after {
    bottom: -2px;
    left: 0;
  }
  section#news01 .list-box li:first-child {
    border-top: solid 2px #808080;
  }
  section#news01 .list-box li:first-child:before {
    content: "";
    top: -2px;
    left: 0;
  }
  section#news01 .list-box li:hover::after, section#news01 .list-box li:hover::before {
    background: #F97316;
  }
  section#news01 .pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  section#news01 .pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=news.css.map */