@charset "UTF-8";
@media screen and (min-width: 769px) {
  .recruitForm {
    margin: 0 auto 296px;
  }
  .recruitForm__title {
    margin-bottom: 70px;
  }
  .recruitForm__title h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
  }
  .recruitForm__title h3 small {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #9fa0a0;
  }
  .recruitForm__title h3 span {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #17294e;
    margin-top: 15px;
  }
  .recruitForm .form {
    -moz-box-shadow: 3px 3px 5px 2px rgba(35, 25, 22, 0.3);
         box-shadow: 3px 3px 5px 2px rgba(35, 25, 22, 0.3);
    padding: 50px 50px 100px;
    position: relative;
  }
  .recruitForm .form > .f_in_tt {
    min-width: 164px;
    min-height: 37px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #EC6D74;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    position: absolute;
    top: -18px;
    left: 50px;
  }
  .recruitForm .form > .f_in_tt.st2 {
    background-color: #00A29A;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .recruitForm .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .recruitForm .form .f_cf {
    text-align: center;
    margin: 70px 0 30px;
  }
  .recruitForm .form .f_warn {
    width: 100%;
  }
  .recruitForm .form .f_ttWr {
    padding-bottom: 25px;
    border-bottom: 1px solid #B5B6B6;
    width: 100%;
  }
  .recruitForm .form .f_ttWr ~ .f_ttWr {
    margin-top: 70px;
  }
  .recruitForm .form .f_wn {
    font-size: 14px;
    font-weight: 500;
    color: #C30F23;
    margin-top: 15px;
    width: 100%;
  }
  .recruitForm .form .f_tt {
    width: 100%;
    margin-bottom: 25px;
  }
  .recruitForm .form .f_tt span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #A08232;
    padding: 5px 20px;
  }
  .recruitForm .form .f_gr {
    margin: 10px 0;
  }
  .recruitForm .form .f_gr .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitForm .form .f_gr .it dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12px 0;
  }
  .recruitForm .form .f_gr .it dl + dl {
    margin-left: 25px;
  }
  .recruitForm .form .f_gr .it dl dt {
    width: 105px;
    white-space: nowrap;
  }
  .recruitForm .form .f_gr .it dl dd {
    width: 100%;
  }
  .recruitForm .form .fsub {
    text-align: center;
  }
  .recruitForm .form .upload {
    margin: 12px 0;
  }
  .recruitForm .form .upload .btn_upload {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 1px;
  }
  .recruitForm .form .upload .btn_upload input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .recruitForm .form .upload .btn_upload label {
    width: 163px;
    height: 36px;
    background: #EFEFEF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: bold;
    color: #3F3B3A;
  }
  .recruitForm .form .upload .btn_upload label:hover {
    opacity: 0.7;
  }
  .recruitForm .form .upload .btn_upload .filename {
    font-size: 16px;
    margin-left: 24px;
  }
  .recruitForm .form .upload > p {
    font-size: 1.4rem;
    line-height: 22px;
    color: #171717;
    margin-top: 8px;
  }
  .recruitForm .form .f_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }
  .recruitForm .form .f_txt + .f_note {
    margin-top: 20px;
    margin-bottom: 65px;
  }
  .recruitForm .form .f_note {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #E60012;
  }
  .recruitForm .form .f_in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .recruitForm .form .f_in > dl {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #B5B6B6;
  }
  .recruitForm .form .f_in > dl.bdt {
    border-top: 1px solid #B5B6B6;
  }
  .recruitForm .form .f_in > dl.half {
    width: 50%;
  }
  .recruitForm .form .f_in > dl.half.nopr {
    padding-right: 0;
  }
  .recruitForm .form .f_in > dl.half.noBb {
    border-bottom: 0;
  }
  .recruitForm .form .f_in > dl > dt {
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    color: #3F3B3A;
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
    padding-top: 8px;
  }
  .recruitForm .form .f_in > dl > dt.f_warn {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #C30F23;
    margin-bottom: 10px;
  }
  .recruitForm .form .f_in > dl > dt.required::after {
    content: "必須";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 19px;
    background: #898989;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 2px;
  }
  .recruitForm .form .f_in > dl > dt.wat {
    width: auto;
  }
  .recruitForm .form .f_in > dl > dd {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 14px;
  }
  .recruitForm .form .f_in > dl > dd .mgb {
    margin-bottom: 10px;
  }
  .recruitForm .form .f_in > dl > dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitForm .form .f_in > dl > dd .df > em {
    padding-left: 15px;
    font-style: normal;
  }
  .recruitForm .form .f_in > dl > dd .df > em input {
    background: transparent;
  }
  .recruitForm .form .f_in > dl > dd .df + p {
    margin-top: 10px;
  }
  .recruitForm .form .f_in > dl > dd .f_add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it {
    width: 100%;
    margin-bottom: 28px;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it.hf {
    width: 280px;
    margin-right: 48px;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    display: inline-block;
  }
  .recruitForm .form .f_in > dl > dd input {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0px 10px;
    height: 37px;
    background: #EFEFEF;
    -moz-border-radius: 0;
         border-radius: 0;
    max-width: 100%;
  }
  .recruitForm .form .f_in > dl > dd input::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input + p {
    margin-top: 10px;
  }
  .recruitForm .form .f_in > dl > dd input.st2 {
    width: 487px;
  }
  .recruitForm .form .f_in > dl > dd input.st3 {
    width: 210px;
  }
  .recruitForm .form .f_in > dl > dd input.st4 {
    width: 90px;
  }
  .recruitForm .form .f_in > dl > dd textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 10px;
    height: 266px;
    background: #EFEFEF;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .recruitForm .form .f_in > dl > dd textarea::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd .select + span {
    font-size: 16px;
    margin-left: 10px;
  }
  .recruitForm .form .f_in > dl > dd .select.st2 label {
    width: 200px;
  }
  .recruitForm .form .f_in > dl > dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 100px;
    height: 37px;
    max-width: 100%;
    background-color: #EFEFEF;
    position: relative;
  }
  .recruitForm .form .f_in > dl > dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 8px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .recruitForm .form .f_in > dl > dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 30px 0 10px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #A2A2A2;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .recruitForm .form .f_in > dl > dd .select label select::-ms-expand {
    display: none;
  }
  .recruitForm .form .f_in > dl > dd .list_rd, .recruitForm .form .f_in > dl > dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 7px 0;
  }
  .recruitForm .form .f_in > dl > dd .list_rd.st2, .recruitForm .form .f_in > dl > dd .wpcf7-radio.st2 {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitForm .form .f_in > dl > dd .list_rd.st2 > p, .recruitForm .form .f_in > dl > dd .wpcf7-radio.st2 > p {
    margin-right: 20px;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd:not(:last-child), .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item:not(:last-child), .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd:not(:last-child), .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 60px;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 18px;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label input, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label input, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label input, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span::before, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span::before, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span::before, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #727171;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span::after, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span::after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span::after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .recruitForm {
    margin: 0 auto 39.46667vw;
  }
  .recruitForm__title {
    margin-bottom: 9.33333vw;
  }
  .recruitForm__title h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
  }
  .recruitForm__title h3 small {
    font-size: 5.33333vw;
    line-height: 6.4vw;
    letter-spacing: 0.2em;
    color: #9fa0a0;
  }
  .recruitForm__title h3 span {
    font-size: 5.33333vw;
    line-height: 6.4vw;
    letter-spacing: 0.2em;
    color: #17294e;
    margin-top: 3.2vw;
  }
  .recruitForm .form {
    -moz-box-shadow: 0.64vw 0.64vw 1.06667vw 0.42667vw rgba(35, 25, 22, 0.3);
         box-shadow: 0.64vw 0.64vw 1.06667vw 0.42667vw rgba(35, 25, 22, 0.3);
    padding: 5.33333vw 5.33333vw 10.66667vw;
    position: relative;
  }
  .recruitForm .form > .f_in_tt {
    min-width: 34.98667vw;
    min-height: 7.89333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #EC6D74;
    color: #fff;
    font-size: 3.41333vw;
    font-weight: bold;
    padding: 0 2.13333vw;
    position: absolute;
    top: -3.84vw;
    left: 5.33333vw;
  }
  .recruitForm .form > .f_in_tt.st2 {
    background-color: #00A29A;
  }
  .recruitForm .form .f_cf {
    text-align: center;
    margin: 14.93333vw 0 6.4vw;
    font-size: 2.98667vw;
  }
  .recruitForm .form .f_warn {
    width: 100%;
  }
  .recruitForm .form .f_ttWr {
    padding-bottom: 5.33333vw;
    border-bottom: 1px solid #B5B6B6;
    width: 100%;
  }
  .recruitForm .form .f_ttWr ~ .f_ttWr {
    margin-top: 14.93333vw;
  }
  .recruitForm .form .f_wn {
    font-size: 2.98667vw;
    font-weight: 500;
    color: #C30F23;
    margin-top: 3.2vw;
    width: 100%;
  }
  .recruitForm .form .f_tt {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .recruitForm .form .f_tt span {
    font-size: 3.41333vw;
    font-weight: bold;
    color: #fff;
    background-color: #A08232;
    padding: 1.06667vw 4.26667vw;
  }
  .recruitForm .form .f_gr {
    margin: 2.13333vw 0;
  }
  .recruitForm .form .f_gr .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .recruitForm .form .f_gr .it dl {
    width: 50%;
    margin: 2.56vw 0;
  }
  .recruitForm .form .f_gr .it dl dt {
    white-space: nowrap;
    margin-bottom: 2vw;
  }
  .recruitForm .form .f_gr .it dl dd {
    width: 100%;
  }
  .recruitForm .form .fsub {
    text-align: center;
  }
  .recruitForm .form .upload {
    margin: 2.56vw 0;
  }
  .recruitForm .form .upload .btn_upload {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 0.21333vw;
  }
  .recruitForm .form .upload .btn_upload input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .recruitForm .form .upload .btn_upload label {
    width: 34.77333vw;
    height: 7.68vw;
    background: #EFEFEF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: bold;
    color: #3F3B3A;
  }
  .recruitForm .form .upload .btn_upload label:hover {
    opacity: 0.7;
  }
  .recruitForm .form .upload .btn_upload .filename {
    font-size: 3.41333vw;
    margin-left: 5.12vw;
  }
  .recruitForm .form .upload > p {
    font-size: 2.98667vw;
    line-height: 4.69333vw;
    color: #171717;
    margin-top: 1.70667vw;
  }
  .recruitForm .form .f_txt {
    font-weight: 400;
    font-size: 3.41333vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }
  .recruitForm .form .f_txt + .f_note {
    margin-top: 4.26667vw;
    margin-bottom: 13.86667vw;
  }
  .recruitForm .form .f_note {
    font-weight: 400;
    font-size: 3.41333vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #E60012;
  }
  .recruitForm .form .f_in > dl {
    padding: 4.26667vw 0;
    width: 100%;
    border-bottom: 1px solid #B5B6B6;
  }
  .recruitForm .form .f_in > dl.bdt {
    border-top: 1px solid #B5B6B6;
  }
  .recruitForm .form .f_in > dl.half.nopr {
    padding-right: 0;
  }
  .recruitForm .form .f_in > dl > dt {
    font-size: 3.41333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: bold;
    color: #3F3B3A;
    margin-bottom: 2.66667vw;
  }
  .recruitForm .form .f_in > dl > dt br {
    display: none;
  }
  .recruitForm .form .f_in > dl > dt.f_warn {
    width: 100%;
    font-size: 2.98667vw;
    font-weight: 500;
    color: #C30F23;
    margin-bottom: 2.13333vw;
  }
  .recruitForm .form .f_in > dl > dt.required::after {
    content: "必須";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8.53333vw;
    height: 4.05333vw;
    background: #898989;
    margin-left: 3.2vw;
    font-size: 2.56vw;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0.42667vw;
  }
  .recruitForm .form .f_in > dl > dt.wat {
    width: auto;
  }
  .recruitForm .form .f_in > dl > dd {
    font-size: 2.98667vw;
  }
  .recruitForm .form .f_in > dl > dd .mgb {
    margin-bottom: 2.13333vw;
  }
  .recruitForm .form .f_in > dl > dd .df > em {
    margin-top: 2.13333vw;
    display: block;
    font-style: normal;
  }
  .recruitForm .form .f_in > dl > dd .df > em input {
    background: transparent;
  }
  .recruitForm .form .f_in > dl > dd .df + p {
    margin-top: 2.13333vw;
  }
  .recruitForm .form .f_in > dl > dd .f_add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it {
    width: 100%;
    margin-bottom: 5.97333vw;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it.hf {
    width: 59.73333vw;
    margin-right: 10.24vw;
  }
  .recruitForm .form .f_in > dl > dd .f_add .f_add_it label {
    font-weight: 400;
    font-size: 3.41333vw;
    letter-spacing: 0.08em;
    margin-bottom: 2.13333vw;
    display: inline-block;
  }
  .recruitForm .form .f_in > dl > dd input {
    width: 100%;
    outline: none;
    font-size: 3.41333vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0vw 2.13333vw;
    height: 11.84vw;
    background: #EFEFEF;
    -moz-border-radius: 0;
         border-radius: 0;
    max-width: 100%;
  }
  .recruitForm .form .f_in > dl > dd input::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd input + p {
    margin-top: 2.13333vw;
  }
  .recruitForm .form .f_in > dl > dd textarea {
    width: 100%;
    outline: none;
    font-size: 3.41333vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 2.13333vw;
    height: 56.74667vw;
    background: #EFEFEF;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .recruitForm .form .f_in > dl > dd textarea::-webkit-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea::-moz-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea:-ms-input-placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd textarea::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }
  .recruitForm .form .f_in > dl > dd .select + span {
    font-size: 3.41333vw;
    margin-left: 2.13333vw;
  }
  .recruitForm .form .f_in > dl > dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.21333vw;
       -moz-perspective: 0.21333vw;
            perspective: 0.21333vw;
    height: 11.84vw;
    max-width: 100%;
    background-color: #EFEFEF;
    position: relative;
  }
  .recruitForm .form .f_in > dl > dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.92vw;
    height: 1.70667vw;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .recruitForm .form .f_in > dl > dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 6.4vw 0 2.13333vw;
    background: transparent;
    font-weight: 400;
    font-size: 3.41333vw;
    color: #A2A2A2;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .recruitForm .form .f_in > dl > dd .select label select::-ms-expand {
    display: none;
  }
  .recruitForm .form .f_in > dl > dd .list_rd, .recruitForm .form .f_in > dl > dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.49333vw 0;
  }
  .recruitForm .form .f_in > dl > dd .list_rd.st2, .recruitForm .form .f_in > dl > dd .wpcf7-radio.st2 {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitForm .form .f_in > dl > dd .list_rd.st2 > p, .recruitForm .form .f_in > dl > dd .wpcf7-radio.st2 > p {
    margin-right: 4.26667vw;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item {
    margin-top: 1.49333vw;
    margin-bottom: 1.49333vw;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd:not(:last-child), .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item:not(:last-child), .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd:not(:last-child), .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 12.8vw;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.41333vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 3.84vw;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label input, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label input, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label input, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.33333vw;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span::before, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span::before, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span::before, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.84vw;
    height: 3.84vw;
    border: 1px solid #727171;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd span::after, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item span::after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd span::after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 0.85333vw;
    left: 0.85333vw;
    width: 2.13333vw;
    height: 2.13333vw;
    background: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .recruitForm .form .f_in > dl > dd .list_rd .rd label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .rd label input:checked ~ span:after, .recruitForm .form .f_in > dl > dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
}

.recruitForm .form .backBtn, .recruitForm .form .submitBtn {
  display: none;
}

.recruitForm .form input[name=yourAdd] {
  pointer-events: none;
}

.recruitForm .form.confirm .confirmBtn {
  display: none;
}

.recruitForm .form.confirm .backBtn, .recruitForm .form.confirm .submitBtn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.recruitForm .form.confirm .f_in > dl > dd input {
  background: transparent;
}

.recruitForm .form.confirm .cal::after {
  display: none;
}

.recruitForm .form.confirm .birthday, .recruitForm .form.confirm .datepicker {
  pointer-events: none;
}
