@charset "utf-8";
/* CSS Document */
h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
p.mandetory__check {
  display: none;
  margin-bottom: 2em;
}
.lead-check{
  padding: 13px 0;
  text-align: center;
  margin-top: -32px;
}
@media screen and (min-width: 768px) {
  .mr_2em {
    margin-right: 2.0em;
  }
  .mr_1em {
    margin-right: 1.0em;
  }
  .ml_8em {
    margin-left: 8em;
  }
}
.ml_1em {
  margin-left: 1em;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_0 label {
  margin-bottom: 0 !important;
}
.text_20em input[type="text"],
.text_20em input[type="email"] {
  width: 20em;
}
.text_12em input[type="text"] {
  width: 12em;
}
.text_6em input[type="text"] {
  width: 6em;
}
.text_5em input[type="text"] {
  width: 5em;
}
.text_3em input[type="text"] {
  width: 3em;
}
span.wd_270 {
  display: inline-block;
  width: 270px;
}
textarea {
  width: 26em;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
  }
  span.wd_270 {
    width: 160px;
  }
  .pc_br {
    display: none;
  }
  .ta_right {
    text-align: right;
  }
}
.apform_input {}
.apform_input input[type="text"],
.apform_input input[type="email"] {
  margin: 0;
}
.apform_input p, .apform_input span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .apform_input .text_12em input[type="text"],
  .apform_input .text_20em input[type="text"],
  .apform_input .text_20em input[type="email"] {
    width: 90%;
  }
  .apform_input input[type="file"] {
    font-size: 90%;
  }
  .apform_input .apform_row .mwform-tel-field input[type="text"],
  .apform_input .apform_row .mwform-zip-field input[type="text"] {
    width: 4.0em;
  }
}
.apform_input .apform_row {
  display: flex;
  align-items: center;
  margin-bottom: 1.0em;
  flex-wrap: wrap;
}
.apform_input .apform_row .apform_item {
  display: inline-block;
  width: 8em;
  min-width: 8em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .apform_input .apform_row {
    display: block;
  }
  .apform_input .apform_row .apform_item {
    display: block;
    width: 92%;
    margin-bottom: 0.5em;
    min-width: 3em;
  }
}
.apform_input .apform_row  span {
  display: inline-block;
  margin-right: 0.5em;
}
.apform_career_chkbox p {
  margin-left: 8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .apform_career_chkbox p {
    margin-left: 1em;
  }
}
.mw_wp_form_input .career_histories,
.mw_wp_form_input .license_picture,
.mw_wp_form_input .license_estimate {
  display: none;
}
@media screen and (max-width: 767px) {
  .apform_input .apform_row label {
    display: block;
    margin-bottom: 0.5em;
    padding-left: 1.0em
  }
  .apform_input .apform_row label.sp_inline {
    display: inline-block;
  }
  .apform_input .apform_row label span{
    /* margin-right: 1.0em; */
  }
  .apform_input .apform_row label.sp_inline:last-child span,
  .apform_input .apform_row label span.mwform-radio-field,
  .apform_input .apform_row label span.mwform-radio-field .mwform-radio-field-text {
    margin-right: 0;
  }
  .apform_input .apform_row label span.sp_block {
    display: block;
  }

  .apform_input .apform_row label span.error {
    font-size: 70%;
  }
  .apform_input .apform_row .apform_radio .mwform-radio-field:first-child {
    margin-left: 3.0em;
  }
}
.career_histories input {
  width: 250px;
}

.career_histories .mr_2em{
  margin-right: 1em;
}
.apform_taisyoku{
  padding-left: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .apform_taisyoku{
  padding-left: 200px;
}
}
.career_histories .note_red{
  display: grid;
  grid-template-columns: .5fr 5fr;
  width: 100%;
  }
@media screen and (min-width: 768px) {
  .career_histories .note_red{
  grid-template-columns: 1fr 4fr;
  }
}
.career_histories .note_red p{
  color: #B70000;
  font-weight: 600;
  line-height: 18px;
}
.career_histories .apform_kikan_1{
  width: 100%;;
  padding-left: 0;
  margin-bottom: 10px;;
}
@media screen and (min-width: 768px) {
.career_histories .apform_kikan_1{
  padding-left: 130px;
}
}
.apform_taisyoku input{
  border: 1px solid #ddd !important;
}
.apform_taisyoku::after{
  display: none !important;
}
.zaisyoku-chu{
  padding-left: 0;
  margin-left: -50px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .zaisyoku-chu{
  padding-left: 130px;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 22px;
}
}

.zaisyoku-chu input{
  width: 20px;
}
.zaisyoku-chu::after{
  display: none !important;
}
.apform_separator {
  width: 100%;
  height: 2px;
  background-color: #CCC;
  content: '';
  margin: 1em 0;
}
.apform_input .align_end {
  align-items: flex-end !important;
}
.apform_input .align_start {
  align-items: flex-start !important;
}
.apform_input .align_start label span.error {
  display: block;
}
.apform_mandetory {
  position: relative;
}
.apform_mandetory::after {
  display: inline-block;
  height: 2rem;
  content: '必須';
  font-size: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #C96568;
  color: #fff;
  padding: 0 4px;
  line-height: 2em;
}
.syokureki-1::after{
  display: none;
}

.gyoumu-naiyo-1{
  position: relative;
}
.gyoumu-naiyo-1:after{
  display: inline-block;
  height: 2rem;
  content: '必須';
  font-size: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #C96568;
  color: #fff;
  padding: 0 4px;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .gyoumu-naiyo-1:after{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .syokureki-1::after{
    top:0 !important;
  }
}
.syokureki-1 p{
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .syokureki-1 p{
    padding-left: 0;
  }
}
.syokureki-1 input{
  margin-left: 1em !important;
}
@media screen and (min-width: 768px) {
  .syokureki-1 input{
    margin-left: 0!important;
  }
}
.mandetory_error_check {
  display: none;
}
.haigusha::after{
  top:35px !important;
}
@media screen and (min-width: 768px) {
  .haigusha::after{
    top:0 !important;
  }
}

.menukyo::after{
  top:35px !important;
}
@media screen and (min-width: 768px) {
  .menukyo::after{
    top:0 !important;
  }
}

.other::after{
  top:35px !important;
}
@media screen and (min-width: 768px) {
  .other::after{
    top:0 !important;
  }
}
.mw_wp_form input[type="submit"] {
  border: none;
  font-size: 16px;
  text-shadow: none;
  width: 200px;
  text-align: center;
  line-height: 3em;
  padding: 0;
  border-radius: 1.5em;
  display: block;
  margin: 50px auto;
}
.mw_wp_form button[type="submit"]:hover {
  opacity: 0.8;
}
.mw_wp_form input.btn_submit {
  background-color: #EE75A1;
  color: #FFF;
}
.mw_wp_form input.btn_back {
  background-color: #CCC;
}
.mw_wp_form_confirm form input[type="submit"] {
  margin: 50px;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm form input[type="submit"] {
    display: inline-block;
  }
}
.application_accepted .wp-block-button .wp-block-button__link {
  background-color: #0071b6;
  color: #FFF;
  border-radius: 5px;
}
.mandetory_error_check{
  color: #B70000;
  padding-bottom: 20px;
}
