    @charset "UTF-8";
@media screen and (max-width: 750px) {

    /***********************************************
    お知らせ　汎用
    ***********************************************/
    ul.cmn_post_list {
        gap: 5.5rem 3rem;
    }

    ul.cmn_post_list li {
        width: calc(50% - 1.5rem);
    }

    ul.cmn_post_list li .area_a {
        margin-bottom: 2rem;
    }

    ul.cmn_post_list li .area_b {
        padding: 0;
    }

    ul.cmn_post_list li .area_b .f_wrap {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    ul.cmn_post_list li .area_b p.cat {
        font-size: 2rem;
        min-width: 12rem;
        min-height: 4rem;
        border-radius: 2rem;
    }

    ul.cmn_post_list li .area_b p.date {
        font-size: 2.8rem;
        margin-right: 1rem;
    }

    ul.cmn_post_list li .area_b h3.ttl{
        margin-top: 0;
    }

    ul.cmn_post_list li .area_b h3.ttl a {
        font-size: 2.8rem;
        -webkit-line-clamp: 3;
    }

    /*============================
.cmn_lp_works
============================*/
    .cmn_lp_works {
        padding-top: 5rem;
    }

    .cmn_lp_works .bg_wrap .box {
        width: 100%;
        top: -3rem;
        margin-bottom: 2rem;
    }

    .cmn_lp_works .bg_wrap .box h2.main_ttl {
        width: 55rem;
        margin-bottom: -5rem;
    }

    .cmn_lp_works .bg_wrap .box p.btn a {
        font-size: 4.4rem;
        height: 22rem;
    }

    .cmn_lp_works .bg_wrap .box p.btn a::after {
        width: 5rem;
        height: 5rem;
        right: 4rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap {
        width: 100%;
    }

    .cmn_lp_works .bg_wrap .info_wrap h3.ttl {
        margin-bottom: 3rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items {
        width: 59rem;
        margin: 0 auto 3rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li {
        width: 100%;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li a {
        border-radius: 1.4rem;
        height: 14rem;
        justify-content: flex-start;
        padding: 0 2rem .4rem 8rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li.contact a {
        font-size: 3.9rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li.contact a::before {
        margin-right: 3rem;
        width: 4rem;
        height: 4.8rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li.tel a {
        font-size: 4.4rem;
    }

    .cmn_lp_works .bg_wrap .info_wrap ul.items li.tel a::before {
        margin-right: 3rem;
        width: 4.6rem;
        height: 4.6rem;
    }

    .cmn_lp_works .bg_wrap .image_wrap {
        position: relative;
        height: 51rem;
        margin-bottom: -12.5rem;
    }

    .cmn_lp_works .bg_wrap .image_wrap p.img.img01 {
        width: 33rem;
        top: 3rem;
        left: -2rem;
    }

    .cmn_lp_works .bg_wrap .image_wrap p.img.img02 {
        width: 24.8rem;
        bottom: 0;
        left: 17rem;
        top: auto;
    }

    .cmn_lp_works .bg_wrap .image_wrap p.img.img03 {
        width: 38rem;
        top: 0;
        right: -4rem;
    }

    .cmn_lp_works .bg_wrap .image_wrap p.img.img04 {
        display: none;
    }
}
