.bg_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  /* margin-top: -100vh; */
}

.main_visual {
  position: relative;
  padding: 13.4rem 7rem;
  margin-top: -100vh;
}

.page_title {
  font-size: 13rem;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 6rem;
  right: 4rem;
  line-height: 1;
  mix-blend-mode: overlay;
}

.catchcopy {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4rem;

  span {
    font-size: 6rem;
  }
}

.main_visual_text {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.step_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20rem;
}

.step_item {
  width: 38rem;
  height: 46rem;
  border: 1px solid #fff;
  font-weight: 900;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-shadow: 0.1rem 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
  padding: 1rem;

  .num {
    font-size: 10rem;
  }

  p {
    font-size: 3.5rem;
  }
}

.step_item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.step_item:hover::before {
  opacity: 1;
}

.step_item:first-child::before {
  background-image: url('../img/4376536_m.jpg');
}

.step_item:nth-child(2)::before {
  background-image: url('../img/3504649_m.jpg');
}

.step_item:last-child::before {
  background-image: url('../img/32034488_m.jpg');
}


.service_desc_sec {
  counter-increment: title;
  padding: 0 1rem;
  margin-bottom: 20rem;
}

.service_desc_img {
  width: 41.5rem;
  aspect-ratio: 1;
}


.service_desc_wrapper {
  display: flex;
  gap: 12rem;
  justify-content: center;
}


.service_desc_title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;

}

.service_desc_title::before {
  content: counter(title);
  font-size: 10rem;
}

.service_description {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  width: 62.4rem;
  padding: 2rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.7;
}

.service_desc_sec.reverse {


  text-align: right;

  .service_desc_img {}

  .service_desc_wrapper {
    flex-direction: row-reverse;
  }
}

.job_category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  max-width: 100rem;
  margin: 8rem auto;
}

.job_category {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.job_category_img {
  width: 20rem;
  border-radius: 50%;
  overflow: hidden;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.job_description{
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.future_sec .service_description:nth-child(3) {
  margin-left: auto;
  margin-top: 20rem;
}

.curriculum_sec{
  /* margin-bottom: 10rem; */
  padding-bottom: 10rem;
}

.basic_curriculum {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.curriculum_title_wrapper {
  flex: 1;
  padding-left: 11.8rem;
}

.curriculum_title {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 3.5rem;
}

.curriculum_description {
  font-size: 1.6rem;
  color: #fff;
}

.curriculum_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.6rem;

  li {
    background-color: #fff;
    padding: 3rem;
  }
}

.curriculum_name {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

.advanced_curriculum {
  color: #fff;
}

.other_curriculum {
  text-align: center;
  font-size: 1.6rem;
}

.footer_link_service_bg {
  /* background-color: rgba(37, 136, 49, 0.5); */
}

@media screen and (max-width: 699.98px) {

  .main_visual{
    padding: 15rem 1.5rem;
  }

  .main_visual_text{
    font-size: 1.4rem;
  }

  .page_title{
    font-size: 7rem;
    right: 0rem;
    opacity: 0.5;
  }

  .catchcopy{
    font-size: 2.5rem;

    span{
      font-size: 3.5rem;
    }
  }

  .step_item{
    .num{
      font-size: 7rem;
    }

    p{
      font-size: 2rem;
    }
  }

  .service_desc_sec{
    margin-bottom: 15rem;
  }

  .service_desc_img{
    width: 30rem;
  }

  .service_desc_wrapper{
    flex-direction: column!important;
    gap: 6rem;
  }

  .service_desc_title{
    font-size: 2.5rem;
  }

  .service_desc_title::before{
    font-size: 7rem;
  }

  .service_description{
    width: 100%;
    font-size: 1.3rem;
  }

  .job_category_wrap{
    gap: 2rem;
  }

  .job_category{
    width: 47%;
    font-size: 1.4rem;
  }

  .job_category_img{
    width: 16rem;
  }

  .job_description{
    font-size: 1.4rem;
  }

  .basic_curriculum{
    flex-direction: column;
    gap: 2rem;
  }

  .curriculum_title_wrapper{
    padding: 0 1.5rem;
  }

  .curriculum_title{
    font-size: 2.5rem;
  }

  .curriculum_description{
    font-size: 1.4rem;
  }

  .curriculum_list{
    font-size: 1.4rem;

    li{
      padding: 1.2rem;
    }
  }
}