@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .content-1 {
        height: 111.11111vw;
    }

    .content-1 video {
        width: auto;
        height: 111.11111vw;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-text>p {
        font-size: 6.66667vw;
    }

    .content-2 {
        width: 100%;
        margin: 0;
        padding: 13.19444vw 5.55556vw 13.88889vw;
        box-sizing: border-box;
        background-color: #f5f5f5;
    }

    .content-2 h2 {
        font-size: 4.44444vw;
        line-height: 5.97222vw;
        margin: 0 0 7.77778vw;
    }

    .tab-list {
        width: auto;
        margin: 0 auto 5.55556vw;
        border-bottom: 0.13889vw solid #eee;
    }

    .tab-item {
        font-size: 3.61111vw;
        height: 7.63889vw;
        line-height: 4.86111vw;
    }

    .tab-item:not(:last-child) {
        margin-right: 9.30556vw;
    }

    .tab-item::after {
        height: 0.27778vw;
    }

    .recruit-box {
        display: block;
    }

    .recruit-right {
        display: block;
        height: auto;
    }

    .recruit-item-box {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 5.55556vw 8.33333vw;
        background-color: #fff;
        text-align: center;
        position: relative;
        margin-bottom: 2.77778vw;
    }
    
    .recruit-item-box:nth-last-child(2) {
        margin-bottom: 2.77778vw;
    }
    .recruit-item-box:nth-last-child(1) {
        margin-bottom: 0;
    }

    .recruit-item-box:hover>img {
        transform: scale(1);
        transition: all 0.3s;
    }

    .recruit-item-box.active {
        background-color: #fff;
    }

    .recruit-item-box>img {
        width: 8.33333vw;
        height: 8.33333vw;
        margin-bottom: 2.08333vw;
        display: inline-block;
    }

    .recruit-item-box>p {
        font-size: 4.44444vw;
        line-height: 5.97222vw;
        margin-bottom: 5.55556vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recruit-item-box>p .city-tag {
        font-size: 2.5vw;
        color: #fff;
        background-color: #000;
        border-radius: 2.08333vw;
        border-bottom-left-radius: 0%;
        padding: 0 1.66667vw;
        box-sizing: border-box;
        height: 4.16667vw;
        display: inline-block;
        line-height: 4.16667vw;
        margin-left: 1.38889vw;
    }

    .recruit-item-box .mob-content {
        text-align: left;
    }

    .recruit-item-box .mob-content>p {
        font-size: 3.33333vw;
        line-height: 5.27778vw;
        color: #666;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .recruit-item-box.active>p {
        color: #000;
    }

    .recruit-item-box .black,
    .recruit-item-box.active .black {
        display: inline-block;
    }

    .recruit-item-box.active .white {
        display: none;
    }

    a.recruit-item-box {
        height: 12.91667vw;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recruit-right a.recruit-item-box>img {
        display: none !important;
    }

    .recruit-right a.recruit-item-box>p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        font-size: 3.61111vw;
    }

    .recruit-item-box .mob.arrow-right-box {
        padding: 1.38889vw;
        position: absolute;
        top: 4.16667vw;
        right: 4.16667vw;
    }

    .recruit-item-box .mob.arrow-right-box .arrow-right {
        font-size: 1.66667vw;
    }
}