.under-mv {
  padding-top: 160px;
}

.contact__flow-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 220px;
  margin: 0 auto;
}

.contact__flow-list::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 35px;
  left: 0;
  transform: translate(0,-50%);
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
}

.contact__flow-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b9bec3;
  background-color: #e1e1e1;
}
.contact__flow-item.active .contact__flow-num {
  color: #fff;
  background-color: #506378;
}

.contact__flow-txt {
  text-align: center;
  color: #b9bec3;
  margin-top: 10px;
}

.contact__flow-item.active .contact__flow-txt {
  color: #2e4055;
}


.under-mv__img {
  width: 340px;
  transform: translate(-5.5vw,0);
  margin-top: 30px;
}

.under footer {
  border-top: 1px solid #dddddd;
}

@media(max-width:1400px) {
  .under-mv {
    padding-top: 140px;
  }
  .under-mv__img {
    width: 230px;
    transform: translate(-5vw,0);
    margin-top: 15px;
  }
}
@media(max-width:834px) {
  .under-mv {
    padding-top: 80px;
  }
  .under-mv__img {
    width: 150px;
    transform: translate(-4vw,0);
    margin-top: 10px;
  }
  .contact__flow-list {
    width: 190px;
  }
  .contact__flow-list::before {
    top: 25px;
  }
  .contact__flow-num {
    width: 50px;
    height: 50px;
  }
}

@media(max-width:500px) {
  .under-mv {
    padding-top: 60px;
  }
  .under-mv__img {
    width: 130px;
    transform: translate(-3vw,0);
    margin-top: 0px;
  }
}

.recruit_news {
  background: url(../img/recruit/noise.webp) repeat center / 5%, #fcf9f4 !important;
}