.topRecruitBox {
  border: 3px solid #ff7100;
  position: relative;
}
.topRecruitBox .contBox {
  padding: 40px 55px;
  background: #fff;
  .recruit_contents_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    ul {
      width: 60%;
      border-right: 3px solid #ff7100;
      padding: 10px 0;
      padding-right: 50px;
      box-sizing: border-box;
      li {
        background: url(../img/icon_recruit.png) no-repeat;
        -webkit-background-size: 22px;
        background-size: 22px;
        margin-bottom: 10px;
        padding-left: 32px;
        background-position-y: 3px;
        span {
          font-weight: bold;
          color: #ff0000;
        }
      }
    }
    .contact_wrap {
      width: calc(40% - 20px);
      text-align: center;
      .sp {
        display: none;
      }
      .ttl {
        color: #e45b00;
        font-weight: bold;
        font-size: 18px;
      }
      a {
        color: #000;
        font-size: 40px;
        font-weight: 700;
        color: #e45b00;
      }
      .tanto {
        text-align: left;
        font-size: 14px;
        text-align: center;
      }
    }
  }
}
.topRecruitBox img {
  position: absolute;
  bottom: -90px;
  right: -50px;
}

.topRecruitBox .recruit_lead {
  text-align: center;
  font-weight: 600;
  color: #e45b00;
  font-size: 28px;
  padding-bottom: 30px;
}

.topRecruitBox .btn a {
  color: #fff;
  font-weight: bold;
}

.commonTable td {
  font-size: 16px;
  &.row {
    .wpcf7-form-control-wrap {
      display: inline-block;
      width: 150px;
      input {
        width: 98%;
      }
    }
  }
  .area-example {
    margin-top: 10px;
    display: block;
  }
}
form .ivoryBg {
  margin-top: 100px;
  padding: 50px 0 100px;
}
form .ann {
  font-size: 28px;
  border-bottom-width: 6px;
  margin-bottom: 30px;
  padding-left: 20px;
}
form .radioArea {
  margin-bottom: 56px;
}
form .radioArea p,
form .uploadArea p {
  margin-bottom: 38px;
}
form .radioArea label {
  margin-left: 22px;
  border-width: 6px;
}
form .uploadArea .uploadBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

form .uploadArea .uploadBox input {
  width: 49%;
  margin-top: 0px;
}
form input[type="radio"] {
  display: none;
}
form input[type="file"] {
  font-size: 20px;
  padding: 0;
}
form input[type="file"] + input[type="file"] {
  margin-top: 0px;
}
form .uploadArea .point {
  margin-top: 63px;
}
form .uploadArea .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
form .uploadArea .point ul li {
  width: 49%;
}
form .uploadArea .point ul li + li {
  /* margin-top: 40px; */
  margin-top: 0px;
}
form dl {
  margin: 62px 0 50px;
}
form .form-label {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  padding: 1px 8px;
  &.required {
    background-color: #d80421;
  }
  &.any {
    background-color: #448aca;
  }
}
form .form-date-list {
  li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
form .kinds .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  .wpcf7-list-item {
    width: 50%;
    margin-right: 0 !important;
    &.last {
      width: 100%;
      .wpcf7-free-text {
        margin-top: 10px;
      }
    }
  }
}
form .btnArea {
  text-align: center;
}
form .privacy {
  font-size: 12px;
  line-height: 1.9;
}

.radio-624 .wpcf7-list-item-label,
.radio-5 .wpcf7-list-item-label {
  white-space: nowrap;
}

.radio-624 .wpcf7-list-item:not(:last-child),
.radio-5 .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px !important;
}

.radio-624 .wpcf7-list-item.first .wpcf7-list-item-label,
.radio-5 .wpcf7-list-item.first .wpcf7-list-item-label {
  margin-bottom: 10px;
}

.radio-624 .wpcf7-list-item-label:before,
.radio-5 .wpcf7-list-item-label:before {
  border-radius: 50%;
}

p.txtCheck {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #e45b00;
  margin: 50px 0;
}

@media screen and (max-width: 959px) {
  .topRecruitBox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    img {
      bottom: -82px;
      right: -25px;
      width: 100px;
    }
  }
  .topRecruitBox .contBox {
    padding: 20px 20px 30px;
    .recruit_contents_wrap {
      flex-direction: column;
      ul {
        width: 100%;
        border-right: none;
        padding-right: 0;
        li {
          font-size: 14px;
        }
      }
      .contact_wrap {
        width: 100%;
        .sp {
          display: block;
        }
      }
    }
  }

  .topRecruitBox .recruit_lead {
    font-size: 18px;
    padding: 0 0 30px;
  }
  form .form-date-list {
    li {
      flex-direction: column;
      align-items: flex-start;
    }
  }
}

@media only screen and (min-width: 834px) {
  .innerForm {
    padding: 0 20px;
  }
  p.txtCheck {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #e45b00;
    margin: 50px 0;
  }
}
