/*
lower
---------------------------*/
.schoolList .inner02 {
  width: 100%;
}

/*
overview
---------------------------*/
#overview .wrap {
  padding: 50px 0;
}
#overview h2 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
#overview .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 745px;
  margin: 0 auto 80px;
}
#overview .sponsor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
#overview .sponsor a:nth-of-type(2n), #overview .sponsor a:last-of-type {
  margin-right: 0;
}
#overview .sponsor a:nth-of-type(n+3) {
  margin-top: 20px;
}
#overview .sponsor a .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 127px;
  padding: 7px;
  border: 1px solid #DDE6ED;
}
#overview .sponsor a p {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2.6;
  text-align: center;
  color: #031838;
}
@media (min-width: 769px) {
  #overview .wrap {
    padding: 80px 0 120px;
  }
  #overview h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  #overview .sponsor a:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  #overview .sponsor {
    max-width: 842px;
  }
  #overview .sponsor a {
    max-width: 254px;
    margin-right: 40px;
  }
  #overview .sponsor a:nth-of-type(2n) {
    margin-right: 40px;
  }
  #overview .sponsor a:nth-of-type(n+3) {
    margin-top: 0;
  }
  #overview .sponsor a:nth-of-type(3n) {
    margin-right: 0;
  }
  #overview .sponsor a:nth-of-type(n+4) {
    margin-top: 30px;
  }
  #overview .sponsor a .imgWrap {
    min-height: 85px;
  }
}

/*
schoolConcept
---------------------------*/
#schoolConcept .wrap {
  padding: 60px 0;
}
#schoolConcept .detail {
  margin-top: 35px;
}
#schoolConcept .detail p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
#schoolConcept .detail p.main {
  font-size: 18px;
  font-weight: 700;
}
#schoolConcept .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
#schoolConcept .imgList .imgWrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#schoolConcept .imgList .imgWrap + .imgWrap {
  margin-top: 20px;
}
@media (min-width: 769px) {
  #schoolConcept .wrap {
    padding: 120px 0;
  }
  #schoolConcept .detail {
    margin-top: 72px;
  }
  #schoolConcept .detail p {
    font-size: 18px;
  }
  #schoolConcept .detail p.main {
    font-size: 20px;
  }
  #schoolConcept .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 80px;
  }
  #schoolConcept .imgList .imgWrap {
    width: calc((100% - 24px) / 2);
    max-width: initial;
  }
  #schoolConcept .imgList .imgWrap + .imgWrap {
    margin-top: 0;
    margin-left: 24px;
  }
}

/*
basicPhilosophy
---------------------------*/
#basicPhilosophy .wrap {
  padding: 60px 0;
}
#basicPhilosophy .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  max-width: 1100px;
  margin: 72px auto 0;
}
#basicPhilosophy .contents .pyramidDiagramWrap {
  width: 100%;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram {
  position: relative;
  width: 100%;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleFirst {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18.8vw 235px 18.8vw;
  border-color: transparent transparent #006689 transparent;
  z-index: 3;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleSecond {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30vw 380px 30vw;
  border-color: transparent transparent #02B4E2 transparent;
  z-index: 2;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleLast {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 47vw 585px 47vw;
  border-color: transparent transparent #52D2F9 transparent;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .first {
  position: relative;
  width: 219px;
  height: 246px;
  margin: 0 auto;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .first .textWrap {
  top: 75px;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .first .textWrap .detail {
  color: #006689;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .second {
  position: relative;
  width: 295px;
  height: 135px;
  margin: 0 auto;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .second .detail {
  color: #02B4E2;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .last {
  position: relative;
  width: 100%;
  height: 205px;
  margin: 0 auto;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .last .detail {
  color: #52D2F9;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .en {
  margin-top: 8px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
}
#basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-align: center;
  background: #ffffff;
  border-radius: 25.35px;
}
#basicPhilosophy .contents .detailWrap {
  width: 100%;
  padding-bottom: 30px;
}
#basicPhilosophy .contents .detailWrap dl + dl {
  margin-top: 15px;
}
#basicPhilosophy .contents .detailWrap dl:nth-of-type(1) dt {
  border-bottom: 1px solid #006689;
}
#basicPhilosophy .contents .detailWrap dl:nth-of-type(2) dt {
  border-bottom: 1px solid #02B4E2;
}
#basicPhilosophy .contents .detailWrap dl:nth-of-type(3) dt {
  border-bottom: 1px solid #52D2F9;
}
#basicPhilosophy .contents .detailWrap dt {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #031838;
}
#basicPhilosophy .contents .detailWrap dd {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 480px) {
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleFirst {
    border-width: 0 90px 235px 90px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleSecond {
    border-width: 0 145px 380px 145px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleLast {
    border-width: 0px 225px 585px 225px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .first .textWrap {
    top: 75px;
  }
}
@media (min-width: 769px) {
  #basicPhilosophy .wrap {
    padding: 120px 0 135px;
  }
  #basicPhilosophy .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap {
    width: 50%;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleFirst {
    border-width: 0 9.3vw 249px 9.3vw;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleSecond {
    border-width: 0 16vw 434px 16vw;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleLast {
    border-width: 0 23vw 620px 23vw;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .first .textWrap {
    top: 100px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .second {
    height: 196px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .last {
    height: 170px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .title {
    font-size: 25px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .detail {
    padding: 5px 10px;
    font-size: 12px;
  }
  #basicPhilosophy .contents .detailWrap {
    width: 50%;
    padding-bottom: 0;
    padding-left: 15px;
  }
  #basicPhilosophy .contents .detailWrap dt {
    padding-bottom: 17px;
    font-size: 18px;
  }
  #basicPhilosophy .contents .detailWrap dd {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleFirst {
    border-width: 0 91px 250px 91px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleSecond {
    border-width: 0 156px 430px 156px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleLast {
    border-width: 0 235px 645px 235px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .last {
    height: 205px;
  }
  #basicPhilosophy .contents .detailWrap {
    padding-left: 46px;
  }
  #basicPhilosophy .contents .detailWrap dl + dl {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  #basicPhilosophy .contents .pyramidDiagramWrap {
    width: 578px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleFirst {
    border-width: 0 109.5px 246px 109.5px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleSecond {
    border-width: 0 197.5px 444px 197.5px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .triangleLast {
    border-width: 0 289px 649px 289px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .title {
    font-size: 30px;
  }
  #basicPhilosophy .contents .pyramidDiagramWrap .pyramidDiagram .textWrap .detail {
    padding: 5px 16px;
    font-size: 16px;
  }
  #basicPhilosophy .contents .detailWrap {
    width: calc(100% - 578px);
  }
}

/*
coach
---------------------------*/
#coach .wrap {
  padding: 60px 0;
}
#coach ul {
  margin-top: 35px;
}
#coach ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-top: 24px;
}
#coach ul li .imgWrap {
  width: 120px;
  border-radius: 4px;
  aspect-ratio: 3/4;
}
#coach ul li .imgWrap.commingSoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #DDE6ED;
}
#coach ul li .imgWrap.commingSoon p {
  font-size: 18px;
  font-weight: 500;
  color: #5CB7E4;
}
#coach ul li .detailWrap {
  width: calc(100% - 120px);
  margin-top: 5px;
  padding-left: 20px;
}
#coach ul li .detailWrap .schoolLabel {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #5CB7E4;
}
#coach ul li .detailWrap .schoolName {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  color: #031838;
}
#coach ul li .detailWrap .en {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #031838;
}
#coach ul li .detailWrap .jp {
  font-size: 12px;
  font-weight: 700;
  color: #031838;
}
@media (min-width: 480px) {
  #coach ul li .imgWrap {
    width: 150px;
  }
  #coach ul li .detailWrap {
    width: calc(100% - 150px);
  }
  #coach ul li .detailWrap .schoolLabel {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #coach ul li .detailWrap .schoolName {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #coach ul li .detailWrap .en {
    font-size: 23px;
  }
  #coach ul li .detailWrap .jp {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  #coach .wrap {
    padding: 120px 0;
  }
  #coach ul {
    margin-top: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #coach ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc((100% - 24px) / 2);
    margin-top: 0;
    margin-right: 24px;
  }
  #coach ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #coach ul li:nth-of-type(n+3) {
    margin-top: 46px;
  }
  #coach ul li .detailWrap {
    width: calc(100% - 150px);
    margin-top: 5px;
    padding-left: 20px;
  }
  #coach ul li .detailWrap .schoolLabel {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #5CB7E4;
  }
  #coach ul li .detailWrap .schoolName {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    color: #031838;
  }
  #coach ul li .detailWrap .en {
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #031838;
  }
  #coach ul li .detailWrap .jp {
    font-size: 16px;
    font-weight: 700;
    color: #031838;
  }
}
@media (min-width: 1440px) {
  #coach ul li {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  #coach ul li:nth-of-type(2n) {
    margin-right: 24px;
  }
  #coach ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  #coach ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #coach ul li:nth-of-type(n+4) {
    margin-top: 46px;
  }
  #coach ul li .detailWrap {
    margin-top: 24px;
  }
}/*# sourceMappingURL=school.css.map */