.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
.jfcc_setsubi #wrapper .mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .mb70 {
    margin-bottom: 10vw;
  }
}
.jfcc_setsubi #wrapper .mv_video {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .mv_video {
    margin-bottom: 10.6666666667vw;
  }
}
.jfcc_setsubi #wrapper .mv_video video {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.jfcc_setsubi #wrapper .jfcc_table {
  padding: 25px 20px;
}
.jfcc_setsubi #wrapper .jfcc_setsubi_cont {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .jfcc_setsubi_cont {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.jfcc_setsubi #wrapper table {
  width: calc(100% - 20px);
}
.jfcc_setsubi #wrapper .setsubiCont_ttl {
  width: 920px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .setsubiCont_ttl {
    width: 45.3333333333vw;
    width: 100%;
    margin-bottom: 4vw;
    margin-left: 0;
  }
}
.jfcc_setsubi #wrapper .setsubiCont_ttl img {
  width: 100%;
}
.jfcc_setsubi #wrapper .setsubi_cont_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.jfcc_setsubi #wrapper .setsubi_cont_txt .small {
  font-size: 80%;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .setsubi_cont_txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
}
.jfcc_setsubi #wrapper .miru {
  position: relative;
}
.jfcc_setsubi #wrapper .miru .setsubi_cont_top {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru .setsubi_cont_top {
    align-items: center;
    gap: 2.6666666667vw;
    margin-bottom: 0vw;
  }
}
.jfcc_setsubi #wrapper .miru .setsubi_cont_top:before, .jfcc_setsubi #wrapper .miru .setsubi_cont_top:after {
  display: none !important;
}
.jfcc_setsubi #wrapper .miru td {
  width: 50%;
}
.jfcc_setsubi #wrapper .setsubi_cont_youtube {
  display: flex !important;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 110px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .setsubi_cont_youtube {
    gap: 1.3333333333vw;
    position: static;
    margin-bottom: 3vw;
  }
}
.jfcc_setsubi #wrapper .setsubi_cont_youtube_ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .setsubi_cont_youtube_ttl {
    font-size: 3.7333333333vw;
  }
}
.jfcc_setsubi #wrapper .setsubi_cont_youtube_ico {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .setsubi_cont_youtube_ico {
    width: 12vw;
  }
}
.jfcc_setsubi #wrapper .setsubi_cont_youtube_ico img {
  width: 100%;
}
.jfcc_setsubi #wrapper .more_btn {
  width: 230px;
  height: 55px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  background-image: url(../images/jfcc_setsubi/more_btn_ico01.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .more_btn {
    width: 50.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto 0;
    background-size: 4vw;
  }
}
.jfcc_setsubi #wrapper .miru_listWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_listWrap {
    gap: 4%;
  }
}
.jfcc_setsubi #wrapper .miru_listWrap img {
  width: 100%;
}
.jfcc_setsubi #wrapper .miru_listWrap::before, .jfcc_setsubi #wrapper .miru_listWrap::after {
  display: none !important;
}
.jfcc_setsubi #wrapper .miru_list {
  position: relative;
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list {
    width: 48%;
    margin-bottom: 4%;
  }
}
.jfcc_setsubi #wrapper .miru_list .miru_listCont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list .miru_listCont {
    height: auto;
    padding-bottom: 1.3333333333vw;
  }
}
.jfcc_setsubi #wrapper .miru_list .miru_listCont_ttl {
  width: 160px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 105px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list .miru_listCont_ttl {
    width: 26.6666666667vw;
    height: 6.1333333333vw;
    font-size: 3.2vw;
    top: 0;
    transform: translateY(-100%);
  }
}
.jfcc_setsubi #wrapper .miru_list .miru_listCont_ttl.blue {
  background-color: #00a0e9;
}
.jfcc_setsubi #wrapper .miru_list .miru_listCont_ttl.green {
  background-color: #2daf50;
}
.jfcc_setsubi #wrapper .miru_list .miru_listCont_ttl.yellow {
  background-color: #fac000;
}
.jfcc_setsubi #wrapper .miru_list .external_link {
  display: none;
}
.jfcc_setsubi #wrapper .miru_list .miru_listContWrap {
  padding: 15px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list .miru_listContWrap {
    padding: 2vw 2vw 8vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.jfcc_setsubi #wrapper .miru_list .movie_link {
  cursor: pointer;
  display: block;
  position: relative;
}
.jfcc_setsubi #wrapper .miru_list .movie_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/jfcc_setsubi/movie_link_ico01.svg);
  width: 51px;
  height: 58px;
  opacity: 0.5;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list .movie_link:before {
    width: 8.8vw;
    height: 10vw;
  }
}
.jfcc_setsubi #wrapper .miru_list .pdf_link {
  position: absolute;
  right: 23px;
  pointer-events: none;
  bottom: -39px;
  background: url(../images/jfcc_setsubi/icon_pdf.gif) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi #wrapper .miru_list .pdf_link {
    right: 5.3333333333vw;
    bottom: 1.6vw;
  }
}
.jfcc_setsubi .miru_listCont_link {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  font-weight: 600;
  color: #26527f;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 50%);
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  transform: translateY(100%);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.jfcc_setsubi .miru_listCont_link .pdf_link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi .miru_listCont_link {
    right: 0vw;
    font-size: 2.6666666667vw;
    padding: 0.4vw 1.3333333333vw;
    bottom: 0;
    transform: translateY(0%);
  }
}
.jfcc_setsubi .kigyou {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .jfcc_setsubi .kigyou {
    margin-top: 8vw;
  }
}
.jfcc_setsubi .kigyou th,
.jfcc_setsubi .kigyou td {
  width: 50%;
}
.jfcc_setsubi .imgalpha {
  cursor: pointer;
  transition: all 0.3s ease;
}
.jfcc_setsubi .imgalpha:hover {
  opacity: 0.5;
}

.view-counter {
  display: none !important;
}

.jfcc_table .pdf_link,
.miru_listCont .pdf_link {
  pointer-events: none;
}

.miru_listBigTtl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3DA5ED;
  padding: 6px 0 5px;
  line-height: 1.6;
  position: relative;
}
.miru_listBigTtl.mt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .miru_listBigTtl.mt {
    margin-top: 4.6666666667vw;
  }
}
.miru_listBigTtl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3DA5ED;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.miru_listBigTtl .miru_listBigTtlInner {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 13px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .miru_listBigTtl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw 0;
  }
}

#wrapper .topListWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 40px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #wrapper .topListWrap {
    gap: 1.3333333333vw;
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: -5.3333333333vw;
    margin-bottom: 8vw;
  }
}
#wrapper .topListWrap::before, #wrapper .topListWrap::after {
  display: none !important;
}
#wrapper .topListWrap .topList {
  width: 33%;
}
#wrapper .topListWrap .topList:nth-child(1) {
  border-left: 1px solid #3DA5ED;
}
#wrapper .topListWrap .topList:nth-child(2) {
  border-left: 1px solid #3DA5ED;
  border-right: 1px solid #3DA5ED;
}
#wrapper .topListWrap .topList:nth-child(3) {
  border-right: 1px solid #3DA5ED;
}
#wrapper .topListWrap .topList a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #3DA5ED;
  text-decoration: none;
  font-weight: bold;
  padding-top: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper .topListWrap .topList a {
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#wrapper .topListWrap .topList a span {
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #3DA5ED;
  border-bottom: 0;
  position: absolute;
  bottom: -44%;
  left: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #wrapper .topListWrap .topList a span {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #3DA5ED;
    margin-right: 0;
    bottom: -50%;
    left: 50%;
    transform: translateY(-50%);
  }
}
.women_construction {
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .women_construction {
    padding: 6.6666666667vw 0 2vw;
  }
}
.iframe_swiper_outer {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.iframe_swiper {
  flex: 1;
  overflow: hidden;
}
.iframe_swiper .swiper-wrapper {
  display: flex !important;
}
.iframe_swiper_outer::before,
.iframe_swiper_outer::after,
.iframe_swiper::before,
.iframe_swiper::after,
.iframe_swiper .swiper-wrapper::before,
.iframe_swiper .swiper-wrapper::after,
.iframe_swiper .swiper-slide::before,
.iframe_swiper .swiper-slide::after {
  display: none !important;
  content: none !important;
}
.iframe_swiper .swiper-slide {
  position: relative;
  padding-bottom: 40%; /* 元比率 56.25% より低め */
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .iframe_swiper .swiper-slide {
    padding-bottom: 60vw;
  }
}


.iframe_swiper .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.iframe_swiper .swiper-slide .iframe_slide_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.iframe_nav_btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #3DA5ED;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  line-height: 1;
  padding: 0;
}
.iframe_nav_btn:hover {
  background-color: #2d8fc7;
}
.iframe_nav_btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .iframe_swiper_outer {
    gap: 2vw;
  }
  .iframe_nav_btn {
    width: 8vw;
    height: 8vw;
    font-size: 6vw;
  }
}

/* 若手セクション アコーディオン */
.wakate_accordion {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
}
.wakate_toggle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 230px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #3DA5ED;
  background: #fff;
  border: 2px solid #3DA5ED;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto 25px;
  transition: background 0.3s, color 0.3s;
}
.wakate_toggle_btn:hover {
  background: #3DA5ED;
  color: #fff;
}
.wakate_toggle_ico {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.3s;
}
.wakate_toggle_btn[aria-expanded="true"] .wakate_toggle_ico {
  transform: rotate(-135deg) translateY(-2px);
}
@media screen and (max-width: 767px) {
  .wakate_toggle_btn {
    width: 55vw;
    height: 13vw;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.more_interviewBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #717278;
  color: #e8e8ea;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  border: 1.5px solid #8a8a90;
  transition: background-color 0.2s;
  line-height: 1.3;
  position: absolute;
    right: 0;
    top: 246px;
}
.more_interviewBtn:hover {
  background-color: #5e5e65;
  color: #ffffff;
}
.more_interviewBtn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0.5' y='0.5' width='8' height='8' fill='none' stroke='%23e8e8ea' stroke-width='1.5'/%3E%3Crect x='11.5' y='0.5' width='8' height='8' fill='none' stroke='%23e8e8ea' stroke-width='1.5'/%3E%3Crect x='0.5' y='11.5' width='8' height='8' fill='none' stroke='%23e8e8ea' stroke-width='1.5'/%3E%3Crect x='11.5' y='11.5' width='8' height='8' fill='none' stroke='%23e8e8ea' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .more_interviewBtn {
    position: static;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    gap: 2.1333333333vw;
    border-radius: 1.6vw;
    border-width: 0.2666666667vw;

    margin: 0 auto;
    display: flex;
    width: 50%;
  }
  .more_interviewBtn::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#anchor02 > span {
  display: none !important;
}