@charset "utf-8";



/*--------------------
  コンテンツ
--------------------*/

#contents {
    margin-top: 70px;
    padding: 0 70px;
    width: auto;
}

#contents section {
    margin-bottom: 120px;
}


/*--------------------
  背景動画
--------------------*/
.video-container {
    position: relative;
}

video {
    width: 100%;
    opacity: 0.7;
    object-fit: cover;
    width: 100%;
    height: 400px;
}


.video-container {
    background-color: #000000;
    text-align: center;
}

.video-sidebar {
    position: absolute;
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-sidebar h2 {
    color: #fff;
    ;
    margin-bottom: 10px
}

.video-sidebar h2,
.video-sidebar p {
    color: #fff;
}


/*--------------------
 インタビュー
--------------------*/

.interview_main {
    max-width: 1280px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.answer_name {
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.question_img img {
    width: 100%;
}

.question_img_02 img {
    width: 100%;
}

.question_01 {
    display: flex;
    margin-bottom: 120px;
}

.question_02 {
    display: flex;
    margin-bottom: 120px;
}

.question_text {
    text-align: left;
    margin-right: 40px;
    width: 640px;
}

.question_text_02 {
    text-align: left;
    width: 640px;
    margin-left: auto;
}

.question_text img {
    margin-bottom: 50px;
}

.question_text_02 img {
    margin-bottom: 50px;
}

.answer_01 {
    margin-bottom: 50px;
}

.answer_02 {
    margin-bottom: 50px;
}

.answer_text {
    line-height: 1.6em;
}

.question_img {
    margin-left: auto;
}

.question_img_02 {
    margin-right: 40px;
}




/*------------------------------
  タブレット(レスポンシブ)
------------------------------*/

@media only screen and (max-width: 959px) {

    .question_text {
        width: 100%;
    }
    
    .question_text img{
        width: 100%;
    }

    .question_text_02 {
        width: 100%;
    }
    
    .question_text_02 img{
        width: 100%;
    }

}


/*------------------------------
  スマートフォン(レスポンシブ)
------------------------------*/

@media only screen and (max-width: 599px) {

    /*--------------------
   背景動画
  --------------------*/
    video {
        width: 100%;
        opacity: 0.7;
        object-fit: cover;
        width: 100%;
        height: 200px;
    }


    /*--------------------
   インタビュー
  --------------------*/

    .interview_main {
        max-width: none;
        width: 88%;
        margin-bottom: 45px;
        padding: 0;
    }

    .question_01 {
        flex-direction: column-reverse;
    }

    .question_02 {
        display: block;
    }

    .question_text {
        width: 100%;
    }

    .question_text_02 {
        width: 100%;
    }

    .question_text img {
        width: 100%;
    }

    .question_text_02 img {
        width: 100%;
    }

    .question_text img {
        margin-bottom: 20px;
    }

    .question_text_02 img {
        margin-bottom: 20px;
    }








    /*--------------------
    コンテンツ
  --------------------*/

    #contents {
        margin-top: 30px;
        padding: 0;
    }


    #contents section {
        margin-bottom: 75px;
    }

    .interview_content {
        height: auto;
    }



}
