@charset "utf-8";

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  aspect-ratio: 1280/720;
  position: relative;
  overflow-x: clip;
  container-type: inline-size;

  @media (max-width: 768px) {
    aspect-ratio: 375/666;
  }
}

.fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  @media (max-width: 768px) {
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
}

.fv-octagon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 37.5vw;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  z-index: 0;
  container-type: inline-size;

  @media (max-width: 768px) {
    top: 52.6cqw;
    translate: -50% 0;
    width: 78.93333333333334cqw;
  }
}

.octagon-text {
  position: absolute;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 1.1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  width: 100%;
  text-align: center;
  font-size: 3.75vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;

  @media (max-width: 768px) {
    font-size: 6.4vw;
  }
}

.octagon-text.is-show {
  clip-path: inset(0);
}

.fv-octagon-text1 {
  top: 15.078125vw;
  left: 0;

  @media (max-width: 768px) {
    top: 39.52702702702703cqw;
  }
}

.fv-octagon-text2 {
  top: 20.3125vw;
  left: 0;

  @media (max-width: 768px) {
    top: 53.37837837837838cqw;
  }
}

.fv-title {
  position: absolute;
  top: 5.46875vw;
  left: 50%;
  translate: -50% 0;

  @media (max-width: 768px) {
    top: 12.837837837837837cqw;
  }
}

.fv-title-main {
  font-family: var(--text-poppins);
  font-size: 1.875vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 5.405405405405405cqw;
  }
}

.fv-title-sub {
  width: fit-content;
  margin-top: 0.78125vw;
  padding: 0.3125vw 1.5625vw 0.46875vw;
  font-size: 1.171875vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #000;
  clip-path: polygon(1.3565891472868217cqw 0, 100% 0%, calc(100% - 1.3565891472868217cqw) 100%, 0% 100%);

  @media (max-width: 768px) {
    margin-top: 3.3783783783783785cqw;
    clip-path: polygon(14px 0, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
    padding: 1.6891891891891893cqw 5.743243243243244cqw 1.6891891891891893cqw;
    font-size: 4.054054054054054cqw;
  }
}


.fv .triangles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  .triangle {
    position: absolute;
    display: block;
    mix-blend-mode: multiply;
    will-change: transform;

    .obj {
      display: block;
      width: 100%;
      height: 100%;
    }

    img {
      width: 100%;
    }
  }
}

.fv .triangles {

  .tri01 {
    top: 6.5625cqw;
    left: 28.515625cqw;
    width: 10.46875cqw;
    aspect-ratio: 134/86;

    @media (max-width: 768px) {
      top: 25.333333333333336cqw;
      left: -11.466666666666667cqw;
      width: 25.866666666666667cqw;
    }

    .obj {
      background-color: #FF7039;
      mask-image: url(../img/top/tri01.svg);
      mask-size: contain;
    }
  }

  .tri02 {
    top: -11.09375cqw;
    left: 9.6875cqw;
    width: 7.656250000000001cqw;
    aspect-ratio: 98/202;
    rotate: -45deg;

    @media (max-width: 768px) {
      top: 16.8cqw;
      left: 27.73333333333333cqw;
      width: 5.133333333333333cqw;
    }

    .obj {
      background-color: #E20040;
      mask-image: url(../img/top/tri02.svg);
      mask-size: contain;
    }
  }

  .tri03 {
    top: -8.671875cqw;
    left: 53.04687500000001cqw;
    width: 7.656250000000001cqw;
    aspect-ratio: 98/202;
    filter: blur(15px);

    @media (max-width: 768px) {
      top: 9.6cqw;
      left: 56.8cqw;
      width: 12.8cqw;
      filter: blur(10px);
    }


    .obj {
      background-color: #FF7039;
      mask-image: url(../img/top/tri03.svg);
      mask-size: contain;
    }
  }

  .tri04 {
    top: 11.953125cqw;
    left: 58.28124999999999cqw;
    width: 9.375cqw;
    aspect-ratio: 120/84;

    @media (max-width: 768px) {
      top: 44.800000000000004cqw;
      left: 81.86666666666666cqw;
      width: 8.533333333333333cqw;
    }

    .obj {
      background-color: #E20040;
      mask-image: url(../img/top/tri04.svg);
      mask-size: contain;
    }
  }

  .tri05 {
    top: 5.46875cqw;
    left: 84.84375cqw;
    width: 5.15625cqw;
    aspect-ratio: 66/40;

    @media (max-width: 768px) {
      top: 64cqw;
      left: 82.93333333333334cqw;
      width: 40.53333333333333cqw;
    }

    .obj {
      background-color: #02CEFF;
      mask-image: url(../img/top/tri05.svg);
      mask-size: contain;
    }
  }

  .tri06 {
    top: 12.578125000000002cqw;
    left: -5.703125cqw;
    width: 21.25cqw;
    aspect-ratio: 272/148;
    filter: blur(15px);

    @media (max-width: 768px) {
      top: 61.86666666666667cqw;
      left: -17.599999999999998cqw;
      width: 34.93333333333333cqw;
      filter: blur(5px);
    }

    .obj {
      background-color: #001FC2;
      mask-image: url(../img/top/tri06.svg);
      mask-size: contain;
    }
  }

  .tri07 {
    top: 35.859375cqw;
    left: 13.125cqw;
    width: 7.5cqw;
    aspect-ratio: 96/58;

    @media (max-width: 768px) {
      top: 53.06666666666666cqw;
      left: 21.6cqw;
      width: 17.333333333333336cqw;
    }

    .obj {
      background-color: #FF7039;
      mask-image: url(../img/top/tri07.svg);
      mask-size: contain;
    }
  }

  .tri08 {
    top: 45.46875cqw;
    left: -1.484375cqw;
    width: 11.25cqw;
    aspect-ratio: 144/76;

    @media (max-width: 768px) {
      top: 65.733333333333334cqw;
      left: 57.599999999999994cqw;
      width: 15.466666666666667cqw;
    }

    .obj {
      background-color: #E20040;
      mask-image: url(../img/top/tri08.svg);
      mask-size: contain;
    }
  }

  .tri09 {
    top: 44.921875cqw;
    left: 26.328125000000004cqw;
    width: 14.84375cqw;
    aspect-ratio: 190/224;
    filter: blur(15px);

    @media (max-width: 768px) {
      top: 106.4cqw;
      left: 74.4cqw;
      width: 8.799999999999999cqw;
      filter: blur(5px);
    }

    .obj {
      background-color: #02CEFF;
      mask-image: url(../img/top/tri09.svg);
      mask-size: contain;
    }
  }

  .tri10 {
    top: 35.9375cqw;
    left: 62.65625cqw;
    width: 5.390625cqw;
    aspect-ratio: 69/45;
    filter: blur(1px);

    @media (max-width: 768px) {
      top: 109.33333333333333cqw;
      left: 15.2cqw;
      width: 10.133333333333333cqw;
    }

    .obj {
      background-color: #02CEFF;
      mask-image: url(../img/top/tri10.svg);
      mask-size: contain;
    }
  }

  .tri11 {
    top: 46.40625cqw;
    left: 68.671875cqw;
    width: 10.3125cqw;
    aspect-ratio: 132/139;

    @media (max-width: 768px) {
      top: 122.39999999999999cqw;
      left: 68.8cqw;
      width: 17.066666666666666cqw;
    }

    .obj {
      background-color: #FF7039;
      mask-image: url(../img/top/tri11.svg);
      mask-size: contain;
    }
  }

  .tri12 {
    top: 19.375cqw;
    left: 87.734375cqw;
    width: 24.6875cqw;
    aspect-ratio: 316/204;
    filter: blur(15px);

    @media (max-width: 768px) {
      top: 165cqw;
      left: 55.733333333333334cqw;
      width: 26.400000000000002cqw;
      filter: blur(5px);
    }

    .obj {
      background-color: #E20040;
      mask-image: url(../img/top/tri12.svg);
      mask-size: contain;
    }
  }

  .tri13 {
    top: 49.140625cqw;
    left: 93.984375cqw;
    width: 8.28125cqw;
    aspect-ratio: 106/68;

    @media (max-width: 768px) {
      top: 151.2cqw;
      left: 89.06666666666668cqw;
      width: 13.600000000000001cqw;
    }

    .obj {
      background-color: #001FC2;
      mask-image: url(../img/top/tri13.svg);
      mask-size: contain;
    }
  }

  @media (max-width: 768px) {

    .tri14 {
      top: 134.4cqw;
      left: -5.333333333333334cqw;
      width: 18.4cqw;
      aspect-ratio: 144/76;

      .obj {
        background-color: #E20040;
        mask-image: url(../img/top/tri08.svg);
        mask-size: contain;
      }
    }

    .tri15 {
      top: 146.93333333333334cqw;
      left: 9.333333333333334cqw;
      width: 32cqw;
      aspect-ratio: 66/40;
      filter: blur(5px);

      .obj {
        background-color: #02CEFF;
        mask-image: url(../img/top/tri05.svg);
        mask-size: contain;
      }
    }

    .tri16 {
      top: 192cqw;
      left: 37.06666666666666cqw;
      width: 8.533333333333333cqw;
      aspect-ratio: 144/76;

      .obj {
        background-color: #02CEFF;
        mask-image: url(../img/top/tri08.svg);
        mask-size: contain;
      }
    }

    .tri17 {
      top: 207.73333333333332cqw;
      left: 66.66666666666666cqw;
      width: 43.733333333333334cqw;
      aspect-ratio: 96/58;
      filter: blur(10px);

      .obj {
        background-color: #001FC2;
        mask-image: url(../img/top/tri07.svg);
        mask-size: contain;
      }
    }

    .tri18 {
      top: 204.66666666666669cqw;
      left: 4.533333333333333cqw;
      width: 17.066666666666666cqw;
      aspect-ratio: 144/76;

      .obj {
        background-color: #FF7039;
        mask-image: url(../img/top/tri08.svg);
        mask-size: contain;
      }
    }

    .tri19 {
      top: 244.5333333333333cqw;
      left: -10.4cqw;
      width: 40.53333333333333cqw;
      aspect-ratio: 120/84;
      filter: blur(10px);

      .obj {
        background-color: #E20040;
        mask-image: url(../img/top/tri04.svg);
        mask-size: contain;
      }
    }

    .tri20 {
      top: 216.8cqw;
      left: 34.53333333333333cqw;
      width: 18.4cqw;
      aspect-ratio: 96/58;

      .obj {
        background-color: #001FC2;
        mask-image: url(../img/top/tri07.svg);
        mask-size: contain;
      }
    }

    .tri21 {
      top: 272.8cqw;
      left: 67.73333333333333cqw;
      width: 18.666666666666668cqw;
      aspect-ratio: 144/76;

      .obj {
        background-color: #02CEFF;
        mask-image: url(../img/top/tri08.svg);
        mask-size: contain;
      }
    }

    .tri22 {
      top: 243.8cqw;
      left: 52.733333cqw;
      width: 4.133333333333333cqw;
      aspect-ratio: 98/202;

      .obj {
        background-color: #FF7039;
        mask-image: url(../img/top/tri02.svg);
        mask-size: contain;
      }
    }

    .tri23 {
      top: 293.1333333333333cqw;
      left: 15.933333333333334cqw;
      width: 26.400000000000002cqw;
      aspect-ratio: 132/139;

      .obj {
        background-color: #FF7039;
        mask-image: url(../img/top/tri11.svg);
        mask-size: contain;
      }
    }

    .tri24 {
      top: 314.1333333333333cqw;
      left: 83.2cqw;
      width: 17.333333333333336cqw;
      aspect-ratio: 106/68;

      .obj {
        background-color: #001FC2;
        mask-image: url(../img/top/tri13.svg);
        mask-size: contain;
      }
    }

    .tri25 {
      top: 305.9375cqw;
      left: 58.65625cqw;
      width: 5.390625cqw;
      aspect-ratio: 69/45;

      .obj {
        background-color: #02CEFF;
        mask-image: url(../img/top/tri10.svg);
        mask-size: contain;
      }
    }

    .tri26 {
      top: 284.921875cqw;
      left: 40.328125cqw;
      width: 8.799999999999999cqw;
      aspect-ratio: 190/224;
      filter: blur(5px);

      .obj {
        background-color: #001FC2;
        mask-image: url(../img/top/tri09.svg);
        mask-size: contain;
      }
    }

  }
}

.fv .words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  .word {
    position: absolute;
    display: block;
    overflow: hidden;
  }
}

.fv .words {

  .word01 {
    top: 1.5625cqw;
    left: 1.5625cqw;
    width: 27.34375cqw;
    aspect-ratio: 350/54;

    @media (max-width: 768px) {
      top: unset;
      bottom: 0;
      left: unset;
      right: 2.666666666666667cqw;
      width: 60.8cqw;
    }
  }

  .word02 {
    top: 1.5625cqw;
    left: 31.5625cqw;
    width: 33.125cqw;
    aspect-ratio: 424/48;

    @media (max-width: 768px) {
      top: 50.66666666666667cqw;
      left: 2.666666666666667cqw;
      width: 13.066666666666665cqw;
      aspect-ratio: 49/425;
    }
  }

  .word03 {
    top: 1.5625cqw;
    right: 20.703125cqw;
    width: 12.65625cqw;
    aspect-ratio: 162/36;

    @media (max-width: 768px) {
      top: 50.66666666666667cqw;
      right: 33.6cqw;
      width: 44.800000000000004cqw;
    }
  }

  .word04 {
    top: 1.5625cqw;
    right: 1.5625cqw;
    width: 17.265625cqw;
    aspect-ratio: 221/33;

    @media (max-width: 768px) {
      top: unset;
      bottom: 11.466666666666667cqw;
      right: 2.666666666666667cqw;
      width: 45.86666666666667cqw;
    }
  }

  .word05 {
    top: 7.656250000000001cqw;
    left: 1.5625cqw;
    width: 20.625cqw;
    aspect-ratio: 264/58;

    @media (max-width: 768px) {
      top: 21.866666666666667cqw;
      left: 2.666666666666667cqw;
      width: 40.8cqw;
    }
  }

  .word06 {
    top: 13.28125cqw;
    left: 1.5625cqw;
    width: 32.34375cqw;
    aspect-ratio: 414/90;

    @media (max-width: 768px) {
      top: 33.06666666666666cqw;
      left: 2.666666666666667cqw;
      width: 63.733333333333334cqw;
    }
  }

  .word07 {
    top: 7.656250000000001cqw;
    left: 23.4375cqw;
    width: 35.46875cqw;
    aspect-ratio: 454/42;

    @media (max-width: 768px) {
      top: unset;
      bottom: 54.13333333333333cqw;
      left: unset;
      right: 2.666666666666667cqw;
      width: 60cqw;
      aspect-ratio: 225/72;
    }
  }

  .word08 {
    top: 5.625cqw;
    right: 13.046875cqw;
    width: 23.90625cqw;
    aspect-ratio: 306/124;

    @media (max-width: 768px) {
      top: unset;
      bottom: 135cqw;
      right: unset;
      left: 2.666666666666667cqw;
      width: 64cqw;
    }
  }

  .word09 {
    top: 5.703125cqw;
    right: 1.5625cqw;
    width: 9.84375cqw;
    aspect-ratio: 126/452;

    @media (max-width: 768px) {
      top: unset;
      bottom: 68cqw;
      right: 2.666666666666667cqw;
      width: 26.400000000000002cqw;
      aspect-ratio: 99/355;
    }
  }

  .word10 {
    top: 17.5cqw;
    right: 12.968750000000002cqw;
    width: 18.515625cqw;
    aspect-ratio: 237/45;

    @media (max-width: 768px) {
      top: 137.86666666666667cqw;
      right: 21.866666666666667cqw;
      width: 56.00000000000001cqw;
      aspect-ratio: 210/40;
    }
  }

  .word11 {
    top: 21.953125cqw;
    right: 13.4375cqw;
    width: 18.125cqw;
    aspect-ratio: 232/45;

    @media (max-width: 768px) {
      top: 150.4cqw;
      right: 23.466666666666665cqw;
      width: 54.93333333333334cqw;
    }
  }

  .word12 {
    top: 22.5cqw;
    left: 2.1875cqw;
    width: 13.515625cqw;
    aspect-ratio: 173/42;

    @media (max-width: 768px) {
      top: 257.8666666666667cqw;
      left: 4cqw;
      width: 29.599999999999998cqw;
    }
  }

  .word13 {
    top: 26.718750000000004cqw;
    left: 1.5625cqw;
    width: 13.4375cqw;
    aspect-ratio: 172/358;

    @media (max-width: 768px) {
      top: unset;
      bottom: 0;
      left: 2.666666666666667cqw;
      width: 29.599999999999998cqw;
    }
  }

  .word14 {
    top: 22.5cqw;
    left: 24.84375cqw;
    width: 5.546875cqw;
    aspect-ratio: 71/227;

    @media (max-width: 768px) {
      top: 22.133333333333333cqw;
      left: unset;
      right: 2.666666666666667cqw;
      width: 10.933333333333334cqw;
    }
  }

  .word15 {
    top: 22.5cqw;
    left: 17.8125cqw;
    width: 5.546875cqw;
    aspect-ratio: 71/223;

    @media (max-width: 768px) {
      top: 22.133333333333333cqw;
      left: unset;
      right: 16.53333333333333cqw;
      width: 10.933333333333334cqw;
    }
  }

  .word16 {
    top: 42.109375cqw;
    left: 17.421875cqw;
    width: 23.75cqw;
    aspect-ratio: 304/43;

    @media (max-width: 768px) {
      top: 194.9cqw;
      left: 2.666666666666667cqw;
      width: 63.733333333333334cqw;
    }
  }

  .word17 {
    top: 46.640625cqw;
    left: 17.421875cqw;
    width: 55.15624999999999cqw;
    aspect-ratio: 706/103;

    @media (max-width: 768px) {
      top: 61.06666666666667cqw;
      left: unset;
      right: 2.666666666666667cqw;
      width: 14.399999999999999cqw;
      aspect-ratio: 54/380;
    }
  }

  .word18 {
    top: 27.890625000000004cqw;
    right: 12.968750000000002cqw;
    width: 18.4375cqw;
    aspect-ratio: 236/116;

    @media (max-width: 768px) {
      top: 208cqw;
      right: unset;
      left: 2.666666666666667cqw;
      width: 60.266666666666666cqw;
    }
  }

  .word19 {
    top: 37.734375cqw;
    right: 13.828125cqw;
    width: 17.421875cqw;
    aspect-ratio: 223/42;

    @media (max-width: 768px) {
      top: unset;
      bottom: 77.33333333333333cqw;
      right: unset;
      left: 3.4666666666666663cqw;
      width: 57.06666666666666cqw;
    }
  }

  .word20 {
    top: 43.046875cqw;
    right: 1.5625cqw;
    width: 24.21875cqw;
    aspect-ratio: 310/149;

    @media (max-width: 768px) {
      top: unset;
      bottom: 21.333333333333336cqw;
      right: 2.666666666666667cqw;
      width: 60.8cqw;
    }
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents-box ↓↓↓ */
.contens-inner {
  max-width: 1032px;
  container-type: inline-size;
  margin: 0 auto;
}
.contents-ttl-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  .ttl-main {
    font-family: var(--text-poppins);
    font-size: 6.2015503875969cqw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;

    @media (max-width: 768px) {
      font-size: 4rem;
    }
  }

  .ttl-sub {
    width: fit-content;
    margin: 1.550387596899225cqw auto 0;
    padding: 0.5813953488372093cqw 2.131782945736434cqw;
    font-size: 1.744186046511628cqw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #000;
    clip-path: polygon(1.3565891472868217cqw 0, 100% 0%, calc(100% - 1.3565891472868217cqw) 100%, 0% 100%);

    @media (max-width: 768px) {
      margin: 15px -6px 0;
      clip-path: polygon(14px 0, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
      padding: 5px 22px 6px;
      font-size: 1.5rem;
    }
  }
}
/* ↑↑↑ contents-box ↑↑↑ */
/* ↓↓↓ intro ↓↓↓ */
.intro {
  position: relative;
  max-width: 1280px;
  container-type: inline-size;
  padding-inline: 28px;
  margin: min(11.640625vw,149px) auto 0;
  
  @media (max-width: 768px) {
    padding-inline: 27px;
    margin-top: 64px;
  }
}
.intro .lead_block {
  width: 65.50387596899225cqw;
  margin: 0 auto;

  @media (max-width: 768px) {
    width: 100%;
  }
}
.intro .lead_block .head {
  width: fit-content;
  font-size: 1.937984496124031cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;

  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.intro .lead_block .head .txt_bg {
  line-height: 2.7;
	display: inline;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  box-shadow: -1.550387596899225cqw 0 0 #fff;
  filter: drop-shadow(1.550387596899225cqw 0 0 #fff);
  padding: 0.7751937984496124cqw 0;
  margin: 0 1.550387596899225cqw;
  
  @media (max-width: 768px) {
    line-height: 3;
    box-shadow: -16px 0 0 #fff;
    filter: drop-shadow(16px 0 0 #fff);
    padding: 8px 0;
    margin: 0 16px;
  }
}
.intro .lead_block .txt {
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 500;
  line-height: 1.8666666666666667;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: 4.651162790697675cqw;
  
  @media (max-width: 768px) {
    font-size: 1.5rem;
    margin-top: 32px;
  }
}
/* ↑↑↑ intro ↑↑↑ */
/* ↓↓↓ training ↓↓↓ */
.training {
  padding-inline: 26px;
  margin: min(12.5vw,160px) auto 0;

  @media (max-width: 768px) {
    margin-top: 88px;
  }
}
.training .block {
  margin-top: 6.2015503875969cqw;

  @media (max-width: 768px) {
    margin-top: 32px;
  }

  &+.block {
    margin-top: 15.503875968992247cqw;

    @media (max-width: 768px) {
      margin-top: 64px;
    }
  }
}
.training .block .block-head {
  position: relative;
  display: flex;
  justify-content: center;

  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.3875968992248062cqw;
    background: linear-gradient(180deg, #CC003A, #FF7039);
    display: block;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: calc(100% + 25px*2);
      height: 4px;
    }
  }
}
.training .block .block-head .clip_txt {
  width: fit-content;
  font-size: 2.3255813953488373cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #CC003A, #FF7039);
  clip-path: polygon(1.8410852713178296cqw 0, 100% 0%, calc(100% - 1.8410852713178296cqw) 100%, 0% 100%);
  padding: 0.872093023255814cqw 3.2945736434108532cqw;
  
  @media (max-width: 768px) {
    font-size: 2rem;
    line-height: 1.6;
  clip-path: polygon(19px 0, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
    padding: 4px 39px;
  }
}
.training .block .block_inner {
  position: relative;
  margin-top: 7.751937984496124cqw;

  @media (max-width: 768px) {
    margin-top: 32px;
  }

  &.-red {
    --year_deco: url(../img/career/training_year_deco_red.png);
    --label_bg: linear-gradient(90deg, #CC003A, #FF7039);
    --icon_bg: linear-gradient(180deg, #CC003A, #FF7039);
  }
  &.-blue {
    --year_deco: url(../img/career/training_year_deco_blue.png);
    --label_bg: linear-gradient(90deg, #0061C2,#02CEFF);
    --icon_bg: linear-gradient(180deg, #0061C2,#02CEFF);
  }

  &+.block_inner {
    margin-top: 11.627906976744185cqw;
    
    @media (max-width: 768px) {
      margin-top: 40px;
    }
  }
  
  &:not(:last-of-type)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 11.627906976744185cqw);
    background-image: repeating-linear-gradient(180deg, #000000, #000000 0.3875968992248062cqw, transparent 0.3875968992248062cqw, transparent 0.7751937984496124cqw);
    top: 0;
    left: 5.717054263565891cqw;
    z-index: 1;

    @media (max-width: 768px) {
      height: calc(100% + 40px);
      background-image: repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 8px);
      top: 0;
      left: 40px;
    }
  }
}
.training .block .block_inner .year_group {
  display: flex;
  gap: 5.813953488372093cqw;
  
  @media (max-width: 768px) {
    gap: 12px;
  }
}
.training .block .block_inner .year_group .year {
  position: relative;
  width: 11.434108527131782cqw;
  height: fit-content;
  aspect-ratio: 1/1;
  font-size: 1.937984496124031cqw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-image: var(--year_deco);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;

  @media (max-width: 768px) {
    width: 82px;
    font-size: 1.5rem;
  }
}
.training .block .block_inner .flex {
  display: flex;
  gap: 16px 8.624031007751938cqw;
  
  @media (max-width: 768px) {
    flex-direction: column;
  }

  &+.flex {
    margin-top: 6.2015503875969cqw;

    @media (max-width: 768px) {
      margin-top: 40px;
    }
  }

  &+.list {
    margin-top: 6.2015503875969cqw;

    @media (max-width: 768px) {
      margin-top: 32px;
    }
  }
}
.training .block .block_inner .flex .txt_group {
  flex: 1;
}
.training .block .block_inner .label {
  width: fit-content;
  font-size: 1.6472868217054266cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--label_bg);
  padding: 0.7751937984496124cqw 1.550387596899225cqw;
  margin-bottom: 0.7751937984496124cqw;

  @media (max-width: 768px) {
    font-size: 1.5rem;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}
.training .block .block_inner .head {
  width: fit-content;
  font-size: 1.6472868217054266cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  
  @media (max-width: 768px) {
    font-size: 1.5rem;
  }

  .txt_bg {
    line-height: 2.2;
    display: inline;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: -1.550387596899225cqw 0 0 #fff;
    filter: drop-shadow(1.550387596899225cqw 0 0 #fff);
    padding: 0.7751937984496124cqw 0;
    margin: 0 1.550387596899225cqw;

    @media (max-width: 768px) {
      line-height: 3;
      box-shadow: -16px 0 0 #fff;
      filter: drop-shadow(16px 0 0 #fff);
      padding: 8px 0;
      margin: 0 16px;
    }
  }
}
.training .block .block_inner .txt {
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 400;
  line-height: 1.8666666666666667;
  letter-spacing: 0.08em;
  text-align: justify;
  word-break: break-all;
  margin-top: 2.3255813953488373cqw;

  @media (max-width: 768px) {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.training .block .block_inner .flex .img {
  width: 34.49612403100775cqw;
  
  @media (max-width: 768px) {
    width: auto;
    margin-left: -12px;
  }
}
.training .block .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.2984496124031cqw 3.488372093023256cqw;
  
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 40px;
  }
}
.training .block .list .item {
  width: calc((100% - 3.488372093023256cqw)/2);

  @media (max-width: 768px) {
    width: 100%;
  }
}
.training .block .voice {
  position: relative;
  width: 82.75193798449612cqw;
  background-color: #fff;
  display: flex;
  gap: 24px 3.488372093023256cqw;
  align-items: center;
  padding: 3.875968992248062cqw 5.135658914728682cqw;
  margin: 9.011627906976743cqw auto 0;

  @media (max-width: 768px) {
    width: auto;
    flex-direction: column;
    padding: 44px 27px 48px;
    margin-top: 62px;
    margin-left: -12px;
  }
}
.training .block .voice .ttl {
  position: absolute;
  width: 13.75968992248062cqw;
  translate: -50% -50%;
  top: 0;
  left: 50%;

  @media (max-width: 768px) {
    width: 106px;
  }
}
.training .block .voice .icon {
  width: 11.627906976744185cqw;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--icon_bg);
  flex-shrink: 0;
  
  @media (max-width: 768px) {
    width: 106px;
  }
}
.training .block .voice .voice_txt {
  flex: 1;
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 400;
  line-height: 1.8666666666666667;
  letter-spacing: 0.08em;
  text-align: justify;

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
/* ↑↑↑ training ↑↑↑ */
/* ↓↓↓ career_block ↓↓↓ */
.career_block {
  position: relative;
  padding-inline: 26px;
  margin: min(12.5vw,160px) auto;
  z-index: 1;

  @media (max-width: 768px) {
    margin-block: 88px;
  }
}
.career_block .lead_block {
  width: 65.50387596899225cqw;
  margin: 6.2015503875969cqw auto 0;

  @media (max-width: 768px) {
    width: 100%;
  }
}
.career_block .lead_block .head {
  width: fit-content;
  font-size: 1.937984496124031cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;

  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.career_block .lead_block .head .txt_bg {
  line-height: 2.7;
	display: inline;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  box-shadow: -1.550387596899225cqw 0 0 #fff;
  filter: drop-shadow(1.550387596899225cqw 0 0 #fff);
  padding: 0.7751937984496124cqw 0;
  margin: 0 1.550387596899225cqw;
  
  @media (max-width: 768px) {
    line-height: 3;
    box-shadow: -16px 0 0 #fff;
    filter: drop-shadow(16px 0 0 #fff);
    padding: 8px 0;
    margin: 0 16px;
  }
}
.career_block .lead_block .txt {
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 500;
  line-height: 1.8666666666666667;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: 4.651162790697675cqw;
  
  @media (max-width: 768px) {
    font-size: 1.5rem;
    margin-top: 32px;
  }
}
.career_block .tab_head {
  width: 15.503875968992247cqw;
  display: block;
  margin: 11.627906976744185cqw auto 0;
  
  @media (max-width: 768px) {
    width: 160px;
    margin-top: 56px;
  }
}
.career_block .tab_block {
  margin-top: 3.10077519379845cqw;

  @media (max-width: 768px) {
    margin-top: 48px;
  }

  [data-tab="tab01"],.tab_container:has(.tab_inner.active#tab01) {
    --bg: linear-gradient(90deg,#CC003A,#FF7039);
    --color: #CC003A;
    --year_deco: url(../img/career/tab_year_deco01.svg)
  }
  [data-tab="tab02"],.tab_container:has(.tab_inner.active#tab02) {
    --bg: linear-gradient(90deg,#0061C2,#02CEFF);
    --color: #0061C2;
    --year_deco: url(../img/career/tab_year_deco02.svg)
  }
  [data-tab="tab03"],.tab_container:has(.tab_inner.active#tab03) {
    --bg: linear-gradient(90deg,#460098,#FA0047);
    --color: #52258F;
    --year_deco: url(../img/career/tab_year_deco03.svg)
  }
}
.career_block .tab_group {
  max-width: 1032px;
  height: min(7.564575645756458vw,82px);
  display: flex;
  gap: min(3.3210332103321036vw,36px);
  container-type: inline-size;
  margin: 0 auto;
  
  @media (max-width: 768px) {
    height: auto;
    gap: 8px;
  }

  &.top_group {
    align-items: flex-end;
  }
}
.career_block .tab_group .tab {
  position: relative;
  height: fit-content;
  flex: 1;
  display: flex;
  gap: 0 1.550387596899225cqw;
  align-items: center;
  background: var(--bg);
  border: unset;
  transition: padding ease .3s;
  cursor: pointer;
  padding: 1.1627906976744187cqw 1.744186046511628cqw 0.5813953488372093cqw;

  @media (min-width: 769px) {
    &:hover {
      padding-block: 1.937984496124031cqw 1.3565891472868217cqw;
    }
  }

  @media (max-width: 768px) {
    flex-direction: column;
    padding: 11px 11px 12px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color ease .3s;
    top: 0;
    left: 0;
    z-index: 0;
  }

  &.active {
    color: #fff;
    &::before {
      background-color: transparent;
    }

    .num {
      background: linear-gradient(90deg,#fff,#fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .ja {
      color: #fff;
    }
  }
}
.career_block .tab_group .tab .num {
  position: relative;
  font-size: 3.10077519379845cqw;
  font-family: var(--text-poppins);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background: var(--bg);
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  
  @media (max-width: 768px) {
    font-size: 3.2rem;
  }
  
  .en {
    font-size: max(1.550387596899225cqw,1rem);
    
    @media (max-width: 768px) {
      font-size: 1.6rem;
    }
  }
}
.career_block .tab_group .tab .ja {
  position: relative;
  font-size: 1.744186046511628cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
  transition: color ease .3s;
  z-index: 1;
  
  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
.career_block .tab_container {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    width: calc(100% + 26px*2);
    height: 100%;
    background: var(--bg);
    top: 0;
    left: -26px;
  }
}
.career_block .tab_container .tab_inner {
  position: relative;
  max-width: 1032px;
  color: #fff;
  container-type: inline-size;
  display: none;
  padding-block: min(8.118081180811808vw,88px);
  margin: 0 auto;
  z-index: 1;

  @media (max-width: 768px) {
    padding-block: 56px;
  }
}
.career_block .tab_container .tab_inner .flex {
  display: flex;
  gap: 32px 11.531365313653136cqw;
  
  @media (max-width: 768px) {
    flex-direction: column;
  }
}
.career_block .tab_container .tab_inner .txt_group {
  width: 31.007751937984494cqw;
  flex-shrink: 0;
  
  @media (max-width: 768px) {
    width: 100%;
  }
}
.career_block .tab_container .tab_inner .txt_group .tab_lead {
  font-size: 3.10077519379845cqw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;

  @media (max-width: 768px) {
    font-size: 2.6rem;
    line-height: 1.5384615384615385;
  }
}
.career_block .tab_container .tab_inner .txt_group .tab_txt {
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 500;
  line-height: 1.8666666666666667;
  letter-spacing: 0.08em;
  text-align: justify;
  word-break: break-all;
  margin-top: 6.2015503875969cqw;

  @media (max-width: 768px) {
    font-size: 1.5rem;
    margin-top: 24px;
  }
}
.career_block .tab_container .tab_inner .tab_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5.038759689922481cqw;
  
  @media (max-width: 768px) {
    gap: 34px;
  }
}
.career_block .tab_container .tab_inner .tab_list .item {
  position: relative;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.7751937984496124cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.131782945736434cqw 0.9689922480620154cqw 2.3255813953488373cqw;

  @media (max-width: 768px) {
    border-radius: 8px;
    padding: 24px 48px;
  }

  &:not(:last-of-type)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 5.038759689922481cqw;
    background-image: repeating-linear-gradient(180deg, #fff, #fff 0.3875968992248062cqw, transparent 0.3875968992248062cqw, transparent 0.7751937984496124cqw);
    translate: -50% 100%;
    bottom: 0;
    left: 50%;
    z-index: 1;

    @media (max-width: 768px) {
      height: 34px;
      background-image: repeating-linear-gradient(180deg, #fff, #fff 4px, transparent 4px, transparent 8px);
    }
  }

  &:last-of-type {
    background-color: #fff;
    color: var(--color);
    

    .list_year {
      color: #fff;
      mask: unset;
      background-color: unset;
      background-image: var(--year_deco);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
  }
}
.career_block .tab_container .tab_inner .tab_list .list_year {
  position: absolute;
  width: 6.976744186046512cqw;
  height: auto;
  aspect-ratio: 1/1;
  font-size: max(1.4534883720930232cqw,1rem);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  mask-image: var(--year_deco);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  top: -1.937984496124031cqw;
  right: 2.3255813953488373cqw;

  @media (max-width: 768px) {
    width: 72px;
    font-size: 1.5rem;
    top: -20px;
    right: -18px;
  }
}
.career_block .tab_container .tab_inner .tab_list .list_year .num {
  font-size: 2.3255813953488373cqw;
  font-family: var(--text-poppins);
  font-weight: 600;
  
  @media (max-width: 768px) {
    font-size: 2.4rem;
    margin-right: 2px;
  }
}
.career_block .tab_container .tab_inner .tab_list .list_txt {
  font-size: 1.744186046511628cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
.career_block .foot_copy {
  max-width: 1032px;
  font-size: min(2.952029520295203vw,3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  margin: min(12.5vw,160px) auto 0;

  @media (max-width: 768px) {
    font-size: 2.4rem;
    line-height: 1.6666666666666667;
    margin-top: 88px;
  }
}
/* ↑↑↑ career_block ↑↑↑ */