@media screen and (max-width: 834px) {
  .front-page .search .search_titleArea:not(:has(.search_banner)) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 835px) {
  .front-page .contentWrap::before {
    height: 96%;
  }
  .front-page .contentWrap .jobs .contentItem_photo .photo:nth-child(2) {
    margin-top: 120px;
  }
  .front-page .contentWrap .jobs .contentItem_photo .photo:nth-child(3) {
    margin-top: -120px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .contentWrap .jobs .contentItem_photo .photo:nth-child(2) {
    margin-top: 50px;
  }
  .front-page .contentWrap .jobs .contentItem_photo .photo:nth-child(3) {
    margin-top: -50px;
  }
}
