.page_education_standard .education_point > .inner .box {
  background: #20C9BC;
}
.page_education_standard .education_point .step {
  background: #ffffff;
  margin-top: clamp(40px, 4.16667vw, 50px);
  padding-block: clamp(30px, 4.16667vw, 50px);
  padding-inline: clamp(30px, 6.25vw, 75px);
}
.page_education_standard .education_point .step .js-scrollable {
  width: 100%;
}
.page_education_standard .education_point .step .js-scrollable img {
  height: 250px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .page_education_standard .education_point .step .js-scrollable img {
    height: auto;
    width: 100%;
  }
}
.page_education_standard .education_point .step .cards {
  margin-top: clamp(40px, 4.16667vw, 50px);
}
.page_education_standard .education_point .step .cards .item h3 {
  margin-bottom: 30px;
}
.page_education_standard .education_point .step .cards .item p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.375;
}