/* --------------------------- arrow links --------------------------- */
/* --------------------------- admission --------------------------- */
/* -------------- style -------------- */
/* -------------- style - regular -------------- */
/* -------------- style - regular - graduation -------------- */
/* -------------- style - regular - transfer -------------- */
/* -------------- style - course-pay-as-you-go -------------- */
/* -------------- style - course-lisence -------------- */
/* -------------- style - course-kindergarten -------------- */
/* -------------- style - special -------------- */
/* -------------- fee -------------- */
.admission-fee__list {
  display: flex;
  justify-content: space-between;
}

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

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

/* -------------- fee - fees -------------- */
/* -------------- fee - scholarship -------------- */
/* -------------- fee - simulation -------------- */
.admission-simulation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -40px;
}

.admission-simulation__list-item {
  box-sizing: border-box;
  width: calc((100% - 40px) / 2);
  padding: 30px 40px;
  border-radius: 5px;
  margin-bottom: 40px;
  background: #f6f6f6;
  cursor: pointer;
}

.admission-simulation__list-heading {
  flex-grow: 1;
  position: relative;
  padding-right: 50px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

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

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

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

.admission-simulation__list-cnt {
  display: none;
  padding: 30px 0 50px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.admission-simulation__list-cnt.-open {
  opacity: 1;
}

.admission-simulation__cat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
}

.admission-simulation__cat-tag {
  display: block;
  box-sizing: border-box;
  width: 64px;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #aaa;
}

.admission-simulation__cat-cnt {
  width: calc(100% - 80px);
  line-height: 1.5;
}

.admission-simulation__green-wrap {
  box-sizing: border-box;
  padding: 12px 5px 13px 0;
  border-radius: 2px;
  border: 2px solid #00A491;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #00A491;
}

.admission-simulation__green-large {
  font-size: 4rem;
  padding: 0 6px 0 12px;
}

.admission-simulation__heading-remark {
  font-size: 1.4rem;
  font-weight: normal;
}

.admission-simulation__table-row {
  border-bottom: 1px solid #ccc;
}

.admission-simulation__table-row:first-child {
  border-top: 1px solid #ccc;
}

.admission-simulation__table-heading,
.admission-simulation__table-data {
  padding: 20px 0;
}

.admission-simulation__table-data {
  text-align: right;
}

/* -------------- system -------------- */
/* -------------- system - environment -------------- */
.admission-environment__remark-list {
  padding-top: 0;
}

/* -------------- system - process -------------- */
/* -------------- system - process - text -------------- */
/* -------------- system - process - schooling -------------- */
.admission-schooling__img {
  width: 60%;
  padding-top: 50px;
  margin: 0 auto;
}

/* -------------- system - process - exam -------------- */
/* -------------- system - credit -------------- */
/* -------------- support -------------- */
/* -------------- flow -------------- */
.admission-flow__flow-wrap {
  border-radius: 5px;
  border: 2px solid #00A491;
  overflow: hidden;
}
.admission-flow__flow-wrap.-light {
  border-color: #dbede9;
}
.admission-flow__flow-wrap.-light .admission-flow__flow-head {
  color: #00A491;
  background: #dbede9;
}

.admission-flow__flow-head {
  display: block;
  padding: 16px 0 17px 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00A491;
}

.admission-flow__flow-cnt {
  padding: 40px 6% 60px 6%;
}

.admission-flow__flow-heading {
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #00A491;
}
.admission-flow__flow-heading.-has-margin {
  padding-top: 55px;
}

.admission-flow__flow-heading + .txt {
  padding-top: 22px;
}

.admission-flow__flow-arrow {
  width: 40px;
  height: 40px;
  padding: 30px 0;
  margin: 0 auto;
}

/* -------------- flow - document -------------- */
/* -------------- flow - navi -------------- */
/* -------------- faq -------------- */
/* -------------------------------------------------------------------------------- */
/* admission responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- style -------------- */
  /* -------------- style - regular -------------- */
  /* -------------- style - regular - graduation -------------- */
  /* -------------- style - regular - transfer -------------- */
  /* -------------- style - course-pay-as-you-go -------------- */
  /* -------------- style - course-lisence -------------- */
  /* -------------- style - course-kindergarten -------------- */
  /* -------------- style - special -------------- */
  /* -------------- fee -------------- */
  .admission-fee__list {
    display: block;
    margin-bottom: -20px;
  }

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

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

  /* -------------- fee - fee -------------- */
  /* -------------- fee - scholarship -------------- */
  /* -------------- fee - simulation -------------- */
  .admission-simulation__list {
    margin-bottom: -10px;
  }

  .admission-simulation__list-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .admission-simulation__list-cnt {
    max-width: 650px;
    margin: 0 auto;
  }

  /* -------------- system -------------- */
  /* -------------- system - environment -------------- */
  /* -------------- system - process -------------- */
  /* -------------- system - process - text -------------- */
  /* -------------- system - process - schooling -------------- */
  /* -------------- system - process - exam -------------- */
  /* -------------- system - credit -------------- */
  /* -------------- support -------------- */
  /* -------------- flow -------------- */
  .admission-flow__flow-head {
    font-size: 1.5rem;
  }

  .admission-flow__flow-heading {
    font-size: 2rem;
  }
  .admission-flow__flow-heading.-has-margin {
    padding-top: 45px;
  }

  /* -------------- flow - document -------------- */
  /* -------------- flow - navi -------------- */
  /* -------------- faq -------------- */
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  /* -------------- style -------------- */
  /* -------------- style - regular -------------- */
  /* -------------- style - regular - graduation -------------- */
  /* -------------- style - regular - transfer -------------- */
  /* -------------- style - course-pay-as-you-go -------------- */
  /* -------------- style - course-lisence -------------- */
  /* -------------- style - course-kindergarten -------------- */
  /* -------------- style - special -------------- */
  /* -------------- fee -------------- */
  .admission-fee__list-item {
    border-width: 2px;
  }

  .admission-fee__list-heading {
    padding-bottom: 21px;
    font-size: 1.7rem;
  }

  /* -------------- fee - fee -------------- */
  /* -------------- fee - scholarship -------------- */
  /* -------------- fee - simulation -------------- */
  .admission-simulation__list-item {
    padding: 20px 15px;
  }

  .admission-simulation__list-heading {
    padding-right: 25px;
    font-size: 1.55rem;
  }

  .admission-simulation__list-plus {
    width: 16px;
    height: 16px;
  }

  .admission-simulation__list-cnt {
    padding: 20px 0;
  }

  .admission-simulation__cat {
    padding-bottom: 15px;
  }

  .admission-simulation__cat-tag {
    width: 60px;
    font-size: 1.2rem;
  }

  .admission-simulation__cat-cnt {
    width: calc(100% - 70px);
    font-size: 1.3rem;
  }

  .admission-simulation__green-wrap {
    padding: 14px 5px 14px 0;
  }

  .admission-simulation__green-large {
    font-size: 3rem;
    padding: 0 4px 0 8px;
  }

  .admission-simulation__heading-remark {
    font-size: 1.3rem;
  }

  /* -------------- system -------------- */
  /* -------------- system - environment -------------- */
  /* -------------- system - process -------------- */
  /* -------------- system - process - text -------------- */
  /* -------------- flow -------------- */
  /* -------------- system - process - schooling -------------- */
  .admission-schooling__img {
    width: 100%;
    padding-top: 35px;
  }

  /* -------------- system - process - exam -------------- */
  /* -------------- system - credit -------------- */
  /* -------------- support -------------- */
  /* -------------- flow -------------- */
  .admission-flow__flow-head {
    font-size: 1.4rem;
  }

  .admission-flow__flow-cnt {
    padding: 25px 7% 45px 7%;
  }

  .admission-flow__flow-heading {
    font-size: 1.8rem;
  }
  .admission-flow__flow-heading.-has-margin {
    padding-top: 35px;
  }

  .admission-flow__flow-arrow {
    width: 35px;
    height: 35px;
    padding: 15px 0;
  }

  /* -------------- flow - document -------------- */
  /* -------------- flow - navi -------------- */
  /* -------------- faq -------------- */
}

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