.edu_title {
  color: #2ddcad;
  font-size: 1.5625vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
}

.edu_text {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}

.edu_intro {
  margin-top: -0.3255208333vw;
  padding: 0 0 5.9895833333vw;
  background-color: #f7faf9;
}
.edu_intro_title {
  margin-bottom: 3.125vw;
  color: #2ddcad;
  font-size: 2.0833333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
}
.edu_intro_text {
  text-align: center;
}

.edu_plan {
  padding: 6.5104166667vw 0;
}
.edu_plan .edu_title {
  margin-bottom: 2.4739583333vw;
}
.edu_plan_tab {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2.8645833333vw;
}
.edu_plan_tab_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 0.6510416667vw);
  height: 5.2083333333vw;
  background-color: #c7dbd6;
  border-radius: 0.6510416667vw;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 1.5em;
  cursor: pointer;
  transition: all 0.5s;
}
.edu_plan_tab_item::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6276041667vw 0.9765625vw 0 0.9765625vw;
  border-color: #2ddcad transparent transparent transparent;
  opacity: 0;
  transition: all 0.5s;
}
.edu_plan_tab_item.active, .edu_plan_tab_item:hover {
  background-color: #2ddcad;
}
.edu_plan_tab_item.active::before, .edu_plan_tab_item:hover::before {
  opacity: 1;
}
.edu_plan_tab_content {
  display: none;
}
.edu_plan_tab_content.active {
  display: block;
}
.edu_plan_image {
  max-width: 800px;
  margin: 0 auto;
}
.edu_plan_content_wrap {
  position: relative;
}

.edu_training {
  padding: 6.5104166667vw 0 3.2552083333vw;
}
.edu_training .edu_title {
  margin-bottom: 3.7760416667vw;
}
.edu_training_list {
  display: flex;
  justify-content: space-between;
}
.edu_training_item {
  width: 23.4375vw;
}
.edu_training_box_title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 23.4375vw;
  margin-bottom: 2.2786458333vw;
  padding: 1.3020833333vw 1.3020833333vw 3.7760416667vw;
  background-color: #f7faf9;
}
.edu_training_box_title .edu_title {
  margin-bottom: 0 !important;
}
.edu_training .edu_list {
  margin-top: 0.78125vw;
}
.edu_training_item:nth-child(1) .edu_training_image {
  width: 9.9609375vw;
}
.edu_training_item:nth-child(2) .edu_training_image {
  width: 11.1979166667vw;
}
.edu_training_item:nth-child(3) .edu_training_image {
  width: 10.4166666667vw;
}

.edu_list_item {
  position: relative;
  padding-left: 1.953125vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}
.edu_list_item:last-child {
  margin-bottom: 0;
}
.edu_list_item::before {
  content: "";
  position: absolute;
  top: 0.78125vw;
  left: 0;
  width: 0.6510416667vw;
  height: 0.6510416667vw;
  background-color: #2ddcad;
  border-radius: 100%;
}

.edu_support {
  margin-bottom: -6.8359375vw;
  padding: 0.6510416667vw 0 0;
}
.edu_support .edu_title {
  margin-bottom: 1.3020833333vw;
}
.edu_support_desc {
  margin-bottom: 3.7760416667vw;
  text-align: center;
}
.edu_support_content {
  display: flex;
  justify-content: space-between;
}
.edu_support_image {
  width: 36.4583333333vw;
}
.edu_support_box_text {
  width: calc(100% - 36.4583333333vw);
  padding: 2.2786458333vw 0 0 3.90625vw;
}
.edu_support .edu_list {
  margin-bottom: 1.5625vw;
}

img {
  max-width: 100%;
  width: 100%;
}

.sroll {
  display: none;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2ddcad;
}

@media screen and (min-width: 768px) {
  .edu_training_box_title .edu_title.msty01 {
    margin-top: 3.4505208333vw;
  }
  .edu_training_box_title .edu_title.msty02 {
    margin-top: 1.953125vw;
  }
  .edu_training_box_title .edu_title.msty03 {
    margin-top: 1.8229166667vw;
  }
  .edu_training_item:nth-child(3) .edu_text {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .edu_title {
    font-size: 4.2666666667vw;
  }
  .edu_text {
    font-size: 3.7333333333vw;
  }
  .edu_intro {
    margin-top: -1.3333333333vw;
    padding: 10.6666666667vw 0;
  }
  .edu_intro_title {
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
  .edu_intro_text {
    text-align: left;
  }
  .edu_plan {
    padding: 10.6666666667vw 0;
  }
  .edu_plan .edu_title {
    margin-bottom: 8vw;
  }
  .edu_plan_tab {
    margin-bottom: 6.6666666667vw;
  }
  .edu_plan_tab_item {
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .edu_plan_tab_item::before {
    border-width: 3.7333333333vw 2.6666666667vw 0 2.6666666667vw;
  }
  .edu_plan_tab_content {
    overflow-x: auto;
  }
  .edu_plan_image {
    width: 170.6666666667vw;
  }
  .edu_training .edu_title {
    margin-bottom: 8vw;
  }
  .edu_training_list {
    display: block;
  }
  .edu_training_item {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .edu_training_item:last-child {
    margin-bottom: 0;
  }
  .edu_training_box_title {
    height: auto;
    margin-bottom: 5.3333333333vw;
    padding: 8vw;
  }
  .edu_training_box_title .edu_title {
    margin-top: 5.3333333333vw;
  }
  .edu_training_item:nth-child(1) .edu_training_image {
    width: 26.6666666667vw;
  }
  .edu_training_item:nth-child(2) .edu_training_image {
    width: 32vw;
  }
  .edu_training_item:nth-child(3) .edu_training_image {
    width: 29.3333333333vw;
  }
  .edu_list_item {
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
  .edu_list_item::before {
    top: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .edu_support {
    margin-bottom: 0;
    padding: 10.6666666667vw 0 0;
  }
  .edu_support .edu_title {
    margin-bottom: 8vw;
  }
  .edu_support_desc {
    margin-bottom: 8vw;
    text-align: left;
  }
  .edu_support_content {
    display: block;
  }
  .edu_support_image {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .edu_support_box_text {
    width: 100%;
    padding: 0;
  }
  .edu_support .edu_list {
    margin-bottom: 4vw;
  }
  .sroll {
    position: absolute;
    bottom: -5.3333333333vw;
    right: 0;
    display: block;
    padding-right: 10.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1em;
  }
  .sroll::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    width: 8vw;
    transform: translateY(-50%) skewX(55deg);
    height: 2.1333333333vw;
    border-bottom: 0.8vw solid #2ddcad;
    border-right: 0.8vw solid #2ddcad;
    border-radius: 0.5333333333vw;
  }
}