.l-wrapper::before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("/_assets/img/academyplus/bg-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 498px;
  height: 104px;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .l-wrapper::before {
    background-image: url("/_assets/img/academyplus/bg-sp.png");
    width: 100%;
    height: 100%;
  }
}
.l-wrapper::after {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  background-image: url("/_assets/img/academyplus/bg-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 798px;
  height: 336px;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .l-wrapper::after {
    display: none;
  }
}
.l-column-2.-reverse > :first-child {
  order: 2;
}
.l-column-2.-reverse > :last-child {
  order: 1;
}
@media only screen and (max-width: 960px) {
  .l-column-2.-reverse > :first-child {
    order: 1;
  }
  .l-column-2.-reverse > :last-child {
    order: 2;
  }
}
.c-pageHeading__content li:has(.c-button-typeE) {
  min-width: 50%;
}
.c-link-text {
  font-weight: bold;
}

/*# sourceMappingURL=maps/academyplus.css.map */
