@charset "UTF-8";
.txt-h2 {
  color: #2A2F4E;
  display: flex;
  align-items: center;
  gap: 1.8229166667vw;
}
.txt-h2 .txt-e {
  line-height: 1;
  display: block;
  color: #223CE5;
  padding-top: 0.15vw;
}

.txt-a {
  border: solid 2px #223CE5;
  display: flex;
  background: #223CE5;
  border-radius: 82px;
  padding: 1.2vw 3vw;
  padding-right: 4.3vw;
  box-sizing: border-box;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: 1s;
}
.txt-a svg {
  display: flex;
  width: 1vw;
  height: 1.25vw;
  position: absolute;
  right: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.txt-a:hover {
  background: #ffffff;
  color: #223CE5;
}
.txt-a:hover svg path {
  fill: #223CE5;
}

@media screen and (max-width: 767px) {
  .txt-h2 {
    font-size: 24px;
    gap: 5px;
  }
  .txt-h2 .txt-e {
    font-size: 14px;
    letter-spacing: 0;
  }
  .txt-a {
    margin-top: 40px;
    font-size: 14px;
    padding: 8px 20px;
    padding-right: 40px;
  }
  .txt-a svg {
    width: 18px;
    height: 16px;
    right: 10px;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#news_area .box {
  justify-content: space-between;
}
section#news_area .img-box {
  width: 44%;
  height: 25vw;
}
section#news_area .txt-box {
  width: 100%;
}
section#news_area .txt-box .ttl-box {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.1666666667vw;
}
section#news_area .txt-box .ttl-box .txt-a {
  margin: 0;
}
section#news_area .txt-box .txt-p {
  line-height: 1.8em;
}
section#news_area .txt-box .list-box {
  border-top: solid 2px #223CE5;
  border-bottom: solid 2px #223CE5;
  display: flex;
  flex-wrap: wrap;
}
section#news_area .txt-box .list-box li {
  width: 100%;
}
section#news_area .txt-box .list-box li a {
  border-bottom: solid 1px #223CE5;
  display: flex;
  align-items: center;
  padding: 1.5vw 0.5vw;
  gap: 6%;
}
section#news_area .txt-box .list-box li a .txt-d {
  color: #2A2F4E;
  transition: 0.8s;
}
section#news_area .txt-box .list-box li a .txt-h3 {
  color: #2A2F4E;
  transition: 0.8s;
}
section#news_area .txt-box .list-box li:last-child a {
  border: none;
}
section#news_area .txt-box .list-box li a:hover .txt-d {
  color: #223CE5;
}
section#news_area .txt-box .list-box li a:hover .txt-h3 {
  color: #223CE5;
}
section#news_area .pagination {
  margin-top: 7.8125vw;
  display: flex;
  justify-content: center;
  gap: 0.78125vw;
}
section#news_area .pagination .page-numbers {
  width: 3.5vw;
  height: 2.0833333333vw;
  border-radius: 3.5vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #ffffff;
  border: solid 2px #223CE5;
  color: #223CE5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
  transition: 1s;
}
section#news_area .pagination .page-numbers:hover {
  background: #223CE5;
  color: #ffffff;
}
section#news_area .pagination .page-numbers.current {
  background: #223CE5;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#news_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#news_area .box {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  section#news_area .img-box {
    order: 1;
    width: 100%;
    height: 55vw;
    margin-bottom: 30px;
  }
  section#news_area .txt-box {
    width: 100%;
    order: 2;
  }
  section#news_area .txt-box .ttl-box {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
  }
  section#news_area .txt-box .ttl-box .txt-a {
    margin: 0;
  }
  section#news_area .txt-box .txt-p {
    line-height: 1.8em;
  }
  section#news_area .txt-box .list-box {
    border-top: solid 2px #223CE5;
    border-bottom: solid 2px #223CE5;
  }
  section#news_area .txt-box .list-box li a {
    border-bottom: solid 1px #223CE5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 8px;
    gap: 5px;
  }
  section#news_area .txt-box .list-box li a .txt-d {
    font-size: 12px;
  }
  section#news_area .txt-box .list-box li a .txt-h3 {
    font-size: 14px;
    width: 100%;
  }
  section#news_area .txt-box .list-box li:last-child a {
    border: none;
  }
  section#news_area .txt-box .list-box li a:hover .txt-d {
    color: #223CE5;
  }
  section#news_area .txt-box .list-box li a:hover .txt-h3 {
    color: #223CE5;
  }
  section#news_area .pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  section#news_area .pagination .page-numbers {
    width: 45px;
    height: 25px;
    border-radius: 27px;
    font-size: 12px;
  }
  section#news_area .pagination .page-numbers:hover {
    background: #223CE5;
    border-color: #223CE5;
    color: #ffffff;
  }
  section#news_area .pagination .page-numbers.current {
    background: #223CE5;
    color: #ffffff;
    border-color: #223CE5;
  }
}
/*# sourceMappingURL=news.css.map */