/* ----------- */
/* INTERVIEW DETAIL */
/* ----------- */
@media screen and (max-width: 768px) {
    .interview_main_img_wrap {
        top: 60px;
    }
    .profile_title_job {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .profile_title_name {
        font-size: 20px;
    }
    .profile_text {
        margin-top: 20px;
        font-size: 14px;
    }

    .interview_wrap {
        background-position: top 200px left 0;
    }

    /* プロフィール */
    /* ----------- */
    .profile {
        margin-bottom: 100px;
    }

    /* Q&A */
    /* ----------- */
    .script {
        margin-bottom: 80px;
    }
    
    .script_text_answer {
        font-size: 14px;
        margin-top: 8px;
    }
    .script_text_question {
        font-size: 14px;
    }

    /* My Private */
    /* ----------- */
    .private {
        padding: 16px;
        display: block;
        position: unset;
    }
    .private_title {
        position: unset;
        text-align: center;
        margin-bottom: 16px;
    }
    .private_layout_img {
        width: 100%;
    }
    .private_layout_description {
        width: 100%;
        padding-top: 16px;
    }
    .private_description_title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .private_description_text {
        font-size: 14px;
    }
}
  
