    #office_info{
        display: flex;
        margin: 100px auto 0;
    }

    #office_info .works{
        width: 50%;
        flex-shrink: 0;
    }
    #office_info .works ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 1px;
    }
    #office_info .works li{
        width: 100%;
        margin: 0;
        margin-bottom: 21px;
        height: 134.5px;
    }
    #office_info .works li a{
        display: flex;
        align-items: center;
        width: 100%;
    }
    #office_info .works img{
        width: 200px;
        height: 125px;
        object-fit: cover;
        flex-shrink: 0;
    }
    #office_info .works p{
        padding-left: 2em;
        width: 100%;
    }
    #office_info .c-page-home-news-inner{
        width: 100%;
    }

    #open_house{
        width: 50%;
        flex-shrink: 0;
    }
    #open_house ul{
        padding: 0 20px;
    }
    #open_house li{
        height: 135px;
    }
    #open_house .c-page-home-news-list-items a{
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    #open_house .c-page-home-news-date{
        display: inline-block;
        width: 100px;
    }
    #open_house .c-page-home-news-text-secondary{
        position: relative;
        display: inline-block;
    }

    @media screen and (max-width: 46.875em){
        #office_info .works{
            width: 100%;
        }
        #office_info {
            flex-direction: column;
        }
        #office_info .works {
            margin-bottom: 80px;
        }
        #office_info .works li {
            height: auto;
        }
        #office_info .works li a{
            flex-direction: column;
        }
        #open_house{
            width: 100%;
        }
    }
