@charset "UTF-8";
.lower_b {
  display: none;
}

.lower_fv .upper_b {
  position: relative;
  height: 87%;
  border-bottom: 1px solid #eee;
}
.lower_fv .upper_b:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}

.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.c_info {
  position: relative;
  padding-top: 225px;
  z-index: 0;
  padding-bottom: 10.4vw;
}
@media (max-width: 1015px) {
  .c_info {
    padding-top: 255px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.archive_news_con {
  padding-bottom: 120px;
}
.archive_news_con:before {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 480px) {
  .archive_news_con {
    padding-bottom: 65px;
  }
}
.archive_news_con .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .archive_news_con .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .archive_news_con .inner {
    width: calc(100% - 60px);
  }
}
.archive_news_con .inner .archive_news_b a {
  background: #fafafa;
  padding: 25px;
  position: relative;
  display: block;
  transition: 0.5s;
  border: 1px solid #eee;
  border-radius: 4px;
  border-top: none;
}
@media (max-width: 499px) {
  .archive_news_con .inner .archive_news_b a {
    padding: 3vw 1.7vw;
  }
}
.archive_news_con .inner .archive_news_b a:hover {
  background: #eef3f9;
}
.archive_news_con .inner .archive_news_b a:hover .wrap .left img {
  transform: scale(1.1);
}
.archive_news_con .inner .archive_news_b a:before {
  content: "";
  background-image: url(../img/news-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.archive_news_con .inner .archive_news_b a:hover:before {
  -webkit-animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.archive_news_con .inner .archive_news_b a .wrap {
  display: flex;
  align-items: center;
  gap: 3.448vw;
}
@media (max-width: 1049px) {
  .archive_news_con .inner .archive_news_b a .wrap {
    display: block;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right {
  position: relative;
  display: flex;
  gap: 2.069vw;
}
@media (max-width: 1200px) {
  .archive_news_con .inner .archive_news_b a .wrap .right {
    display: block;
    padding-right: 40px;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap {
  display: flex;
  align-items: center;
  gap: 2.069vw;
}
@media (max-width: 499px) {
  .archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap {
    margin-bottom: 8px;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .date {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
@media (max-width: 499px) {
  .archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .date {
    font-size: 3.2vw;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .cat {
  position: relative;
  padding: 4px 10px;
  padding-left: 27px;
  font-size: 12px;
  color: #0068e2;
  background: #fff;
  display: inline-block;
  border-radius: 9999px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .cat {
    padding: 5px 8px;
    padding-left: 26px;
    font-size: 10px;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .cat:before {
  position: absolute;
  background-image: url(../img/logo-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media (max-width: 480px) {
  .archive_news_con .inner .archive_news_b a .wrap .right .upper_wrap .cat:before {
    left: 10px;
  }
}
.archive_news_con .inner .archive_news_b a .wrap .right h4.ttl {
  font-size: 16px;
  font-weight: 500;
}
.archive_news_con .inner .archive_news_b a .wrap .right:before {
  content: "";
  background-image: url(../img/news-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.793vw;
  height: 0.69vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: none;
}
.archive_news_con .inner .archive_news_b a .wrap .right:hover:before {
  -webkit-animation: arrow-line6 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line6 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 3.448vw;
}
@media (max-width: 1049px) {
  .wp-pagenavi {
    margin-top: 4.8vw;
  }
}
@media (max-width: 1049px) {
  .wp-pagenavi {
    margin-top: 6.8vw;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 10px !important;
  margin: 0.138vw;
}
.wp-pagenavi a.page {
  border: none;
}
.wp-pagenavi a.page.larger {
  border: none;
}
.wp-pagenavi a.nextpostslink {
  border: none;
  position: relative;
}
.wp-pagenavi a.nextpostslink:hover:before {
  background-image: url(../img/pager-hover.svg);
}
.wp-pagenavi a.nextpostslink:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
  content: "";
  background-image: url(../img/pager.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border: none;
  transition: 0.5s;
}
.wp-pagenavi a.previouspostslink {
  border: none;
  position: relative;
}
.wp-pagenavi a.previouspostslink:hover:before {
  background-image: url(../img/l-pager-hover.svg);
}
.wp-pagenavi a.previouspostslink:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  content: "";
  background-image: url(../img/l-pager.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
.wp-pagenavi span.current {
  border: none;
  color: #0068e2;
}

.underscore {
  color: #76a5ff;
  font-size: 1.103vw;
  padding-left: 0.138vw;
  border: none !important;
  position: absolute;
  transform: translateX(-30px);
  z-index: -1;
}

a.previouspostslink {
  position: relative;
  display: inline;
}
a.previouspostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../img/reverse-arrow2-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 9.69px;
}

a.nextpostslink {
  position: relative;
}
a.nextpostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../img/arrow2-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 9.69px;
}

.category-filter-con {
  width: 43vw;
  height: 2.759vw;
}
@media (max-width: 1049px) {
  .category-filter-con {
    width: 39vw;
  }
}
@media (max-width: 499px) {
  .category-filter-con {
    width: 100%;
    margin-top: 7vw;
  }
}
.category-filter-con .category-filter {
  width: 95%;
  margin-right: auto;
  height: 2.759vw;
}
.category-filter-con .category-filter button {
  position: relative;
  margin-right: 2.207vw;
  border: none;
  font-size: 1.103vw;
  color: #20272e;
  background: none;
  height: 2.759vw;
  padding: 0.552vw 1.655vw;
}
.category-filter-con .category-filter button:last-of-type:after {
  display: none;
}
.category-filter-con .category-filter button:after {
  position: absolute;
  top: 50%;
  right: -1.931vw;
  transform: translateY(-50%);
  background-image: url(../img/news-btn-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 1.379vw;
  height: 1.586vw;
}
.category-filter-con .category-filter button.active {
  color: #194bf4;
  background: rgba(25, 75, 244, 0.1);
  padding: 0.552vw 1.655vw;
  border-radius: 0.276vw;
}

.category-filter-select {
  display: none;
}

.category-filter-con {
  padding: 40px 0 75px;
  width: 100%;
  height: 2.759vw;
  border-bottom: 1px solid #eee;
}
@media (max-width: 480px) {
  .category-filter-con {
    width: 100%;
    margin-top: 0;
  }
}
.category-filter-con .category-filter {
  width: 95%;
  margin-right: auto;
  height: 2.759vw;
}
.category-filter-con .category-filter a {
  position: relative;
  margin-right: 8px;
  border: none;
  font-size: 16px;
  color: #20272e;
  background: none;
  height: 2.759vw;
  padding: 8px 20px;
  z-index: 5;
}
.category-filter-con .category-filter a:last-of-type:after {
  display: none;
}
.category-filter-con .category-filter a.active {
  color: #194bf4;
  background: rgba(25, 75, 244, 0.1);
  padding: 8px 20px;
  border-radius: 9999px;
}

/* ==== CSS ==== */
/* 初期状態ではPC用ボタンを表示、SP用プルダウンを非表示 */
.category-filter-select {
  display: none;
}

/* 画面幅1049px以下では切り替え */
@media screen and (max-width: 1049px) {
  .category-filter {
    display: none;
  }
  .category-filter-select {
    position: relative;
    display: block;
    width: 330px;
    background: #fafafa;
    z-index: 1;
  }
}
@media screen and (max-width: 1049px) and (max-width: 480px) {
  .category-filter-select {
    width: 100%;
  }
}
@media screen and (max-width: 1049px) {
  .category-filter-select:after {
    position: absolute;
    background: url(../img/news-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    width: 10px;
    height: 6px;
    right: 15px;
    z-index: 8;
  }
}
@media screen and (max-width: 1049px) {
  .category-filter-select select {
    outline: none;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #0068e2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1049px) and (max-width: 499px) {
  .category-filter-select select {
    width: 100%;
    font-size: 14px;
    height: 50px;
    border-radius: 4px;
    font-weight: 500;
  }
}
.custom_select {
  appearance: none;
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  background: url("../img/select-arrow.svg") no-repeat right 15px center/12px auto;
  /* ↑ right 10px → 矢印の右余白
     12px auto   → 矢印の大きさ */
  padding-right: 30px; /* テキストと矢印がかぶらない余白 */
}

/* current の直後にある 1つ目の larger のみ */
.wp-pagenavi a.page.smaller {
  transition: 0.5s;
}
.wp-pagenavi a.page.smaller:hover {
  border-bottom: 1px solid #20272e;
}

.wp-pagenavi a.page.larger {
  transition: 0.5s;
}
.wp-pagenavi a.page.larger:hover {
  border-bottom: 1px solid #20272e;
}

.wp-pagenavi {
  clear: both;
  position: relative;
  z-index: 4;
}

@media (max-width: 1340px) {
  .lower_fv .upper_b .fv_side_btn {
    height: 200px;
    bottom: 219px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 209px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b2 {
    height: 210px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b h1.ttl:after {
    width: calc(50% - 0px);
    left: -45px;
  }
  .lower_fv .upper_b .fv_side_btn {
    height: 244px;
    width: 45px;
    bottom: 227px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 221px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b2 {
    height: 250px;
  }
}/*# sourceMappingURL=archive-news.css.map */