body {
  color: #555555;
  background-color: #fff;
  background-image: url(../imgs/bg.png);
  background-repeat: repeat;
  position: relative;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../imgs/top-wave.png);
  background-position: center;
  background-repeat: repeat-x;
  z-index: 99;
}

body:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../imgs/bottom-wave.png);
  background-position: center;
  background-repeat: repeat-x;
  z-index: 99;
}

img {
  width: 100%;
  height: auto;
}

.outer-wrapper {
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, white), color-stop(85%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 15%, white 85%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.head-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 0;
}

.head-wrapper .logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.head-wrapper .logo-wrapper a {
  display: inline-block;
  height: 50px;
  margin-right: 30px;
}

.head-wrapper .needs {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  z-index: 0;
}

.head-wrapper .head-people {
  position: absolute;
  top: 50px;
  left: calc(0% - 520px);
  width: 1340px;
  z-index: 0;
}

.head-wrapper .join-us {
  position: absolute;
  bottom: 140px;
  right: calc(50% - 70px);
  width: 300px;
  z-index: 0;
}

.head-wrapper .head-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 930px;
  z-index: 0;
}

.head-wrapper .position {
  position: absolute;
  bottom: 140px;
  z-index: 0;
}

.head-wrapper .p01 {
  right: 0px;
}

.head-wrapper .p02 {
  right: 170px;
}

.head-wrapper .p03 {
  right: 340px;
}

.head-wrapper .sharp-line {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 90%;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}

.position {
  width: 170px;
}

.sharp-line {
  height: 3px;
  background-color: #3f3f3f;
}

.description {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
}

.description p {
  max-width: 960px;
  margin: 0 auto;
}

.description .summer-intern {
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 0;
}

.title {
  height: 70px;
  z-index: 5;
}

.title img {
  width: auto;
  height: 100%;
  z-index: 3;
}

.position-wrapper {
  position: relative;
  margin-bottom: 90px;
  background-image: url(../imgs/position-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 4;
}

.position-wrapper .position-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
  z-index: 1;
}

.position-wrapper .position-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  font-size: 28px;
  margin-left: 30px;
}

.position-wrapper .position-info p {
  margin-bottom: 0;
}

.position-wrapper .position-people {
  position: absolute;
  bottom: -25%;
  right: -20%;
  width: 685px;
  z-index: 0;
}

.position-wrapper .sharp-line {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 75%;
  -webkit-clip-path: polygon(0% 0, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0, 0% 100%, 100% 50%);
  z-index: 0;
}

.benefits-wrapper {
  position: relative;
  margin-bottom: 100px;
  z-index: 6;
}

.benefits-wrapper .content {
  margin-left: 30px;
}

.benefits-wrapper p {
  position: relative;
  font-size: 28px;
  margin-bottom: 30px;
  margin-left: 120px;
}

.benefits-wrapper p:before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 40px;
  background-image: url(../imgs/benefits-icon.png);
  background-repeat: no-repeat;
}

.benefits-wrapper .sharp-line {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
  z-index: 0;
}

.howto-wrapper {
  position: relative;
  background-image: url(../imgs/howto-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.howto-wrapper p {
  position: relative;
  font-size: 28px;
  margin-bottom: 30px;
  margin-left: 120px;
}

.howto-wrapper p:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/howto-icon.png);
  background-repeat: no-repeat;
}

.howto-wrapper span {
  font-weight: bold;
}

.howto-wrapper .time span {
  color: #f47db3;
}

.howto-wrapper .location span {
  color: #7a7a7a;
}

.howto-wrapper .contact a {
  display: inline-block;
  color: #ed1d71;
  text-decoration: none;
  padding: 0px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.howto-wrapper .contact a:hover {
  color: #fff;
  background-color: #ed1d71;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.howto-wrapper .contact span {
  border-bottom: 2px solid #ed1d71;
  margin: 0px 5px;
}

.howto-wrapper .notice-holder {
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
}

.howto-wrapper .notice-holder span {
  font-size: 24px;
  font-weight: initial;
  color: #7c7c7c;
  margin: 0 auto;
}

.intro-wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-wrapper .title .sharp-line {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}

.intro-wrapper .title .sharp-line:first-child {
  -webkit-clip-path: polygon(0% 0, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0, 0% 100%, 100% 50%);
}

.intro-wrapper .title .sharp-line:last-child {
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}

.intro-wrapper .title img {
  margin: 0 30px;
}

.intro-wrapper .intro-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro-wrapper .intro-content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.intro-wrapper .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.intro-wrapper .logo-holder a {
  display: inline-block;
  height: 50px;
}

.intro-wrapper .content-holder {
  font-size: 26px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
}

.intro-wrapper .content-holder a {
  color: #5a5a5a;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro-wrapper .content-holder a:hover {
  color: #0056b3;
}
/*# sourceMappingURL=style.css.map */