@charset "UTF-8";

.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.contents-wrapper::before {
    background: url(../images/interview03/bg.jpg);
    background-size: cover;
    background-position: center center;
}
#kv h1 {
    background: url(../images/interview03/title_main.png) no-repeat;
    width: 450px;
    height: 200px;
    background-size: contain;
    left: auto;
    right: 7.3vw;
}
#kv a.btn {
    bottom: 29px;
    right: 7.3vw;
}
#kv h2 {
    bottom: 20px;
    left: 7.66vw;
}
#talk_body .conv dl dt.talker {
    color: #00beff;
}
#talk_body .conv .img-last {
    margin-bottom: 15px;
}
#talk_body .indent {
    color: #737373;
    font-size: 1.3rem;
}
#index {
    background-color: #ffffff;
    margin-top: 50px;
    padding: 50px 0;
}
#index h3 img {
    margin: 0 auto;
}
#index ul {
    margin-top: 30px;
}
#index ul li a {
    display: inline-block;
}
.modaal-container {
    max-width: 600px;
}
@media screen and (min-width: 834px){
    #talk_body .conv dl {
        white-space: nowrap;
        padding-left: 1em;
    }
    #index ul li a img {
        zoom: .5;
    }
    #index ul {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 35px;
    }
}
@media screen and (max-width: 834px){
    .contents-wrapper::before {
        background: url(../images/interview03/bg_sp.jpg);
        background-size: cover;
        background-position: center center;
    }
    #kv h1 {
        width: 81vw;
        height: 36vw;
        top: 6.5vw;
        right: 0;
        left: 0;
    }
    #kv a.btn {
        top: 50vw;
        bottom: auto;
        right: 7vw;
    }
    #kv h2 {
        width: 27.066vw;
        bottom: 10px;
        left: 4vw;
    }
    #index {
        margin-top: 35px;
        padding: 35px 0;
    }
    #index ul li {
        width: 55vw;
        margin: 0 auto;
    }
    #index ul li:nth-of-type(n + 2) {
        padding-top: 30px;
    }
}