@charset "UTF-8";
.header {
  position: absolute;
}
.main {
  /* =====================
    MV
  ===================== */
  .mv {
    padding-block: 130px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/recruit/mv.png');
    inline-size: 100%;
    min-height: 800px;
    @media (width > 768px) {
      /* height: calc((100 / 1300) * 800 * 1vw); */
    }

    &::before {
      content: '';
      display: block flow;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      background-image: url('../img/recruit/mv_img.png');
      width: 904px;
      height: 514px;
      position: absolute;
      bottom: -50px;
      right: 33%;
      pointer-events: none;
    }

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 120 * 1vw);
      min-height: calc((100 / 750) * 1000 * 1vw);
      background-image: url('../img/recruit/mv_sp.png');

      &::before {
        content: '';
        display: block flow;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        background-image: url('../img/recruit/mv_img.png');
        width: calc((100 / 750) * 904 * 1vw);
        height: calc((100 / 750) * 514 * 1vw);
        position: absolute;
        bottom: calc((100 / 750) * -34 * 1vw);
        right: 2.6%;
        pointer-events: none;
      }
    }

    .breadcrumb {
      padding-block: 0;

      @media (width <= 768px) {
        padding-block: calc((100 / 750) * 31 * 1vw);
      }
    }

    .u-h1-title {
      margin-block-start: 80px;

      @media (width <= 768px) {
        margin-block-start: calc((100 / 750) * 74 * 1vw);
      }
    }
    &::after {
      content: '';
      display: block flow;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url('../img/_common/h1_en.png');
      inline-size: 192px;
      block-size: 480px;
      position: absolute;
      top: 241px;
      right: 30px;
      pointer-events: none;
      mix-blend-mode: plus-lighter;
    }

    @media (width <= 768px) {
      &::after {
        display: none;
      }
    }
  }
  /* =====================
    message
  ===================== */
  .message {
    position: relative;
    padding-block: calc(171px + var(--leading-trim)) calc(130px + var(--leading-trim));
    overflow: hidden;

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 113 * 1vw) calc((100 / 750) * 130 * 1vw);
    }

    .u-inner {
      position: relative;

      &::before,
      &::after {
        content: '';
        display: block flow;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        inline-size: 643px;
        block-size: 430px;
        position: absolute;
        bottom: -118px;
        pointer-events: none;
      }
      &::before {
        background-image: url('../img/recruit/bg_01.png');
        right: 660px;
      }
      &::after {
        background-image: url('../img/recruit/bg_02.png');
        left: 660px;
      }

      @media (width <= 768px) {
        &::before,
        &::after {
          inline-size: calc((100 / 750) * 800 * 1vw);
          block-size: calc((100 / 750) * 535 * 1vw);
          bottom: calc((100 / 750) * -29 * 1vw);
        }
        &::before {
          background-image: url('../img/recruit/bg_01_sp.png');
          right: calc((100 / 750) * 475 * 1vw);
        }
        &::after {
          background-image: url('../img/recruit/bg_02_sp.png');
          left: calc((100 / 750) * 475 * 1vw);
        }
      }
      .title {
        position: relative;
        font-family: var(--yumin);
        font-size: 30px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
        z-index: 3;

        @media (width <= 768px) {
          font-size: calc((100 / 750) * 38 * 1vw);
        }
      }

      .description {
        position: relative;
        margin-block-start: calc(72px + var(--leading-trim));
        text-align: center;
        z-index: 3;

        @media (width <= 768px) {
          margin-block-start: calc((100 / 750) * 55 * 1vw);
        }
      }
    }
  }
  /* =====================
    interview
  ===================== */
  .interview {
    padding-block: 121px 130px;
    overflow: hidden;

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 58 * 1vw) calc((100 / 750) * 130 * 1vw);
    }

    .swiper {
      margin-top: 60px;
      margin-left: 90px;

      @media (width <= 768px) {
        margin-top: calc((100 / 750) * 56 * 1vw);
        margin-left: calc((100 / 750) * 40 * 1vw);
      }

      .swiper-wrapper {
        .swiper-slide {
          position: relative;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          min-block-size: 404px;
          aspect-ratio: 316/404;

          &::before {
            content: '';
            display: block flow;
            inline-size: 100%;
            block-size: 120px;
            background-image: linear-gradient(to bottom, rgba(16, 16, 18, 0), #101012);
            position: absolute;
            bottom: 0;
            left: 0;
            pointer-events: none;
          }

          @media (width <= 768px) {
            min-block-size: calc((100 / 750) * 404 * 1vw);
            &::before {
              block-size: calc((100 / 750) * 132 * 1vw);
            }
          }

          & > a {
            position: relative;
            width: 100%;
            height: 100%;
            min-block-size: 404px;
            display: block grid;
            align-items: end;
            padding-inline: 16px;
            padding-block-end: 14px;

            @media (width <= 768px) {
              min-block-size: calc((100 / 750) * 404 * 1vw);
              padding-inline: calc((100 / 750) * 16 * 1vw);
              padding-block-end: calc((100 / 750) * 10 * 1vw);
            }

            .wrap {
              position: relative;

              .group {
                font-weight: bold;
                line-height: 1.8;
                color: #fff;

                @media (width <= 768px) {
                  font-size: calc((100 / 750) * 22 * 1vw);
                  line-height: 1.5;
                }
              }
              .name {
                font-family: var(--alatsi);
                font-size: 40px;
                line-height: 1;
                letter-spacing: 1.2px;
                color: #fff;

                @media (width <= 768px) {
                  font-size: calc((100 / 750) * 50 * 1vw);
                  letter-spacing: calc((100 / 750) * 1.5 * 1vw);
                }

                .nyusha {
                  font-family: var(--yugo);
                  font-size: 16px;
                  font-weight: bold;
                  letter-spacing: normal;
                  line-height: 1.8;
                  color: #fff;

                  @media (width <= 768px) {
                    font-size: calc((100 / 750) * 22 * 1vw);
                  }
                }
              }
            }
          }
          &[data-id='1'] {
            background-image: url('../img/interview/01.png');
          }
          &[data-id='2'] {
            background-image: url('../img/interview/02.png?394a5d8a-9054-5046-b998-e8242d3a5b5d');
          }
          &[data-id='3'] {
            background-image: url('../img/interview/03.png');
          }
          &[data-id='4'] {
            background-image: url('../img/interview/04.png');
          }
        }
      }
    }
    .u-anchor {
      margin-inline: auto;
      margin-block-start: 60px;

      @media (width <= 768px) {
        margin-block-start: calc((100 / 750) * 60 * 1vw);
      }
    }
  }

  /* =====================
    number
  ===================== */
  .number {
    position: relative;
    padding-block: 130px 130px;

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 130 * 1vw);
    }

    .description {
      text-align: center;
      margin-block-start: 50px;

      @media (width <= 768px) {
        text-align: left;
        margin-block-start: calc((100 / 750) * 43 * 1vw);
      }
    }

    .number-list {
      margin-block-start: 50px;
      display: block grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;

      @media (width <= 768px) {
        grid-template-columns: repeat(2, 1fr);
        margin-block-start: calc((100 / 750) * 46 * 1vw);
        gap: calc((100 / 750) * 10 * 1vw);
      }

      & > li {
        background-color: #fff;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding-inline: 30px;
        padding-block: 40px calc(40px + var(--leading-trim));
        display: block grid;
        justify-items: center;
        gap: calc(28px + var(--leading-trim));

        @media (width <= 768px) {
          border-radius: calc((100 / 750) * 10 * 1vw);
          padding-inline: calc((100 / 750) * 20 * 1vw);
          padding-block: calc((100 / 750) * 40 * 1vw) calc((100 / 750) * 34 * 1vw);
          gap: calc((100 / 750) * 19 * 1vw);
        }

        & img {
          margin-inline: auto;
        }
        .title {
          font-size: 22px;
          font-weight: bold;
          line-height: 1.64;
          text-align: center;

          @media (width <= 768px) {
            font-size: calc((100 / 750) * 22 * 1vw);
          }
        }

        .content {
          .num {
            font-family: var(--outfit);
            font-size: 90px;
            font-weight: 500;
            line-height: 0.7;
            text-align: justify;
            color: #3773b4;
            display: block flex;
            align-items: baseline;
            gap: 6px;

            @media (width <= 768px) {
              font-size: calc((100 / 750) * 90 * 1vw);
              gap: calc((100 / 750) * 6 * 1vw);
            }
            .tani {
              font-family: var(--yugo);
              font-size: 33px;
              font-weight: bold;
              line-height: 1;
              color: #111;

              @media (width <= 768px) {
                font-size: calc((100 / 750) * 33 * 1vw);
              }
            }
          }
        }
        &[data-id='2'] {
          .content {
            .num {
              font-size: 40px;
              font-weight: 600;
              gap: 3px;

              @media (width <= 768px) {
                font-size: calc((100 / 750) * 40 * 1vw);
                gap: calc((100 / 750) * 3 * 1vw);
              }
              .tani {
                font-size: 25px;

                @media (width <= 768px) {
                  font-size: calc((100 / 750) * 25 * 1vw);
                }
                &.mgl {
                  margin-left: 11px;

                  @media (width <= 768px) {
                    margin-left: calc((100 / 750) * 11 * 1vw);
                  }
                }
              }
            }
          }
        }
        &[data-id='5'] {
          gap: 0;
          .eg {
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            text-align: center;

            @media (width <= 768px) {
              font-size: calc((100 / 750) * 14 * 1vw);
            }
          }
        }
      }
    }
  }

  /* =====================
    requirements
  ===================== */
  .requirements {
    position: relative;
    padding-block: 130px 130px;

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 130 * 1vw) calc((100 / 750) * 130 * 1vw);
    }

    .u-h2-title {
      gap: 10px;

      @media (width <= 768px) {
        gap: calc((100 / 750) * 10 * 1vw);
      }
    }
    /* ==== TAB ==== */
    .tab {
      display: block flex;
      justify-content: center;
      gap: 13px;
      margin-block-start: 60px;

      @media (width <= 768px) {
        gap: calc((100 / 750) * 5 * 1vw);
        margin-block-start: calc((100 / 750) * 58 * 1vw);
      }
      & li {
        width: 270px;
        height: 120px;
        border-radius: 8px;
        border: solid 1px #172f49;
        font-family: var(--zen);
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        color: #172f49;
        line-height: 1.5;

        @media (width <= 768px) {
          width: calc((100 / 750) * 270 * 1vw);
          height: calc((100 / 750) * 120 * 1vw);
          border-radius: calc((100 / 750) * 8 * 1vw);
          font-size: calc((100 / 750) * 26 * 1vw);
        }
        & button {
          display: block flow;
          inline-size: 100%;
          block-size: 100%;

          @media (width <= 768px) {
            padding-inline: calc((100 / 750) * 33 * 1vw);
          }
        }
        /* ==== active ==== */
        &.active {
          background-color: #172f49;
          color: #fff;
        }
      }
    }

    /*エリアの表示非表示と形状*/
    .area {
      display: none;
      /*はじめは非表示*/
      opacity: 0;
      /*透過0*/
      margin-block-start: 60px;
    }
    /*areaにis-activeというクラスがついた時の形状*/
    .area.is-active {
      display: block;
      /*表示*/
      animation-name: displayAnime;
      /*ふわっと表示させるためのアニメーション*/
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
    }

    .u-anchor {
      margin-block-start: 60px;
      margin-inline: auto;
    }
  }

  /* =====================
    flow
  ===================== */
  .flow {
    position: relative;
    padding-block: 130px 130px;

    @media (width <= 768px) {
      padding-block: calc((100 / 750) * 130 * 1vw);
    }

    .flow-list {
      margin-block-start: 55px;
      margin-inline: 60px;

      @media (width <= 768px) {
        margin-block-start: calc((100 / 750) * 54 * 1vw);
        margin-inline: 0;
      }

      & li {
        display: block grid;
        grid-template-columns: 130px 150px 1fr 130px;
        align-items: center;
        gap: 30px;
        border-top: 1px solid #d2d2d2;

        @media (width <= 768px) {
          grid-template-columns: calc((100 / 750) * 130 * 1vw) 1fr calc((100 / 750) * 110 * 1vw);
          grid-template-rows: max-content max-content;
          gap: 0 calc((100 / 750) * 30 * 1vw);
          padding-block: calc(calc((100 / 750) * 58 * 1vw) + var(--leading-trim));
        }

        &:last-child {
          border-bottom: 1px solid #d2d2d2;
        }

        .no {
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: url('../img/recruit/number_bg.png');
          inline-size: 130px;
          block-size: 130px;
          font-family: var(--outfit);
          font-size: 45px;
          font-weight: 500;
          text-align: center;
          color: #fff;
          padding-block-start: 30px;

          @media (width <= 768px) {
            grid-row: 1/3;
            inline-size: calc((100 / 750) * 130 * 1vw);
            block-size: calc((100 / 750) * 130 * 1vw);
            font-size: calc((100 / 750) * 40.8 * 1vw);
            padding-block-start: calc((100 / 750) * 40 * 1vw);
          }
        }

        .title {
          font-size: 22px;
          font-weight: bold;
          line-height: 1.36;
          color: #172f49;

          @media (width <= 768px) {
            grid-row: 1/2;
            font-size: calc((100 / 750) * 36 * 1vw);
            line-height: 1.5;
          }
        }

        .description {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.86;
          color: #000;

          @media (width <= 768px) {
            grid-row: 2/3;
            font-size: calc((100 / 750) * 24 * 1vw);
            line-height: 1.79;
            margin-block-start: calc((100 / 750) * 12 * 1vw);
          }
        }
        .picture {
          @media (width <= 768px) {
            grid-row: 1/3;

            img {
              inline-size: calc((100 / 750) * 110 * 1vw);
              block-size: calc((100 / 750) * 130 * 1vw);
            }
          }
        }
      }
    }
    /* ==== entry-btn ==== */
    .u-anchor {
      margin-block-start: 60px;
      margin-inline: auto;

      @media (width <= 768px) {
        margin-block-start: calc((100 / 750) * 60 * 1vw);
      }
    }
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
