/*------------------------------------------------------------
common
------------------------------------------------------------*/

#faq {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-family: 'Noto Sans JP';
}

#faq * {
    box-sizing: border-box;
}

#faq a {
    transition: opacity .3s;
}

#faq a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#faq a:hover {
    text-decoration: none;
}

#faq a:focus-visible {
    outline: none;
}

#faq img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#faq .js-fadein {
    opacity: 0;
    transform: translate(0, 40px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#faq .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.text:last-of-type {
    margin-bottom: 0;
}

#faq .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

#faq .sp-br{
    display: none;
}

#faq .acumin-p{
    font-family: "acumin-pro", sans-serif;
}





#faq .main-banner .mvBanner img{
    width: 100%;
}
#faq .main-banner .heading-main{
    max-width: 1240px;
    margin: -157px auto 0;
    padding: 0 0px;
    position: relative;
}
#faq .main-banner .mvHeading{
    max-width: 660px;
    height: 196px;
    color: #fff;
    padding-left: 17px;
    padding-top: 45px;
    position: relative;
    z-index: 2;
}
#faq .main-banner .mvHeading:before{
    content: "";
    position: absolute;
    border-bottom: 196px solid #192F60;
    border-left: 125px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 100%;
    top: 0;
    right: 185px;
    z-index: -1;
    transform: scale(-1);
}
#faq .main-banner .mvHeading:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -100%;
    background: #192F60;
    top: 0;
    z-index: -2;
    pointer-events: none;
}
#faq .main-banner .mvHeading .ttl-ja{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    width: 100%;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
#faq .main-banner .mvHeading .ttl-en{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}




/* #faq .main-banner {
    margin-top: 85px;
}
@media (max-width: 767px) {
    #faq .main-banner {
    margin-top: 50px;
  }
} */

/*description-faq*/
#faq .description-faq{
    padding-top: 210px;
    position: relative;
    padding-bottom: 60px;
}
#faq .description-faq .description-bg{
    position: absolute;
    display: flex;
}
#faq .description-faq .description-bg.bg-01{
    width: calc((100% - 1200px) / 2 + 270px);
    height: 290px;
    left: 0;
    top: 148px;
    pointer-events: none;
}
#faq .description-faq .description-bg.bg-02{
    width: calc((100% - 1200px) / 2 + 270px);
    height: 290px;
    right: 0;
    bottom: 0;
    /*pointer-events: none;*/
}
#faq .description-faq .description-bg.bg-01 picture{
    justify-content: flex-end;
}
#faq .description-faq .description-bg.bg-02 picture{
    justify-content: start;
}
#faq .description-faq .description-bg.bg-01:before{
    content: "";
    position: absolute;
    width: calc(100% - 360px);
    height: 100%;
    top: 0;
    left: 0;
    background: #E9EEFD;
    pointer-events: none;
}
#faq .description-faq .description-bg picture{
    display: flex;
    width: 100%;
}
#faq .description-faq .description-bg picture img{
    width: auto;
    max-width: unset;
}
#faq .description-faq .contentBox{
    background: #fff;
    max-width: 960px;
    margin: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
    padding: 10px 40px;
    min-height: 260px;
    position: relative;
    z-index: 2;
}
#faq .description-faq .title{
    font-size: 40px;
    line-height: 60px;
    color: #192F60;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 29px;
}
#faq .description-faq .title span{
    display: inline-block;
    border-bottom: 2px solid #192F60;
    padding-bottom: 3px;
}
#faq .description-faq .text{
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    max-width: 760px;
    margin: auto;
    padding-left: 6px;
}



/*faqContent*/
#faq .faqContent{
    padding-top: 120px;
    padding-bottom: 120px;
}
#faq .faqList{
    max-width: 1080px;
    margin: auto;
}
#faq .faqItem .faq-question{
    background: #192F60;
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 46px;
    cursor: pointer;
}
#faq .faqItem .faq-question .btn-faq{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #192F60;
}
#faq .faqItem .faq-question .btn-faq:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #192F60;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
#faq .faqItem .faq-question .btn-faq:after{
    content: "";
    position: absolute;
    height: 15px;
    border-left: 2px solid #192F60;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
#faq .faqItem .faq-question.active .btn-faq:after{
    transform: rotate(-90deg);
    opacity: 0;
}
#faq .faqItem{
    margin-bottom: 20px;
}
#faq .faqItem .faq-question .ttl-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    color: #192F60;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    padding-bottom: 3px;
    padding-right: 1px;
}
#faq .faqItem .faq-question .question-ttl{
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 62px;
}
#faq .faqItem .faq-answer{
    margin-top: 10px;
    display: none;
}
#faq .faqItem .faq-answer.active{
    display: block;
}
#faq .faqItem .faq-answer .answer-content {
    border: 1px solid #192F60;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 45px 28px;
}
#faq .faqItem .faq-answer .answer-content .ttl-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #192F60;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    padding-bottom: 3px;
    padding-right: 1px;
}
#faq .faqItem .faq-answer .answer-text{
    width: calc(100% - 40px);
    padding-left: 60px;
    padding-top: 4px;
    min-height: 82px;
}
#faq .faqItem .faq-answer .answer-text .text{
    font-size: 16px;
    line-height: 30px;
}
#faq .faqItem .faq-answer .answer-text a{
    color: #000;
    text-decoration: underline;
}

#faq .job-search-banner{
    background: #192F60;
    padding-top: 66px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}
#faq .job-search-banner .heading-search{
    text-align: center;
    margin-bottom: 47px;
}
#faq .job-search-banner .title{
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 8px;
}
#faq .job-search-banner .title:before{
    content: "";
    position: absolute;
    background-image: url("../images/faq/title_search_icon_left_pc.png");
    width: 57.5px;
    height: 45px;
    background-size: 100%;
    bottom: 6px;
    left: -85px;
}
#faq .job-search-banner .title:after{
    content: "";
    position: absolute;
    background-image: url("../images/faq/title_search_icon_right_pc.png");
    width: 55px;
    height: 38.5px;
    background-size: 100%;
    bottom: 6px;
    right: -76px;
}
#faq .job-search-banner .t1{
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;
}
#faq .job-search-banner .t2{
    display: block;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
}
#faq .job-search-banner .btn-search{
    display: flex;
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #172951;
    background: #fff;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    transition: .3s;
    letter-spacing: 2px;
}
#faq .job-search-banner .btn-search:hover{
    background: #8B96AD;
    color: #fff;
}














@media (max-width: 1440px) {


    /*main-banner*/
    #faq .main-banner .mvHeading .ttl-ja {
        font-size: 50px;
        line-height: 40px;
        letter-spacing: -2px;
        margin-bottom: 13px;
    }
    #faq .main-banner .mvHeading .ttl-en{
        font-size: 26px;
        line-height: 40px;
    }
    #faq .main-banner .heading-main{
        margin: -140px auto 0;
    }
    #faq .main-banner .mvHeading{
        height: 200px;
        max-width: 585px;
        padding-top: 50px;
    }
    #faq .main-banner .mvHeading:before{
        border-bottom: 200px solid #192F60;
        border-left: 110px solid transparent;
    }
    #faq .main-banner .mvHeading:after{
        left: calc(-100% - 115%);
        height: 90%;
    }






}



@media (max-width: 1280px) {

    /*main-banner*/
    #faq .main-banner .mvHeading .ttl-ja {
        font-size: 40px;
        line-height: 30px;
        letter-spacing: -2px;
        margin-bottom: 13px;
    }
    #faq .main-banner .mvHeading .ttl-en {
        font-size: 20px;
        line-height: 30px;
    }
    #faq .main-banner .mvHeading {
        height: 140px;
        max-width: 530px;
        padding-top: 38px;
    }
    #faq .main-banner .mvHeading:before {
        border-bottom: 140px solid #192F60;
        border-left: 70px solid transparent;
    }
    #faq .main-banner .heading-main {
        margin: -110px auto 0;
    }







}



@media (max-width: 767px) {

    #faq .sp-br{
        display: block;
    }
    #faq .pc-br{
        display: none;
    }

    #faq .inner{
        padding: 0 12px;
    }


    #faq .main-banner .mvHeading .ttl-ja {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -1px;
        margin-bottom: 2px;
    }
    #faq .main-banner .mvHeading {
        height: 80px;
        max-width: 230px;
        padding-top: 11px;
        padding-left: 15px;
    }
    #faq .main-banner .heading-main {
        margin: -59px auto 0;
    }
    #faq .main-banner .mvHeading:before {
        border-bottom: 80px solid #192F60;
        border-left: 51px solid transparent;
        right: 0px    
    }
    #faq .main-banner .mvHeading:after{
        opacity: 0;
    }
    #faq .main-banner .mvHeading .ttl-en{
        letter-spacing: 1px;
    }



    /*description-faq*/
    #faq .description-faq {
        padding-top: 65px;
        position: relative;
        padding-bottom: 25px;
    }
    #faq .description-faq .title {
        font-size: 18px;
        line-height: 20px;
        color: #192F60;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1.8px;
        margin-bottom: 9px;
    }
    #faq .description-faq .text {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.6px;
        max-width: 305px;
        margin: auto;
        padding: 0 11px;
    }
    #faq .description-faq .contentBox{
        padding: 17px 15px 14px;
        min-height: auto;
        width: calc(100% - 18px);
        margin: auto;
    }
    #faq .description-faq .title span {
        border-bottom: 1px solid #192F60;
        padding-bottom: 5px;
    }
    #faq .description-faq .description-bg.bg-01{
        width: auto;
        height: auto;
        top: 40px;
    }
    #faq .description-faq .description-bg.bg-02{
        width: auto;
        height: auto;
    }
    #faq .faqItem .faq-question .ttl-box{
        width: 18px;
        height: 18px;
        font-size: 13px;
        line-height: 15px;
        padding: 0;
    }
    #faq .faqItem .faq-question .question-ttl {
        width: calc(100% - 20px);
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        padding: 0 8px;
    }
    #faq .faqItem .faq-question{
        padding: 11.5px 50px 11.5px 5px;
    }
    #faq .faqItem .faq-answer{
        margin-top: 3px;
    }
    #faq .faqItem .faq-question .btn-faq{
        width: 43px;
        height: 100%;
    }
    #faq .faqItem .faq-answer .answer-content .ttl-box{
        width: 18px;
        height: 18px;
        font-size: 13px;
        line-height: 15px;
        padding: 0;
        margin-top: 2px;
    }
    #faq .faqItem .faq-answer .answer-text {
        width: calc(100% - 20px);
        padding-left: 8px;
        padding-top: 0;
        min-height: 90px;
    }
    #faq .faqItem .faq-answer .answer-content{
        padding: 8px 4px 14px;
    }
    #faq .faqItem .faq-answer .answer-text .text {
        font-size: 14px;
        line-height: 23px;
    }
    #faq .faqItem {
        margin-bottom: 15px;
    }
    #faq .faqItem .faq-question .btn-faq:before{
        width: 12px;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 0;
        background: #192F60;
    }
    #faq .faqItem .faq-question .btn-faq:after{
        height: 12px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #faq .faqItem .faq-question.active .btn-faq:after {
        transform: translate(-50%, -50%) rotate(-90deg);
    }






    /*faqContent*/
    #faq .faqContent {
        padding-top: 40px;
        padding-bottom: 120px;
    }


    /*job-search-banner*/
    #faq .job-search-banner {
        padding-top: 35px;
        padding-bottom: 31px;
        margin-bottom: 80px;
    }
    #faq .job-search-banner .t1 {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 3px;
    }
    #faq .job-search-banner .t2 {
        font-size: 14px;
        line-height: 25px;
    }
    #faq .job-search-banner .title{
        padding-left: 0;
    }
    #faq .job-search-banner .btn-search{
        max-width: 180px;
        height: 40px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1.5px;
    }
    #faq .job-search-banner .heading-search{
        margin-bottom: 40px;
    }
    #faq .job-search-banner .title:before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.786' height='60.308' viewBox='0 0 62.786 60.308'%3E%3Cg id='Group_34746' data-name='Group 34746' transform='translate(-927 -6150.176)'%3E%3Cg id='_' data-name='%5C /' transform='translate(0 -3)'%3E%3Cg id='Group_34670' data-name='Group 34670' transform='translate(-5 -14)'%3E%3Cpath id='Polygon_7' data-name='Polygon 7' d='M8,0l8,66H0Z' transform='translate(987.375 6216.987) rotate(139)' fill='%23e9eefd'/%3E%3C/g%3E%3C/g%3E%3Cg id='_2' data-name='%5C /' transform='matrix(0.978, 0.208, -0.208, 0.978, 1334.472, -54.56)'%3E%3Cg id='Group_34670-2' data-name='Group 34670' transform='translate(927 6153.176)'%3E%3Cpath id='Polygon_7-2' data-name='Polygon 7' d='M5.093,0l5.093,42.015H0Z' transform='translate(35.251 31.709) rotate(139)' fill='%23e9eefd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        width: 31.5px;
        height: 30px;
        left: -32px;
        bottom: 0px;
    }
    #faq .job-search-banner .title:after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.785' height='60.308' viewBox='0 0 62.785 60.308'%3E%3Cg id='Group_34746' data-name='Group 34746' transform='translate(-1410.593 -6156.846)'%3E%3Cg id='_' data-name='%5C /' transform='translate(1418.002 6156.846)'%3E%3Cg id='Group_34670' data-name='Group 34670' transform='translate(0)'%3E%3Cpath id='Polygon_7' data-name='Polygon 7' d='M8,0l8,66H0Z' transform='translate(12.075 60.308) rotate(-139)' fill='%23e9eefd'/%3E%3C/g%3E%3C/g%3E%3Cg id='_2' data-name='%5C /' transform='matrix(-0.978, 0.208, -0.208, -0.978, 1446.463, 6201.111)'%3E%3Cg id='Group_34670-2' data-name='Group 34670' transform='translate(0 0)'%3E%3Cpath id='Polygon_7-2' data-name='Polygon 7' d='M5.093,0l5.093,42.015H0Z' transform='translate(27.564 0) rotate(41)' fill='%23e9eefd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        width: 31.5px;
        height: 30px;
        right: -28px;
        bottom: -3px;
    }













}

















