@charset "utf-8";

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */

/* ----title----*/
#contents .interview .title.driver {
    background: url(../img/interview/bg_driver.jpg) 0 -200px no-repeat;
    background-size: 100% contain;
    background-attachment: fixed;
    height: 410px;
}

#contents .interview .title.prodct {
    background: url(../img/interview/bg_prodct.jpg) -200px 0px no-repeat;
    background-size: 800px cover;
    background-attachment: fixed;
    height: 410px;
}

#contents .interview .title .title_wrap {
    width: 1200px;
    margin: 0 auto;
}

#contents .interview .title .title_wrap .img_area {
    float: left;
    width: 480px;
    position: relative;
    top: -17px;
    overflow: hidden;
}

#contents .interview .title .title_wrap .img_area img {
    width: 100%;
    animation-direction: alternate;
    animation-name: trans;
    animation-duration: 2s;
}

@keyframes trans {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

#contents .interview .title .title_wrap .txt_area {
    float: left;
    width: 600px;
    padding: 100px 0 0;


}

#contents .interview .title .title_wrap h1 {
    font-size: 50px;
    font-weight: bold;
    color: #e03652;
    position: relative;
    left: -40px;
    margin: 0 0 70px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-name: trans;
    animation-duration: 2s;
    animation-delay: 0.5s;

}

#contents .interview .title .title_wrap h1:before {
    color: #e03652;
    opacity: 0.2;
    font-size: 60px;
    position: relative;
    top: -10px;
    left: 20px;
}

#contents .interview .title .title_wrap.one h1:before {
    content: '01';
}

#contents .interview .title .title_wrap.two h1:before {
    content: '02';
}

#contents .interview .title .title_wrap.three h1:before {
    content: '03';
}

#contents .interview .title .title_wrap.four h1:before {
    content: '04';
}

#contents .interview .title .title_wrap.five h1:before {
    content: '05';
}

#contents .interview .title .title_wrap.six h1:before {
    content: '06';
}
#contents .interview .title .title_wrap.seven h1:before {
    content: '07';
}

#contents .interview .title .title_wrap.eight h1:before {
    content: '08';
}

#contents .interview .title .title_wrap .name {
    font-size: 28px;
    margin: 0 0 25px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-name: trans;
    animation-duration: 2s;
    animation-delay: 0.7s;
}

#contents .interview .title .title_wrap .name span {
    background: #e03652;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
    padding: 3px 30px 0;
    border-radius: 50px;
    margin: 0 15px 0 0;
    position: relative;
    top: -3px;
}

#contents .interview .title .title_wrap .message {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-name: trans;
    animation-duration: 2s;
    animation-delay: 0.8s;
}


/* ----main----*/
#contents .interview .main {
    margin: 100px 0 0;
}

#contents .interview .main li {
    position: relative;
    height: 400px;
}

#contents .interview .main .wrap {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* ----txt----*/
#contents .interview .main .txt {
    width: 1000px;
    margin: 0 auto 100px;
}

#contents .interview .main h2 {
    color: #e03652;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.8;
    font-weight: bold;
    border-bottom: 1px solid #e03652;
    letter-spacing: 0.3px;
}

#contents .interview .main p {
    font-size: 18px;
    line-height: 1.8;
}


#contents .interview .main .wrap .img_area img {
    width: 100%;
}

#contents .interview .main li:nth-child(odd) .txt_area {
    float: left;
}

#contents .interview .main li:nth-child(odd) .img_area {
    float: left;
}

#contents .interview .main li:nth-child(even) .txt_area {
    float: right;
}

#contents .interview .main li:nth-child(even) .img_area {
    float: right;
}

#contents .interview .main li .bg_color {
    background: #fbf5f6;
    position: absolute;
    top: 10px;
    z-index: 1;
    visibility: hidden;
    transition: 800ms;
    transform: translateX(0);
}

/* -one-*/
#contents .interview .main li.one,
#contents .interview .main li.three {
    margin: 10px 0 30px;
}

#contents .interview .main li.one .txt_area,
#contents .interview .main li.three .txt_area {
    width: 450px;
    margin: 0 70px 0 0;
}

#contents .interview .main li.one .img_area,
#contents .interview .main li.three .img_area {
    width: 450px;
}

#contents .interview .main li.one .img_area.long {
    width: 380px;
}

#contents .interview .main li.one .bg_color,
#contents .interview .main li.three .bg_color {
    height: 330px;
    right: 0;
    width: 10%;
}

#contents .interview .main li.one .bg_color.show1 {
    visibility: visible;
    width: 50%;
    transform: translateX(0);
}

/* -two-*/
#contents .interview .main li.two .txt_area,
#contents .interview .main li.four .txt_area {
    width: 450px;
    margin: 0 0 0 70px;
}

#contents .interview .main li.two .img_area,
#contents .interview .main li.four .img_area {
    width: 480px;
}

#contents .interview .main li.two .bg_color,
#contents .interview .main li.four .bg_color {
    height: 300px;
    left: 0;
    width: 10%;
}

#contents .interview .main li.two .bg_color.show2 {
    visibility: visible;
    width: 50%;
    transform: translateX(0);
}

/* -three-*/
#contents .interview .main li.three .bg_color.show3 {
    visibility: visible;
    width: 50%;
    transform: translateX(0);
}

/* -four-*/
#contents .interview .main li.four .bg_color.show4 {
    visibility: visible;
    width: 50%;
    transform: translateX(0);
}


/*-----tit------ */

#contents .interview .tit {
    text-align: center;
}

#contents .interview .tit p {
    color: #fcdce2;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

#contents .interview .tit h2 {
    margin: 35px 0 0;
    background: url(../img/common/tit_border.png) 0 3px repeat-x;
    background-size: 5px auto;
}

#contents .interview .tit h2 span {
    background: #fff;
    color: #e03652;
    padding: 0 20px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
}

/*-----interview------ */

#contents .interview .interview {
    background: #fbf5f6;
    padding: 80px 0 50px;
    margin: 100px 0 60px;
}

#contents .interview .interview .tit h2 span {
    background: #fbf5f6;
}

#contents .interview .interview>p {
    text-align: center;
    margin: 50px 0 0;
}

#contents .interview .interview ul {
    display: flex;
    flex-flow: wrap;
    width: 1000px;
    margin: 40px auto 0;
}

#contents .interview .interview li {
    width: 235px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 15px 20px 0;
    overflow: hidden;
    filter: drop-shadow(4px 4px 4px #decbcf);
}

#contents .interview .interview li a {
    text-decoration: none;
    display: block;
}

#contents .interview .interview li img {
    width: 100%;
}

#contents .interview .interview li .icon {
    background: #e03652;
    color: #fff;
    width: 200px;
    font-size: 16px;
    text-align: center;
    margin: 16px auto;
    padding: 7px 0 4px;
    border-radius: 50px;
}

#contents .interview .interview li dt {
    font-size: 18px;
}

#contents .interview .interview li dd {
    margin: 13px auto 18px;
    width: 85%;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

#contents .interview .interview figure {
    border-radius: 5px;
}

#contents .interview .interview figcaption {
    /* padding: 180px 0 0; */
}


/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

    /* ----title----*/
    #contents .interview .title.driver {
        background: url(../img/interview/sp_driver.jpg) 0 0px no-repeat;
        background-size: 160% auto;
        height: auto;
        overflow: hidden;
    }

    #contents .interview .title.prodct {
        background: url(../img/interview/sp_prodct.jpg) 0 0px no-repeat;
        background-size: 180% auto;
        background-attachment: fixed;
        height: auto;
        overflow: hidden;
        padding: 10px 0 0;
    }

    #contents .interview .title .title_wrap {
        width: 100%;
    }

    /* ----txt----*/
    #contents .interview .main .txt {
        width: 90%;
        margin: 0 auto 50px;
    }

    #contents .interview .title .title_wrap .img_area {
        float: left;
        width: 50%;
        position: relative;
        left: -70px;
        top: 0;
        box-sizing: border-box;
        overflow: inherit;
    }

    #contents .interview .title .title_wrap .img_area img {
        width: 180%;
    }

    #contents .interview .title .title_wrap .txt_area {
        float: left;
        width: 50%;
        padding: 30px 0 0;
        position: relative;
        left: -10px;
        top: 0;
        margin: 0;
        box-sizing: border-box;

    }

    #contents .interview .title .title_wrap h1 {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 20px;
        left: -30px;
        letter-spacing: -3px;
    }

    #contents .interview .title .title_wrap h1:before {
        font-size: 35px;
        position: relative;
        left: 0;
        top: 0;
    }

    #contents .interview .title .title_wrap .name {
        font-size: 20px;
        margin: 10px 0 10px;
    }

    #contents .interview .title .title_wrap .name span {
        font-size: 13px;
        display: block;
        text-align: center;
        margin: 0 0 10px;
        padding: 2px 20px;
        top: -5px;
    }

    #contents .interview .title .title_wrap .message {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    #contents .interview .title .title_wrap .message br {
        display: none;
    }



    /* ----main----*/
    #contents .interview .main {
        margin: 60px 0 0;
    }

    #contents .interview .main li {
        position: relative;
        height: auto;
        margin: 0;
    }

    #contents .interview .main h2 {
        margin: 0 0 20px;
    }

    #contents .interview .main .wrap {
        position: inherit;
        width: 100%;
    }

    #contents .interview .main li:nth-child(odd) .txt_area,
    #contents .interview .main li:nth-child(odd) .img_area,
    #contents .interview .main li:nth-child(even) .txt_area,
    #contents .interview .main li:nth-child(even) .img_area {
        float: none;
    }

    #contents .interview .main li.one .txt_area,
    #contents .interview .main li.two .txt_area,
    #contents .interview .main li.three .txt_area,
    #contents .interview .main li.four .txt_area {
        width: 90%;
        margin: 0 auto;
    }

    #contents .interview .main li.one .img_area,
    #contents .interview .main li.two .img_area,
    #contents .interview .main li.three .img_area,
    #contents .interview .main li.four .img_area {
        background: #fbf5f6;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 30px auto 50px;

    }

    #contents .interview .main li.one .img_area.long {
        width: 100%;
    }

    #contents .interview .main li.one .bg_color,
    #contents .interview .main li.two .bg_color,
    #contents .interview .main li.three .bg_color,
    #contents .interview .main li.four .bg_color {
        display: none;
    }

    #contents .interview .main li.three {
        margin: 0;
    }

    #contents .interview .main p br {
        display: none;
    }

    /*-----interview------ */

    #contents .interview .interview {
        padding: 60px 0 30px;
        margin: 100px 0;
    }

    #contents .interview .tit p {
        font-size: 22px;
    }

    #contents .interview .tit h2 span {
        font-size: 30px;
        letter-spacing: -1px;
    }

    #contents .interview .tit h2 {
        margin: 20px 0 0;
        background: url(../img/common/tit_border.png) 0 5px repeat-x;
        background-size: 5px auto;
    }

    #contents .interview .interview>p {
        line-height: 25px;
        margin: 20px 0 0;
        font-size: 16px;
    }

    #contents .interview .interview ul {
        overflow: hidden;
        width: 95%;
        margin: 20px auto 0;
    }

    #contents .interview .interview li {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #contents .interview .interview li a {
        width: 100%;
        height: auto;
    }

    #contents .interview .interview li .img {
        width: 40%;
        float: left;
    }

    #contents .interview .interview li .txt {
        width: 60%;
        float: left;
        background: #fff;
    }

    #contents .interview .interview li .icon {
        width: 80%;
        font-size: 13px;
        margin: 15px auto 15px;
        padding: 5px 0 5px;
    }

    #contents .interview .interview li dd {
        margin: 5px auto 0;
        width: 90%;
        color: #555;
        font-size: 13px;
        line-height: 1.4;
    }


}