@charset "UTF-8";

.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.contents-wrapper::before {
    background: url(../images/interview02/bg.jpg);
    background-size: cover;
    background-position: center center;
}
#kv h1 {
    background: url(../images/interview02/title_main.png) no-repeat;
    width: 450px;
    height: 200px;
    background-size: contain;
}
#kv a.btn {
    top: 80px;
    bottom: auto;
    right: 10.9vw;
}
#kv h2 {
    top: 229px;
    bottom: auto;
    left: auto;
    right: 10.9vw;
}
#talk_body .conv dl dt.talker {
    color: #322823;
}
#talk_body .conv .img-last {
    margin-bottom: 15px;
}
#index {
    background-color: #ffffff;
    margin-top: 50px;
    padding: 50px 0;
}
#index h3 img {
    margin: 0 auto;
}
#index ul {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#index ul li a {
    display: inline-block;
}
@media screen and (min-width: 834px){
    #talk_body .conv dl {
        white-space: nowrap;
    }
    #index ul li a img {
        zoom: .5;
    }
}
@media screen and (max-width: 834px){
    .contents-wrapper::before {
        background: url(../images/interview02/bg_sp.jpg);
        background-size: cover;
        background-position: center center;
    }
    #kv h1 {
        width: 81vw;
        height: 36vw;
        top: 6.5vw;
    }
    #kv a.btn {
        top: 46vw;
        bottom: auto;
        right: auto;
        left: 9.4vw;
    }
    #kv h2 {
        width: 23.466vw;
        top: 45.5vw;
        bottom: auto;
        left: auto;
        right: 9.5vw;
    }
    #index {
        margin-top: 35px;
        padding: 35px 0;
    }
    #index ul li {
        width: 55vw;
    }
}