.curriculum .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curriculum .section-title .line-decoration {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ed4e75), color-stop(51%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#ed4e75 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 10px 10px;
}

.curriculum .section-title .square {
  width: 30px;
  height: 30px;
  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;
}

.curriculum .section-title .square__inner {
  width: 50%;
  height: 50%;
}

.curriculum .section-title .title-value {
  margin-left: 3rem;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .curriculum .section-title .title-value {
    font-size: 2rem;
  }
}

@media screen and (max-width: 359px) {
  .curriculum .section-title .title-value {
    font-size: 1.8rem;
  }
}

.curriculum .features {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .curriculum .features {
    margin-top: 4rem;
  }
}

.curriculum .features__contents {
  margin-top: 12rem;
  padding: 0 6rem;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .curriculum .features__contents {
    margin-top: 4rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}

.curriculum .how-to-learn .section-title,
.curriculum .activity .section-title,
.curriculum .compare .section-title {
  padding-top: 2rem;
  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;
}

@media screen and (max-width: 767px) {
  .curriculum .how-to-learn .section-title,
  .curriculum .activity .section-title,
  .curriculum .compare .section-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem 2rem 0;
  }
}

.curriculum .how-to-learn .section-title .title-value,
.curriculum .activity .section-title .title-value,
.curriculum .compare .section-title .title-value {
  margin-left: 3rem;
  font-size: 3.25rem;
}

@media screen and (max-width: 767px) {
  .curriculum .how-to-learn .section-title .title-value,
  .curriculum .activity .section-title .title-value,
  .curriculum .compare .section-title .title-value {
    font-size: 2rem;
  }
}

.curriculum .how-to-learn {
  background-color: white;
}

.curriculum .how-to-learn__tips {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .curriculum .how-to-learn__tips {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .curriculum .how-to-learn__tips {
    font-size: 1.5rem;
  }
}

.curriculum .how-to-learn__slider .learn-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}

@media screen and (max-width: 1365px) {
  .curriculum .how-to-learn__slider .learn-slider {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .curriculum .how-to-learn__slider .learn-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.curriculum .how-to-learn__slider .learn-slider li {
  width: 25%;
  padding: 0 2rem;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 1023px) {
  .curriculum .how-to-learn__slider .learn-slider li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .how-to-learn__slider .learn-slider li {
    width: 100%;
  }
}

.curriculum .how-to-learn__slider .learn-slider__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.curriculum .how-to-learn__slider .learn-slider__img {
  margin-top: 1.6rem;
  border-radius: 16px;
  max-height: 400px;
  overflow: hidden;
}

.curriculum .how-to-learn__slider .learn-slider__logo {
  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;
  margin: 1rem 0;
  height: 64px;
}

@media screen and (max-width: 1023px) {
  .curriculum .how-to-learn__slider .learn-slider__logo {
    height: 100px;
  }
}

.curriculum .how-to-learn__slider .learn-slider__logo img {
  width: auto;
  max-height: 56px;
}

@media screen and (max-width: 1023px) {
  .curriculum .how-to-learn__slider .learn-slider__logo img {
    width: auto;
    max-height: 80px;
  }
}

.curriculum .how-to-learn__slider .learn-slider__description {
  margin-top: 4rem;
  padding: 0 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 1535px) {
  .curriculum .how-to-learn__slider .learn-slider__description {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1365px) {
  .curriculum .how-to-learn__slider .learn-slider__description {
    font-size: 1.5rem;
  }
}

.curriculum .activity {
  background-color: white;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .curriculum .activity {
    padding-top: 2rem;
  }
}

.curriculum .activity__tips {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .curriculum .activity__tips {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .curriculum .activity__tips {
    font-size: 1.5rem;
  }
}

.curriculum .activity__slider .activity-slider {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .curriculum .activity__slider .activity-slider {
    display: block;
    margin-top: 4rem;
  }
}

.curriculum .activity__slider .activity-slider li {
  padding: 0 2rem;
}

.curriculum .activity__slider .activity-slider__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.curriculum .activity__slider .activity-slider__img {
  margin-top: 3rem;
  border-radius: 16px;
  max-height: 400px;
  overflow: hidden;
}

.curriculum .activity__slider .activity-slider__description {
  margin-top: 4rem;
  padding: 0 8rem;
  font-size: 2rem;
}

@media screen and (max-width: 1535px) {
  .curriculum .activity__slider .activity-slider__description {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1365px) {
  .curriculum .activity__slider .activity-slider__description {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .curriculum .activity__slider .activity-slider__description {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.curriculum .compare {
  padding-bottom: 20rem;
}

@media screen and (max-width: 1023px) {
  .curriculum .compare {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .compare {
    padding-bottom: 4rem;
  }
}

.curriculum .compare__activity {
  margin-top: 18rem;
}

@media screen and (max-width: 1023px) {
  .curriculum .compare__activity {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .compare__activity {
    margin-top: 4rem;
  }
}

.curriculum .compare__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
}

@media screen and (max-width: 1023px) {
  .curriculum .compare__table {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .compare__table {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.5rem;
  }
}

.curriculum .compare__table table {
  width: 68%;
  table-layout: fixed;
}

@media screen and (max-width: 1365px) {
  .curriculum .compare__table table {
    width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .curriculum .compare__table table {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .compare__table table {
    width: 960px;
  }
}

.curriculum .compare__table table .label {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  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: 2rem;
  font-weight: normal;
  line-height: 1.2;
}

@media screen and (max-width: 1535px) {
  .curriculum .compare__table table .label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .compare__table table .label {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.curriculum .compare__table table .label__orange {
  background-color: #F66900;
}

.curriculum .compare__table table .label__apple {
  background-color: #F91d1d;
}

.curriculum .compare__table table .label__strawberry {
  background-color: #F90092;
}

.curriculum .compare__table table .label__eggplant {
  background-color: #8B0DF5;
}

.curriculum .compare__table table .label__ocean {
  background-color: #342FE3;
}

.curriculum .compare__table table .label__sky {
  background-color: #00B1F4;
}

.curriculum .compare__table table .label__forest {
  background-color: #11BB34;
}

.curriculum .compare__table table .col__orange {
  background-color: #F9D7BC;
}

.curriculum .compare__table table .col__apple {
  background-color: #F8C7C3;
}

.curriculum .compare__table table .col__strawberry {
  background-color: #F8C0DD;
}

.curriculum .compare__table table .col__eggplant {
  background-color: #E0C3F3;
}

.curriculum .compare__table table .col__ocean {
  background-color: #CECAED;
}

.curriculum .compare__table table .col__sky {
  background-color: #C2E6F2;
}

.curriculum .compare__table table .col__forest {
  background-color: #C6E9C9;
}

.curriculum .compare__table table thead tr,
.curriculum .compare__table table tbody tr {
  height: 10.5rem;
}

.curriculum .compare__table table thead tr th,
.curriculum .compare__table table tbody tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.5rem;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .curriculum .compare__table table thead tr th,
  .curriculum .compare__table table tbody tr th {
    width: 128px;
    display: table-cell;
  }
}

.curriculum .compare__table table thead .border,
.curriculum .compare__table table tbody .border {
  border: solid 2px gray;
}

.curriculum .compare__table table thead .logo {
  padding: 2rem 0;
  text-align: center;
}

.curriculum .compare__table table thead .logo img {
  width: 100px;
}

.curriculum .compare__table table tbody tr .text {
  padding: 1rem;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 1535px) {
  .curriculum .compare__table table tbody tr .text {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=curriculum.css.map */