.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.activitylistTitleBox {
  text-align: center;
  margin-top: 50px;
}

.activitylistTitle {
  display: inline-block;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #2C2C2C;
}

.bottomLine {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #72C5DB;
}

.educationTitle {
  font-size: 20px;
  font-weight: bold;
  color: #72C5DB;
  text-align: center;
  padding: 0 20px;
}

.educationTextList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}

.educationBox1 {
  background-color: #E5F5F8;
  border-radius: 20px;
  padding: 25px 20px;
}

.educationBox2 {
  background-color: #FFF7FA;
  border-radius: 20px;
  padding: 25px 20px;
}

.educationBoxTitle {
  display: inline-block;
  background-color: #72C5DB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
}

.c-orderList {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  font-size: 15px;
  font-weight: 500;
}

.educationTitleBox {
  width: fit-content;
  background-color: #F3FEAD;
  padding: 0 25px;
  border-radius: 30px;
  margin: auto;
}
.educationTitleBox p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.educationImgBox {
  margin: 0 20px;
}

.educationImg1 {
  max-width: 1230px;
  margin: auto;
}

.educationImg2 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-image: url("../images/educationImg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
}

.educationImg2Inner {
  padding: 55px 30px 45px;
}

.educationImg2Title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.educationImg2Title::before, .educationImg2Title::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: #72C5DB;
  border-radius: 50%;
}

.educationImg2numberList {
  counter-reset: num;
  list-style: none;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.educationImg2numberList li {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.educationImg2numberList li:last-child {
  margin-bottom: 0;
}
.educationImg2numberList li::before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #72C5DB;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.educationImg3 {
  max-width: 860px;
  margin: auto;
}

.educationImg4 {
  max-width: 760px;
  margin: auto;
}

.educationImg5 {
  max-width: 760px;
  margin: auto;
}

.educationImg6 {
  max-width: 890px;
  margin: auto;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.SPCenter {
  margin: 0;
}

.flowSwiper {
  width: 100%;
  overflow: hidden;
}
.flowSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.flowSwiper .swiper-slide {
  width: 320px;
  flex-shrink: 0;
  border-radius: 20px;
}
.flowSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .activitylistTitleBox {
    margin-top: 110px;
  }
  .activitylistTitle {
    font-size: 38px;
  }
  .educationTitle {
    font-size: 26px;
    padding: 0;
  }
  .educationTextList {
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
  .educationBoxTitle {
    font-size: 18px;
  }
  .c-orderList {
    font-size: 16px;
  }
  .educationTitleBox p {
    font-size: 32px;
  }
  .educationImgBox {
    margin: 0 100px;
  }
  .educationImg2Inner {
    padding: 64px 60px 55px;
  }
  .educationImg2Title {
    margin-bottom: 45px;
    font-size: 26px;
  }
  .educationImg2Title::before, .educationImg2Title::after {
    width: 18px;
    height: 18px;
  }
  .educationImg2numberList li {
    gap: 12px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .educationImg2numberList li::before {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .flowSwiper .swiper-slide {
    width: 395px;
  }
  .flowSwiper .swiper-slide img {
    height: 270px;
  }
}

/*# sourceMappingURL=education.css.map*/