@charset "UTF-8";
/* ============================================ */
/* training
/* ============================================ */
/* ===== section共通 ===== */
.section .section-title {
  display: flex;
  align-items: first baseline;
  gap: 25px;
  margin: 0 0 50px;
}
.section .section-title .en {
  font-family: var(--fontfamily-en);
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
}
.section .section-title .ja {
  font-size: 16px;
  font-size: 1rem;
}
.section .section-title.red {
  color: var(--color-red);
}
.section .section-catch {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 1.5em;
}
.section .section-text {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .section .section-title {
    gap: 15px;
    margin: 0 0 30px;
  }
  .section .section-title .en {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section .section-title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .section .section-catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    flex-direction: column;
    gap: 10px;
  }
}
/* ===== concept ===== */
#concept {
  padding: 0 0 100px;
}
#concept .flex-wrap {
  display: flex;
  justify-content: space-between;
}
#concept .text-wrap {
  width: 38%;
  order: 2;
}
#concept .concept-img {
  width: 55%;
  order: 1;
  margin: 0 3% 0 7.5%;
}
#concept .young {
  margin: 120px 0 0;
  text-align: center;
}
#concept .young .g-title {
  margin: 0 auto 50px;
}
#concept .young .img {
  width: 100%;
}
#concept .young .img img {
  width: 100%;
  min-width: 800px;
}
#concept .mentor {
  margin: 150px 0 0;
}
#concept .mentor .text-wrap {
  width: 42%;
  order: 1;
}
#concept .mentor .img {
  position: relative;
  width: 52%;
  order: 2;
}
#concept .mentor .img img {
  width: 53%;
  display: block;
  margin: 0 0 0 auto;
}
#concept .mentor .img img:nth-of-type(2) {
  position: absolute;
  top: 130px;
  z-index: 1;
}
#concept .mentor .text {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  #concept {
    padding: 0 0 80px;
  }
  #concept .flex-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 0 0 0 10vw;
  }
  #concept .text-wrap {
    width: 100%;
    order: 1;
  }
  #concept .concept-img {
    width: 100%;
    order: 2;
    margin: 0;
  }
  #concept .young {
    margin: 80px 0 0;
  }
  #concept .young .g-title {
    margin: 0 auto 30px;
  }
  #concept .mentor {
    margin: 80px 0 0;
  }
  #concept .mentor .flex-wrap {
    padding: 0 10vw 0 0;
  }
  #concept .mentor .text-wrap {
    width: 100%;
  }
  #concept .mentor .img {
    width: 100%;
  }
  #concept .mentor .img img:nth-of-type(2) {
    top: 50px;
  }
}
/* ===== program ===== */
#program {
  background: var(--color-lightgreen);
  padding: 100px 0 200px;
}
#program .section-catch {
  color: #21D875;
}
#program .program-img {
  margin: 70px 0 0;
}
#program .program-img img {
  width: 100%;
  min-width: 460px;
}
#program .training-programs {
  margin: 100px 0 0;
}
#program .training-programs .g-title.number::before {
  content: "TRAINING\aPROGRAMS";
}
#program .training-programs .training-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 40px 0 0;
}
#program .training-programs .training-item p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  #program {
    padding: 0 0 100px;
  }
  #program .program-img {
    margin: 40px 0 0;
  }
  #program .training-programs {
    margin: 60px 0 0;
  }
  #program .training-programs .training-item {
    flex-direction: column;
    gap: 0;
    margin: 30px 0 0;
  }
}

/*# sourceMappingURL=training.css.map */