.bg {
  background-image: url("../../src/course/bg.webp");
  background-size: contain;
  background-repeat: repeat-y;
}

.re-box0 {
  position: relative;
}

.re-top {
  width: 100%;
}

.re-top-t {
  width: 60%;
  position: absolute;
  bottom: -30%;
  left: 6%;
  transform: translate(-6%, -30%);
}

.re-box-t0 {
  display: flex;
  flex-wrap: nowrap;
  width: 85%;
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 5%;
  align-items: center;
}

.re-box-t1 {
  flex: 40%;
}

.re-box-t2 {
  flex: 5%;
  animation-delay: 0.2s;
}

.re-box-t3 {
  flex: 40%;
  animation-delay: 0.4s;
}

.re-title1 {
  width: 100%;
}

.re-title2 {
  width: 100%;
}

.re-title3 {
  width: 90%;
}

.re-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: -2%;
  animation-delay: 0.6s;
}

.pu-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-radius: 40px;
  position: relative;
  background-color: white;
  border: solid 5px #9d00d1;
  margin-top: 10%;
  margin-bottom: 10%;
}

.pu-box1 {
  margin: 8%;
}

p.pu {
  font-size: 26px;
  padding: 2px;
}

.re-box1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 5%;
}

.re-flex1 {
  flex: 50%;
  padding-left: 5%;
}

.re-flex2 {
  flex: 50%;
  position: relative;
}

.re-img0 {
  width: 60%;
}

.re-img1 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 1%;
}

.re-img2 {
  width: 90%;
}

.re-box2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 5%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.re-flex3 {
  position: relative;
  flex: 60%;
}

.re-flex4 {
  flex: 40%;
}

.re-img3 {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 5%;
}

.re-img4 {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ask-h1 {
  font-size: 25px;
  font-weight: 400;
}

.re-img5 {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.re-img5:hover {
  transform: scale(1.1, 1.1);
}

.re-up {
  position: absolute;
  top: 0;
  left: 0%;
  transition-duration: 4s;
}

.re-up2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

.fo {
  margin: 0;
}

.none {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 10%;
  border: solid 1px rgb(188, 188, 188);
  border-radius: 15px;
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.698);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .ask-h1 {
    font-size: 27px;
  }
}
@media (max-width: 700px) {
  .re-top {
    margin-top: 50px;
  }
  .re-box-t0 {
    width: 90%;
    margin-left: 10%;
  }
  .re-title {
    width: 55%;
  }
  .re-box1 {
    width: 90%;
  }
  .re-box2 {
    width: 90%;
  }
  p.pu {
    font-size: 15px;
  }
  .ask-h1 {
    font-size: 17px;
  }
  .re-img5 {
    width: 70%;
  }
  .none {
    width: 90%;
    margin-top: 20%;
    margin-bottom: 30%;
  }
}/*# sourceMappingURL=recruit.css.map */