@charset "UTF-8";
/* common
---------------------------------------------------- */
#lp-modern-pc *,
#lp-modern-pc *::before,
#lp-modern-pc *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#lp-modern-pc {
  -webkit-text-size-adjust: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 3.73333vw;
  line-height: 1.42;
  color: #2f2f2f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  #lp-modern-pc {
    font-size: 15px;
    line-height: 1.46;
  }
}

#lp-modern-pc a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#lp-modern-pc a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#lp-modern-pc img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc img {
    width: auto;
  }
}

#lp-modern-pc sup {
  font-size: 73%;
  vertical-align: 0.3em;
}

#lp-modern-pc .sp {
  display: block;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .sp {
    display: none;
  }
}

#lp-modern-pc .pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .pc-wrap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

#lp-modern-pc .sec-ttl {
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.25;
  color: #0078d4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .sec-ttl {
    font-size: 34px;
  }
}

#lp-modern-pc .notes {
  font-size: 2.66667vw;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .notes {
    font-size: 11px;
    line-height: 1.27;
  }
}

/* fv
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  #lp-modern-pc .fv img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .fv-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* btn-lineup
---------------------------------------------------- */
#lp-modern-pc .btn-lineup {
  width: 93.33333vw;
  margin: 6.66667vw auto 8.13333vw auto;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .btn-lineup {
    width: 602px;
    margin: 50px auto 46px auto;
  }
}

#lp-modern-pc .btn-lineup a {
  display: block;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 16.53333vw;
  color: #fff;
  border-radius: 1.33333vw;
  background: #0078d4 url(../img/arrow01.png) no-repeat right 3.86667vw top 50%;
  background-size: 4.4vw auto;
  padding: 0 30px 0 0;
  text-align: center;
  -webkit-box-shadow: 0.13333vw 0.4vw 0px 0.13333vw #d2d2d2;
          box-shadow: 0.13333vw 0.4vw 0px 0.13333vw #d2d2d2;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .btn-lineup a {
    font-size: 30px;
    line-height: 65px;
    border-radius: 7px;
    background: #0078d4 url(../img/arrow01.png) no-repeat right 23px top 50%;
    background-size: 22px auto;
    padding: 0;
    -webkit-box-shadow: 1px 2px 0px 1px #d2d2d2;
            box-shadow: 1px 2px 0px 1px #d2d2d2;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #lp-modern-pc .btn-lineup a {
    height: 65px;
    line-height: normal;
    padding-top: 15px;
  }
}

/* features
---------------------------------------------------- */
#lp-modern-pc .features {
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  padding-top: 5.33333vw;
  padding-bottom: 6.4vw;
  background: #dff2fc;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}

#lp-modern-pc .features .list {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 38px;
  }
}

#lp-modern-pc .features .list li {
  background: #fff;
  font-size: 3.73333vw;
  line-height: 1.42;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list li {
    width: 314px;
    font-size: 15px;
    line-height: 1.46;
  }
}

#lp-modern-pc .features .list li:nth-child(n + 2) {
  margin: 5.86667vw 0 0 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list li:nth-child(n + 2) {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list li:nth-child(n + 4) {
    margin: 26px 0 0 0;
  }
}

#lp-modern-pc .features .list .ttl {
  position: relative;
  padding: 4.66667vw 4.66667vw 4.66667vw 4.66667vw;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.25;
  color: #0078d4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list .ttl {
    padding: 15px 15px 15px 60px;
    font-size: 24px;
  }
}

#lp-modern-pc .features .list .ttl .ico {
  position: absolute;
  top: 1.33333vw;
  left: 4.66667vw;
  display: inline-block;
  max-width: 16vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list .ttl .ico {
    top: 10px;
    left: 13px;
    max-width: 50px;
  }
  #lp-modern-pc .features .list .ttl .ico img {
    width: 100%;
  }
}

#lp-modern-pc .features .list .img {
  padding: 0 4.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list .img {
    padding: 0 30px 0 30px;
  }
}

#lp-modern-pc .features .list .txt {
  padding: 2.26667vw 4.66667vw 3.2vw 4.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .list .txt {
    padding: 10px 30px 17px 30px;
  }
}

#lp-modern-pc .features .notes-wrap {
  margin-top: 2vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .features .notes-wrap {
    text-align: right;
    margin-top: 15px 0 0 0;
  }
}

#lp-modern-pc .features .notes {
  text-align: left;
}

/* school
---------------------------------------------------- */
#lp-modern-pc .school {
  background: #c9e6f7;
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  padding-top: 11.6vw;
  padding-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school {
    padding-top: 60px;
    padding-bottom: 78px;
  }
}

#lp-modern-pc .school .sec-ttl {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .sec-ttl {
    margin-bottom: 30px;
  }
}

#lp-modern-pc .school .box {
  background: #fff;
  padding: 4vw;
}

#lp-modern-pc .school .box:not(:first-child) {
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  #lp-modern-pc .school .box:not(:first-child) {
    margin-top: 35px;
  }
}

#lp-modern-pc .school .ttl {
  background: #0078d7;
  color: #fff;
  padding: 1.33333vw;
  font-size: 4.66667vw;
  font-weight: bold;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .ttl {
    font-size: 23px;
    padding: 5px;
    margin-bottom: 10px;
  }
}

#lp-modern-pc .school .ttl .label {
  background: #fff;
  color: #0078d7;
  padding: 1.33333vw;
  font-size: 4.4vw;
  display: inline-block;
  margin-right: 2.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .ttl .label {
    font-size: 22px;
    padding: 5px 15px;
    margin-right: 15px;
  }
}

#lp-modern-pc .school .img {
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .img {
    margin-bottom: 0;
    margin-right: 30px;
    width: 372px;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#lp-modern-pc .school .body .ttl-s {
  font-size: 5.06667vw;
  color: #0078d7;
  font-weight: bold;
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .body .ttl-s {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

#lp-modern-pc .school .info {
  margin-top: 2.66667vw;
  border-top: 1px solid #0078d4;
  border-bottom: 1px solid #0078d4;
  padding: 2.66667vw 0;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .info {
    padding: 10px 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}

#lp-modern-pc .school .info .info-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#lp-modern-pc .school .info .info-ttl {
  font-size: 4.4vw;
  color: #0078d7;
  font-weight: bold;
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .info .info-ttl {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

#lp-modern-pc .school .box-01 .info {
  display: block;
  overflow: hidden;
}

#lp-modern-pc .school .box-01 .info-img {
  float: left;
  width: 17.73333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-01 .info-img {
    width: 82px;
  }
  #lp-modern-pc .school .box-01 .info-img img {
    width: 100%;
  }
}

#lp-modern-pc .school .box-01 .info-txt {
  float: right;
  width: 62.93333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-01 .info-txt {
    width: 417px;
  }
}

#lp-modern-pc .school .box-01 .info-btn {
  clear: both;
  text-align: center;
  padding-top: 2.66667vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-01 .info-btn {
    width: 417px;
    float: right;
    clear: none;
    text-align: right;
    padding-top: 15px;
  }
}

#lp-modern-pc .school .box-01 .info-btn a {
  display: block;
  background: #f15a24;
  border-radius: 30px;
  color: #fff;
  padding: 2.66667vw 1.33333vw;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-01 .info-btn a {
    background: none;
    padding: 0;
    color: #0078d7;
    display: inline;
    text-decoration: underline;
  }
  #lp-modern-pc .school .box-01 .info-btn a:hover {
    text-decoration: none;
  }
}

#lp-modern-pc .school .box-02 .body-img {
  width: 70.53333vw;
  margin: 1.33333vw auto 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-02 .body-img {
    width: auto;
    margin: 5px 0 0;
  }
}

#lp-modern-pc .school .box-02 .info {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-02 .info {
    margin-top: 15px;
  }
}

#lp-modern-pc .school .box-02 .info-img {
  width: 52.13333vw;
  margin: 2vw auto 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-02 .info-img {
    width: 196px;
    margin: 0 0 0 20px;
  }
}

#lp-modern-pc .school .box-03 .info-img {
  width: 62.66667vw;
  margin: 2vw auto 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-03 .info-img {
    width: 251px;
    margin: 0 0 0 20px;
  }
}

#lp-modern-pc .school .box-04 .info-img {
  width: 100%;
  margin: 2vw auto 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .school .box-04 .info-img {
    width: 167px;
    margin: 0 0 0 20px;
  }
}

/* movie
---------------------------------------------------- */
#lp-modern-pc .movie {
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  padding-top: 5.33333vw;
  padding-bottom: 10.8vw;
  background: #f2f2f2;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie {
    padding-top: 46px;
    padding-bottom: 62px;
  }
}

#lp-modern-pc .movie .sec-ttl > span {
  display: block;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie .sec-ttl > span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie .sec-ttl > span:nth-child(1) {
    margin: 0 1em 0 0;
  }
}

#lp-modern-pc .movie .yt {
  position: relative;
  padding: 0 0 0 0;
  margin: 7.33333vw 0 0 0;
}

#lp-modern-pc .movie .yt video {
  width: 100%;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie .yt {
    width: 802px;
    margin: 33px auto 0 auto;
    padding: 0;
  }
}

#lp-modern-pc .movie .yt img,
#lp-modern-pc .movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .movie .yt img,
  #lp-modern-pc .movie .yt iframe {
    position: static;
    height: 452px;
  }
}

/* lineup
---------------------------------------------------- */
#lp-modern-pc .lineup {
  padding: 12vw 0 15.2vw 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup {
    padding: 73px 0 108px 0;
  }
}

#lp-modern-pc .lineup .lead {
  font-size: 3.2vw;
  line-height: 1.66;
  text-align: center;
  margin: 6.4vw 0 0 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .lead {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 21px 0 0 0;
  }
}

#lp-modern-pc .lineup .list {
  width: 80vw;
  margin: 7.33333vw auto 0 auto;
  font-size: 3.2vw;
  line-height: 1.66;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .list {
    width: 980px;
    margin: 35px auto 0 auto;
    font-size: 15px;
    line-height: 1.46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .list::after {
    content: "";
    width: 292px;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .list > li {
    width: 292px;
  }
}

#lp-modern-pc .lineup .list > li:not(:last-child) {
  margin: 0 0 11.73333vw 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .list > li:not(:last-child) {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .list > li:nth-child(n + 4) {
    margin: 90px 0 0 0;
  }
}

#lp-modern-pc .lineup h3 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.33;
  color: #0078d4;
  letter-spacing: 0;
  margin: 4.26667vw 0 2vw 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 12px 0 18px 0;
  }
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#lp-modern-pc .lineup .txt {
  letter-spacing: 0;
}

#lp-modern-pc .lineup .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4.66667vw 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .icn {
    margin: 0 0 18px 0;
  }
}

#lp-modern-pc .lineup .icn li {
  width: 17.73333vw;
  height: 8.13333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.93333vw;
  font-weight: bold;
  line-height: 1.09;
  color: #fff !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .icn li {
    width: 60px;
    height: 41px;
    font-size: 14px;
    line-height: 1.14;
  }
}

#lp-modern-pc .lineup .icn li.orange {
  background: #f29600;
}

#lp-modern-pc .lineup .icn li.green {
  background: #008575;
}

#lp-modern-pc .lineup .icn li.blue {
  background: #0078d4;
  text-align: left;
}

#lp-modern-pc .lineup .icn li.red {
  background: #d83b01;
}

#lp-modern-pc .lineup .icn li:not(:last-child) {
  margin: 0 2.93333vw 0 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .icn li:not(:last-child) {
    margin: 0 16px 0 0;
  }
}

#lp-modern-pc .lineup .btn-detail {
  margin: 2.66667vw 0 0 0;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .btn-detail {
    width: 289px;
    margin: 21px auto 0 auto;
  }
}

#lp-modern-pc .lineup .btn-detail a {
  display: block;
  font-size: 5.33333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 13.86667vw;
  text-align: center;
  background: #f29600 url(../img/arrow02.png) no-repeat right 4vw top 50%;
  background-size: 2.66667vw auto;
  border-radius: 1.33333vw;
  -webkit-box-shadow: 0.13333vw 0.26667vw 0px 0.13333vw #d2d2d2;
          box-shadow: 0.13333vw 0.26667vw 0px 0.13333vw #d2d2d2;
}

@media screen and (min-width: 768px) {
  #lp-modern-pc .lineup .btn-detail a {
    font-size: 20px;
    line-height: 50px;
    background: #f29600 url(../img/arrow02.png) no-repeat right 17px top 50%;
    background-size: 10px auto;
    border-radius: 7px;
    -webkit-box-shadow: 1px 2px 0px 1px #d2d2d2;
            box-shadow: 1px 2px 0px 1px #d2d2d2;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #lp-modern-pc .lineup .btn-detail a {
    height: 50px;
    line-height: normal;
    padding-top: 12px;
  }
}
