@charset "utf-8";

.mb01 {
        margin-bottom: 1rem;
}

#recruit-faq .career-title-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-image: url(../images/recruit_faq.png);
        background-size: 100% auto;
        background-position: center bottom;
        margin: 4rem auto;
}

#recruit-faq .career-title-box h2 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.15);
        font-size: 3rem;
        letter-spacing: 0.5rem;
        color: #fff;
}

#recruit-faq .content .recruit-box {
        max-width: calc(1200px + 6%);
        padding-left: 3%;
        padding-right: 3%;
        margin: 2rem auto 4rem;
}

.accordion_area .accordion_one .ac_header {
        background-color: #ffffff;
        padding: 4rem 4rem 4rem 2rem;
        position: relative;
        z-index: +1;
        cursor: pointer;
        transition: .2s;
        border-bottom: 1px solid #cccccc;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
        background-color: #f7f7f7;
}

.accordion_area .accordion_one .ac_header .i_box {
        position: absolute;
        top: 50%;
        right: 2rem;
        width: 20px;
        height: 20px;
        margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
        position: absolute;
        content: "";
        margin: auto;
        box-sizing: border-box;
        vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
        border-top: 2px solid #014897;
        width: 20px;
        height: 0;
        top: 0;
        bottom: 0;
        right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
        border-left: 2px solid #014897;
        width: 0;
        height: 20px;
        top: 0;
        bottom: 0;
        right: 9px;
        transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
        height: 0;
}

.accordion_area .accordion_one .ac_inner {
        display: none;
        padding: 4rem 2rem;
        box-sizing: border-box;
        background: #fff;
}

/*=========
faq
=========*/
.faq-title {
        margin: 10rem auto 2rem;
        text-align: center;
}

.ac_header {
        display: flex;
        align-items: center;
}

.q-box {
        width: 5%;
}

.q-img {
        width: 100%;
        margin-left: 5%;
        vertical-align: top;
}

.p-faq__headinner {
        display: block;
        padding-left: 35px;
        position: relative;
        line-height: 1.5;
}

.p-faq__bodyinner {
        display: block;
        padding-left: 35px;
        position: relative;
        line-height: 1.5;
}

.p-faq__bodyinner::before {
        position: absolute;
        left: 0;
        content: "A．";
        color: #de0000;
        font-size: 20px;
        font-weight: bold;
}

@media screen and (max-width: 767px) {

        #recruit-faq .career-title-box {
                height: 20rem;
                background-size: cover;
                margin: 0 auto;
                background-size: 200% auto;
        }

        #recruit-faq .content01 .recruit-box {
                margin-bottom: 5rem;
        }

        .faq-title {
                margin: 3rem auto 2rem;
        }

        .faq-title h2 {
                font-size: 1.8rem;
        }

        .accordion_area .accordion_one .ac_header {
                padding: 2.5rem 0.5rem 2.5rem 1.0rem;
        }

        .accordion_area .accordion_one .ac_header .i_box {
                right: 0.8rem;
                width: 15px;
                height: 15px;
                margin-top: -7px;
        }

        .accordion_area .accordion_one .ac_header .i_box:before {
                width: 15px;
        }

        .accordion_area .accordion_one .ac_header .i_box:after {
                height: 15px;
                right: 7px;
        }

        .accordion_area .accordion_one .ac_inner {
                padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        }

        .q-box {
                width: 10%;
        }

        .p-faq__headinner {
                width: 80%;
                padding-left: 5%;
        }

        .p-faq__headinner::before {
                font-size: 14px;
        }

        .p-faq__bodyinner {
                padding-left: 25px;
        }

        .p-faq__bodyinner::before {
                font-size: 14px;
        }

}