@charset "UTF-8";

#recruit .gBody {
    overflow: inherit;
}

.page-signarea {
}

.page-signarea .inner-wrap {
    width: 100%;
    height: 400px;
    background: no-repeat url(../img/sign-recruit.png) center;
    background-size: cover;
    padding: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    z-index: 0;
}

.page-signarea .inner-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}

.page-signarea .inner-wrap .page-title {
    display: table;
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
    margin-top: 50px;
}

.page-signarea .inner-wrap .page-title .ttl-en {
    display: block;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.page-signarea .inner-wrap .page-title .ttl-jp {
    display: block;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    padding-top: 5px;
}

.page-intro {
    padding-top: 80px;
}

.page-intro .intro_inner {
    max-width: 960px;
    width: 90%;
    padding-top: 50px;
    position: inherit;
    margin: 0 auto;
    padding: 0;
}

.page-intro .intro_inner .intro_text {
    display: block;
    text-align: center;
    color: #000;
    position: inherit;
}



.entry-mainwrap {
    display: block;
}

/* form-contents */
.form-contents {
}

.form-contents .container-full {
    max-width: 1024px;
    counter-reset: number 0;
}

.form-contents .qa-box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.form-contents .qa-box .q-box {
    background-color: #000;
}

.form-contents .qa-box .q-box .inner {
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.form-contents .qa-box .q-box .inner:before {
    counter-increment: number 1;
    content: "Q"counter(number);
    display: table;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-size: 31px;
}
/* 
.form-contents .qa-box .q-box .inner .Qnum {
    display: table;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-contents .qa-box .q-box .inner .Qnum .text {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
} */

.form-contents .qa-box .q-box .inner .Qtext {
    display: block;
    padding: 0 100px 0 100px;
}

.form-contents .qa-box .q-box .inner .Qtext .text {
    display: block;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: justify;
}

.form-contents .qa-box .q-box .inner .icon-plus {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-contents .qa-box .q-box .inner .icon-plus span {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
}

.form-contents .qa-box .q-box .inner .icon-plus span:before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.28s ease;
}

.form-contents .qa-box .q-box .inner .icon-plus span:after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    margin-top: -4px;
    transition: all 0.28s ease;
}
.form-contents .qa-box .q-box.active .inner .icon-plus span:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.form-contents .qa-box .a-box {
    display: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.form-contents .qa-box .a-box .inner {
    display: block;
    padding: 25px 100px;
}

.form-contents .qa-box .a-box .inner .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 699px) {
    .form-contents .qa-box {
        margin-bottom: 20px;
    }
    
    .form-contents .qa-box .q-box .inner {
        padding: 20px 0;
    }
    
    .form-contents .qa-box .q-box .inner .Qnum {
        left: 20px;
    }
    
    .form-contents .qa-box .q-box .inner .Qtext {
        padding: 0 55px 0 80px;
    }

    .form-contents .qa-box .q-box .inner .icon-plus {
        right: 18px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span {
        width: 20px;
        height: 20px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span:before {
        width: 20px;
        height: 3px;
    }
    
    .form-contents .qa-box .q-box .inner .icon-plus span:after {
        width: 20px;
        height: 3px;
        margin-top: -3px;
    }
    
    .form-contents .qa-box .a-box {
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
    }
    
    .form-contents .qa-box .a-box .inner {
        padding: 25px 30px;
    }

}
