@charset "utf-8";


/* .contents_area{
    padding: 3% 0;
} */
.con_box{
    padding: 5% 0;
    position: relative;
}
.con_box::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    z-index: -1;
    background-color: #fff;
}
.con_box::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 96%;
    height: 100%;
    z-index: -2;
}
.con_box.add::before{
    left: 0;
    background-color: #F5FEE1;
}
.con_box.even::before{
    right: 0;
    background-color: #FFFADC;
}
.con_ttl_wrap{
    display: flex;
    justify-content: space-between;
}
.even .con_ttl_wrap{
    flex-direction: row-reverse;
}
.con_ttl_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
    position: relative;
}
.con_ttl_flex .ttl{
    text-align: center;
    flex-basis: 50%;
}
.con_ttl_flex .sub_img{
    text-align: center;
    flex-basis: 50%;
    margin-top: 100px;
}
.con_ttl_flex .sub_fukidashi{
    position: absolute;
    width: 42%;
    top: -60px;
    right: -60px;
}
.con_ttl_img{
    flex-basis: 140%;
}
.add .con_ttl_img{
    margin-right: calc((-100vw - -100%) / 2);
    padding-left: 3%;
}
.even .con_ttl_img{
    margin-left: calc((-100vw - -100%) / 2);
     padding-right: 3%;
}
.ttl_txt{
    position: relative;
    top: -50px;
}
.ttl_txt dt{
    font-weight: 600;
    font-size: 3.2rem;
}
.ttl_txt dd{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: justify;
    padding-top: 24px;
}
.interview{
    margin-top: 8%;
}
.interview_flex{
    display: flex;
    justify-content: space-between;
}
.interview.q_no2 .interview_flex{
    flex-direction: row-reverse;
}
.interview_txt{
    flex-basis: 52%;
    position: relative;
    top: -105px;
}
.q_no_ttl{
    max-width: 16%;
}
.interview_txt h4{
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    margin-top: 16px;
}
.interview_txt h4 span{
    padding: 7% 10%;
    display: block;
}
.interview_txt h4::before{
    content: '';
    display: block;
    background-image: url(../../../images/_rev_voice/ownersvoice/question_bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 0; top: 0;
    width: 140px; height: 50px;
}
.interview_txt h4::after{
    content: '';
    display: block;
    background-image: url(../../../images/_rev_voice/ownersvoice/question_bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0; bottom: 0;
    width: 140px; height: 50px;
    transform: scale(-1, -1);
}
.interview_txt .interview_voice{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: justify;
    line-height: 2.2;
    margin-top: 48px;
}
.interview_img{
    flex-basis: 44%;
}

@media screen and (max-width: 768px) {
    .page_ttl .page_ttl_txt dt{
        font-size: 1.6rem !important;
    }

    .con_box{
    padding: 10% 0;
}
.con_box::after{
    height: 230px;
}
.con_ttl_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.even .con_ttl_wrap{
    flex-direction: column;
}
.con_ttl_flex{
    margin-top: 12%;
    align-items: flex-end;
}
.con_ttl_flex .ttl{
    text-align: center;
    flex-basis: 30%;
}
.con_ttl_flex .sub_img{
    text-align: center;
    flex-basis: 60%;
    margin-top: 0;
}
.con_ttl_flex .sub_fukidashi{
            position: absolute;
        width: 47%;
        top: -45px;
        right: 128px;
}
.ttl_txt{
    position: relative;
    top: 0;
    padding-top: 16px;
}
.ttl_txt dt{
    font-weight: 600;
    font-size: 2.4rem;
}
.ttl_txt dd{
    font-weight: 600;
    font-size: 1.4rem;
    text-align: justify;
    padding-top: 16px;
}
.con_ttl_img{
    margin-top: 24px;
    padding-left: 0% !important;
    padding-right: 0% !important;
}
.interview{
    margin-top: 3%;
}
.interview_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.interview.q_no2 .interview_flex{
    flex-direction: column;
}
.interview_txt{
    flex-basis: 100%;
    position: relative;
    top: 0;
}
.q_no_ttl{
    max-width: 24%;
    margin: 24px auto 0;
    display: block;
}
.interview_txt h4{
    font-size: 2.0rem;
    margin-top: 16px;
}
.interview_txt h4 span{
    padding: 12% 10%;
    display: block;
    margin: auto;
}
.interview_txt h4::before{
    width: 70px; height: 30px;
}
.interview_txt h4::after{
   width: 70px; height: 30px;
}
.interview_txt .interview_voice{
    font-size: 1.3rem;
    margin-top: 24px;
}
.interview_img{
    margin-top: 24px;
}

    .bnr_area{
        margin-top: 10%;
        padding: 0 4svw;
    }
}

.tab{
    max-width: 1000px;
}