.recruitment-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 300px);
  height: 100%;
}
.recruitment-wrapper .recruitment-content {
  width: 1280px;
  margin-bottom: 80px;
}
.recruitment-wrapper .recruitment-content__stock-title {
  margin-top: 57px;
  margin-bottom: 60px;
}
.recruitment-wrapper .recruitment-content__stock-title h1 {
  margin-bottom: 0px;
}

@media (max-width: 1279px) {
  .recruitment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    height: 100%;
  }
  .recruitment-wrapper .recruitment-content {
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 160px;
  }
  .recruitment-wrapper .recruitment-content__stock-title {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .recruitment-wrapper .recruitment-content {
    padding: 0px 20px;
    margin-bottom: 80px;
  }
  .recruitment-wrapper .recruitment-content__stock-title {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
