#recruit .dot-title {
  margin: 0;
}
#recruit .recruit__photo {
  margin-bottom: 108px;
}
#recruit .recruit__sub__title {
  margin-bottom: 59px;
}
#recruit .recruit__text {
  margin-bottom: 95px;
}
#recruit .recruit__row {
  margin-top: -55px;
  gap: 63px;
  flex-direction: row;
}
#recruit .recruit__box-row {
  margin-bottom: 109px;
}
#recruit .note {
  font-size: 14px;
  color: #808080;
  margin-top: 13px;
  margin-bottom: 96px;
}
#recruit .service__icon__row {
  margin-bottom: 81px;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #recruit .recruit__photo {
    margin-bottom: 100px;
  }
  #recruit .recruit__sub__title {
    margin-bottom: 53px;
  }
  #recruit .recruit__text {
    margin-bottom: 87px;
  }
  #recruit .recruit__row {
    margin-top: -51px;
    flex-direction: column;
    gap: 30px;
  }
  #recruit .recruit__mphoto {
    margin-top: 58px;
    overflow-x: scroll;
    margin-bottom: 47px;
  }
  #recruit .recruit__mphoto img {
    min-width: 904px;
    max-width: unset;
  }
  #recruit .note {
    margin-bottom: 88px;
  }
}

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