@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

/* MV
----------------------------------------------------------------------------- */
.page-ttl{
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.page-ttl-inner{
    height: 36.458333vw;
    background-image: url("../images/mv_interview.png");
}

@media screen and (max-width:768px){
    .page-ttl-inner{
        height: 125vw;
        background-image: url("../images/mv_interview_sp.png");
    }
}


/* ttl
----------------------------------------------------------------------------- */
.interview-ttl{
    background-color: #fff;
    margin-top: -80px;
    margin-bottom: 100px;
    padding: 50px;
    border-radius: 20px;
}
@media screen and (max-width:768px){
    .interview-ttl{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15vw;
        margin-bottom: 12.5vw;
        padding: 7.5vw 5vw;
        border-radius: 5vw;
    }
}

/* main */
.interview-ttl-main{
    text-align: center;
    color: #89C330;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .interview-ttl-main{
        font-size: 5vw;
        margin-bottom: 5vw;
    }
}

/* intro */
.interview-ttl-intro{
    text-align: center;
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .interview-ttl-intro{
        font-size: 4.5vw;
        margin-bottom: 7.5vw;
    }
}

/* txt */
.interview-ttl-txt{
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}
@media screen and (max-width:768px){
    .interview-ttl-txt{
        font-size: 4vw;
    }
}


/* section
----------------------------------------------------------------------------- */
.interview-section{
    margin-bottom: 100px;
}
@media screen and (max-width:768px){
    .interview-section{
        margin-bottom: 12.5vw;
    }
}

/* ttl */
.interview-section-ttl{
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
.interview-section-ttl strong{
    font-family: "Carattere", cursive;
    font-weight: 400;
    font-style: normal;
    color: #89C330;
    font-size: 50px;
    vertical-align: middle;
    margin-right: 20px;
}
.interview-section-ttl span{
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
    color: #89C330;
    font-size: 18px;
    letter-spacing: 0.1em;
}
@media screen and (max-width:768px){
    .interview-section-ttl{
        margin-bottom: 7.5vw;
        font-size: 6.25vw;
    }
    .interview-section-ttl strong{
        font-size: 10vw;
        margin-right: 2.5vw;
    }
    .interview-section-ttl span{
        margin-left: 2.5vw;
        font-size: 4vw;
    }
}

/* Q */
.interview-section-q{
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #89C330;
    font-size:20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
.interview-section-q::before{
    content: "Q.";
    color: #89C330;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}
@media screen and (max-width:768px){
    .interview-section-q{
        padding-bottom: 5vw;
        margin-bottom: 7.5vw;
        font-size:4.5vw;
    }
    .interview-section-q::before{
        font-size: 6.25vw;
    }
}

/* img */
.interview-section-img{
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    
}

/* A */
.interview-section-a-intro{
    text-align: center;
    margin-bottom: 50px;
}
.interview-section-a-intro span{
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    background:linear-gradient(transparent 40%, #FFFCB3 40%);
    font-size: 25px;
}

.interview-section-a p{
    font-size: 16px;
    line-height: 2em;
}
.interview-section-a p span{
    display: inline-block;
    background-color: #89C330;
    color: #fff;
    text-align: center;
    padding: 5px 25px;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}


@media screen and (max-width:768px){
    .interview-section-a-intro{
        margin-bottom: 7.5vw;
    }
    .interview-section-a-intro span{
        background:none;
        font-size: 5vw;
    }

    .interview-section-a p{
        font-size: 3.75vw;
    }
    .interview-section-a p span{
        padding: 1.25vw 3.75vw;
        border-radius: 1.25vw;
        font-size: 4vw;
        margin-bottom: 2.5vw;
    }
}

/* FOOTER
----------------------------------------------------------------------------- */
.footer-sub{
    background-image: url("../images/footer_interview_bg.png");
}


@media screen and (max-width:768px){
    .footer-sub .ttl-border{
        font-size: 4vw;
    }
}
