.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
  margin-top: 4vw;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
  .txt-a:hover {
    color: #18469D;
    gap: 1.5vw;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .img-box {
  height: 32vw;
}
section#lead_area .img-box img {
  -o-object-position: top;
     object-position: top;
}
section#lead_area .txt-box {
  padding-top: 4vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 65vw;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area .inner {
  padding: 0 0 7.8125vw;
}
section#news_area .box {
  position: relative;
  box-sizing: border-box;
  justify-content: flex-end;
}
section#news_area .txt-box {
  width: 95%;
  z-index: 1;
  padding: 3vw 4.8vw;
  box-sizing: border-box;
  border-radius: 1.05vw;
}
section#news_area .txt-h2 {
  color: #000000;
  position: relative;
  z-index: 1;
}
section#news_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#news_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #18469D;
}
section#news_area .txt-p {
  color: #ffffff;
  line-height: 2em;
}
section#news_area .txt-a {
  margin-top: 3.125vw;
  margin-left: auto;
}
section#news_area .list-box li a {
  padding: 1.8vw 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: 0.5s;
}
section#news_area .list-box li a::after {
  content: "";
  background: url(../img/line.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
section#news_area .list-box li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  z-index: 1;
}
section#news_area .list-box li a:before {
  background-color: #18469D;
  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#news_area .list-box li a .txt-d {
  color: #ffffff;
  transition: 0.5s;
  padding: 0.3vw 0;
  background: #18469D;
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1vw;
  line-height: 1;
  border-radius: 0.3vw;
}
section#news_area .list-box li a .txt-h3 {
  width: 100%;
  color: #000000;
  transition: 0.5s;
}
section#news_area .list-box li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#news_area .list-box li a:hover .txt-h3 {
  color: #18469D;
}
section#news_area .pagination {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  gap: 0.78125vw;
}
section#news_area .pagination .page-numbers {
  width: 3.5vw;
  height: 2.0833333333vw;
  border-radius: 50px;
  font-family: "font-Rob";
  font-weight: 700;
  background: #ffffff;
  border: solid 2px #18469D;
  color: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05vw;
  transition: 0.5s;
}
section#news_area .pagination .page-numbers:hover {
  background: #18469D;
  border-color: #18469D;
  color: #ffffff;
}
section#news_area .pagination .page-numbers.current {
  background: #18469D;
  color: #ffffff;
  border-color: #18469D;
}

@media screen and (max-width: 767px) {
  section#news_area .inner {
    padding: 0 0 50px;
  }
  section#news_area .box {
    padding-left: 0;
    width: 100%;
  }
  section#news_area .img-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
    position: initial;
  }
  section#news_area .img-box img {
    border-radius: 5px;
  }
  section#news_area .txt-box {
    width: 85%;
    margin: 0 auto;
    position: initial;
    padding: 0;
    border-radius: 0;
  }
  section#news_area .txt-h2 {
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 16px;
  }
  section#news_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#news_area .txt-h2s {
    font-size: 36px;
    margin-bottom: 0;
  }
  section#news_area .txt-p {
    color: #ffffff;
    line-height: 2em;
  }
  section#news_area .txt-a {
    margin-top: 30px;
  }
  section#news_area .list-box li a {
    padding: 20px 0;
  }
  section#news_area .list-box li a .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100px;
    padding: 5px 0;
    border-radius: 5px;
  }
  section#news_area .list-box li a .txt-h3 {
    font-size: 14px;
  }
  section#news_area .pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  section#news_area .pagination .page-numbers {
    width: 50px;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=news.css.map */