.intarview-1 {
    .l-mv {
        background-image: url(../../images/intarview/mv-bg_pc.jpg);
        background-position: top;
    }

    .page-title {
        margin-bottom: 120px;
    }

    .intarview-stuff {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1%;
    }

    .intarview-stuff-single {
        width: 48%;
        background: linear-gradient(90deg, #0C4B8E, #008081);
        margin-bottom: 60px;

        dt{
            text-align: center;
        }

        dd {

            padding: 15px 20px;

            .stuff_flex{
                margin-bottom: 15px;
            }

            .stuff_job {
                background-color: #246FBE;
                color: #fff;
                padding: 2px 25px;
                box-shadow: 0 3px 10px rgba(255,255,255,0.15);
            }

            .tec{
                background-color: #008080;
            }

            .stuff_name {
                color: #fff;
                padding-left: 45px;
                font-size: 24px;
                font-weight: 600;
            }

            .stuff_title {
                color: #fff;
            }
        }

        &:last-of-type{
            .stuff_job{
                font-size: 18px !important;
                padding: 2px 10px;
            }
        }
    }

    @media screen and (max-width:768px) {
        .intarview-stuff {
            display: block;
        }

        .intarview-stuff-single {
            width: 90%;
            margin: 0 auto;
        }
    }
}