/* --------------------------- arrow links --------------------------- */
/* --------------------------- program --------------------------- */
/* -------------- course -------------- */
.program-course__triangle-link {
  display: inline-block;
  padding-left: 15px;
  color: #00A491;
  text-decoration: underline;
  font-weight: bold;
  background: url(/img/common/line-triangle.svg) no-repeat left center;
  background-size: 5px 9px;
}
.program-course__triangle-link:hover {
  opacity: 0.5;
}

/* -------------- subject -------------- */
.program-subject__list-item {
  position: relative;
}

.program-subject__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
  top: auto;
  bottom: 0;
}

.program-subject__list-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
}

.program-subject__list-link {
  display: block;
  padding: 35px 40px 35px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  background: url(/img/common/line-triangle.svg) no-repeat right 25px center;
  background-size: 8px 16px;
}
.program-subject__list-link:hover {
  opacity: 0.6;
  background-position: right 22px center;
}

/* -------------- subject - list1 -------------- */
/* -------------- subject - list2 -------------- */
/* -------------- subject - list3 -------------- */
/* -------------- subject - list4 -------------- */
/* -------------- subject - list5 -------------- */
/* -------------- subject - list6 -------------- */
/* -------------- subject - list7 -------------- */
/* -------------- subject - list8 -------------- */
/* -------------- subject - list9 -------------- */
/* -------------- teacher -------------- */
.program-teacher__illust-base {
  position: relative;
  padding-bottom: 80px;
}

.program-teacher__illust1 {
  position: absolute;
  top: -21px;
  left: 22px;
  z-index: 5;
  width: 80px;
}

.program-teacher__illust2 {
  position: absolute;
  right: -80px;
  bottom: -80px;
  z-index: 5;
  width: 120px;
}

/* -------------- teacher - list1 -------------- */
.program-teacher1__large-list {
  margin-bottom: -60px;
}

.program-teacher1__large-item {
  padding-bottom: 60px;
}

.program-teacher1__large-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.program-teacher1__large-img {
  width: 24%;
}

.program-teacher1__large-cnt {
  width: 71%;
}

.program-teacher1__large-position {
  font-size: 1.8rem;
  font-weight: bold;
}

.program-teacher1__large-heading {
  padding: 20px 0 30px 0;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}

.program-teacher1__large-reading {
  font-size: 1.6rem;
}

.program-teacher1__large-field {
  color: #00A491;
}

.program-teacher1__blank-link {
  padding-right: 20px;
  text-decoration: underline;
  background: url(/img/common/blank.png) no-repeat right center;
  background-size: 10px 9px;
}
.program-teacher1__blank-link:hover {
  opacity: 0.5;
}

.program-teacher1__small-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -70px;
}

.program-teacher1__small-item {
  width: calc((100% - 80px) / 3);
  padding-bottom: 70px;
  transition: 0.3s;
  cursor: pointer;
}
.program-teacher1__small-item:hover {
  opacity: 0.9;
}

.program-teacher1__small-item:not(:nth-child(3n)) {
  padding-right: 40px;
}

.program-teacher1__small-img {
  width: 60%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.program-teacher1__small-cnt {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.program-teacher1__small-heading {
  position: relative;
  padding-right: 40px;
}

.program-teacher1__small-name {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.program-teacher1__small-reading {
  display: block;
  padding-top: 3px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.program-teacher1__small-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.program-teacher1__small-plus.-open::before {
  opacity: 0;
}

.program-teacher1__small-plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #00A491;
  transition: 0.3s;
}

.program-teacher1__small-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #00A491;
}

.program-teacher1__small-detail {
  display: none;
  padding: 30px 0 20px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.program-teacher1__small-detail.-open {
  opacity: 1;
}

.program-teacher1__small-detail .txt {
  line-height: 1.85;
  font-size: 1.4rem;
}

.program-teacher1__small-position {
  display: block;
  padding-bottom: 26px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.program-teacher1__small-field {
  color: #00A491;
}

/* -------------- teacher - list2 -------------- */
.program-teacher2__large-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

.program-teacher2__large-item {
  width: calc((100% - 75px) / 4);
  padding-bottom: 50px;
}

.program-teacher2__large-item:not(:nth-child(4n)) {
  padding-right: 25px;
}

.program-teacher2__large-img {
  width: 60%;
  margin: 0 auto;
}

.program-teacher2__large-heading {
  padding: 20px 0 25px 0;
}

.program-teacher2__large-name {
  display: block;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: bold;
}

.program-teacher2__large-reading {
  display: block;
  padding-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
}

.program-teacher2__large-txt {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #00A491;
}

.program-teacher2__blank-link {
  padding-right: 20px;
  text-decoration: underline;
  background: url(/img/common/blank-green.png) no-repeat right center;
  background-size: 10px 9px;
}
.program-teacher2__blank-link:hover {
  opacity: 0.5;
}

.program-teacher2__small-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.program-teacher2__small-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(25% + 1px);
  padding: 25px;
  border: 1px solid #e5e5e5;
  margin: 0 -1px -1px 0;
}

.program-teacher2__small-txt {
  display: block;
  margin: auto 0;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

/* -------------------------------------------------------------------------------- */
/* program responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- subject -------------- */
  .program-subject__list-link {
    font-size: 1.6rem;
  }

  /* -------------- subject - list1 -------------- */
  /* -------------- subject - list2 -------------- */
  /* -------------- subject - list3 -------------- */
  /* -------------- subject - list4 -------------- */
  /* -------------- subject - list5 -------------- */
  /* -------------- subject - list6 -------------- */
  /* -------------- subject - list7 -------------- */
  /* -------------- subject - list8 -------------- */
  /* -------------- subject - list9 -------------- */
  /* -------------- teacher -------------- */
  .program-teacher__illust-base {
    padding-bottom: 140px;
  }

  .program-teacher__illust1 {
    left: auto;
    right: 10px;
  }

  .program-teacher__illust2 {
    right: auto;
    bottom: 0;
    left: -7px;
    width: 98px;
  }

  /* -------------- teacher - list1 -------------- */
  .program-teacher1__large-item .txt + .txt {
    padding-top: 25px;
  }

  .program-teacher1__large-flex {
    display: flex;
    align-items: center;
  }

  .program-teacher1__large-img {
    width: 32%;
  }

  .program-teacher1__large-cnt {
    width: 64%;
  }

  .program-teacher1__large-position {
    font-size: 1.4rem;
  }

  .program-teacher1__large-heading {
    font-size: 2.4rem;
  }

  .program-teacher1__large-reading {
    font-size: 1.3rem;
  }

  .program-teacher1__large-field {
    padding-top: 40px;
  }

  .program-teacher1__small-item {
    width: calc((100% - 40px) / 2);
  }

  .program-teacher1__small-item:not(:nth-child(3n)) {
    padding-right: 0;
  }

  .program-teacher1__small-item:nth-child(2n+1) {
    padding-right: 40px;
  }

  .program-teacher1__small-item .txt + .txt {
    padding-top: 25px;
  }

  .program-teacher1__small-name {
    font-size: 2.2rem;
  }

  /* -------------- teacher - list2 -------------- */
  .program-teacher2__large-item {
    width: calc((100% - 50px) / 3);
  }

  .program-teacher2__large-item:not(:nth-child(4n)) {
    padding-right: 0;
  }

  .program-teacher2__large-item:not(:nth-child(3n)) {
    padding-right: 25px;
  }

  .program-teacher2__large-name {
    font-size: 2rem;
  }

  .program-teacher2__small-list {
    padding-top: 0;
  }

  .program-teacher2__small-item {
    width: calc(33.3333333333% + 1px);
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  /* -------------- subject -------------- */
  .program-subject__list-link {
    padding: 20px 20px 20px 0;
    background-position: right 8px center;
    background-size: 6px 12px;
  }
  .program-subject__list-link:hover {
    background-position: right 5px center;
  }

  /* -------------- subject - list1 -------------- */
  /* -------------- subject - list2 -------------- */
  /* -------------- subject - list3 -------------- */
  /* -------------- subject - list4 -------------- */
  /* -------------- subject - list5 -------------- */
  /* -------------- subject - list6 -------------- */
  /* -------------- subject - list7 -------------- */
  /* -------------- subject - list8 -------------- */
  /* -------------- subject - list9 -------------- */
  /* -------------- teacher -------------- */
  /* -------------- teacher - list1 -------------- */
  .program-teacher1__large-list {
    margin-bottom: -50px;
  }

  .program-teacher1__large-item {
    padding-bottom: 50px;
  }

  .program-teacher1__large-img {
    width: 42%;
  }

  .program-teacher1__large-cnt {
    width: 52%;
  }

  .program-teacher1__large-heading {
    padding: 12px 0 10px 0;
    font-size: 2rem;
  }

  .program-teacher1__large-field {
    padding-top: 30px;
  }

  .program-teacher1__small-list {
    margin-bottom: -40px;
  }

  .program-teacher1__small-item {
    width: calc((100% - 16px) / 2);
    padding-bottom: 40px;
  }

  .program-teacher1__small-item:nth-child(2n+1) {
    padding-right: 16px;
  }

  .program-teacher1__small-img {
    width: 68%;
    padding-bottom: 20px;
  }

  .program-teacher1__small-cnt {
    padding-bottom: 20px;
  }

  .program-teacher1__small-heading {
    padding-right: 18px;
  }

  .program-teacher1__small-name {
    font-size: 1.7rem;
  }

  .program-teacher1__small-reading {
    font-size: 1.1rem;
  }

  .program-teacher1__small-plus {
    width: 12px;
    height: 12px;
  }

  .program-teacher1__small-detail {
    padding: 18px 0 15px 0;
  }

  .program-teacher1__small-position {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }

  /* -------------- teacher - list2 -------------- */
  .program-teacher2__large-list {
    margin-bottom: -35px;
  }

  .program-teacher2__large-item {
    width: calc((100% - 15px) / 2);
    padding-bottom: 35px;
  }

  .program-teacher2__large-item:not(:nth-child(3n)) {
    padding-right: 0;
  }

  .program-teacher2__large-item:not(:nth-child(2n)) {
    padding-right: 15px;
  }

  .program-teacher2__large-img {
    width: 68%;
  }

  .program-teacher2__large-heading {
    padding: 15px 0 20px 0;
  }

  .program-teacher2__large-name {
    font-size: 1.7rem;
  }

  .program-teacher2__large-reading {
    padding-top: 2px;
    font-size: 1.1rem;
  }

  .program-teacher2__small-item {
    width: calc(50% + 1px);
    padding: 15px;
  }
}

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