@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: 117px;
  left: 362px;
  background-image: url(../../../img/WHYMIRAI.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 66px;
  height: 12px;
}

@media (max-width: 768px) {
  .MV h1::after {
    top: 85px;
    left: 0;
  }
}

/*----------------------------------
  policy
------------------------------------*/
.policy {
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  margin-top: 150px;
  padding: 60px 0 0 0;
}

.policy h2 {
  margin-bottom: 72px;
}

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

.policy_upper {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.policy_pic {
  width: 503px;
  height: 400px;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.policy_rightbox {
  width: 600px;
}

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

.policy_rightbox .learn_textcontainer1 {
  font-size: 20px;
  line-height: 40px;
  margin-top: 28px;
}

.policy_rightbox .learn_textcontainer2 {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 48px;
}

.policy_bottom {
  margin-top: 73px;
  padding-top: 52px;
  padding-bottom: 64px;
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

.policy_item {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.policy_item:not(:first-of-type) {
  margin-top: 34px;
}

.policy_item_right {
  width: 600px;
}

.policy_item_number {
  width: 70px;
  height: 90px;
}

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

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

@media (max-width: 768px) {
  .policy {
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
    margin-top: 0px;
    padding: 100px 0 0 0;
  }
  .policy h2 {
    margin-bottom: 72px;
  }
  .policy h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 52px);
    background-image: url(../../../img/EDUCATIONPOLICY.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 104px;
    height: 12px;
  }
  .policy_upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .policy_pic {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .policy_rightbox {
    width: 100%;
  }
  .policy_rightbox h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 23px;
  }
  .policy_rightbox .learn_textcontainer1 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 24px;
  }
  .policy_rightbox .learn_textcontainer2 {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 24px;
    text-align: justify;
  }
  .policy_bottom {
    margin-top: 73px;
    padding: 0 20px;
    padding-top: 52px;
    padding-bottom: 64px;
    background-image: url(../../../img/bg_grid.svg);
    background-size: 29px 30px;
  }
  .policy_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .policy_item:not(:first-of-type) {
    margin-top: 42px;
  }
  .policy_item_pic {
    width: 70%;
    margin: 0 auto;
  }
  .policy_item_right {
    width: 100%;
  }
  .policy_item_number {
    width: 70px;
    height: 90px;
  }
  .policy_item_textcontainer1 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 34px;
  }
  .policy_item_textcontainer2 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 24px;
    text-align: justify;
  }
}

/*----------------------------------
  teacher
------------------------------------*/
.teacher {
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  margin-top: 134px;
}

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

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

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

.teacher_upper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.teacher_pic {
  width: 300px;
  height: 340px;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.teacher_upper_right {
  width: 450px;
}

.teacher_upper_right p {
  font-size: 20px;
  line-height: 40px;
  margin-top: 38px;
}

.teacher_upper_right h3 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-top: 20px;
}

.teacher_upper_right .teacher_upper_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 60px;
  text-align: justify;
}

.howtoteache {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.howtoteache h3 {
  width: 150px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
}

.howtoteache .howtoteache_right {
  width: 750px;
  border-top: 1px solid #16A070;
  margin-top: 22px;
  padding-top: 20px;
}

.howtoteache h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  margin-top: 30px;
}

.howtoteache .howtoteache_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 36px;
}

.forparents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.forparents h3 {
  width: 150px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
}

.forparents .forparents_right {
  width: 750px;
  border-top: 1px solid #16A070;
  margin-top: 22px;
  padding-top: 20px;
}

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

@media (max-width: 768px) {
  .teacher {
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
    margin-top: 0px;
  }
  .teacher h2 {
    margin-bottom: 82px;
  }
  .teacher h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 46px);
    background-image: url(../../../img/TEACHERPROFILE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 92px;
    height: 12px;
  }
  .teacher_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .teacher_upper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .teacher_pic {
    width: 100%;
    max-width: 500px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .teacher_upper_right {
    width: 100%;
  }
  .teacher_upper_right p {
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
  }
  .teacher_upper_right h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-top: 0px;
  }
  .teacher_upper_right .teacher_upper_textcontainer {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 24px;
    text-align: justify;
  }
  .howtoteache {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .howtoteache h3 {
    width: 150px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
  }
  .howtoteache .howtoteache_right {
    width: 750px;
    border-top: 1px solid #16A070;
    margin-top: 22px;
    padding-top: 20px;
  }
  .howtoteache h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    margin-top: 30px;
  }
  .howtoteache .howtoteache_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 36px;
  }
  .forparents {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .forparents h3 {
    width: 150px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
  }
  .forparents .forparents_right {
    width: 750px;
    border-top: 1px solid #16A070;
    margin-top: 22px;
    padding-top: 20px;
  }
  .forparents .forparents_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 30px;
  }
}

/*----------------------------------
  voice
------------------------------------*/
.voice {
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  margin-top: 134px;
}

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

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

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

.voice_inner h3 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16a070;
  text-align: center;
}

.voice_inner h3::after {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #16A070;
}

.voice_inner .h3_goodpoint {
  margin-top: 160px;
}

.voice_item {
  position: relative;
  width: 900px;
  background: #FFFFFF;
  padding: 64px 150px 40px;
  border: 1px solid #16A070;
  font-size: 30px;
  font-weight: bold;
  border-radius: 200px;
  margin-top: 70px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.voice_item_odd:after, .voice_item_odd:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 17%;
}

.voice_item_odd:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 26px;
  border-bottom-width: 26px;
  border-left-width: 30px;
  border-right-width: 0px;
  margin-left: -19px;
  border-top-color: #FFFFFF;
}

.voice_item_odd:before {
  border-color: rgba(0, 148, 104, 0);
  border-top-width: 27px;
  border-bottom-width: 27px;
  border-left-width: 31px;
  border-right-width: 0px;
  margin-right: -1px;
  margin-top: 1px;
  border-top-color: #009468;
}

.voice_item_even:after, .voice_item_even:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 17%;
}

.voice_item_even:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 26px;
  border-bottom-width: 26px;
  border-left-width: 0px;
  border-right-width: 30px;
  margin-left: -19px;
  border-top-color: #FFFFFF;
}

.voice_item_even:before {
  border-color: rgba(0, 148, 104, 0);
  border-top-width: 27px;
  border-bottom-width: 27px;
  border-left-width: 0px;
  border-right-width: 31px;
  margin-left: -20px;
  margin-top: 1px;
  border-top-color: #009468;
}

.voice_text {
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  text-align: justify;
}

.voice_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #16a070;
}

@media (max-width: 768px) {
  .voice {
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
    margin-top: 60px;
  }
  .voice h2 {
    margin-bottom: 60px;
  }
  .voice h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 16px);
    background-image: url(../../../img/VOICE.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 32px;
    height: 12px;
  }
  .voice_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .voice_inner h3 {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16a070;
    text-align: center;
  }
  .voice_inner h3::after {
    position: absolute;
    bottom: -22px;
    left: calc(50% - 10px);
    content: "";
    width: 20px;
    height: 1px;
    background-color: #16A070;
  }
  .voice_inner .h3_goodpoint {
    margin-top: 120px;
  }
  .voice_item {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 64px 20px 40px;
    border: 1px solid #16A070;
    font-size: 14px;
    font-weight: bold;
    border-radius: 80px;
    margin-top: 48px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .voice_item_odd:after, .voice_item_odd:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 28%;
  }
  .voice_item_odd:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 30px;
    border-right-width: 0px;
    margin-left: -19px;
    border-top-color: #FFFFFF;
  }
  .voice_item_odd:before {
    border-color: rgba(0, 148, 104, 0);
    border-top-width: 27px;
    border-bottom-width: 27px;
    border-left-width: 31px;
    border-right-width: 0px;
    margin-right: -1px;
    margin-top: 1px;
    border-top-color: #009468;
  }
  .voice_item_even:after, .voice_item_even:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 28%;
  }
  .voice_item_even:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 0px;
    border-right-width: 30px;
    margin-left: -19px;
    border-top-color: #FFFFFF;
  }
  .voice_item_even:before {
    border-color: rgba(0, 148, 104, 0);
    border-top-width: 27px;
    border-bottom-width: 27px;
    border-left-width: 0px;
    border-right-width: 31px;
    margin-left: -20px;
    margin-top: 1px;
    border-top-color: #009468;
  }
  .voice_text {
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    text-align: justify;
  }
  .voice_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #16a070;
  }
}

/*----------------------------------
  courselink
------------------------------------*/
.courselink {
  margin-top: 260px;
  margin-bottom: 205px;
}

.courselink 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;
}

.courselink 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;
}

.courselink 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;
}

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

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

.courselink_right {
  width: 450px;
}

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

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

.btn_courselink2 {
  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_courselink2::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) {
  .courselink {
    margin-top: 200px;
    margin-bottom: 160px;
  }
  .courselink 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;
  }
  .courselink 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;
  }
  .courselink 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;
  }
  .courselink_flexcontainer {
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .courselink_pic {
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .courselink_right {
    width: 100%;
  }
  .courselink_right h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 24px;
  }
  .courselink_right .courselink_textcontainer {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 16px;
    text-align: justify;
  }
  .btn_courselink2 {
    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_courselink2::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 */
