.none {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pc_only {
    display: none !important;
  }
}
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .sp_tac {
    text-align: center;
  }

  .sp_tal {
    text-align: left;
  }

  .imgfull {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 30px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

.mb-lg {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mb-xxl {
  margin-bottom: 150px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .mb-sm {
    margin-bottom: 15px !important;
  }

  .mb-md {
    margin-bottom: 25px !important;
  }

  .mb-lg {
    margin-bottom: 35px !important;
  }

  .mb-xl {
    margin-bottom: 45px !important;
  }

  .mb-xxl {
    margin-bottom: 60px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-md {
    margin-bottom: 20px !important;
  }
}
.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 30px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pb-xxl {
  padding-bottom: 150px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .pb-sm {
    padding-bottom: 15px !important;
  }

  .pb-md {
    padding-bottom: 25px !important;
  }

  .pb-lg {
    padding-bottom: 35px !important;
  }

  .pb-xl {
    padding-bottom: 45px !important;
  }

  .pb-xxl {
    padding-bottom: 60px !important;
  }
}
.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 30px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

.pt-xxl {
  padding-top: 150px !important;
}

.pt-none {
  padding-top: 0 !important;
}

@media screen and (max-width: 600px) {
  .pt-sm {
    padding-top: 15px !important;
  }

  .pt-md {
    padding-top: 25px !important;
  }

  .pt-lg {
    padding-top: 35px !important;
  }

  .pt-xl {
    padding-top: 45px !important;
  }

  .pt-xxl {
    padding-top: 60px !important;
  }
}
.d-b {
  display: block;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.mr-xs {
  margin-right: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.mr-1em {
  margin-right: 1em;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.color-primary {
  color: #056c4e;
}

.color-red {
  color: #fa0000;
}

.fz-xl {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .fz-xl {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.bold {
  font-weight: bold;
}

.fz-lg {
  font-size: 1.2em !important;
}

.fz-sm {
  font-size: .9em !important;
}

.fz-xs {
  font-size: .8em !important;
}

.color-primary {
  color: #DC0000;
}

.txt-img {
  display: flex;
}
@media screen and (max-width: 600px) {
  .txt-img {
    display: block;
  }
}

.title-primary {
  font-weight: bold;
  font-size: 33.75px;
  line-height: 1.33333em;
  color: #007240;
  text-align: center;
  border-top: 4px solid #007240;
  border-bottom: 4px solid #007240;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 22.5px;
    font-size: 6vw;
  }
}

.title-gold {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #FFFF00;
  text-align: center;
  background: url(./img/compare/bg-title-gold.svg) center center repeat-x;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .title-gold {
    font-size: 21px;
    font-size: 5.6vw;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    letter-spacing: 0;
  }
}

.container,
.container-sm,
.container-full {
  position: relative;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .container,
  .container-sm,
  .container-full {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section p {
  font-size: 21px;
  line-height: 1.60714em;
}
.section p span {
  font-size: 1em;
}
@media screen and (max-width: 600px) {
  .section p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.section-mv {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.section-mv .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 37%;
  width: 23%;
}
.section-mv .btn-wrap img {
  width: 100%;
}
body[data-page="compare-jyuku"] .section-mv .btn-wrap {
  bottom: 4%;
}
@media screen and (max-width: 600px) {
  .section-mv .btn-wrap {
    left: 2%;
    right: 20%;
    width: auto;
    bottom: 40%;
  }
  body[data-page="compare-jyuku"] .section-mv .btn-wrap {
    bottom: 3%;
  }
}

.section-mv-bnr {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.section-teacher {
  margin-top: -4px;
  position: relative;
  z-index: 2;
  background: #fbf8d9;
  padding: 0 0 60px;
}
.section-teacher .title {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #FFFF00;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
  background: #007240;
}
.section-teacher .title2 {
  color: #c01359;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.section-01 .txt-img {
  flex-direction: row-reverse;
}
.section-01 .txt-img .txt {
  width: 50%;
  padding-left: 20px;
}
.section-01 .txt-img .txt p {
  font-size: 34px;
}
@media screen and (max-width: 600px) {
  .section-01 .txt-img .txt {
    padding-left: 0;
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .section-01 .txt-img .txt p {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.section-01 .txt-img .img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-01 .txt-img .img {
    width: auto;
  }
}

.section-video .box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFC8;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .section-video .box {
    padding: 20px;
  }
}

.section-compare {
  background: repeating-linear-gradient(-45deg, #D9EAE2, #D9EAE2 10px, #e4f0ec, 0, #e4f0ec 20px);
  padding-bottom: 10px;
  border-top: 4px solid #1a7240;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .section-compare {
    background: repeating-linear-gradient(-45deg, #D9EAE2, #D9EAE2 5px, #e4f0ec, 0, #e4f0ec 10px);
  }
}
.section-compare p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .section-compare p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.section-compare .compare-title {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-compare .compare-title {
    margin-top: -5vw;
  }
  .section-compare .compare-title img {
    width: 86vw;
  }
}
.section-compare .box {
  background: #FFFFFF;
  box-shadow: 3px 3px 5px rgba(20, 7, 0, 0.5);
  padding: 20px 40px 40px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-compare .box {
    padding: 5px 15px 15px;
    margin-bottom: 30px;
  }
}
.section-compare .box .title {
  font-weight: bold;
  font-size: 37.5px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #007240;
  position: relative;
  border: 2px solid #007240;
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .title {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-left: 50px;
    margin-left: 13.33333vw;
    border-width: 1px;
    padding: 4px 0;
  }
}
.section-compare .box .title .no {
  position: absolute;
  left: -45px;
  top: -25px;
  background: url(./img/compare/compare-title-bg.svg) center center no-repeat;
  background-size: contain;
  width: 135px;
  height: 120px;
  font-size: 22.5px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
}
.section-compare .box .title .no .num {
  font-size: 52.5px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .section-compare .box .title .no {
    top: -12px;
    left: -55px;
    left: -14.66667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    width: 62px;
    width: 16.53333vw;
    height: 64px;
    height: 17.06667vw;
  }
  .section-compare .box .title .no .num {
    font-size: 28px;
    font-size: 7.46667vw;
  }
}
.section-compare .box .list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .list li {
    margin-bottom: 15px;
  }
}
.section-compare .box .list dl {
  display: flex;
  align-items: center;
}
.section-compare .box .list dt {
  width: 200px;
  flex-shrink: 0;
}
.section-compare .box .list dt .label {
  background: #666666;
  font-size: 21px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .list dt .label {
    line-height: 1.1;
    height: auto;
    font-size: 14px;
    padding: 10px 0;
  }
}
.section-compare .box .list dt img {
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .list dt img {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-compare .box .list dt {
    width: 65px;
  }
}
.section-compare .box .list dd {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .list dd {
    font-size: 16px;
    font-size: 4.26667vw;
    padding-left: 10px;
  }
}
.section-compare .box .txt-img .img {
  flex-shrink: 0;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .section-compare .box .txt-img .img {
    padding-left: 0;
    padding-top: 15px;
  }
}
.section-compare .box.box-02 .txt-img .img {
  margin-top: -40px;
}
@media screen and (max-width: 600px) {
  .section-compare .box.box-02 .txt-img .img {
    margin-top: 0;
  }
}

.section-points .box {
  background: #FFFFFF;
  border: 5px solid #E95779;
  background-color: #FFFFFF;
  background-image: linear-gradient(#e4e4e4 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to right, #e4e4e4 1px, #ffffff 1px);
  background-size: 18px 18px;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .section-points .box {
    padding: 15px;
    border-width: 2px;
    margin-bottom: 20px;
  }
}
.section-points .box .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-points .box .title {
    margin-bottom: 15px;
  }
}
.section-points .box .title .no {
  background: url(./img/compare/points-title-bg.svg) center center no-repeat;
  background-size: contain;
  width: 106.5px;
  height: 100.5px;
  line-height: 100.5px;
  font-size: 65.25px;
  font-weight: bold;
  text-align: center;
  font-weight: normal;
  color: #fff;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .section-points .box .title .no {
    font-size: 35px;
    font-size: 9.33333vw;
    width: 56.5px;
    width: 15.06667vw;
    height: 53.5px;
    height: 14.26667vw;
    line-height: 53.5px;
    line-height: 14.26667vw;
  }
}
.section-points .box .title .txt {
  font-size: 39px;
  line-height: 1.44231em;
  letter-spacing: .1em;
  color: #E95779;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .section-points .box .title .txt {
    font-size: 22.5px;
    font-size: 6vw;
    letter-spacing: 0;
    line-height: 1.2;
    padding-left: 10px;
  }
}
.section-points .box .txt-img .img {
  flex-shrink: 0;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .section-points .box .txt-img .img {
    padding-left: 0;
    padding-top: 20px;
  }
  .section-points .box .txt-img .img img {
    max-height: 45vw;
  }
}

.swiper-teacher .u_l {
  font-size: 1em;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
}
.swiper-teacher .v-ttl-student p {
  color: #00a056;
  font-size: 14px;
}
