@charset "utf-8";

.faq .pc_only {
    display: block;
}

.faq .sp_only {
    display: none;
}


.faq .breadcrumb {
    color: #38393c;
    background-color: #fff;
}


.faq .breadcrumb .content_inner {
    /* max-width: 1920px; */
    margin: 0 auto;
}

.faq .faq_content .content_inner {
    padding: 0 10px;
}

.faq .faq_mv {
    width: 100%;
    /* height: 590px; */
    height: 31.4vw;
    position: relative;
    overflow: hidden;
    display: flex;
}

.faq .faq_mv>div {
    width: 50%;
    border-bottom: 1px solid #38393c;
}

.faq .faq_mv img {
    width: 100%;
}

.faq .faq_mv>div:nth-of-type(2) {
    border-left: 1px solid #38393c;
}

.faq .faq_mv>div:first-child,
.faq .faq_mv>div:last-child {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #38393c;

}


.faq .faq_mv>div:first-child {
    background-image: url("../img/faq_mvleft.jpg");
    height: 100%;
    max-height: calc(100% * (590 / 590));

}

.faq .faq_mv>div:last-child {
    background-image: url("../img/faq_mvright.jpg");
}


.faq .faq_mv .mv_inner {
    margin-top: 3%;
    margin-right: 8.33%;
    text-align: right;
    line-height: 1;
}

.faq .faq_mv .par_page {
    padding-top: 14.65%;
    margin-right: 8.33%;
    text-align: right;
}

.faq .faq_mv .par_page .par_page_ttl {
    font-size: 1.98vw;
    line-height: 1;

}

.faq .faq_mv .par_page .ttl_ruby {
    font-size: 1.19vw;
    color: #fff;
    font-weight: 500;
}

.faq .faq_mv .mv_inner .ttl_ruby {
    font-size: 2.08vw;
    color: #fff;
    font-weight: 500;
    line-height: 2;
}


.faq h1 {
    color: #fff;
    font-family: 'Neuzeit Grotesk';
    font-size: 4.16vw;
    font-weight: 800;
}

.faq .par_page_ttl {
    color: #fff;
    font-family: 'Neuzeit Grotesk';
    font-size: 2.60vw;
    font-weight: 700;
}

.faq .faq_mv .faq_inner h1 {
    margin-bottom: 4rem;
}

@media screen and (min-width:601px) and (max-width:1040px) {
    .faq .faq_content .content_inner {
        padding: 0 40px;
    }
}

@media screen and (min-width:601px) {
    .faq .faq_mv .mv_name {
        max-height: calc(100% * (190 / 780));
        height: 100%;
    }

    .faq .faq_mv div img {
        height: 100%;
        width: 100%;
    }

}


/* -----------------------------mvここまで-------------------------- */
.faq .faq_content {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto;
}

.faq .faq_content .content_inner>div:first-child {
    padding-top: 40px;
}

.faq .faq_content .content_inner>div {
    padding-bottom: 40px;
}


.faq .faq_content .question {
    color: #e28e1b;
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 30px;
}

.faq .faq_content .question::before {
    content: " ";
    background-image: url(../img/faq_q.svg);
    background-size: contain;
    width: 50px;
    height: 36px;
    display: inline-block;
    margin-right: 13px;
    vertical-align: bottom;
}

.faq .faq_content .answer::before {
    content: " ";
    background-image: url(../img/faq_a.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    height: 25px;
    display: inline-block;
    margin-right: 26px;
    margin-left: 11px;

}


.faq .faq_content .answer {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
    text-indent: -8rem;
    margin-left: 7rem;

}

/*
------------------------retina------------------------------------ */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .faq .faq_mv {
        background-image: url("../img/faq_mvleft@2x.jpg");
    }
}

/*
-------------------------------------------------------------------- */

/*
--------------------------sp---------------------------------------- */
@media screen and (max-width: 600px) {


    .faq .pc_only {
        display: none !important;
    }

    .faq .sp_only {
        display: block;
    }

    .faq .faq_mv {
        /* height: 380px; */
        height: auto;
        display: flex;
        flex-direction: column;

    }


    .faq .faq_content .content_inner {
        display: block;
        margin: 0 3.9062% 60px;

    }

    .faq .faq_content .content_inner {
        padding: 0;
    }


    /* .faq .faq_mv .faq_content{
        margin: 0 6.25%;

    }
     */

    .faq .faq_mv>div {
        width: 100%;
        height: 190px;
        background-size: cover;
    }

    .faq .faq_mv>div:nth-of-type(2) {
        border-left: none;
    }

    .faq .faq_mv>div:first-child {
        background-image: url("../img/faq_mvleft_sp.jpg");
        width: 100%;
    }

    .faq .faq_mv>div:last-child {
        border-top: none;
    }


    .faq .faq_mv div:nth-of-type(2) img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-top: 1px solid #38393c;

    }

    .faq .faq_mv .mv_inner {
        margin-top: 4%;
        margin-right: 6%;
    }

    .faq .faq_mv .par_page {
        /* padding-top: 9.65%;
        margin-right: 8.33%;
        line-height: 2.4; */
        line-height: 2.4;
        padding-top: 9.65%;
        margin-right: 6%;
        padding-bottom: 3.5%;
        text-align: right;

    }

    .faq .faq_mv .par_page .par_page_ttl {
        font-size: 2rem;
        line-height: 1;
    }

    .faq .faq_mv .par_page .ttl_ruby {
        font-size: 1.4rem;
        font-weight: 300;

    }

    .faq h1 {
        font-size: 3.5rem;
    }

    .faq .par_page_ttl {
        font-size: 5rem;
        font-weight: 700;
    }

    .faq .faq_mv .mv_inner .ttl_ruby {
        font-size: 1.8rem;
        font-weight: 300;
    }

    /* ---------------------------SPmvここまで------------------------------ */

    .faq .faq_wrap {
        max-width: 600px;
        margin: 0 auto 60px;
        border-top: 1px solid #38393c;

    }

    .faq .faq_content {
        max-width: 600px;
        margin: 0px auto;
    }

    .faq .faq_content .content_inner>div {
        padding-bottom: 0;
    }

    .faq .faq_content .question {
        font-size: 1.8rem;
        text-indent: -5.3rem;
        margin-left: 5.3rem;
        padding-bottom: 20px;
        padding-top: 25px;
    }

    .faq .faq_content .answer {
        font-size: 1.4rem;
        text-indent: -5rem;
        margin-left: 5rem;

    }

    .faq .faq_content .question::before {
        width: 37px;
        height: 27px;
        margin-right: 13px;
    }
    .faq .faq_content .answer::before {
        width: 35px;
        height: 21px;
        margin-right: 7px;
        margin-left: 5px;

    }

    @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
        .faq .faq_mv {
            background-image: url("../img/faq_mvleft_sp.jpg");
        }

    }



}
