.section-main {
  background-image: none !important;
  padding: 0px 0px 120px 0px !important;
}
@media screen and (max-width: 599px) {
  .section-main {
    padding: 0px 0px 40px 0px !important;
  }
}

.section-main_content h2 .--bg {
  color: #fbff26;
}

.section-main_content p {
  font-weight: bold;
}

.pro-teacher {
  background-color: #003592;
  padding: 100px 0px 120px 0px;
  position: relative;
  margin-top: 0px !important;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 180px !important;
}
.pro-teacher p {
  color: #ffffff;
}
.pro-teacher::before {
  content: "";
  background-image: url(../img/common/bg_blue_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 273px;
  height: 302px;
  position: absolute;
  top: -20px;
  left: -60px;
}
.pro-teacher::after {
  content: "";
  background-image: url(../img/common/bg_blue_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 415px;
  height: 480px;
  position: absolute;
  right: -4px;
  bottom: -28px;
}
@media screen and (max-width: 599px) {
  .pro-teacher {
    margin-top: 60px !important;
    padding: 30px 0px 40px 0px;
    font-size: 14px;
  }
  .pro-teacher::before {
    content: "";
    width: 160px;
    height: 180px;
    top: -20px;
    left: -60px;
  }
  .pro-teacher::after {
    content: "";
    width: 220px;
    height: 260px;
    right: -4px;
    bottom: -28px;
  }
}
.pro-teacher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 60px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .pro-teacher ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.pro-teacher ul li {
  position: relative;
  width: calc(50% - 30px);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .pro-teacher ul li {
    width: calc(100% - 0px);
  }
}
.pro-teacher ul li iframe {
  width: 100%;
}

@media screen and (max-width: 599px) {
  #home .foryou {
    margin-top: 0px;
  }
}

.top-point {
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .top-point {
    padding-bottom: 40px;
  }
}
.top-point figure {
  display: block;
  width: 540px;
}
@media screen and (max-width: 599px) {
  .top-point figure {
    width: 100%;
  }
}
.top-point figure img {
  width: 100%;
}
.top-point h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  color: #13348e;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .top-point h3 {
    font-size: 24px;
  }
}
.top-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .top-point li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-point p {
  font-size: 16px;
  font-weight: bold;
}
.top-point .btn_blue_arrow_S {
  margin-top: 30px;
}
.top-point__01 {
  margin-bottom: 20px;
  border-right: 8px solid #13348e;
}
@media screen and (max-width: 599px) {
  .top-point__01 {
    border-right: 6px solid #13348e;
  }
}
.top-point__01__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 60px;
}
@media screen and (max-width: 599px) {
  .top-point__01__text {
    padding: 30px;
  }
}
.top-point__02 {
  border-left: 8px solid #13348e;
}
@media screen and (max-width: 599px) {
  .top-point__02 {
    border-left: 6px solid #13348e;
  }
}
.top-point__02__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 60px;
}
@media screen and (max-width: 599px) {
  .top-point__02__text {
    padding: 30px;
  }
}

.section-column {
  background-color: #fff !important;
  padding: 80px 0 40px !important;
  margin-top: 0px !important;
}

.top-faq {
  background-color: #fff !important;
  padding: 0px !important;
}