@charset "UTF-8";
/*==================================
リクルート
==================================*/
.p-recruit_imgwrap {
  height: 50vh;
  overflow: hidden;
}

.p-recruit_jobtext_wrap {
  margin-top: 3.125%;
}

.p-recruit_jobtext {
  margin-top: 1.5625%;
}

.p-recruit_programer {
  position: relative;
  margin-top: 7%;
  padding-bottom: 4%;
}
.p-recruit_programer::after {
  position: absolute;
  content: "";
  background-image: url(../images/recruit/recruit_bg_top.png);
  background-repeat: no-repeat;
  bottom: -1px;
  right: 0;
  height: 432px;
  width: 23.9583333333%;
  z-index: 4;
}

@media screen and (min-width: 751px) and (max-width: 1279px) {
  .p-recruit_imgwrap {
    height: 40vh;
  }
  .p-recruit_programer::after {
    width: 17.7083333333%;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit_imgwrap {
    height: 18vh;
  }
  .p-recruit_programer {
    margin-top: 12%;
    padding-bottom: 12%;
  }
  .p-recruit_programer::after {
    width: 20%;
  }
}
/*==================================
フォーム
==================================*/
.p-recruit_form_wrap {
  position: relative;
  padding-bottom: 9.375%;
  padding-top: 7.8125%;
  background-image: url(../images/recruit/bg_recruit_form.png);
  clip-path: polygon(23.8% 0, 100% 0, 100% 100%, 76.2% 100%, 0 100%, 0 20%);
  z-index: 1;
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 751px) and (max-width: 1279px) {
  .p-recruit_form_wrap {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 76.2% 100%, 0 100%, 0 15%);
  }
}
/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .p-recruit_form_wrap {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 76.2% 100%, 0 100%, 0 5%);
  }
}