@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  mv
------------------------------------*/
.MV h1 {
  position: relative;
}

.MV h1::after {
  position: absolute;
  top: 36px;
  left: 362px;
  background-image: url(../../../img/COURSE&PRICE.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 89px;
  height: 12px;
}

.MV_container .pagelink_container01,
.MV_container .pagelink_container02,
.MV_container .pagelink_container03 {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.MV_container .pagelink_title {
  width: 130px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.MV_container a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #16a070;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.MV_container a:not(:first-of-type) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .MV h1::after {
    top: 45px;
    left: 0;
  }
  .MV_container {
    width: 100vw;
  }
  .MV_container .pagelink_container_wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .MV_container .pagelink_container01,
  .MV_container .pagelink_container02,
  .MV_container .pagelink_container03 {
    display: flex;
    margin-top: 15px;
    align-items: center;
    width: 1000px;
  }
  .MV_container .pagelink_title {
    width: 130px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .MV_container a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #16a070;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .MV_container a:not(:first-of-type) {
    margin-left: 15px;
  }
}

/*----------------------------------
  concept
------------------------------------*/
.concept {
  margin-top: 193px;
}

.concept h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
}

.concept .concept_textontainer {
  text-align: center;
  width: 540px;
  margin: 38px auto 0;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .concept {
    margin-top: 80px;
  }
  .concept h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    text-align: center;
  }
  .concept .concept_textontainer {
    text-align: center;
    width: 80%;
    margin: 38px auto 0;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}

/*----------------------------------
  standardcourse
------------------------------------*/
.standardcourse {
  margin-top: 150px;
}

.standardcourse h2 {
  margin-bottom: 82px;
}

.standardcourse h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 51.5px);
  background-image: url(../../../img/STANDARDCOURSE.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 103px;
  height: 12px;
}

.standardcourse_inner {
  width: 900px;
  margin: 0 auto;
}

.standardcourse_inner .standardcourse_pic {
  width: 100%;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  position: relative;
}

.standardcourse_inner .standardcourse_pic::before {
  position: absolute;
  content: "";
  bottom: -45px;
  left: -45px;
  background-color: #16a070;
  width: 90px;
  height: 90px;
  border-radius: 90px;
}

.standardcourse_inner h3 {
  margin-top: 75px;
}

.standardcourse_inner .h3_01::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../../../img/PrimarySchool.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 80px;
  height: 12px;
}

.standardcourse_inner .h3_02::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../../../img/JuniorHighSchool.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 101px;
  height: 12px;
}

.standardcourse_inner .h3_03::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../../../img/HighSchool.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 63px;
  height: 12px;
}

.standardcourse_shogakusei_tablecontainer {
  width: 100%;
  margin-top: 93px;
}

.standardcourse_shogakusei_tabletitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.standardcourse_shogakusei_tabletitle h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.standardcourse_shogakusei_tabletitle .expenses_pagelink {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  margin-right: 65px;
}

.standardcourse_shogakusei_tabletitle .expenses_pagelink::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  right: -65px;
  transform: rotate(90deg);
}

.standardcourse_shogakusei_table {
  width: 100%;
  margin-top: 30px;
}

.standardcourse_shogakusei_table table {
  width: 100%;
}

.standardcourse_shogakusei_table th,
.standardcourse_shogakusei_table td {
  border: solid 1px #16a070;
}

.standardcourse_shogakusei_table th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  word-break: keep-all;
  color: #16a070;
  line-height: 1.5;
  border-left: 0px solid #000;
  vertical-align: middle;
}

.standardcourse_shogakusei_table td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 23px;
  font-size: 15px;
  text-align: left;
  word-break: keep-all;
  line-height: 1.5;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.standardcourse_shogakusei_table .td01 {
  color: #16a070;
  font-weight: bold;
  text-align: center;
}

.standardcourse_shogakusei_table tr td:last-child {
  border-right: 0px solid #000;
}

.standardcourse_shogakusei_tablecaption {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 30px;
}

.standardcourse_shogakusei_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 48px 0;
  margin-top: 66px;
  border-top: 1px solid #16a070;
  border-bottom: 1px solid #16a070;
}

.standardcourse_shogakusei_bottom01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #16a070;
  margin-right: 90px;
}

.standardcourse_shogakusei_bottom02 {
  position: relative;
  margin-right: 90px;
}

.standardcourse_shogakusei_bottom02::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 13px);
  background-image: url(../../../img/01_lightgreen.png);
  background-size: contain;
  content: "";
  width: 26px;
  height: 33px;
}

.standardcourse_shogakusei_bottom02 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

.standardcourse_shogakusei_bottom02 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

.standardcourse_shogakusei_bottom03 {
  position: relative;
}

.standardcourse_shogakusei_bottom03::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 13px);
  background-image: url(../../../img/02_lightgreen.png);
  background-size: contain;
  content: "";
  width: 26px;
  height: 33px;
}

.standardcourse_shogakusei_bottom03 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

.standardcourse_shogakusei_bottom03 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

.standard_chugakusei {
  margin-top: 200px;
}

.standardcourse_chugakusei_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 48px 0;
  margin-top: 66px;
  border-top: 1px solid #16a070;
  border-bottom: 1px solid #16a070;
}

.standardcourse_chugakusei_bottom01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #16a070;
  margin-right: 40px;
}

.standardcourse_chugakusei_bottom02 {
  position: relative;
  margin-right: 25px;
}

.standardcourse_chugakusei_bottom02::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 13px);
  background-image: url(../../../img/01_lightgreen.png);
  background-size: contain;
  content: "";
  width: 26px;
  height: 33px;
}

.standardcourse_chugakusei_bottom02 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

.standardcourse_chugakusei_bottom02 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

.standardcourse_chugakusei_bottom03 {
  position: relative;
  margin-right: 25px;
}

.standardcourse_chugakusei_bottom03::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 13px);
  background-image: url(../../../img/02_lightgreen.png);
  background-size: contain;
  content: "";
  width: 26px;
  height: 33px;
}

.standardcourse_chugakusei_bottom03 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

.standardcourse_chugakusei_bottom03 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

.standardcourse_chugakusei_bottom04 {
  position: relative;
}

.standardcourse_chugakusei_bottom04::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 13px);
  background-image: url(../../../img/03_lightgreen.png);
  background-size: contain;
  content: "";
  width: 26px;
  height: 33px;
}

.standardcourse_chugakusei_bottom04 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

.standardcourse_chugakusei_bottom04 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

.standard_koukousei {
  margin-top: 200px;
}

@media (max-width: 768px) {
  .standardcourse {
    margin-top: 100px;
  }
  .standardcourse h2 {
    margin-bottom: 82px;
  }
  .standardcourse h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 51.5px);
    background-image: url(../../../img/STANDARDCOURSE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 103px;
    height: 12px;
  }
  .standardcourse_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .standardcourse_inner .standardcourse_pic {
    width: 100%;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
  }
  .standardcourse_inner .standardcourse_pic::before {
    display: none;
  }
  .standardcourse_inner h3 {
    margin-top: 24px;
  }
  .standardcourse_inner .h3_01::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../../../img/PrimarySchool.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 80px;
    height: 12px;
  }
  .standardcourse_inner .h3_02::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../../../img/JuniorHighSchool.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 101px;
    height: 12px;
  }
  .standardcourse_inner .h3_03::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../../../img/HighSchool.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 63px;
    height: 12px;
  }
  .standardcourse_shogakusei_tablecontainer {
    width: 100%;
    margin-top: 60px;
  }
  .standardcourse_shogakusei_tabletitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .standardcourse_shogakusei_tabletitle h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .standardcourse_shogakusei_tabletitle .expenses_pagelink {
    display: block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    position: relative;
    margin-right: 50px;
  }
  .standardcourse_shogakusei_tabletitle .expenses_pagelink::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../img/ico_arrow01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 2px;
    right: -50px;
    transform: rotate(90deg);
  }
  .standardcourse_shogakusei_table {
    overflow-x: auto;
    width: 100%;
    margin-top: 16px;
  }
  .standardcourse_shogakusei_table table {
    width: 768px;
    min-width: 768px;
  }
  .standardcourse_shogakusei_table th,
  .standardcourse_shogakusei_table td {
    border: solid 1px #16a070;
  }
  .standardcourse_shogakusei_table th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #16a070;
    border-left: 0px solid #000;
  }
  .standardcourse_shogakusei_table td {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .standardcourse_shogakusei_table .td01 {
    color: #16a070;
    font-weight: bold;
  }
  .standardcourse_shogakusei_table tr td:nth-child(2) {
    padding: 20px 5px;
  }
  .standardcourse_shogakusei_table tr td:last-child {
    border-right: 0px solid #000;
  }
  .standardcourse_shogakusei_tablecaption {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 30px;
  }
  .standardcourse_shogakusei_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 48px 0;
    margin-top: 66px;
    border-top: 1px solid #16a070;
    border-bottom: 1px solid #16a070;
  }
  .standardcourse_shogakusei_bottom01 {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #16a070;
  }
  .standardcourse_shogakusei_bottom02 {
    width: 100%;
    margin: 100px auto 0;
    position: relative;
  }
  .standardcourse_shogakusei_bottom02::before {
    position: absolute;
    top: -46px;
    left: calc(50% - 13px);
    background-image: url(../../../img/01_lightgreen.png);
    background-size: contain;
    content: "";
    width: 26px;
    height: 33px;
  }
  .standardcourse_shogakusei_bottom02 h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .standardcourse_shogakusei_bottom02 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .standardcourse_shogakusei_bottom03 {
    position: relative;
    width: 100%;
    margin: 100px auto 0;
  }
  .standardcourse_shogakusei_bottom03::before {
    position: absolute;
    top: -46px;
    left: calc(50% - 13px);
    background-image: url(../../../img/02_lightgreen.png);
    background-size: contain;
    content: "";
    width: 26px;
    height: 33px;
  }
  .standardcourse_shogakusei_bottom03 h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .standardcourse_shogakusei_bottom03 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .standard_chugakusei {
    margin-top: 200px;
  }
  .standardcourse_chugakusei_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 48px 0;
    margin-top: 66px;
    border-top: 1px solid #16a070;
    border-bottom: 1px solid #16a070;
  }
  .standardcourse_chugakusei_bottom01 {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #16a070;
    margin-right: 0px;
  }
  .standardcourse_chugakusei_bottom02 {
    position: relative;
    width: 100%;
    margin: 100px auto 0;
  }
  .standardcourse_chugakusei_bottom02::before {
    position: absolute;
    top: -46px;
    left: calc(50% - 13px);
    background-image: url(../../../img/01_lightgreen.png);
    background-size: contain;
    content: "";
    width: 26px;
    height: 33px;
  }
  .standardcourse_chugakusei_bottom02 h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .standardcourse_chugakusei_bottom02 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .standardcourse_chugakusei_bottom03 {
    position: relative;
    width: 100%;
    margin: 100px auto 0;
  }
  .standardcourse_chugakusei_bottom03::before {
    position: absolute;
    top: -46px;
    left: calc(50% - 13px);
    background-image: url(../../../img/02_lightgreen.png);
    background-size: contain;
    content: "";
    width: 26px;
    height: 33px;
  }
  .standardcourse_chugakusei_bottom03 h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .standardcourse_chugakusei_bottom03 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .standardcourse_chugakusei_bottom04 {
    position: relative;
    width: 100%;
    margin: 100px auto 0;
  }
  .standardcourse_chugakusei_bottom04::before {
    position: absolute;
    top: -46px;
    left: calc(50% - 13px);
    background-image: url(../../../img/03_lightgreen.png);
    background-size: contain;
    content: "";
    width: 26px;
    height: 33px;
  }
  .standardcourse_chugakusei_bottom04 h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .standardcourse_chugakusei_bottom04 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .standard_koukousei {
    margin-top: 200px;
  }
}

/*----------------------------------
  specialcourse
------------------------------------*/
.specialcourse {
  width: 100%;
  margin-top: 110px;
  padding-top: 90px;
  padding-bottom: 150px;
  background: #d9ede6;
}

.specialcourse h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 44px);
  background-image: url(../../../img/SPECIALCOURSE.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 88px;
  height: 12px;
}

.specialcourse_inner {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.specialcourse_item {
  width: 400px;
  margin-top: 125px;
}

.specialcourse_item h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #16a070;
  position: relative;
}

.specialcourse_item h3 span {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  color: #16a070;
}

.specialcourse_item .specialcourse_price {
  display: flex;
  padding: 52px 0;
  margin-top: 30px;
  border-top: 1px solid #16a070;
}

.specialcourse_item .specialcourse_price span {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.specialcourse_item .specialcourse_price p {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-left: 46px;
}

.specialcourse_item .specialcourse_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  height: 168px;
  border-bottom: 1px solid #16a070;
}

#special01 h3::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 90px;
  height: 22px;
  background-image: url(../../../img/tag_chugakusei.png);
  background-size: contain;
}

#special02 h3::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 104px;
  height: 22px;
  background-image: url(../../../img/tag_shochukousei.png);
  background-size: contain;
}

#special03 h3::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 132px;
  height: 22px;
  background-image: url(../../../img/tag_5chu.png);
  background-size: contain;
}

#special04 h3::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 90px;
  height: 22px;
  background-image: url(../../../img/tag_shogakuseitaishou.png);
  background-size: contain;
}

#special05 h3::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 104px;
  height: 22px;
  background-image: url(../../../img/tag_shochukousei.png);
  background-size: contain;
}

.specialcourse_caption {
  width: 900px;
  margin: 90px auto 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
}

@media (max-width: 768px) {
  .specialcourse {
    width: 100%;
    margin-top: 110px;
    padding-top: 90px;
    padding-bottom: 100px;
    background: #d9ede6;
  }
  .specialcourse h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 44px);
    background-image: url(../../../img/SPECIALCOURSE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 88px;
    height: 12px;
  }
  .specialcourse_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .specialcourse_item {
    width: 100%;
    margin-top: 90px;
  }
  .specialcourse_item h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    color: #16a070;
    position: relative;
  }
  .specialcourse_item h3 span {
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    color: #16a070;
  }
  .specialcourse_item .specialcourse_price {
    display: flex;
    padding: 30px 0;
    margin-top: 20px;
    border-top: 1px solid #16a070;
    align-items: center;
  }
  .specialcourse_item .specialcourse_price span {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .specialcourse_item .specialcourse_price p {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-left: 30px;
  }
  .specialcourse_item .specialcourse_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    height: auto;
    border-bottom: 1px solid #16a070;
    padding-bottom: 24px;
  }
  .specialcourse_caption {
    width: 100%;
    padding: 0 20px;
    margin: 90px auto 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
}

/*----------------------------------
  kanwakyudai
------------------------------------*/
.kanwakyudai {
  height: 270px;
}

.kanwakyudai img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 270px;
}

/*----------------------------------
  expenses
------------------------------------*/
.expenses {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 100px;
}

.expenses h2 {
  margin-bottom: 94px;
}

.expenses h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 84px);
  background-image: url(../../../img/ENROLLMENTFREEEXPENSES.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 168px;
  height: 12px;
}

.expenses_inner {
  width: 900px;
  margin: 0 auto;
}

.nyugakukin {
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid #16a070;
  border-bottom: 1px solid #16a070;
}

.nyugakukin_title {
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.nyugakukin_text {
  font-weight: bold;
  font-size: 16px;
}

.expense {
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #16a070;
}

.expense_title {
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16a070;
}

.expense_text {
  font-size: 16px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .expenses {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .expenses h2 {
    margin-bottom: 80px;
  }
  .expenses h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 84px);
    background-image: url(../../../img/ENROLLMENTFREEEXPENSES.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 168px;
    height: 12px;
  }
  .expenses_inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .nyugakukin {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #16a070;
    border-bottom: 1px solid #16a070;
  }
  .nyugakukin_title {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .nyugakukin_text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    width: calc(100% - 100px);
  }
  .expense {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #16a070;
  }
  .expense_title {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
  .expense_text {
    font-size: 14px;
    line-height: 29px;
    width: calc(100% - 100px);
    padding-right: 10px;
  }
}

/*----------------------------------
  timetable
------------------------------------*/
.timetable {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

.timetable h2 {
  margin-bottom: 82px;
}

.timetable h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 27px);
  background-image: url(../../../img/TIMETABLE.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 54px;
  height: 12px;
}

.timetable_table {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

.timetable_table table {
  width: 100%;
}

.timetable_table th,
.timetable_table td {
  border: solid 1px #16a070;
}

.timetable_table th {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 25px 40px;
  color: #16a070;
  line-height: 1.5;
  vertical-align: middle;
  border-left: 0px solid #000;
}

.timetable_table td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 40px;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.timetable_table .td01 {
  color: #16a070;
  font-weight: bold;
}

.timetable_table tr td:nth-child(2) {
  padding-right: 50px;
}

.timetable_table tr td:last-child {
  border-right: 0px solid #000;
}

.timetable_table table tr .td02 {
  padding-right: 0px;
}

.tag_shogakusei {
  position: relative;
}

.tag_shogakusei::after {
  position: absolute;
  bottom: 23px;
  right: 44px;
  content: "";
  width: 62px;
  height: 22px;
  background-image: url(../../../img/tag_shogakusei.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tag_chukousei {
  position: relative;
}

.tag_chukousei::after {
  position: absolute;
  bottom: 23px;
  right: 44px;
  content: "";
  width: 62px;
  height: 22px;
  background-image: url(../../../img/tag_chukousei.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tag_shouchukousei {
  position: relative;
}

.tag_shouchukousei::before {
  position: absolute;
  bottom: 23px;
  right: 78px;
  content: "";
  width: 62px;
  height: 22px;
  background-image: url(../../../img/tag_shogakusei.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tag_shouchukousei::after {
  position: absolute;
  bottom: 23px;
  right: 8px;
  content: "";
  width: 62px;
  height: 22px;
  background-image: url(../../../img/tag_chukousei.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.timetable_caption {
  width: 900px;
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .timetable {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../../../img/bg_grid.svg);
    background-size: 29px 30px;
  }
  .timetable h2 {
    margin-bottom: 82px;
  }
  .timetable h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 27px);
    background-image: url(../../../img/TIMETABLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 54px;
    height: 12px;
  }
  .timetable_table {
    overflow-x: auto;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    background-color: transparent;
  }
  .timetable_table table {
    width: 768px;
    min-width: 768px;
    background-color: #fff;
  }
  .timetable_table th,
  .timetable_table td {
    border: solid 1px #16a070;
  }
  .timetable_table th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #16a070;
    border-left: 0px solid #000;
  }
  .timetable_table td {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 25px 0px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .timetable_table .td01 {
    color: #16a070;
    font-weight: bold;
  }
  .timetable_table tr td:nth-child(2) {
    padding-right: 40px;
  }
  .timetable_table tr td:last-child {
    border-right: 0px solid #000;
  }
  .timetable_table table tr .td02 {
    padding-right: 0px;
  }
  .tag_shogakusei {
    position: relative;
  }
  .tag_shogakusei::after {
    position: absolute;
    bottom: 26px;
    right: 20px;
    content: "";
    width: 31px;
    height: 11px;
    background-image: url(../../../img/tag_shogakusei.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tag_chukousei {
    position: relative;
  }
  .tag_chukousei::after {
    position: absolute;
    bottom: 26px;
    right: 20px;
    content: "";
    width: 31px;
    height: 11px;
    background-image: url(../../../img/tag_chukousei.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tag_shouchukousei {
    position: relative;
  }
  .tag_shouchukousei::before {
    position: absolute;
    bottom: 35px;
    right: 20px;
    content: "";
    width: 31px;
    height: 11px;
    background-image: url(../../../img/tag_shogakusei.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tag_shouchukousei::after {
    position: absolute;
    bottom: 17px;
    right: 20px;
    content: "";
    width: 31px;
    height: 11px;
    background-image: url(../../../img/tag_chukousei.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .timetable_caption {
    width: 100%;
    padding: 0 20px;
    margin: 90px auto 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
}

/*----------------------------------
  campaign
------------------------------------*/
.campaign {
  margin-top: 100px;
}

.campaign h2 {
  margin-bottom: 82px;
}

.campaign h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 28.5px);
  background-image: url(../../../img/CAMPAIGN.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 57px;
  height: 12px;
}

.campaign_inner {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.campaign_inner::before {
  position: absolute;
  bottom: -60px;
  left: 240px;
  background-image: url(../../../img/fig_round_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 275px;
  height: 275px;
}

.campaign_inner .campaign_pic {
  position: relative;
  width: 450px;
}

.campaign_inner .campaign_pic::after {
  position: absolute;
  top: -56px;
  left: -74px;
  background-image: url(../../../img/fig_grid01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 174px;
  height: 174px;
}

.campaign_inner .campaign_rightbox {
  width: 367px;
}

.campaign_inner h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 1.1;
  margin-top: 64px;
}

.campaign_inner .campaign_textcontainer {
  margin-top: 72px;
  font-size: 16px;
  letter-spacing: 1.8;
  line-height: 29px;
  text-align: justify;
}

@media (max-width: 768px) {
  .campaign {
    margin-top: 100px;
  }
  .campaign h2 {
    margin-bottom: 82px;
  }
  .campaign h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 28.5px);
    background-image: url(../../../img/CAMPAIGN.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 57px;
    height: 12px;
  }
  .campaign_inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .campaign_inner::before {
    display: none;
  }
  .campaign_inner .campaign_pic {
    position: relative;
    width: 100%;
  }
  .campaign_inner .campaign_pic::after {
    display: none;
  }
  .campaign_inner .campaign_rightbox {
    width: 100%;
  }
  .campaign_inner h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    letter-spacing: 1.1;
    margin-top: 24px;
  }
  .campaign_inner .campaign_textcontainer {
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 1.8;
    line-height: 29px;
    text-align: justify;
  }
}

/*----------------------------------
  aboutlink
------------------------------------*/
.aboutlink {
  width: 100%;
  margin-top: 300px;
  padding-bottom: 200px;
}

.aboutlink h2 {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  color: #ffa02c;
}

.aboutlink h2::before {
  position: absolute;
  top: -30px;
  left: -100px;
  background-image: url(../../../img/bracket01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

.aboutlink h2::after {
  position: absolute;
  bottom: -30px;
  right: -100px;
  background-image: url(../../../img/bracket02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

.aboutlink_flexcontainer {
  width: 900px;
  margin: 0 auto;
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}

.aboutlink_pic {
  width: 380px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.aboutlink_right {
  width: 450px;
}

.aboutlink_right h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
}

.aboutlink_right .aboutlink_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 38px;
  text-align: justify;
}

.btn_aboutlink2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.4px;
  margin: 80px 70px 0 auto;
}

.btn_aboutlink2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  right: -70px;
}

@media (max-width: 768px) {
  .aboutlink {
    margin-top: 200px;
    margin-bottom: 0px;
  }
  .aboutlink h2 {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 18px;
    color: #ffa02c;
    text-align: center;
    line-height: 1.6;
  }
  .aboutlink h2::before {
    position: absolute;
    top: -30px;
    left: -70px;
    background-image: url(../../../img/bracket01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
  }
  .aboutlink h2::after {
    position: absolute;
    bottom: -30px;
    right: -70px;
    background-image: url(../../../img/bracket02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
  }
  .aboutlink_flexcontainer {
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .aboutlink_pic {
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .aboutlink_right {
    width: 100%;
  }
  .aboutlink_right h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 24px;
  }
  .aboutlink_right .aboutlink_textcontainer {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 16px;
    text-align: justify;
  }
  .btn_aboutlink2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.4px;
    margin: 80px 70px 0 auto;
  }
  .btn_aboutlink2::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../img/ico_arrow02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -11px;
    right: -70px;
  }
}
/*# sourceMappingURL=style.css.map */
