@charset "UTF-8";
/* CSS Document */

body{
  background:#fff;
}
@media screen and (max-width:599px) {
body > :not(nav){
line-height: 1.6;
}
}


.mv_wrapper {
  margin: 3em auto 0
}
.massage_wrapper {
  margin: 6em auto 0;
  background: url("../img/intro/bg_akane_sky.jpg")no-repeat center 310px / 864px auto;
  min-height: 500px;
}
.about_wrapper {
  background: url("../img/intro/bg_shootingstar.jpg") no-repeat center / cover;
  padding-top: 4.5em;
  padding-bottom: 5.5em;
  margin: 3.5em auto 0
}
.textbody_wrapper {
  margin: 2em auto 0;
}
.textbody_pict_wrapper {
  margin: 2em auto 3em;
}
.quote_wrapper {
  margin: 2em auto 0
}
.teacher_wrapper {
  background: #F1EBFF;
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 7em auto 0;
}
  .privilege_wrapper {
    margin: 6em auto 0
  }


#intro .mv_wrapper img {
  max-width: 600px;
  width:100%;
  height: auto
}

#intro .wider_container img {
  max-width: 580px;
  width:100%;
  height: auto
}
@media screen and (max-width: 599px) {
  .privilege_wrapper {
    margin: 2em auto 0
  }
  .massage_wrapper {
    margin: 4em auto 0;
    background: url("../img/intro/bg_akane_sky.jpg")no-repeat center 50.08vw / 864px auto;
    min-height: 400px
  }
}
.about_ttl {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  border-top: none;
  margin-left: 0;
  margin-right: 0;
  margin-top:inherit!important;
  width:100%
}
.about_txt {
  font-size: 15px;
  color: #fff;
}
.textbody_col2 {
  display: flex;
  justify-content: space-between;
}
.textbody_col2_pict img {
  max-width: 352px;
  height: 0 auto;
  margin: 11px 0 0 1em;
}
.textbody_pict_col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em
}
.textbody_pict_col2 li {
  width: calc((100% - 6px) / 2)
}
.textbody_line {
  border-top: 1px solid #707070;
  padding-top: 1.5em;
  margin-top: 2em
}
.textbody_ttl {
  color: #161932;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.5em;
  border: none;
      margin-left: 0;
    margin-right: 0;
    margin-top:inherit!important;
}
.textbody_txt {
  color: #161932;
  font-size: 15px;
  font-weight: normal
}

@media screen and (max-width: 768px) {
.textbody_col2_pict img {
max-width: 230px;
  height: 0 auto;
  margin: 11px 0 0 1em;
}
}
@media screen and (max-width: 599px) {
  .about_ttl {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
    margin: 0 0 1em;
    width: 100%;
    line-height: 1.5
  }
  .textbody_col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .textbody_col2 li {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  .textbody_col2 li:first-child {
    margin-top: 0px
  }
  .textbody_pict_col2 {
    justify-content: center;
    flex-direction: column;
    align-items: center
  }
  .textbody_pict_col2 li {
    width: 100%;
    margin-left: 0;
    margin-top: 6px
  }
  .textbody_pict_col2 li img {
    width: 100%;
    height: auto
  }
  .textbody_pict_col2 li:first-child {
    margin-top: 0px
  }
  .textbody_col2_pict img {
    margin: auto;
    max-width: 100% !important;
    width: 100%
  }
  .textbody_ttl {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
    margin-left: 0;
    margin-right: 0;
    margin-top:inherit!important;
    line-height: 1.5;
    width: 100%
  }
}
dl.quote_inner {
  background: url("../img/intro/bg_orion_nebula.jpg")no-repeat center center / cover;
  padding: 6em 5% 7em
}
.quote_inner dt {
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.quote_inner dd {
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.quote_inner dt:nth-of-type(2) {
  margin-top: 1em
}

.teacher_col2_ttl {
  color: #161932;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.01em;
  border: none;
      margin-left: 0;
    margin-right: 0;
    margin-top:inherit!important;
  line-height: 1.5;
}
.teacher_col2_txt_txt {
  color: #161932;
  font-size: 15px;
  font-weight: normal
}
.teacher_col2 {
  display: flex;
  justify-content: space-between
}
.teacher_col2_txt {
  max-width: 580px;
  margin-right: 1em
}
.teacher_col2_pict img {
  max-width: 181px;
  height: auto;
  margin-top: 65px;
  border-radius: 8px;
}
.teacher_col2_pict_2 img {
  max-width: 126px;
  height: auto;
  margin-top: 65px
}
.teacher_col2_line {
  border-top: 1px solid #707070;
  padding-top: 1.5em;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .quote_inner dt {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
  }
  .quote_inner dd {
    font-size: 12px;
  }
  .teacher_wrapper {
    background: #F1EBFF;
    padding-top: 3.5em;
    padding-bottom: 3em;
    margin: 2.5em auto 0
  }
  .teacher_col2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center
  }
  .teacher_col2_ttl {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.5em;
    width: 100%
      
  }
  .teacher_col2_txt {
    margin-right: 0
  }
  .teacher_col2_pict img {
    margin-top: 0;
    margin-bottom: 0.5em
  }
  .teacher_col2_line {
    padding-top: 2.5em;
    margin-top: 2.5em;
  }
  .teacher_col2_pict_2 img {
    margin-top: 0px;
    margin-bottom: 0.5em
  }
}
.privilege_col2 {
  display: flex;
  justify-content: space-between
}
.privilege_col2_txtbody {
  width:calc(100% - 370px);
}
.privilege_pict_col3_block {
  margin: 3em auto 4em
}
.privilege_col2_pict {
  margin: 65px 0 0 1em;
}
.privilege_col2_txtbody_ttl {
  color: #161932;
  font-size: 24px;
  font-weight: normal;
  border: none;
      margin-left: 0;
    margin-right: 0;
    margin-top:inherit!important;
  line-height: 1.5
}
.privilege_col2_txtbody_txt {
  color: #161932;
  font-size: 15px;
  font-weight: normal
}
.privilege_col2_pict_inner {
  display: flex;
  justify-content: space-between;
  max-width: 370px
}
.privilege_col2_pict_inner span {
  display: block;
  padding-top: 0.5em
}
.privilege_col2_pict_inner li:nth-of-type(2) {
  text-align: center;
}
.privilege_col2_pict_inner li {
  width: calc((100% - 6px) / 2);
  display: flex;
  flex-direction: column;
}
.privilege_pict_col3 {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em
}
.privilege_pict_col3 li {
  width: calc((100% - 18px) / 3);
}
@media screen and (max-width: 1024px) {
  .privilege_col2 {
    display: flex;
    flex-direction: column;
  }
  .privilege_col2_txtbody {
  width:100%;
    margin-bottom: 1em
}
  .privilege_col2_block {
    margin-bottom: 0em
  }
  .privilege_col2_pict {
    margin: 1em auto 0
  }
  .privilege_col2_txtbody_ttl {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
    width: 100%
  }
  .privilege_pict_col3 {
    margin-bottom: 1.5em
  }
}
.institute_block {
  background: #F1EBFF;
  border-radius: 20px;
  padding: 1.5em 3em;
  margin: 3em auto 0;
}
.institute_block_ttl {
  color: #161932;
  font-size: 24px;
  font-weight: normal;
}
.institute_block_txt {
  color: #161932;
  font-size: 15px;
  font-weight: normal
}
@media screen and (max-width: 599px) {
  .institute_block_ttl {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.466rem + 2.93vw, 1.563rem);
    min-height: 0vw;
    margin-bottom: 0.5em;
    line-height: 1.5
  }
  .institute_block {
  padding: 2em 1.5em;
}
}