#main.interview {
            background: url(../img/interview/main.jpg) no-repeat center center;
            background-size: cover;
            position: relative;
        }

        #main .blue_catch {
            background: rgba(32, 63, 130, 0.7);
            padding: 40px 30px;
            color: #fff;
            width: 380px;
            height: 170px;
            position: absolute;
            right: 145px;
            bottom: 40px;
            line-height: 2;
        }

        #main .blue_catch p {
            text-align: left !important;
        }

        .interview_contents {
            width: 1110px;
            margin: 0 auto;
            padding: 100px 0 0 0;
        }

        .flex_box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .work_pht {
            width: 40%;
        }

        .qa_area {
            width: 57%
        }

        .work_pht img,
        .qa_area img,
        .msg_pht img,
        .msg_pht02 img {
            width: 100%;
            height: auto;
        }

        .qa_area h3 {
            color: #006cb8;
        }

        .qa_area h3::before {
            content: "Q";
            color: #fff;
            font-weight: bold;
            font-size: 1.2em;
            background: #006cb8;
            padding: 5px 7px;
            margin-right: 10px;
            border-radius: 5px;
        }

        .qa_area p {
            padding-left: 40px;
        }

        #msg_area {
            background: #f5f5f5;
            width: 990px;
            padding: 60px 60px 20px;
            margin: 80px auto 0 auto;
        }

        .msg_txt {
            height: 325px;
        }

        .msg_txt p:first-of-type,
        #time_sche p:first-of-type {
            color: #006cb8;
            font-size: 45px;
            font-weight: bold;
            text-align: center;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 3px;
        }

        .msg_txt h2 {
            line-height: 2;
            color: #006cb8;
            text-align: center;
        }

        #time_sche {
            width: 1110px;
            padding: 60px 0;
            margin: 0 auto;
        }

        #time_sche h2 {
            text-align: center;
            font-size: 1.3em;

        }


        /* ------------------------------------------------------------------ */
        /* タイムライン2
/* ------------------------------------------------------------------ */

        .timeline {
            width: 1110px;
            background: #fff;
            position: relative;
            margin: 60px auto;
            padding: 0 60px;

        }

        .timeline:before {
            content: '';
            position: absolute;
            top: 0px;
            left: calc(22% + 15px);
            bottom: 0px;
            width: 4px;
            background: #ddd;
        }

        .timeline:after {
            content: "";
            display: table;
            clear: both;
        }

        .timeside {
            clear: both;
            text-align: left;
            position: relative;
        }

        .timeside .timetitle {
            margin-bottom: .5rem;
            float: left;
            width: calc(17% + 16px);
            padding-right: 30px;
            text-align: right;
            position: relative;
        }

        .timeside .timetitle:before {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            border: 4px solid #006cb8;
            background-color: #fff;
            border-radius: 100%;
            top: 15%;

            z-index: 99;
            right: -6px;
        }

        .timeside .timetitle h3 {
            margin: 0 0 0.5rem 0;
            font-size: 1.2rem;
            line-height: 1.4;
            font-weight: 600;
        }

        .timeside .timetitle p {
            margin: 0 0 1rem 0;
            font-size: 1rem;
            line-height: 1.4;
            color: #006cb8;
            font-weight: bold;
        }

        .timeside .matterside {
            margin: 0 0 1.5rem;
            float: right;
            width: 76%;
            padding-left: 30px;
        }

        .timeside .matterside p {
            margin: 0 0 1.5rem 0;
            line-height: 1.6;
        }

        .timeside .body p:first-child {
            margin-top: 0;
            font-weight: 400;
        }

        .timeimg {
            float: right;
            width: 30%;
            margin: 0 0 1rem 1rem;
        }

        .saiyou_bnr {
            text-align: center;
            margin: 3% auto;
        }

        /*  */

        @media only screen and (max-width: 640px) {

            .sp_none {
                display: none;
            }

            #main .blue_catch {
                padding: 1.5% 1.5%;
                width: 100%;
                height: auto;
                position: ;
                right: inherit;
                bottom: 0;
            }

            #main .blue_catch h2 {
                font-size: 1em;
                line-height: 1.5;
                font-weight: normal;
            }

            .interview_contents {
                width: 100%;
                padding: 0 0 0 0;
            }

            .work_pht,
            .qa_area,
            #time_sche,
            .timeline {
                width: 90%;
                margin: 0 auto;
                padding: 5% 0 0 0;
            }

            .qa_area h3::before {
                font-size: 1em;
                line-height: 2;
            }

            .timeline {
                width: 96%;
                margin: 0 2%;
                padding: 5% 0 0 0;
            }

            .work_pht {
                order: 0;
            }

            .qa_area {
                order: 1;
            }

            .msg_txt h2,
            #time_sche h2 {
                font-size: 1.1em;
                font-weight: normal;
            }

            .timeside .timetitle h3 {
                font-size: 0.9em;
                font-weight: normal;
            }

            #msg_area {
                width: 90%;
                position: inherit;
                margin: 5%;
                padding: 0 0 5% 0;
            }

            .msg_txt {
                width: 90%;
                position: inherit;
                margin: 0 auto;
                padding: 5% 0 0 0;
                height: auto;
            }

            .timeline {
                margin: 5% 0;
            }

            .timeimg {
                width: 100%;
                margin: 0 0 1rem 0;
            }

            .timeside .timetitle {
                padding-right: 13px;
            }

            .timeside .timetitle:before {
                right: -18px;
            }

            .timeside .matterside {
                width: 64%;
            }

            #entry {
                width: 90%;
                margin: 0 auto;
            }

            #entry img.bnr {
                width: 100%;
                height: auto;
            }

        }