main {
  position: relative;
}
main::before {
  content: "";
  background: url(../img/page_bg_icon01.svg) center no-repeat;
  background-size: cover;
  width: 15.1041666667vw;
  height: 15.625vw;
  position: absolute;
  left: -3.28125vw;
  top: 23vw;
}

#primary {
  position: relative;
}
#primary::after {
  content: "";
  background: url(../img/page_bg_icon02.svg) center no-repeat;
  background-size: cover;
  width: 9.96875vw;
  height: 11.9052083333vw;
  position: absolute;
  right: -2.015625vw;
  top: initial;
  bottom: 40%;
}

@media screen and (max-width: 767px) {
  main::before::before {
    content: none;
  }
  #primary::after {
    width: 96px;
    height: 115px;
    right: -30px;
    bottom: 650px;
  }
}
/*==========================================================================
section#news01
========================================================================== */
section#news01 {
  position: relative;
}
section#news01 .inner {
  padding: 5.2083333333vw 0;
}
section#news01 .box {
  justify-content: space-between;
}
section#news01 .list-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
section#news01 .list-box .info {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  width: 100%;
}
section#news01 .list-box .info .txt-d {
  line-height: 1;
  transition: 1s;
  color: #666666;
}
section#news01 .list-box .info .txt-c {
  text-decoration: underline;
  color: #666666;
}
section#news01 .list-box .txt-h3 {
  margin-bottom: 0.1vw;
  line-height: 1;
  transition: 1s;
  width: 100%;
  color: #253E54;
}
section#news01 .list-box svg {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 0.9375vw;
  transition: 1s;
}
section#news01 .list-box svg path {
  transition: 1s;
}
section#news01 .list-box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.05vw 0;
  gap: 0.8vw;
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
  position: relative;
}
section#news01 .list-box a:hover .info .txt-d {
  color: #1A6271;
}
section#news01 .list-box a:hover .info .txt-c {
  -webkit-text-decoration-color: #253E54;
          text-decoration-color: #253E54;
  text-decoration-thickness: 2px;
  color: #253E54;
}
section#news01 .list-box a:hover .txt-h3 {
  color: #1A6271;
}
section#news01 .list-box a:hover svg {
  right: 0;
}
section#news01 .list-box a:hover svg path {
  fill: #253E54;
}
section#news01 .list-box li {
  width: 100%;
}
section#news01 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.2083333333vw;
  gap: 1.2vw;
}
section#news01 .pagination .page-numbers {
  box-sizing: border-box;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  line-height: 3.2vw;
  display: flex;
  justify-content: center;
  background: #ffffff;
  color: #1A6271;
  border: solid 2px #1A6271;
  border-radius: 3.6458333333vw;
  font-size: 1.875vw;
  font-family: "font-ZMGb", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 1s;
}
section#news01 .pagination .page-numbers svg {
  display: flex;
  width: 1.3vw;
  height: 1.2vw;
}
section#news01 .pagination .page-numbers:hover {
  background: #1A6271;
  color: #ffffff;
}
section#news01 .pagination .page-numbers:hover svg path {
  fill: #ffffff;
}
section#news01 .pagination .page-numbers.current {
  background: #1A6271;
  color: #ffffff;
}
section#news01 .pagination .page-numbers.next {
  align-items: center;
}
section#news01 .pagination .page-numbers.prev {
  align-items: center;
}
section#news01 .pagination .page-numbers.prev svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  section#news01 {
    position: relative;
  }
  section#news01 .inner {
    padding: 50px 0 80px;
  }
  section#news01 .box {
    justify-content: space-between;
  }
  section#news01 .ttl-box {
    margin-bottom: 10px;
  }
  section#news01 .ttl-box .txt-a {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
  }
  section#news01 .list-box {
    width: 100%;
  }
  section#news01 .list-box .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  section#news01 .list-box .info .txt-d {
    font-size: 12px;
  }
  section#news01 .list-box .info .txt-c {
    font-size: 14px;
  }
  section#news01 .list-box .txt-h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  section#news01 .list-box svg {
    height: 12px;
  }
  section#news01 .list-box a {
    padding: 20px 0;
    gap: 0;
  }
  section#news01 .list-box li {
    width: 100%;
  }
  section#news01 .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
  }
  section#news01 .pagination .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 16px;
  }
  section#news01 .pagination .page-numbers svg {
    width: 20px;
    height: 18px;
  }
}
/*# sourceMappingURL=news.css.map */