@media screen and (min-width: 750px) {
  /* recruit_top */

  h1 {
    color: #001389;
    font-weight: 400;
    background: #fff;
    position: absolute;
  }
  .head_inner {
    background: none;
  }
  .recruit_top_body {
    margin: 0;
    overflow-x: hidden;
  }
  .recruit_body h1 {
    background: none !important;
  }
  .rec_main_wrap {
    height: 100vh;
    max-height: 900px;
    width: 100%;
    background-image: url(../recruit/img/recruit_main_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    position: relative;
    & .r_top_scroll {
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 4vw;
    }
    &::before {
      content: "";
      bottom: 10px;
      right: 0px;
      left: 0;
      margin: 0 auto;
      width: 2px;
      height: 40px;
      background: #001389;
      display: block;
      position: absolute;
    }
  }

  .rec_main_ti {
    position: absolute;
    top: 7vw;
    left: 3vw;
    & h2 {
      font-size: min(4.5vw, 80px);
      letter-spacing: 0.07em;
      font-weight: 600;
      line-height: min(7vw, 120px);
      display: inline;
      color: #fff;
      & span {
        line-height: 1.1;
        display: inline-block;
        background: #001389;
        padding: 0px 0 5px 5px;
      }
    }
  }
  .rec_main_info {
    background: #fff;
    width: 42vw;
    max-width: 740px;
    box-sizing: border-box;
    padding: 25px 0 20px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    & .main_info_ti {
      font-size: 21px;
      color: #001389;
      font-weight: 600;
      margin-bottom: 10px;
    }
  }
  .rec_main_info iframe {
    width: 100%;
    height: 35px;
  }

  .rec_mess_wrap {
    background-image: url(../recruit/img/recruit_message_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-bottom: 100px;
  }
  .rec_mess_in {
    width: 700px;
    margin: 0 auto;
    padding: 190px 0 0 0;
    color: #fff;
    & .mess_ti {
      margin: 60px 0 40px 0;
      font-size: 45px;
      line-height: 58px;
      font-weight: 600;
    }
    & .mess_te {
      font-size: 20px;
      line-height: 32px;
      font-weight: 600;
    }
  }
  .rec_mess_ti h2 {
    font-size: 45px;
    line-height: 1;
    display: flex;
    align-items: center;
    & span {
      margin: 0 0 0 40px;
      font-size: 20px;
      font-weight: 600;
      position: relative;
      &::before {
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: -25px;
      }
    }
  }
  .mess_staff01 {
    position: absolute;
    top: 4vw;
    left: -2vw;
    width: 24vw;
    max-width: 510px;
  }
  .mess_staff02 {
    position: absolute;
    top: 9vw;
    right: 0;
    width: 22vw;
    max-width: 350px;
  }
  .mess_staff03 {
    position: absolute;
    top: min(46vw, 750px);
    right: 0;
    width: 27vw;
    max-width: 430px;
  }
  .mess_text {
    position: absolute;
    top: 34vw;
    right: 3vw;
  }

  .rec_about_wrap {
    padding: 160px 40px;
    position: relative;
    overflow: hidden;
    &::before {
      content: url(../recruit/img/about_bg.webp);
      position: absolute;
      top: -3vw;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: -1;
    }
  }
  .rec_about_in {
    width: 85vw;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .rec_about_le {
    width: 54%;
    max-width: 850px;
    position: relative;
  }
  .rec_all_ti {
    display: flex;
    align-items: center;
  }
  .rec_all_ti h2 {
    font-size: 45px;
    line-height: 1;
    background: linear-gradient(90deg, #002d7f, #0da2d9 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .rec_all_ti span {
    margin: 0 0 0 40px;
    font-size: 20px;
    font-weight: 600;
    color: #001389;
    position: relative;
    &::before {
      content: "";
      width: 20px;
      height: 2px;
      background: #001389;
      display: inline-block;
      position: absolute;
      top: 10px;
      left: -25px;
    }
  }
  .rec_about_te {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 20px 0 70px 0;
  }
  .rec_about_text {
    position: absolute;
    right: 60px;
    bottom: -10px;
  }
  .rec_about_ri {
    margin: 120px 0 0 0;
    width: 42%;
    max-width: 660px;
  }
  .rec_about_company {
    width: 30vw;
    max-width: 420px;
  }
  .rec_about_ri ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: min(6vw, 110px);
    gap: 10px 0;
    & li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* font-size: min(1.1vw, 21px); */
      font-size: clamp(16px, 1.2vw, 21px);
      font-weight: 600;
      color: #001389;
      width: 16.5vw;
      max-width: 280px;
      box-sizing: border-box;
      padding: 30px 0 30px 0;
      border-bottom: solid 1px #001389;
      position: relative;
      z-index: 1;
      & img {
        width: 23px;
      }
      &:hover {
        color: #fff;
        background: #001389;
        padding: 30px 1.2vw;
        border-radius: 50px;
        font-size: clamp(16px, 1.1vw, 18px);
      }
      &:hover::before {
        content: "";
        width: 23px;
        height: 23px;
        background-image: url(../recruit/img/recruit_more_white.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 29px;
        right: 20px;
      }
    }
  }

  .rec_business_wrap {
  }
  .rec_business_in {
    width: 85vw;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    & .rec_all_ti {
      justify-content: center;
    }
  }
  .business_te {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }
  .rec_movie_frame {
    background-image: url(../recruit/img/recruit_movie_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 80px;
    margin-bottom: 80px;
    & iframe {
      width: 100%;
      height: 770px;
      margin-top: -120px;
    }
  }
  .rec_movie_bg {
    padding: 30px 40px;
    background: #fff;
    border-radius: 10px;
    & iframe {
      width: 100%;
      height: 500px;
      border-radius: 10px;
      position: relative;
      z-index: -1;
    }
    & img {
      width: 100%;
    }
    & p {
      font-size: 20px;
      font-weight: 600;
      margin: 20px 10px 0 0;
      display: inline-block;
    }
    & a {
      position: relative;
      z-index: 5;
    }
  }
  .cms_topic_tag {
    padding-left: 10px;
    margin: 0 10px 0 0;
    position: relative;
    &::before {
      content: "#";
      position: absolute;
      top: 7px;
      left: -3px;
    }
  }
  .recruit_more_btn a {
    width: 300px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px 0 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-radius: 33px;
    color: #fff;
    background: linear-gradient(
      90deg,
      #0da2d9,
      #002d7f,
      #0da2d9
    ); /* 色をループさせる */
    background-size: 200% auto; /* 横幅を2倍にする */
    transition: 0.5s; /* 少し長めにすると分かりやすいです */
    margin: 0 auto;
    &:hover {
      background-position: right center; /* 背景を右にずらす */
    }
    & img {
      width: 23px;
    }
  }

  .rec_person_wrap {
    position: relative;
    padding: 190px 0 0 0;
    &::before {
      content: "";
      width: 100%;
      height: 1020px;
      background-image: url(../recruit/img/staff_bg.webp);
      position: absolute;
      background-repeat: no-repeat;
      top: -5.2vw;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: -1;
    }
  }
  .rec_person_in {
    width: 85vw;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    & img {
      position: absolute;
      top: -40px;
      left: 250px;
    }
  }
  .rec_rerson_mess {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }
  .rec_staff_wrap {
    margin: 70px 0 0 0;
    & iframe {
      width: 100%;
      height: 650px;
      padding-top: 170px;
      margin-top: -300px;
    }
  }
  .slick-dotted.slick-slider {
    margin-top: 130px;
  }
  /* .rec_staff_slider li {
    width: 363px;
} */
  .rec_staff_slider li a {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 435px;
    overflow: hidden;
    transition: 0.3s all;
    &::before {
      content: "";
      width: 100%;
      height: 300px;
      background-image: url(../recruit/img/recruit_person_shadow.webp);
      border-radius: 0 0 10px 10px;
      display: block;
      position: absolute;
      bottom: 0;
      z-index: 3;
    }
    & img {
      border-radius: 10px;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      transition: 0.3s all;
    }
  }

  .rec_staff_slider li a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
  }

  .rec_staff_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #002d7f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
  }
  .rec_staff_te {
    width: 260px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
    & .staff_name {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      & span {
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-bottom: 20px;
      }
    }
    & .staff_mess {
      color: #fff;
      font-size: 20px;
      line-height: 32px;
      font-weight: 600;
      margin-top: 30px;
      display: -webkit-box; /* 必須：ブロックをWebkitボックスに設定 */
      -webkit-line-clamp: 2; /* 表示したい行数を指定（ここでは2行） */
      -webkit-box-orient: vertical; /* 必須：ボックスの方向を垂直に設定 */
      overflow: hidden; /* 必須：はみ出た部分を隠す */
    }
  }
  /*--------rec_staff_slider------------*/
  .rec_staff_slider {
    width: 370px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 130px 0px;
  }
  .rec_staff_slider li {
    margin: 0 15px;
  }

  .rec_staff_slider .slick-list {
    overflow: visible;
  }

  .slick-initialized {
    opacity: 1;
  }

  .rec_staff_slider .slick-dots button {
    background: none;
    border: none;
    content: "";
    font-size: 0;
    padding: 0;
  }

  .rec_staff_slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    content: "";
    background: #b9b9b9;
    text-align: center;
    color: #b9b9b9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
  }

  .rec_staff_slider .slick-dots li.slick-active button:before {
    background: #848181;
  }

  .rec_staff_slider .slick-dots {
    overflow: hidden;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    top: -5.5vw;
    left: 31vw;
  }

  .rec_staff_slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    max-width: 13px;
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    cursor: pointer;
  }

  .rec_staff_slider .prev_a {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -27.5vw;
    top: -6.5vw;
    z-index: 50;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 2px #181871;
    white-space: nowrap;
    cursor: pointer;
    transition-duration: 0.3;
  }

  .rec_staff_slider .prev_a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #181871;
    border-right: solid 1px #181871;
    display: block;
    transform: rotate(225deg);
    position: absolute;
    top: 20px;
    right: 23px;
  }
  .rec_staff_slider .prev_a::after {
    content: "";
    width: 17px;
    height: 1px;
    display: block;
    background: #181871;
    position: absolute;
    top: 23px;
    right: 14px;
  }
  .rec_staff_slider .next_a {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -32vw;
    top: -6.5vw;
    z-index: 50;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 2px #181871;
    white-space: nowrap;
    cursor: pointer;
    transition-duration: 0.3;
  }

  .rec_staff_slider .next_a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #181871;
    border-right: solid 1px #181871;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .rec_staff_slider .next_a::after {
    content: "";
    width: 17px;
    height: 1px;
    display: block;
    background: #181871;
    position: absolute;
    top: 23px;
    right: 14px;
  }

  .rec_staff_slider .next_a:hover,
  .rec_staff_slider .prev_a:hover {
    background: #181871;
    transition: 0.3s;
    &:before {
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
    }
    &:after {
      background: #fff;
    }
  }

  /* 1. すべてのスライドを少し小さくしておく */
  .rec_staff_slider li {
    transition: transform 0.5s; /* 変化をなめらかにする */
    transform: scale(0.95); /* 左右のスライドを85%の大きさに */
    transform-origin: center top; /* これが重要：拡大の軸を上端にする */
  }

  /* 2. 真ん中のスライド（.slick-center）だけを100%（またはそれ以上）にする */
  .rec_staff_slider li.slick-center {
    transform: scale(1.05); /* センターを1.1倍に拡大 */
    z-index: 10; /* 重なり順を一番上にする */
  }

  .rec_staff_more_btn a {
    width: 410px;
    position: absolute;
    bottom: 00px;
    right: 90px;
  }
  .rec_environ_wrap {
    margin: 200px 0 70px 0;
    position: relative;
    &::before {
      content: "";
      width: 100%;
      height: 1080px;
      background-image: url(../recruit/img/enviro_bg.webp);
      position: absolute;
      background-repeat: no-repeat;
      bottom: -30px;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: -1;
      background-size: cover;
    }
  }
  .rec_environ_con {
    width: 85vw;
    max-width: 1500px;
    margin: 0 auto;
  }
  .rec_wnviron_te {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 20px 0 40px 0;
  }
  .rec_environ_con ul {
    width: min(68%, 940px);
  }
  .rec_environ_con ul li {
    border-bottom: solid 1px #001389;
  }
  .rec_environ_con ul li a {
    display: flex;
    align-items: center;
    gap: 0px 50px;
    padding: 30px 0 20px 0;
    margin: 10px 0;
    &:hover {
      background: #fff;
    }
  }
  .rec_environ_li h3 {
    font-size: 21px;
    color: #001389;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 30px;
    & img {
      width: 23px;
    }
  }
  .rec_environ_li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
  .enviro_staff {
    position: absolute;
    top: -3vw;
    right: 0;
    width: 32vw;
    max-width: 620px;
  }
  .enviro_mess {
    position: absolute;
    bottom: min(15vw, 170px);
    right: 11vw;
  }

  .rec_rec_wrap {
    position: relative;
    padding-bottom: 100px;
    &::before {
      content: "";
      width: 100%;
      height: 530px;
      background-image: url(../recruit/img/info_bg.webp);
      position: absolute;
      background-repeat: no-repeat;
      top: 12vw;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: -1;
    }
    & .info_mess {
      position: absolute;
      left: 40px;
      top: min(23vw, 300px);
      width: min(21vw, 340px);
    }
  }
  .rec_rec_in {
    width: 85vw;
    max-width: 1500px;
    margin: 0 auto;
    padding: 140px 0 100px 0;
    & .rec_all_ti {
      justify-content: center;
    }
  }
  .rec_rec_te {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
  }
  .rec_rec_in ul {
    width: 39vw;
    max-width: 650px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: min(6vw, 110px);
    gap: 10px 0;
    position: absolute;
    right: min(10vw, 100px);
    right: 10vw;
    bottom: 300px;
    & li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: min(1.2vw, 21px);
      font-weight: 600;
      color: #fff;
      width: 18vw;
      max-width: 300px;
      box-sizing: border-box;
      padding: 30px 0 30px 0;
      border-bottom: solid 1px #fff;
      position: relative;
      z-index: 1;
      & img {
        width: 23px;
      }
      &:hover {
        color: #001389;
        background: #fff;
        padding: 30px 1.2vw;
        border-radius: 50px;
        font-size: min(1.2vw, 21px);
      }
      &:hover::before {
        content: "";
        width: 23px;
        height: 23px;
        background-image: url(../recruit/img/recruit_more_blue.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 29px;
        right: 20px;
      }
    }
  }
  .rec_info_img {
    width: 48vw;
    max-width: 860px;
  }

  /* ----------------------------------------
　recruit_info
---------------------------------------- */

  .recruit_info_wrap {
    overflow: hidden;
  }

  .ri_ti {
    text-align: center;
  }

  .ri_ti h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }

  .ri_ti span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }

  .ri_main {
    background: url(../recruit_info/img/main_bg.png);
    background-size: cover;
    background-position: center;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }

  .ri_main .ri_ti {
    margin-bottom: -16px;
  }

  /*----------ri_tab-----------*/

  .ri_tab {
    margin: 120px auto 180px;
    width: 1100px;
    border: 2px solid #171771;
    box-sizing: border-box;
  }

  .ri_tab .tab-group {
    display: flex;
  }

  .ri_tab .tab-group .tab {
    width: 550px;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #171771;
    letter-spacing: 0.1em;
    background: #fff;
    border-bottom: 2px solid #171771;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    cursor: pointer;
  }

  .ri_tab .tab-group .tab:hover {
    background: #f1f1fb;
  }

  .ri_tab .tab-group .is-active {
    background: #171771 !important;
    color: #fff;
  }

  .ri_tab .tab-group .is-active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #171771;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 262px;
    bottom: -24px;
    transform: rotate(90deg);
  }

  .ri_tab .panel-group {
    padding: 80px 50px;
  }

  .ri_tab .panel {
    display: none;
    position: relative;
  }

  .ri_tab .panel-group .is-show {
    display: block;
  }

  .ri_tab .panel h3 {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    color: #aaa;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .ri_tab .panel-group ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .ri_tab .panel-group ul li span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    color: #171771;
    letter-spacing: 0.1em;
  }

  .ri_tab .panel-group ul li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #111;
  }

  .ri_tab .entry_btn a {
    display: block;
    width: 450px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    background: #b3111c;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3em;
    position: absolute;
    bottom: -171px;
    left: 280px;
    z-index: 10;
  }

  .ri_tab .entry_btn a::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 59px;
    transition: 0.3s;
  }

  .ri_tab .entry_btn a:hover {
    transition: 0.3s;
    background: #e21f2c;
  }

  /*----------flow-----------*/

  .ri_flow_wrap {
    background: #171771;
    padding: 100px 0;
  }

  .ri_flow_inner {
    width: 1100px;
    margin: 0 auto;
  }

  .ri_flow_inner img {
    margin-top: 60px;
  }

  .ri_flow_wrap p {
    display: none;
  }

  /*----------entry-----------*/

  .ri_entry_wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 140px 0 90px;
  }

  .ri_entry_wrap::after {
    content: "";
    display: block;
    background: url(../recruit_info/img/entry_img.png);
    width: 740px;
    height: 581px;
    position: absolute;
    right: -150px;
    top: 0;
    z-index: -1;
  }

  .ri_entry_wrap ul li a {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #171771;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    position: relative;
    transition: 0.3s;
    padding-top: 20px;
  }

  .ri_entry_wrap ul li a:hover {
    transition: 0.3s;
    color: #b3111c;
  }

  .ri_entry_wrap ul li a::before {
    content: "ENTRY";
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 0.02em;
    position: absolute;
    left: 0;
    top: 0;
  }

  .ri_entry_wrap ul li a::after {
    content: "";
    background: url(../recruit_info/img/btn_arrow.png);
    width: 50px;
    height: 50px;
  }

  .recruit_info_wrap .contact_wrap {
    display: none;
  }

  .recruit_info_wrap footer::before {
    content: none;
  }

  /* リクルート下層ページ共通 */
  .recruit_content_main_wrap {
    width: 100%;
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 280px;
      background: rgb(0, 19, 137, 0.8);
      clip-path: polygon(0 100%, 100% 100%, 100% 0);
    }
  }
  .r_main_ti {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 13vw;
    font-weight: 600;
    line-height: 1;
  }
  .r_main_ti p {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
  }
  .r_main_ti h2 {
    font-size: 45px;
    letter-spacing: 0.1em;
  }
  .r_pan_ul {
    display: flex;
    gap: 0 20px;
    margin: 45px auto 80px auto;
    width: 86vw;
    max-width: 1400px;
  }
  .r_pan_ul a {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    &::before {
      content: "";
      width: 6px;
      height: 6px;
      transform: rotate(-45deg);
      border-bottom: solid 1px #001389;
      border-right: solid 1px #001389;
      position: absolute;
      top: 9px;
      right: -13px;
    }
    &::after {
      position: absolute;
      left: 0;
      content: "";
      width: 100%;
      height: 2px;
      background: #181871;
      bottom: -2px;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s;
    }
    &:hover {
      color: #181871;
    }
    &:hover::after {
      transform: scale(1, 1);
    }
  }
  .r_pan_ul span {
    font-size: 13px;
    font-weight: 500;
  }
  .r_pan_ul li:first-child {
    position: relative;
    &::before {
      content: "";
      width: 6px;
      height: 6px;
      transform: rotate(-45deg);
      border-bottom: solid 1px #001389;
      border-right: solid 1px #001389;
      position: absolute;
      top: 7px;
      right: -13px;
    }
  }
  .rec_all_ti {
    display: flex;
    align-items: center;
  }
  .rec_all_ti h3 {
    font-size: 45px;
    line-height: 1;
    background: linear-gradient(90deg, #002d7f, #0da2d9 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* /リクルート下層ページ共通 */

  /* recruit_message */
  #r_mess_container {
    .mess_main_wrap {
      background-image: url(../recruit/message/img/mess_main_bg.webp);
    }
    .mess_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto 170px auto;
    }
    .mess_con {
      display: flex;
      justify-content: space-between;
    }
    .mess_le {
      width: 58%;
      max-width: 750px;
      margin-top: 30px;
    }

    .mess_lead {
      font-size: min(2.7vw, 40px);
      line-height: min(4.2vw, 65px);
      font-weight: 600;
      margin: min(3vw, 50px) 0 min(4.6vw, 70px) 0;
    }
    .mess_te {
      font-size: 18px;
      font-weight: 500;
      line-height: 32px;
    }

    .mess_ri {
      width: 38%;
      max-width: 530px;
    }
    .mess_ri p {
      margin: 30px 0 0 0;
      font-size: 45px;
      font-weight: 600;
      line-height: 1;
      color: #001389;
      text-align: center;
      & span {
        display: block;
        margin: 0 0 10px 0;
        font-size: 20px;
      }
    }
  }
  /* /recruit_message */

  /* recruit_about */
  #r_about_container {
    .about_main_wrap {
      background-image: url(../recruit/about/img/about_main_bg.webp);
    }

    .about_vis_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .about_vis_con {
      display: flex;
      justify-content: space-between;
    }
    .vis_le {
      max-width: 670px;
      width: 58%;
      margin-top: 30px;
    }
    .vis_lead {
      margin: 40px 0 50px 0;
      line-height: min(6vw, 80px);
      color: #fff;
      font-size: min(4.1vw, 55px);
      font-weight: 600;
      & span {
        line-height: 1.1;
        display: inline-block;
        background: #001389;
        padding: 0px 0 5px 5px;
      }
    }
    .vis_te {
      font-size: 18px;
      line-height: 32px;
      font-weight: 500;
    }
    .vis_img {
      width: 40%;
      max-width: 530px;
    }
    .abour_vis_ul {
      display: flex;
      justify-content: space-between;
      width: 950px;
      margin: 70px auto 80px auto;
    }

    .about_phi_wrap {
      background: #edeef7;
    }
    .about_phi_in {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
      padding: 110px 0;
    }
    .about_phi_img {
      display: block;
      margin: 70px auto 0 auto;
    }
    .about_phi_ul {
      margin: 90px 0 0 0;
      display: flex;
      justify-content: space-between;
    }
    .about_phi_ul li {
      background: #fff;
      border-radius: 10px;
      padding: 45px 0 45px min(5vw, 80px);
      width: 49%;
      max-width: 680px;
      box-sizing: border-box;
      & h4 {
        font-size: 28px;
        font-weight: 600;
        color: #001389;
        margin-bottom: 20px;
        line-height: 1;
        position: relative;
        &::before {
          content: "";
          width: 23px;
          height: 23px;
          background: #2a7cd2;
          border-radius: 12px;
          position: absolute;
          top: 0px;
          left: -30px;
        }
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
      }
    }

    .about_gui_wrap {
    }
    .about_gui_in {
      width: 86vw;
      max-width: 1400px;
      margin: 100px auto 80px auto;
    }
    .about_gui_in ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 80px 0 0 0;
      gap: 40px 0;
    }
    .about_gui_in ul li {
      width: 49%;
      max-width: 680px;
      background: #edeef7;
      box-sizing: border-box;
      padding: 40px 40px 40px 90px;
      border-radius: 10px;
      position: relative;
      & img {
        position: absolute;
        top: 37px;
        left: 40px;
      }
      & h4 {
        font-size: 28px;
        font-weight: 600;
        color: #001389;
        line-height: 1;
        letter-spacing: 0.02em;
        margin: 0 0 20px 0;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .about_ser_wrap {
      background: #edeef7;
    }
    .about_ser_in {
      width: 86vw;
      max-width: 1400px;
      padding: 100px 0 140px 0;
      margin: 0px auto 0px auto;
    }
    .about_ser_img {
      display: block;
      margin: 30px auto 50px auto;
    }
    .about_ser_ul {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 50px 0;
    }
    .about_ser_ul li {
      border-radius: 10px;
      background: #fff;
      box-sizing: border-box;
      padding: 40px 40px 40px 80px;
      display: flex;
      justify-content: space-between;
    }
    .about_ser_le {
      width: 600px;
      position: relative;
      &::before {
        content: "";
        width: 23px;
        height: 23px;
        border-radius: 13px;
        background: #2a7cd2;
        position: absolute;
        top: 15px;
        left: -30px;
      }
      & h4 {
        font-size: 28px;
        font-weight: 600;
        color: #001389;
        line-height: 1;
        letter-spacing: 0.02em;
        margin: 10px 0 20px 0;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }

    .about_gro_in {
      width: 86vw;
      max-width: 1400px;
      padding: 100px 0 130px 0;
      margin: 0px auto 0px auto;
    }
    .about_gro_in img {
      margin: 60px 0 0 0;
    }
  }
  /* /recruit_about */

  /* recruit_education */
  #r_education_container {
    .education_main_wrap {
      background-image: url(../recruit/education/img/education_main_bg.webp);
    }
    .edu_fea_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .edu_fea_mess {
      margin: 100px 0 100px 0;
      display: flex;
      align-items: flex-start;
      gap: 0 min(6vw, 90px);
    }
    .edu_mess_ri {
      width: 560px;
      & h4 {
        font-size: 28px;
        line-height: 43px;
        font-weight: 600;
        color: #001389;
        margin-bottom: 20px;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .edu_fea_bg {
      background: #edeef7;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 60px;
      margin-bottom: 60px;
    }
    .edu_fea_bg ul {
      display: flex;
      flex-direction: column;
      gap: 30px 0;
    }
    .edu_fea_bg ul li {
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      align-items: center;
      gap: 0 min(6vw, 90px);
      padding: 40px min(5vw, 120px) 40px 70px;
      border-radius: 10px;
      background: #fff;
    }
    .edu_fea_ri {
      width: 810px;
      & span {
        color: #fff;
        background: #001389;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
        width: 90px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      & h4 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        color: #001389;
        margin: 20px 0;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .edu_three_icon {
      display: block;
      margin: 50px auto 0 auto;
    }
    .edu_pro_wrap {
      background: #edeef7;
    }
    .edu_pro_in {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto 50px auto;
      padding: 150px 0 110px 0;
    }
    .edu_pro_flow {
      margin: 80px 0 50px 0;
      background: #fff;
      border-radius: 10px;
      padding: 50px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      &::after {
        content: "";
        width: 42.5%;
        max-width: 610px;
        height: 430px;
        border-radius: 10px;
        background: #ffe7e8;
        position: absolute;
        top: 25px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
      }
    }
    .pro_flow_con {
      display: flex;
      justify-content: space-around;
    }
    .pro_before {
      border-radius: 10px;
      border: solid 3px #001389;
      box-sizing: border-box;
      background: #fff;
      max-width: 300px;
      width: 25%;
    }
    .pro_flow_ti {
      background: #001389;
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fff;
      padding: 15px 0 25px 0;
      & span {
        display: inline-block;
        width: 80px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        background: #2a7cd2;
        border-radius: 15px;
      }
    }
    .pro_before_con {
      padding: 30px 30px 20px 30px;
      box-sizing: border-box;
      & img {
        width: 100%;
      }
      & ul {
        margin: 10px auto 0 auto;
        width: 130px;
      }
      & ul li {
        font-size: min(1.2vw, 18px);
        font-weight: 500;
        margin: 6px 0;
        position: relative;
        &::before {
          content: "";
          width: 12px;
          height: 12px;
          background: #2a7cd2;
          border-radius: 6px;
          display: block;
          position: absolute;
          top: 4px;
          left: -14px;
        }
      }
    }
    .pro_between {
      max-width: 555px;
      width: 45%;
      border-radius: 10px;
      border: solid 3px #001389;
      background: #fff;
      box-sizing: border-box;
      & .pro_flow_ti span {
        background: #d1323d;
      }
    }
    .pro_between_wrap {
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      gap: 0 10px;
    }
    .pro_between_con {
      & img {
        width: 100%;
      }
      & ul {
        margin: 10px auto 0 auto;
        width: 72%;
      }
      & ul li {
        font-size: min(1.2vw, 18px);
        font-weight: 500;
        margin: 6px 0;
        position: relative;
        &::before {
          content: "";
          width: 12px;
          height: 12px;
          background: #2a7cd2;
          border-radius: 6px;
          display: block;
          position: absolute;
          top: 4px;
          left: -14px;
        }
      }
    }

    .pro_after {
      max-width: 300px;
      width: 25%;
      border-radius: 10px;
      border: solid 3px #001389;
      box-sizing: border-box;
      background: #fff;
      & .pro_flow_ti span {
        background: #d1323d;
      }
    }
    .pro_after_con {
      padding: 30px;
      box-sizing: border-box;
      & img {
        width: 100%;
      }
      & ul {
        margin: 10px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 97%;
      }
      & ul li {
        width: 50%;
        font-size: min(1.2vw, 18px);
        font-weight: 500;
        margin: 6px 0;
        position: relative;
        &::before {
          content: "";
          width: 12px;
          height: 12px;
          background: #2a7cd2;
          border-radius: 6px;
          display: block;
          position: absolute;
          top: 4px;
          left: -14px;
        }
      }
    }
    .pro_flow_price {
      position: absolute;
      bottom: 110px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .pro_flow_te {
      text-align: center;
      font-size: 23px;
      letter-spacing: 0.02em;
      font-weight: 600;
      margin: 80px 0 0 0;
      line-height: 1;
      & span {
        background: #001389;
        color: #fff;
        padding: 5px 12px 7px 12px;
        margin-right: 5px;
        line-height: 1;
      }
    }
    .edu_pro_schedule {
      background: #fff;
      border-radius: 10px;
      padding: 50px;
      box-sizing: border-box;
    }
    .pro_schedule_ti {
      margin: 0 0 30px 40px;
      position: relative;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: #001389;
      line-height: 1;
      &::before {
        content: "";
        width: 23px;
        height: 23px;
        border-radius: 15px;
        background: #2a7cd2;
        display: block;
        position: absolute;
        top: 3px;
        left: -34px;
      }
    }

    .schedule-table {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      width: 100%;
      position: relative;
    }
    .edu_program_arrow {
      position: absolute;
      top: 60px;
      right: 15px;
      max-width: 175px;
      width: 13%;
    }

    .month-cell {
      background-color: #00008b;
      color: #fff;
      padding: 11px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      border-right: 1px solid #fff;
    }

    .month-cell-last {
      border-right: none;
    }

    .content-cell {
      background-color: #f4f4fa;
      padding: 20px 15px 20px 30px;
      position: relative;
      &::before {
        content: "";
        display: block;
        width: 1px;
        height: 140px;
        background: #cccccc;
        position: absolute;
        top: 15px;
        right: 0;
      }
    }

    .content-cell-last {
      position: relative;
      &::after {
        content: "";
        width: min(9vw, 175px);
        height: min(0.8vw, 16px);
        background-image: url(../recruit/education/img/program_arrow.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        right: 20px;
      }
      &::before {
        display: none;
      }
    }

    .content-cell ul {
      padding: 0;
      margin-bottom: 8px;
    }

    .content-cell li {
      font-size: 15px;
      line-height: 1.4;
      font-weight: 600;
      position: relative;
      &::before {
        content: "";
        width: 3px;
        height: 3px;
        background: #333;
        border-radius: 3px;
        display: block;
        position: absolute;
        top: 9px;
        left: -10px;
      }
    }
    .edu_prp_te {
      font-size: 23px;
      line-height: 45px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-align: center;
      margin: 50px 0 30px 0;
      & span {
        display: inline-block;
        background: #001389;
        color: #fff;
        padding: 10px 12px 11px 12px;
        margin-right: 5px;
        line-height: 1;
      }
    }
  }
  /* /recruit_education */

  /* recruit_evaluation */
  #r_evaluation_container {
    .evaluation_main_wrap {
      background-image: url(../recruit/evaluation/img/evaluation_main_bg.webp);
    }
    .eva_eva_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .eva_eva_mess {
      margin: 100px 0 100px 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0 min(6vw, 90px);
    }
    .eva_mess_ri {
      width: 630px;
      & h4 {
        font-size: 28px;
        line-height: 43px;
        font-weight: 600;
        color: #001389;
        margin-bottom: 20px;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .eva_career_bg {
      background: #edeef7;
      padding: 60px;
      border-radius: 10px;
      margin: 0 0 90px 0;
    }
    .eva_career_con {
      border-radius: 10px;
      background: #fff;
      position: relative;
      padding: 70px 0 50px 0;
      & img {
        display: block;
        margin: 0 auto;
        padding-left: 8vw;
        width: min(62vw, 980px);
      }
    }
    .eba_career_ti {
      position: absolute;
      top: 50px;
      left: 90px;
      & h4 {
        font-size: 28px;
        color: #001389;
        font-weight: 600;
        margin: 0 0 min(2.7vw, 50px) 0;
        line-height: 1;
        position: relative;
        & span {
          font-size: 20px;
        }
        &::before {
          content: "";
          display: block;
          width: 23px;
          height: 23px;
          border-radius: 13px;
          background: #2a7cd2;
          position: absolute;
          top: 5px;
          left: -30px;
        }
      }
      & p {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
      }
    }

    .eva_exam_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .eva_exam_bg {
      margin: 60px 0 120px 0;
      background: #edeef7;
      padding: 60px;
      border-radius: 10px;
    }
    .eva_exam_con {
      display: flex;
      flex-wrap: wrap;
      gap: 50px min(2.2vw, 70px);
    }
    .eva_exam_con li {
      width: min(24vw, 380px);
      border-radius: 10px;
      background: #fff;
      box-sizing: border-box;
      padding: min(2vw, 30px) min(1.6vw, 40px);
      text-align: center;
      & .eva_post {
        width: min(18vw, 280px);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: min(1.3vw, 20px);
        font-weight: 600;
        border-radius: 20px;
        background: #001389;
        margin: 0 auto 20px auto;
      }
      & img {
        display: block;
        margin: 0 auto;
      }
      & .eva_income {
        margin: 15px auto;
      }
      & .eva_salary {
        font-size: min(1.1vw, 16px);
        color: #001389;
        font-weight: 600;
        margin-bottom: min(2vw, 40px);
        & span {
          background: #edeef7;
          border-radius: 7px;
          padding: 5px 8px;
          line-height: 1;
          display: inline-block;
          margin: 0 5px;
        }
      }
      & .eva_te {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
      & .eva_arrow {
        margin: 10px auto;
      }
    }
  }
  /* /recruit_evaluation */

  /* recruit_infographic */
  #r_infographic_container {
    .infographic_main_wrap {
      background-image: url(../recruit/infographic/img/infographic_main_bg.webp);
    }
    .r_infographic_main {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .inf_com_bg {
      margin: 70px 0;
      background: #edeef7;
      border-radius: 10px;
      padding: min(2vw, 60px);
      box-sizing: border-box;
    }
    .inf_com_con {
      background: #fff;
      border-radius: 10px;
      padding: 50px 70px 30px 70px;
    }
    .inf_com_flex {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 0 20px;
    }
    .inf_con_le {
      padding-bottom: 20px;
      width: 340px;
      & h4 {
        font-size: 28px;
        font-weight: 600;
        position: relative;
        color: #001389;
        padding-left: 10px;
        line-height: 1;
        &::before {
          content: "";
          width: 23px;
          height: 23px;
          border-radius: 15px;
          background: #2a7cd2;
          display: block;
          position: absolute;
          top: 3px;
          left: -20px;
        }
      }
      & p {
        margin: 50px 0 30px 0;
        font-size: min(1.7vw, 25px);
        letter-spacing: 0.02em;
        color: #fff;
        background: #001389;
        position: relative;
        display: inline-block;
        line-height: 1;
        padding: 5px 10px 7px 10px;
        font-weight: 600;
        &::before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-top: 0;
          border-right: 5px solid transparent;
          border-bottom: 10px solid #181871;
          border-left: 6px solid transparent;
          transform: rotate(180deg);
          position: absolute;
          bottom: -10px;
          right: 0;
          left: 0;
          margin: 0 auto;
        }
      }
    }
    .inf_com_te {
      width: min(76vw, 1020px);
      margin: 30px auto 0 auto;
      font-size: min(1.05vw, 15px);
      letter-spacing: 0.02em;
      font-weight: 500;
    }
    .inf_staff_wrap {
      padding: 50px 0 0 0;
    }

    .inf_sta_bg {
      background: #edeef7;
      border-radius: 10px;
      padding: min(2vw, 60px);
      box-sizing: border-box;
      margin: 70px 0 120px 0;
    }
    .inf_sta_bg ul {
      display: flex;
      justify-content: space-between;
      gap: 0 3.5%;
    }
    .inf_sta_bg ul li {
      border-radius: 10px;
      height: 210px;
      background: #fff;
      box-sizing: border-box;
      padding: min(3.8vw, 40px) min(2vw, 35px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      & h4 {
        padding: 0 0 0 min(2.2vw, 40px);
        font-size: min(1.9vw, 28px);
        font-weight: 600;
        color: #001389;
        letter-spacing: 0.02em;
        line-height: 1;
        position: relative;
        &::before {
          content: "";
          width: min(1.3vw, 23px);
          height: min(1.3vw, 23px);
          border-radius: 15px;
          background: #2a7cd2;
          display: block;
          position: absolute;
          top: 3px;
          left: 6px;
        }
      }
      & img {
        display: block;
        margin: 0 auto;
      }
    }
    .inf_sta_flex_a li:nth-child(1) {
      max-width: 725px;
      width: 57%;
    }
    .inf_sta_flex_a li:nth-child(2) {
      max-width: 560px;
      width: 42%;
    }
    .inf_sta_flex_b li {
      max-width: 420px;
      width: 35%;
    }
    .inf_sta_flex_a,
    .inf_sta_flex_b {
      margin-bottom: 3.5%;
    }
    .inf_sta_flex_c li {
      width: 50%;
    }

    .inf_work_bg {
      background: #edeef7;
      border-radius: 10px;
      padding: min(2vw, 60px);
      box-sizing: border-box;
      margin: 70px 0 120px 0;
    }
    .inf_work_bg ul {
      display: flex;
      justify-content: space-between;
      gap: 0 3.5%;
      position: relative;
    }
    .inf_work_bg ul li {
      border-radius: 10px;
      height: 210px;
      background: #fff;
      box-sizing: border-box;
      padding: min(3.8vw, 40px) min(2vw, 35px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      & h4 {
        padding: 0 0 0 min(2.2vw, 40px);
        font-size: min(1.9vw, 28px);
        font-weight: 600;
        color: #001389;
        letter-spacing: 0.02em;
        line-height: 1;
        position: relative;
        &::before {
          content: "";
          width: min(1.3vw, 23px);
          height: min(1.3vw, 23px);
          border-radius: 15px;
          background: #2a7cd2;
          display: block;
          position: absolute;
          top: 3px;
          left: 6px;
        }
      }
      & img {
        display: block;
        margin: 0 auto;
      }
      & p {
        font-size: min(1.2vw, 18px);
        letter-spacing: 0.02em;
        text-align: center;
        font-weight: 500;
        line-height: min(1.6vw, 24px);
        margin-top: 20px;
      }
    }
    .inf_work_flex_a li:nth-child(1) {
      max-width: 330px;
      width: 35%;
      height: 260px;
      & img {
        margin-top: -15px;
      }
    }
    .inf_work_flex_a li:nth-child(2) {
      max-width: 480px;
      width: 46%;
      height: 260px;
      & img {
        margin-top: 30px;
      }
    }
    .inf_work_flex_a li:nth-child(3) {
      max-width: 385px;
      width: 30%;
      height: 260px;
      & img {
        margin-top: 25px;
      }
      & p {
        margin-top: 5px;
      }
    }
    .inf_work_flex_b li:nth-child(1),
    .inf_work_flex_b li:nth-child(2) {
      max-width: 410px;
      width: 35%;
      margin-bottom: 3.5%;
    }
    .inf_work_flex_b li:nth-child(3) {
      max-width: 385px;
      width: 30%;
      height: 462px;
      & img {
        margin-bottom: 20px;
      }
    }
    .inf_work_flex_c {
      justify-content: stretch !important;
    }
    .inf_work_flex_c li {
      max-width: 410px;
      width: 33%;
      position: absolute;
    }
    .inf_work_flex_c li:nth-child(1) {
      bottom: 0;
      left: 0px;
      & img {
        margin-top: 25px;
      }
    }
    .inf_work_flex_c li:nth-child(2) {
      bottom: 0;
      left: 35.7%;
      & img {
        margin-top: -45px;
      }
    }

    .inf_work_flex_a {
      margin-bottom: 3.5%;
    }
  }
  /* /recruit_infographic */

  /* recruit_welfare */
  #r_welfare_container {
    .welfare_main_wrap {
      background-image: url(../recruit/welfare/img/welfare_main_bg.webp);
    }
    .wel_benefit_wrap {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .wel_bene_mess {
      margin: 100px 0 100px 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0 min(6vw, 90px);
    }
    .bene_mess_ri {
      width: 630px;
      & h4 {
        font-size: 28px;
        line-height: 43px;
        font-weight: 600;
        color: #001389;
        margin-bottom: 20px;
      }
      & p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .enjoy_con {
      background: #edeef7;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 75px min(3.5vw, 60px);
      margin-bottom: 70px;
    }
    .wel_all_ti {
      text-align: center;
      line-height: 1;
      & p {
        color: #001389;
        font-size: 45px;
        font-weight: 600;
        position: relative;
        &::before {
          content: url(../recruit/welfare/img/welfare_ti_dec_le.webp);
          position: absolute;
          top: 0px;
          right: calc(50% + 90px);
        }
        &::after {
          content: url(../recruit/welfare/img/welfare_ti_dec_ri.webp);
          position: absolute;
          top: 0px;
          left: calc(50% + 90px);
        }
      }
      & h4 {
        font-size: 25px;
        font-weight: 600;
        margin-top: 30px;
      }
    }
    .enjoy_con_ul {
      margin-top: 70px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: min(2.6vw, 40px) 0;
    }
    .enjoy_con_ul li {
      width: min(48.5%, 620px);
      background: #fff;
      border-radius: 10px;
      box-sizing: border-box;
      padding: min(2vw, 40px);
      gap: 0 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .bene_te_area {
    }
    .bene_te {
      display: flex;
      align-items: start;
      gap: 0 15px;
      & p {
        font-size: 30px;
        font-weight: 600;
        color: #001389;
        letter-spacing: 0.02em;
        & span {
          display: inline-block;
          line-height: 1.2;
          border-radius: 15px;
          margin-bottom: min(1vw, 20px);
          color: #fff;
          font-size: min(1vw, 16px);
          font-weight: 600;
          padding: 4px 10px 6px 10px;
          background: #001389;
        }
      }
      & img {
        width: 6vw;
        max-width: 100px;
      }
    }
    .bene_te_area {
      margin-top: 10px;
      & li {
        padding: 0 0 0 50px;
        font-size: min(1.1vw, 18px);
        font-weight: 500;
        width: 100%;
        display: block;
        margin: 25px 0 0 0;
        position: relative;
        & span {
          font-size: min(1vw, 15px);
        }
        &::before {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background: #2a7cd2;
          position: absolute;
          top: 2px;
          left: 25px;
        }
      }
    }

    .wel_gallery_wrap {
      background: #edeef7;
      padding: 130px 0 120px 0;
    }
    .wel_gallery_in {
      width: 86vw;
      max-width: 1400px;
      margin: 0 auto;
    }
    .gallery_con {
      text-align: center;
    }
    .gallery_con h4 {
      margin: 80px auto 50px auto;
      text-align: center;
      font-size: 30px;
      letter-spacing: 0.05em;
      font-weight: 600;
      line-height: 1;
      color: #001389;
      padding-bottom: 10px;
      border-bottom: 1px solid #001389;
      display: inline-block;
    }
    .gallery_con ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px 0;
      & li {
        width: 32%;
        max-width: 450px;
      }
    }
  }

  /* /recruit_welfare */

  /* recruit_interview */
  #r_interview_container {
    .interview_main_wrap {
      background-image: url(../recruit/interview/img/interview_main_bg.webp);
    }

    .interview_list_wrap {
      width: 1200px;
      margin: 0 auto;
    }
    .interview_list_wrap ul {
      display: flex;
      flex-wrap: wrap;
      gap: 50px 55px;
    }
    .interview_list_wrap ul li a {
      width: 363px;
      height: 595px;
      border-radius: 10px;
      display: block;
      position: relative;
      overflow: hidden;
      z-index: 0;
      & img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
      }
      &::before {
        content: "";
        width: 100%;
        height: 340px;
        background: linear-gradient(to top, rgb(0, 19, 137, 0.9), transparent);
        position: absolute;
        bottom: 0;
      }
    }
    .interview_duty {
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      position: absolute;
      top: 20px;
      right: 15px;
      background: #001389;
      line-height: 1;
      padding: 7px 20px 8px 20px;
      border-radius: 15px;
    }
    .interview_te {
      width: 300px;
      position: absolute;
      bottom: 30px;
      left: 25px;
      color: #fff;
      z-index: 1;
      font-weight: 600;
      & .inter_join {
        font-size: 16px;
      }
      & .inter_nema {
        font-size: 30px;
        margin: 10px 0 15px 0;
        line-height: 1;
      }
      & .inter_mess {
        font-size: 20px;
        line-height: 32px;
      }
    }
  }

  /* /recruit_interview */

  #recruit_cms_content .form_section {
    width: 1100px !important;
    margin: 0 auto 100px;
  }

  /* recruit_interview_shosai */
  #recruit_cms_content {
    .interview_main_wrap {
      background-image: url(../recruit/interview/img/interview_main_bg.webp);
    }

    .interview_shosai_mess {
      position: relative;
      &::before {
        content: "";
        display: block;
        width: 100%;
        height: 20vw;
        background-image: url(../recruit/interview_test_shosai/img/intaview_main_bg.webp);
        background-size: cover;
        position: absolute;
        bottom: 0;
      }
    }
    .shosai_mess_in {
      width: 1200px;
      margin: 0 auto;
      position: relative;
      & h3 {
        font-size: 55px;
        font-weight: 600;
        line-height: 72px;
        color: #001389;
        padding: 70px 0 300px 0;
      }
      & img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 900px !important;
      }
    }
    .interview_shosai_name {
      width: 100%;
      background: #001389;
    }
    .shosai_name_in {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 0 50px 0;
    }
    .name_le {
      width: 280px;
      color: #fff;
      line-height: 1;
      letter-spacing: 0.02em;
      font-weight: 600;
      & .busyo {
        font-size: 18px;
      }
      & .name {
        font-size: 45px;
        margin: 20px 0 30px 0;
      }
      & .history {
        font-size: 17px;
        line-height: 23px;
      }
    }
    .name_ri {
      width: 915px;
      color: #fff;
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      letter-spacing: 0.02em;
    }
    .interview_shosai_qa {
      margin: 100px 0;
    }
    .interview_shosai_qa ul {
      width: 1200px;
      margin: 0 auto;
    }
    .interview_shosai_qa ul li {
      display: flex;
      align-items: center;
      margin-bottom: 80px;
      gap: 0 min(20vw, 80px);
    }
    .shosai_qa_con {
      width: min(50vw, 720px);
      & .shosai_q {
        font-size: min(1.8vw, 28px);
        line-height: 1;
        letter-spacing: 0.02em;
        font-weight: 600;
        margin-bottom: 20px;
        color: #001389;
      }
      & .shosai_a {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
      }
    }
    .shosai_img {
      width: 410px;
      height: 300px;
      border-radius: 10px;
      & img {
        object-fit: cover;
        border-radius: 10px;
        width: 410px !important;
        height: 100% !important;
      }
    }
    .shosai_more_btn a {
      width: 340px;
    }

    /* recruit_movie */
    .movie_main_wrap {
      background-image: url(../recruit/movie_test/img/movie_main_bg.webp);
    }
    .movie_con {
      width: 1200px;
      margin: 0 auto 160px auto;
    }

    .movie_con iframe {
      width: 100%;
      height: 1200px;
    }
    .movie_ul {
      display: flex;
      flex-wrap: wrap;
      gap: 80px 60px;
      margin: -50px 0 30px 0;
      padding-top: 10px;
    }
    .movie_ul li {
      width: 360px;
    }
    .movie_ul li a {
      padding-bottom: 20px;
      display: block;
    }
    .movie_ul li a:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }
    .movie_ul li a img {
      width: 100%;
    }
    .movie_ul li a h3 {
      font-size: 18px;
      line-height: 32px;
      font-weight: 500;
      margin: 15px 0;
    }
    .movie_ul li a iframe {
      width: 100%;
      height: 240px;
      position: relative;
      z-index: -1;
    }
    .movie_tag p {
      display: flex;
      flex-wrap: wrap;
      gap: 5px 15px;
      & .cms_topic_tag {
        color: #266fb7;
        font-size: 16px;
        width: auto;
        font-weight: 500;
        padding-left: 10px;
        position: relative;
        &::before {
          content: "#";
          position: absolute;
          top: 0;
          left: 0;
        }
      }
    }
  }

  /* /recruit_interview_shosai */

  .detail_01 {
    padding-top: 123px;
  }
  .detail_01 .detail_row {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .detail_01 .detail_01_blok {
    margin: 30px 0 0 0;
    border: 10px solid #edeef7;
    padding: 30px 40px;
    box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
  }
  .detail_01 .ch_tag {
    margin: 0 0 10px 0;
    float: left;
  }
  .detail_01 .ch_date {
    margin: 0 0 10px 0;
    float: right;
    color: #999999;
    line-height: 30px;
  }
  .detail_01 h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    padding: 10px 0 10px 0;
    clear: both;
  }
  .de_tag {
    border: 2px solid #3f98d7;
    background: #dfebf5;
    padding: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .de_tag p:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .de_tag p:first-child label {
    margin-right: 5px;
  }
  .de_tag a {
    display: block;
    background: #fff;
    border: 1px solid #237dc0;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 23px;
    color: #237dc0;
    font-weight: 500;
  }
  .de_tag a:hover {
    background: #237dc0;
    color: #fff;
  }
  .de_tag p {
    font-weight: bold;
  }
  .de_back {
    width: 800px;
    margin: 10px auto 0 auto;
  }
  .de_back a {
    color: #111;
    border: 1px solid #999;
    background: #eee;
    border-radius: 3px;
    padding: 2px 10px 3px;
    display: block;
    font-size: 12px;
    text-align: center;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .de_back a:hover {
    background: #dfebf5;
    color: #237dc0;
    border: 1px solid #237dc0;
  }
  .de_back a:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    width: 10px;
    display: block;
    float: left;
  }
  .detail_01 .detail_01_movie_wrap {
    display: block;
    margin: 50px auto;
    text-align: center;
  }
  .detail_01 .detail_01_movie_wrap iframe {
    width: 100%;
    width: 896px;
    height: 504px !important;
  }
  .detail_01 .detail_01_movie_wrap video {
    width: 100%;
    width: 800px;
    height: 450px;
  }

  .detail_01 .detail_01_movie_wrap img {
    width: 100%;
    width: 800px !important;
    margin-top: 50px;
  }

  .detail_01 .detail_01_txt {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    width: 1000px;
    word-wrap: break-word;
  }
  .detail_01 .detail_01_txt a:hover {
    text-decoration: underline;
    color: #ff7043;
  }

  /* /recruit_movie */
}

/* CMS埋め込み用 */
.main_info_con a {
  display: flex;
  width: 85%;
  max-width: 580px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 0;
  position: relative;
  &:hover {
    background: #edeef7;
  }
  & .main_info_te {
    font-size: min(3vw, 17px);
    & .info_day {
      font-weight: 600;
    }
  }
  & img {
    width: 23px;
  }
}
.main_info_con .cms_topic_tag {
  color: #001389;
  font-size: 15px;
  padding: 0px 10px;
  border: solid 1px #001389;
  margin: 0 7px;
}
.main_info_ti {
  width: min(42vw, 280px);
  font-size: 14px;
  display: -webkit-box; /* 必須：ブロックをWebkitボックスに設定 */
  -webkit-line-clamp: 1; /* 表示したい行数を指定（ここでは2行） */
  -webkit-box-orient: vertical; /* 必須：ボックスの方向を垂直に設定 */
  overflow: hidden; /* 必須：はみ出た部分を隠す */
}
