@charset "UTF-8";
/**************************************/
.fw100 {
  font-weight: 100;
}

.fcpurple {
  color: #8d96d8;
}

/* ====================================== */
.mid_career-main img,
.under02-main img {
  display: block;
}

.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

/* -------------------------
 * MV
 * ------------------------- */
.mid_career-mv {
  position: relative;
  background: url(../img/mid_career/mv_bg.webp) no-repeat center/cover;
  padding: 80px 3vw 3vw;
}

.mid_career-mv__img-wrap {
  margin: auto 0 0;
}

.mid_career-mv__cont {
  position: absolute;
  bottom: 13%;
  left: 8%;
}

.mid_career-mv__slogan {
  width: 20vw;
  min-width: 486px;
}

.mid_career-mv__mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  margin-top: 30px;
}

.mid_career-mv__mess02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media (max-width: 700px) {
  .mid_career-mv {
    aspect-ratio: 507/1073;
    background: url(../img/mid_career/mv_bg_sp.webp) no-repeat center/cover;
    padding: 63vw 3vw 3vw;
  }
  .mid_career-mv__cont {
    position: absolute;
    bottom: unset;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33vw 0 12vw;
  }
  .mid_career-mv__slogan {
    width: 78vw;
    min-width: auto;
  }
  .mid_career-mv__mess01 {
    font-size: 4.5rem;
  }
  .mid_career-mv__mess02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
/* -------------------------
 * イントロ
 * ------------------------- */
@media (max-width: 834px) {
  .mid_career-intro.pad {
    padding-bottom: 21vw;
  }
}

.mid_career-intro__cont {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mid_career-intro__img-area {
  position: relative;
  width: 50%;
}

.mid_career-intro__main {
  width: 50%;
  padding-left: 9%;
  padding-right: calc(50vw - 675px);
}

.mid_career-intro__line {
  width: 45%;
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
}

.mid_career-intro__mess {
  margin: 5px auto 25px;
}

.mid_career-intro__img-bg {
  position: absolute;
  top: 18%;
  left: 27%;
  width: 62%;
}

.mid_career-intro__img01 {
  position: relative;
  width: 60%;
  margin: 0 0 auto auto;
}

.mid_career-intro__img02 {
  position: absolute;
  top: 74%;
  left: 4%;
  width: 54%;
}
@media (max-width: 834px) {
  .mid_career-intro__img02 {
    left: 0%;
    width: 56%;
  }
}

.mid_career-intro__slider-area {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

.mid_career-intro__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mid_career-intro__slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mid_career-intro__slider-txt {
  /* display: inline-block; */
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#e9f5f5), color-stop(45%, #f5fbfb), color-stop(90%, #e9f5f5));
  background: linear-gradient(90deg, #e9f5f5 0%, #f5fbfb 45%, #e9f5f5 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1500px) {
  .mid_career-intro__main {
    width: 50%;
    padding-left: 7%;
    padding-right: 5vw;
  }
}
@media (max-width: 834px) {
  .mid_career-intro__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .mid_career-intro__img-area {
    position: relative;
    width: 90%;
  }
  .mid_career-intro__main {
    width: 90%;
    padding-left: 0%;
    padding-right: 0;
  }
  .mid_career-intro__line {
    width: 45%;
    -webkit-transform: translate(-2vw, 0);
            transform: translate(-2vw, 0);
  }
  .mid_career-intro__slider-area {
    margin-top: -25px;
  }
}
/* -------------------------
 * 教育体制
 * ------------------------- */
.mid_career-education {
  line-height: 1.3;
}

.mid_career-education__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 5% 120px;
  background: url(../img/mid_career/line_education.webp) no-repeat top 20% left/49%, -webkit-gradient(linear, left top, left bottom, from(#e7e9f7), to(#e7e9f7));
  background: url(../img/mid_career/line_education.webp) no-repeat top 20% left/49%, linear-gradient(#e7e9f7, #e7e9f7);
}

.mid_career-education__cont-head {
  position: sticky;
  top: 180px;
  left: 0;
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mid_career-education__list {
  width: 55%;
}

@media (max-width: 834px) {
  .mid_career-education__txt {
    text-align: left;
  }
}

.mid_career-education__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.mid_career-education__item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 55px 7% 55px;
}
@media (max-width: 834px) {
  .mid_career-education__item {
    padding: 30px 5%;
  }
}

.mid_career-education__item-label {
  text-align: center;
  background-color: #eceef9;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 19px;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .mid_career-education__item-label {
    margin-inline: auto;
  }
}

.mid_career-education__item-ttl {
  margin-bottom: 20px;
}

.mid_career-education__item-mess {
  margin: 45px 0 25px;
}
@media (max-width: 834px) {
  .mid_career-education__item-mess {
    margin: 25px 0 15px;
  }
}

.mid_career-education__item-img {
  width: 100%;
}
.mid_career-education__item-img img {
  width: 100%;
}

@media (max-width: 1000px) {
  .mid_career-education__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px 5% 60px;
  }
  .mid_career-education__cont-head {
    position: static;
    top: 0px;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    width: 100%;
  }
  .mid_career-education__list {
    width: 100%;
  }
  .mid_career-education__txt {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .mid_career-education__cont {
    width: 96%;
  }
  .mid_career-education__item {
    padding: 30px 5% 40px;
  }
  .mid_career-education__item-ttl {
    text-align: center;
  }
}
@media (max-width: 370px) {
  .mid_career-education__item-ttl {
    font-size: 1.7rem;
    padding-left: 30px;
  }
}
.mid_career-education__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .mid_career-education__head {
    margin-bottom: 45px;
  }
}

.mid_career-education__bg-txt {
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16rem;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#e9f5f5), color-stop(45%, #f5fbfb), color-stop(90%, #e9f5f5));
  background: linear-gradient(90deg, #e9f5f5 0%, #f5fbfb 45%, #e9f5f5 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1500px) {
  .mid_career-education__bg-txt {
    top: 30px;
    font-size: 10vw;
  }
}

@media (max-width: 500px) {
  .mid_career-education__bg-txt {
    top: 60px;
  }
}
.mid_career-education__txt {
  margin-top: 25px;
}
@media (max-width: 834px) {
  .mid_career-education__txt {
    margin-top: 20px;
  }
}

/* プログラム一例 */
.mid_career-program {
  padding: 40px 5%;
  border-radius: 20px;
  background-color: #eaf8f8;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .mid_career-program {
    margin-top: 30px;
    gap: 20px;
    padding: 30px 5%;
  }
}

.mid_career-program__ttl {
  line-height: 1.2;
  padding-bottom: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(0%, #c3eae8));
  background: linear-gradient(transparent 62%, #c3eae8 0%);
}

.mid_career-program__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 834px) {
  .mid_career-program__list {
    grid-template-columns: 1fr;
  }
}
.mid_career-program__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 834px) {
  .mid_career-program__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mid_career-program__item-img {
  max-width: 110px;
}
@media (max-width: 834px) {
  .mid_career-program__item-img {
    max-width: 80px;
  }
}

.mid_career-program__item-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .mid_career-program__item-ttl {
    text-align: left;
  }
}

/* -------------------------
 * キャリアセレクト
 * ------------------------- */
.mid_career-select {
  background-color: rgba(157, 165, 224, 0.7);
}

.mid_career-select__head-flex {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .mid_career-select__head-flex {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 834px) {
  .mid_career-select__head-flex {
    margin-bottom: 45px;
  }
}

.mid_career-select__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .mid_career-select__list {
    grid-template-columns: 1fr;
  }
}

.mid_career-select__item {
  position: relative;
}
.mid_career-select__item:nth-child(1) .mid_career-select__item-ttl-wrap {
  left: -25px;
  top: -25px;
}
@media (max-width: 834px) {
  .mid_career-select__item:nth-child(1) .mid_career-select__item-ttl-wrap {
    left: -3%;
    top: -3%;
  }
}
.mid_career-select__item:nth-child(2) .mid_career-select__item-ttl-wrap {
  left: -25px;
  bottom: -25px;
}
@media (max-width: 834px) {
  .mid_career-select__item:nth-child(2) .mid_career-select__item-ttl-wrap {
    bottom: unset;
    left: -3%;
    top: -3%;
  }
}
.mid_career-select__item:nth-child(3) .mid_career-select__item-ttl-wrap {
  right: -25px;
  top: -25px;
}
@media (max-width: 834px) {
  .mid_career-select__item:nth-child(3) .mid_career-select__item-ttl-wrap {
    right: unset;
    left: -3%;
    top: -3%;
  }
}

.mid_career-select__item-ttl-wrap {
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1;
  width: 171px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
@media (max-width: 1024px) {
  .mid_career-select__item-ttl-wrap {
    width: 140px;
  }
}
@media (max-width: 499px) {
  .mid_career-select__item-ttl-wrap {
    width: 130px;
  }
}

.mid_career-select__item-lead {
  text-align: center;
}

@media (max-width: 834px) {
  .mid_career-select__item-img {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=mid_career.css.map */