@charset "utf-8";

/* -----------------------------------------------------------

共通

----------------------------------------------------------- */
#interview_section .wrapper {
    padding: 0 2em;
}

/*写真*/
#interview_section .int_img {
    width: 80%;
    margin: 2em auto 3em auto;
    text-align: center;
}

/*リード*/
#interview_section .int_lead {
    margin-bottom: 5em;
    font-size: 18px;
}

/*タイトル*/
#interview_section .int_subttl01 {
    background-color: #ffd400;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    padding: 0.4em 0.5em;
    margin-bottom: 1.5em;
    border-radius: 4px;
    line-height: 1.5;
}

/*テキスト*/
#interview_section .intItem {
    margin-bottom: 5em;
}

#interview_section .intItem p {
    font-size: 18px;
}

/*質問*/
#interview_section .int_question {
    color: #ffd400;
    font-weight: 700;
    margin-bottom: 2em;
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
}

#interview_section .int_question p {
    font-size: 22px;
}

#interview_section .int_question::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #ffd400;
}

/*アンサー*/
#interview_section .int_answer {
    margin-bottom: 3em;
}

/*カード*/
#interview_section .int_card {
    border: solid 1px #fff;
}

#interview_section .int_card a {
    color: #fff;
    text-decoration: none;
    padding: 1.5em;
    display: block;
}

#interview_section .int_card a:hover {
    background-color: #333;
}

#interview_section .int_card .vol {
    color: #000;
    background-color: #fff;
    display: inline-block;
    font-weight: 800;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 0.1em 0.5em;
}

#interview_section .int_card h3 {
    color: #ffd400;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0.5em;

}

#interview_section .int_card .interviewNote {
    margin-bottom: 0.5em;
}

#interview_section .int_card .card_link {
    text-align: right;
}

#interview_section .int_card .card_link p {
    position: relative;
    padding-left: 1.3em;
    display: inline-block;
}

#interview_section .int_card .card_link p:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ffd400;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#interview_section .int_card .card_link p:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:1280px) {
    #interview_section .wrapper {
        padding: 0 1em;
    }

    /*タイトル*/
    #interview_section .int_subttl01 {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width: 480px) {
    #interview_page .bg._interviewpage {
        background-position: center;
    }

    /*リード*/
    #interview_section .int_lead {
        margin-bottom: 3em;
        font-size: 16px;
    }

    /*画像*/
    #interview_section .int_img {
        width: 100%;
    }

    /*タイトル*/
    #interview_section .int_subttl01 {
        font-size: 20px;
        line-height: 1.3;
    }

    /*テキスト*/
    #interview_section .intItem p {
        font-size: 16px;
    }

    /*質問*/
    #interview_section .int_question {
        padding: 0;
    }

    #interview_section .int_question p {
        font-size: 18px;
    }

    #interview_section .int_question::before {
        display: none;
    }

    /*カード*/
    #interview_section .int_card a {
        padding: 1em;
    }

    #interview_section .int_card h3 {
        font-size: 20px;
    }
}
