/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.page-top-txt {
  text-align: center;
  margin: 28px 0 100px;
}
@media screen and (max-width: 767px) {
  .page-top-txt {
    text-align: left;
    margin: 28px 0 80px;
  }
}

.education-box .education-txt-box {
  font-size: 15px;
  line-height: 27px;
}
.education-box .blue-right-wrap {
  position: relative;
  max-width: 960px;
  margin: 220px auto 80px;
  background: #0092e6;
  z-index: 1;
}
.education-box .blue-right-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9999px;
  width: 9999px;
  height: 100%;
  background: #0092e6;
  z-index: -1;
}
.education-box .blue-right-wrap .img-box {
  margin-top: -80px;
}
.education-box .blue-right-wrap .img-box img {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  max-width: 760px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.education-box .blue-right-wrap .img-box img img {
  border-radius: 10px;
}
.education-box .blue-right-wrap .spacer-img {
  width: 100%;
  max-width: 760px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .education-box .blue-right-wrap::after {
    left: -20px;
  }
}

.education-box .education-txt-box {
  font-size: 15px;
  line-height: 27px;
}
.education-box .blue-left-wrap {
  position: relative;
  max-width: 960px;
  margin: 220px auto 0;
  background: #0092e6;
  z-index: 1;
}
.education-box .blue-left-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  width: 9999px;
  height: 100%;
  background: #0092e6;
  z-index: -1;
}
.education-box .blue-left-wrap .img-box {
  margin-top: -80px;
}
.education-box .blue-left-wrap .img-box img {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  max-width: 760px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.education-box .blue-left-wrap .img-box img img {
  border-radius: 10px;
}
.education-box .blue-left-wrap .spacer-img {
  width: 100%;
  max-width: 760px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .education-box .blue-left-wrap::after {
    left: -20px;
  }
}/*# sourceMappingURL=education.css.map */