


.recruit_contacts{
  padding: 12.4rem 7rem 15rem 48.9rem;
}

.contact_forms {
  margin-top: 8.5rem;
}

.contact_form:not(:first-child) {
  margin-top: 3.5rem;
}

.contact_form.input_select {
  position: relative;
}

.contact_form.input_select::after {
  content: "";
  position: absolute;
  bottom: 1.65rem;
  right: 4rem;
  aspect-ratio: 17/14;
  width: 1.7rem;
  background-color: black;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.contact_form_header {
  height: 4.7rem;
  width: 100%;
  background-color: #FF9924;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.3rem;
}

.contact_form_label {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
}

.contact_form_required {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EC6D65;
  padding: .2rem .8rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.contact_sep_tel {
  margin: 2.3rem 0 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.input_form {
  background-color: #F2F2F2;
  display: block;
  margin: 2.3rem auto 0;
  width: calc(100% - 5rem);
  padding: 1rem 1.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  border-bottom: solid .1rem black;
}

.input_form.tel {
  width: 15.7rem;
  margin: 0;
}

.input_form_dash {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
}

.input_form.input_textarea {
  resize: none;
  height: 21.57rem;
  line-height: calc(30em/18);
}

.contact_confirm {
  display: block;
  margin: 5.93rem auto 0;
  aspect-ratio: 174/54;
  width: 17.4rem;
  background-color: #FF9924;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
}


.contact_label{
  background-color: #FF9924;
}

.contact_btn{
  background-color: #FF9924;
}

.contact_btn_back{
  background-color: #fff;
  color: #FF9924;
  border: 0.1rem solid #FF9924;
}

@media screen and (max-width: 699.98px) {

  .bgimg_outer {
    position: relative;
    width: 100%;
    height: 26.9rem;
    overflow: hidden;
  }

  .sr_bgimg {
    position: relative;
    height: 67rem;
    z-index: 0;
  }


  .recruit_contacts {
    padding: 3rem 2rem 1.5rem;
  }

  .contact_forms {
    margin-top: 6rem;
  }

  .contact_form.input_select::after {
    bottom: 1.1rem;
  }

  .contact_form_header {
    height: 4.7rem;
    width: 100%;
    background-color: #FF9924;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
  }

  .contact_form_label {
    font-size: 1.4rem;
    line-height: 1em;
  }

  .contact_form_required {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1em;
  }

  .contact_sep_tel {
    margin: 2rem auto 0;
    justify-content: center;
    gap: .7rem;
  }

  .input_form {
    margin: 2rem auto 0;
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    line-height: 1em;
  }

  .input_form.tel {
    width: 8.866rem;
    margin: 0;
  }

  .input_form_dash {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .input_form.input_textarea {
    resize: none;
    height: 21.4rem;
    line-height: calc(30em/14)
  }

  .contact_confirm {
    margin: 3.9rem auto 0;
    width: 15rem;
    font-size: 1.4rem;
    line-height: 1em;
  }
}