@media (max-width: 1199px) {
  .head-wrapper .head-people {
    width: 1200px;
    left: calc(0% - 570px);
  }
  .head-wrapper .join-us {
    right: calc(50% + 20px);
  }
  .position-wrapper .position-people {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 500px;
  }
  .benefits-wrapper .content {
    width: calc(100% - 500px);
  }
}

@media (max-width: 960px) {
  .head-wrapper {
    height: 600px;
  }
  .head-wrapper .logo-wrapper a img {
    width: auto;
    height: 38px;
  }
  .head-wrapper .needs {
    top: -10px;
    width: 180px;
  }
  .head-wrapper .head-people {
    width: 1000px;
    left: -500px;
  }
  .head-wrapper .join-us {
    right: calc(50% + 30px);
    bottom: 100px;
    width: 220px;
  }
  .head-wrapper .head-title {
    width: 100%;
  }
  .head-wrapper .position {
    bottom: 100px;
  }
  .head-wrapper .p02 {
    right: 130px;
  }
  .head-wrapper .p03 {
    right: 260px;
  }
  .position {
    width: 130px;
  }
  .description {
    font-size: 22px;
  }
  .description .summer-intern {
    width: 400px;
  }
  .title {
    height: 50px;
  }
  .position-wrapper {
    background-position: -420px 0px;
  }
  .position-wrapper .position-items {
    width: 100%;
  }
  .position-wrapper .position-info {
    font-size: 22px;
    width: 100%;
  }
  .position-wrapper .position-people {
    bottom: -35%;
    right: -20%;
  }
  .benefits-wrapper .benefits-people {
    width: 40%;
  }
  .benefits-wrapper .content {
    width: calc(50% - 30px);
  }
  .benefits-wrapper p {
    font-size: 22px;
    margin-left: 60px;
  }
  .howto-wrapper p {
    font-size: 22px;
    margin-left: 50px;
  }
  .intro-wrapper .content-holder {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .head-wrapper {
    height: 400px;
  }
  .head-wrapper .logo-wrapper a {
    height: 30px;
    margin-bottom: 15px;
  }
  .head-wrapper .logo-wrapper a img {
    height: 30px;
  }
  .head-wrapper .needs {
    width: 100px;
  }
  .head-wrapper .head-people {
    width: 620px;
    top: 80px;
    left: -290px;
  }
  .head-wrapper .join-us {
    right: 0;
    bottom: 130px;
  }
  .head-wrapper .position {
    width: 90px;
    bottom: 60px;
  }
  .head-wrapper .p02 {
    right: 90px;
  }
  .head-wrapper .p03 {
    right: 180px;
  }
  .title {
    height: 36px;
  }
  .description {
    font-size: 18px;
  }
  .position-wrapper .position-info {
    font-size: 18px;
  }
  .position-wrapper .position-people {
    display: none;
  }
  .position-wrapper .position-items {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .benefits-wrapper .benefits-people {
    width: 100%;
    padding: 0px 15px;
  }
  .benefits-wrapper .content {
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
  }
  .benefits-wrapper p {
    font-size: 18px;
  }
  .howto-wrapper p {
    font-size: 18px;
  }
  .howto-wrapper .notice-holder {
    margin: 0 15px;
  }
  .howto-wrapper .notice-holder span {
    font-size: 18px;
  }
  .intro-wrapper .content-holder {
    font-size: 18px;
  }
}
/*# sourceMappingURL=rwd.css.map */