@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 769px) {
  .member-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .member-section {
    padding: 50px 0 30px;
  }
}

.member-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .member-section__swiperWrap .swiper {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .member-section__swiperWrap .swiper {
    padding: 40px 0;
  }
}
.member-section__swiperWrap .swiper-slide {
  opacity: 1;
}
.member-section__swiperWrap .swiper-slide.swiper-slide-active {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .member-section__swiperWrap .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(1%) scale(1.05) !important;
            transform: translateY(1%) scale(1.05) !important;
  }
}
@media screen and (max-width: 768px) {
  .member-section__swiperWrap .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(15%) scale(1.7) !important;
            transform: translateY(15%) scale(1.7) !important;
  }
}
.member-section__swiperWrap .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .member-section__swiperWrap .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(0.86) !important;
            transform: scale(0.86) !important;
  }
}
.member-section__swiperWrap .swiper-slide.swiper-slide-active .member-section__anchor {
  -webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, 0.3);
          box-shadow: 0 4px 8px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .member-section__swiperWrap .swiper-slide.swiper-slide-active .member-section__anchor {
    padding-top: 38%;
  }
}
@media screen and (max-width: 768px) {
  .member-section__swiperWrap .swiper-slide.swiper-slide-active .member-section__description {
    line-height: 1;
  }
  .member-section__swiperWrap .swiper-slide.swiper-slide-active .member-section__description span,
  .member-section__swiperWrap .swiper-slide.swiper-slide-active .member-section__description b {
    font-size: 10px !important;
  }
}
.member-section__swiperWrap .swiper__options {
  max-width: 1080px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
  .member-section__swiperWrap .swiper__options {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .member-section__swiperWrap .swiper__options {
    margin: 80px auto 0;
  }
}
.member-section__swiperWrap .swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.member-section__swiperWrap .swiper-button-prev,
.member-section__swiperWrap .swiper-button-next {
  width: 50px;
  height: 50px;
  position: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 1000px;
  background-color: #0D82C7;
}
.member-section__swiperWrap .swiper-button-prev:after,
.member-section__swiperWrap .swiper-button-next:after {
  display: none;
}
.member-section__swiperWrap .swiper-button-next {
  margin-left: 40px;
  background: #0D82C7 url("../img/common/icon-arrow.svg") no-repeat center/20px 10px;
}
.member-section__swiperWrap .swiper-button-prev {
  background: #0D82C7 url("../img/common/icon-arrow-left.svg") no-repeat center/20px 10px;
}

.member-section__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.member-section__anchor.--interview {
  border: 1px solid #0D82C7;
}
@media screen and (min-width: 769px) {
  .member-section__anchor {
    padding-top: 70%;
  }
}
@media screen and (max-width: 768px) {
  .member-section__anchor {
    padding-top: 60%;
  }
}
.member-section__anchor img {
  width: 101%;
  height: 101%;
  position: absolute;
  top: -2%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.member-section__description {
  width: 100%;
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
  background: linear-gradient(to top, #333, transparent);
}
@media screen and (min-width: 769px) {
  .member-section__description {
    padding: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .member-section__description {
    padding: 10px;
    line-height: 1.3;
  }
}
.member-section__description small {
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 769px) {
  .member-section__description small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .member-section__description small {
    font-size: 10px;
  }
}
.member-section__description b {
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 769px) {
  .member-section__description b {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .member-section__description b {
    font-size: 12px;
  }
}
.member-section__description span {
  font-family: notoSans500, sans-serif;
}
.member-section__description span:after {
  content: "";
  margin-left: 4px;
  display: inline-block;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  background: url("../img/common/icon-link.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .member-section__description span {
    font-size: 18px;
  }
  .member-section__description span:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member-section__description span {
    font-size: 12px;
  }
  .member-section__description span:after {
    width: 15px;
    height: 15px;
  }
}

.member-schedule {
  overflow: hidden;
  background-color: #F4F4F4;
}
@media screen and (min-width: 769px) {
  .member-schedule {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule {
    padding: 50px 0 100px;
  }
}

.member-schedule__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.member-schedule__box {
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .member-schedule__box {
    margin-top: 40px;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__box {
    margin-top: 30px;
    padding: 50px 20px;
  }
}

@media screen and (min-width: 769px) {
  .member-schedule__defineList {
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__defineList {
    margin-left: clamp(100px, 28vw, 140px);
  }
}

.member-schedule__define {
  padding-left: 30px;
  position: relative;
  z-index: 0;
}
.member-schedule__define:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  border: 4px solid #8D8D8D;
  border-radius: 100px;
  background-color: #fff;
}
.member-schedule__define:not(:last-child):after {
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -2;
  background-color: #01429B;
}
@media screen and (min-width: 769px) {
  .member-schedule__define:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__define:nth-child(n+2) {
    margin-top: 30px;
  }
}

.member-schedule__defineTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-schedule__defineData {
  min-height: 120px;
}
@media screen and (min-width: 769px) {
  .member-schedule__defineData {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__defineData {
    font-size: 14px;
  }
}

.member-schedule__imageWrap {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .member-schedule__imageWrap {
    max-width: 172px;
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__imageWrap {
    max-width: clamp(90px, 26vw, 130px);
    left: clamp(-140px, -28vw, -100px);
  }
}

.member-schedule__time {
  font-size: 22px;
  font-family: roboto700, sans-serif;
  color: #0D82C7;
}

.member-schedule__action {
  margin-left: 20px;
  font-size: 20px;
  font-family: notoSans700, sans-serif;
}

.member-schedule__defineData {
  line-height: 1.86;
}
@media screen and (min-width: 769px) {
  .member-schedule__defineData {
    margin: 20px 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .member-schedule__defineData {
    margin-top: 10px;
  }
}