.Recruit {
  background-color: #00a5a5;
  width: 100%;

  padding-top: 60px;

  position: relative;
  overflow: hidden;
}

.Recruit__inner {
  background-color: #f9ffff;
  width: calc(100% - 20px);
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;

  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.Recruit__overview {
  margin-bottom: 20px;
}

.Recruit__work {
  margin-bottom: 20px;
}

.Recruit__wages {
  margin-bottom: 20px;
}

.Recruit__other {
  margin-bottom: 20px;
}
