/* --------------------------- arrow links --------------------------- */
/* --------------------------- license --------------------------- */
.license-teacher__remark-list {
  padding-top: 20px;
}

/* -------------- teacher -------------- */
/* -------------- teacher - kindergarten-junior-school -------------- */
/* -------------- teacher - junior-high-school1 -------------- */
/* -------------- teacher - junior-high-school2 -------------- */
/* -------------- teacher - junior-high-school3 -------------- */
/* -------------- teacher - special-school -------------- */
/* -------------- teacher - document -------------- */
/* -------------- teacher - training -------------- */
/* -------------- teacher - nursing -------------- */
.license-nursing__txt-bg {
  position: relative;
  margin-top: 40px;
  padding: 50px 40px 70px 40px;
  background: #f6f6f6;
}

.license-nursing__txt-illust {
  position: absolute;
  right: -10px;
  bottom: -60px;
  width: 210px;
}

/* -------------- teacher - flat-rate-plan -------------- */
/* -------------- teacher - special-course -------------- */
/* -------------- social -------------- */
/* -------------- support-license -------------- */
/* -------------- welfare-sports -------------- */
/* -------------- welfare-sports -------------- */
/* -------------- japanese-teacher -------------- */
.license-japanese__list {
  display: flex;
  justify-content: space-between;
}

.license-japanese__list-item {
  box-sizing: border-box;
  width: 32%;
  padding: 40px 2.6% 55px 2.6%;
  border-radius: 3px;
  border: 3px solid #00A491;
}

.license-japanese__list-heading {
  padding-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  color: #00A491;
}

.license-japanese__list-remark {
  font-size: 1.4rem;
}

/* -------------- spectrum -------------- */
/* -------------- counselor -------------- */
/* -------------- phychotherapist -------------- */
/* -------------- elementary -------------- */
.license-elementary__program-img {
  width: 80.4%;
  padding-bottom: 60px;
  margin: 0 auto;
}

.license-elementary__list-bg {
  position: relative;
}

.license-elementary__voice-illust {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 250px;
}

.license-elementary__teacher-list {
  margin-bottom: -45px;
}

.license-elementary__teacher-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
}

.license-elementary__teacher-img {
  width: 22%;
}

.license-elementary__teacher-cnt {
  width: 73%;
}

.license-elementary__teacher-name {
  display: block;
  padding-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
}

/* -------------- other -------------- */
/* -------------------------------------------------------------------------------- */
/* license responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- teacher -------------- */
  /* -------------- teacher - kindergarten-junior-school -------------- */
  /* -------------- teacher - junior-high-school1 -------------- */
  /* -------------- teacher - junior-high-school2 -------------- */
  /* -------------- teacher - junior-high-school3 -------------- */
  /* -------------- teacher - special-school -------------- */
  /* -------------- teacher - document -------------- */
  /* -------------- teacher - training -------------- */
  /* -------------- teacher - nursing -------------- */
  /* -------------- teacher - flat-rate-plan -------------- */
  /* -------------- teacher - special-course -------------- */
  /* -------------- social -------------- */
  /* -------------- support-license -------------- */
  /* -------------- welfare-sports -------------- */
  /* -------------- welfare-sports -------------- */
  /* -------------- japanese-teacher -------------- */
  .license-japanese__list {
    display: block;
    margin-bottom: -20px;
  }

  .license-japanese__list-item {
    width: 100%;
    padding: 32px 7% 45px 7%;
    margin-bottom: 20px;
  }

  .license-japanese__list-heading {
    font-size: 2.2rem;
  }

  /* -------------- spectrum -------------- */
  /* -------------- counselor -------------- */
  /* -------------- phychotherapist -------------- */
  /* -------------- elementary -------------- */
  .license-elementary__list-bg {
    padding-bottom: 75px;
  }

  .license-elementary__voice-illust {
    bottom: -40px;
    width: 195px;
  }

  .license-elementary__teacher-item {
    display: block;
  }

  .license-elementary__teacher-img {
    width: 45%;
    padding-bottom: 21px;
    margin: 0 auto;
  }

  .license-elementary__teacher-cnt {
    width: 100%;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  /* -------------- teacher -------------- */
  /* -------------- teacher - kindergarten-junior-school -------------- */
  /* -------------- teacher - junior-high-school1 -------------- */
  /* -------------- teacher - junior-high-school2 -------------- */
  /* -------------- teacher - junior-high-school3 -------------- */
  /* -------------- teacher - special-school -------------- */
  /* -------------- teacher - document -------------- */
  /* -------------- teacher - training -------------- */
  /* -------------- teacher - nursing -------------- */
  .license-nursing__txt-bg {
    margin-bottom: 20px;
    padding: 40px 7% 60px 7%;
  }

  .license-nursing__txt-illust {
    bottom: -50px;
    width: 170px;
  }

  /* -------------- teacher - flat-rate-plan -------------- */
  /* -------------- teacher - special-course -------------- */
  /* -------------- social -------------- */
  /* -------------- support-license -------------- */
  /* -------------- welfare-sports -------------- */
  /* -------------- welfare-sports -------------- */
  /* -------------- japanese-teacher -------------- */
  .license-japanese__list-item {
    border-width: 2px;
  }

  .license-japanese__list-heading {
    padding-bottom: 21px;
    font-size: 1.7rem;
  }

  /* -------------- spectrum -------------- */
  /* -------------- counselor -------------- */
  /* -------------- phychotherapist -------------- */
  /* -------------- elementary -------------- */
  .license-elementary__program-img {
    width: 100%;
    padding-bottom: 35px;
  }

  .license-elementary__list-bg {
    padding-bottom: 95px;
  }

  .license-elementary__teacher-img {
    width: 55%;
  }

  .license-elementary__teacher-name {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=license.css.map */
