@charset "UTF-8";
html,
body {
  overflow-x: unset;
}

body {
  background: #f0f5f8;
}

.archive_interview_mv_sec {
  position: relative;
  padding-top: 208px;
  z-index: 0;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec {
    padding-top: 176px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec {
    padding-top: 138px;
  }
}
.archive_interview_mv_sec .lower_mv_bg {
  position: absolute;
  z-index: -1;
  top: 310px;
  background: linear-gradient(to left, rgba(82, 125, 206, 0.2705882353), rgba(135, 205, 214, 0.3607843137));
  border-radius: 0 200px 0 200px;
  width: 100%;
  height: 520px;
}
.archive_interview_mv_sec .lower_mv_bg:before {
  background-image: url(../../images/recruit/lower-mv-bg-left.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -200px;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -100px;
    width: 100px;
    height: 100px;
  }
}
.archive_interview_mv_sec .lower_mv_bg:after {
  background-image: url(../../images/recruit/lower-mv-bg-right.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -200px;
  right: 0;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 350px;
    top: 250px;
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 220px;
    top: 186px;
    border-radius: 0 100px 0 100px;
  }
}
.archive_interview_mv_sec .inner {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.archive_interview_mv_sec .inner .ttl_b {
  margin-bottom: 72px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 60px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 30px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
  width: 12px;
  flex: 0 0 12px;
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
    width: 10px;
    flex: 0 0 10px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco img {
  width: 100%;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub {
    font-size: 14px;
  }
}
.archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
  margin-top: 20px;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 70px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 40px;
    margin-top: 10px;
  }
}
.archive_interview_mv_sec .inner .breadcrumb_wrapper {
  width: 1200px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; /* 内容分の幅を確保 */
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
  }
}
@media (max-width: 885px) {
  .archive_news_sec {
    height: auto;
  }
}
.archive_news_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .archive_news_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 885px) {
  .archive_news_sec .inner {
    height: auto;
  }
}
@media (max-width: 530px) {
  .archive_news_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.archive_news_sec .inner .mv_under_txt {
  margin-top: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #0068b3;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .archive_news_sec .inner .mv_under_txt {
    margin-top: 90px;
    font-size: 18px;
  }
}
.archive_news_sec .inner .news_con {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 80px 80px;
  border-radius: 20px;
}
@media (max-width: 1370px) {
  .archive_news_sec .inner .news_con {
    margin-top: 0;
  }
}
@media (max-width: 885px) {
  .archive_news_sec .inner .news_con {
    height: auto;
  }
}
@media (max-width: 530px) {
  .archive_news_sec .inner .news_con {
    padding: 30px 25px 38px;
  }
}
.archive_news_sec .inner .news_con .news_b {
  border-bottom: 2px dotted rgba(170, 183, 198, 0.3882352941);
}
.archive_news_sec .inner .news_con .news_b:first-of-type {
  border-top: 2px dotted rgba(170, 183, 198, 0.3882352941);
}
.archive_news_sec .inner .news_con .news_b a {
  transition: 0.5s;
  position: relative;
  padding: 28px 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.archive_news_sec .inner .news_con .news_b a:hover {
  background: rgba(109, 166, 210, 0.2078431373);
}
.archive_news_sec .inner .news_con .news_b a:hover .link-with-arrow .arrow img.mouse-in {
  transition: translate 0.3s ease-in-out;
  translate: 220% -220%;
  transition: translate 0.3s ease-in-out 0.05s;
  translate: 0 0;
}
.archive_news_sec .inner .news_con .news_b a:hover .link-with-arrow .arrow img.mouse-out {
  transition: translate 0.3s ease-in-out;
  translate: 220% -220%;
}
.archive_news_sec .inner .news_con .news_b a:hover .link-with-arrow .arrow .arrow img {
  width: 10px;
  height: 10px;
}
.archive_news_sec .inner .news_con .news_b a .link-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 885px) {
  .archive_news_sec .inner .news_con .news_b a .link-with-arrow {
    top: 11px;
    right: 0;
    transform: translateY(0);
  }
}
.archive_news_sec .inner .news_con .news_b a .link-with-arrow .arrow {
  width: 30px;
  flex: 0 0 30px;
  position: relative;
  display: grid;
  place-items: center;
  height: 30px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  overflow: hidden;
  transition: background-color 0.3s;
}
.archive_news_sec .inner .news_con .news_b a .link-with-arrow .arrow img {
  width: 10px;
  height: 10px;
}
.archive_news_sec .inner .news_con .news_b a .link-with-arrow img.mouse-in {
  position: absolute;
  translate: -225% 225%;
}
@media (max-width: 530px) {
  .archive_news_sec .inner .news_con .news_b a {
    padding: 20px 0;
  }
}
.archive_news_sec .inner .news_con .news_b a .news_b_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 885px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap {
    display: block;
  }
}
.archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_date {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 885px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_date {
    line-height: 1.5;
  }
}
@media (max-width: 530px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_date {
    font-size: 12px;
  }
}
.archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_ttl {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 885px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_ttl {
    margin-top: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 530px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_ttl {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 15px;
  }
}
.archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_ttl:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background-image: url(../../images/recruit/txt-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
}
@media (max-width: 530px) {
  .archive_news_sec .inner .news_con .news_b a .news_b_wrap .news_ttl:before {
    top: 10px;
    width: 10px;
    height: 8px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 630px) {
  .wp-pagenavi {
    bottom: 30px;
    text-align: center;
    margin-top: 30px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 10px !important;
  margin: 2px;
}
.wp-pagenavi a.page,
.wp-pagenavi a.page.larger {
  border: none;
}
.wp-pagenavi a.page.larger {
  color: #0068B3;
  border-bottom: 2px solid #0068B3;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  border: none;
  position: relative;
  font-size: 0; /* ← テキストを消す（視覚的に非表示） */
  color: transparent; /* 万が一の色潰し */
}
.wp-pagenavi a.nextpostslink::before {
  content: "";
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  right: 0;
  background-image: url(../../images/recruit/pagenavi-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
}
.wp-pagenavi a.previouspostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../images/recruit/reverse-page-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
}
.wp-pagenavi span.current {
  border: none;
  color: #D7DDE2;
}

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

.wp-pagenavi a.page.next-highlight {
  color: #0068B3;
  border-bottom: 2px solid #0068B3;
}

.ftr_main {
  margin-top: 200px !important;
}
@media (max-width: 530px) {
  .ftr_main {
    margin-top: 100px !important;
  }
}/*# sourceMappingURL=archive-news.css.map */