@charset "UTF-8"; @media screen and (max-width: 750px) {

    /***********************************************
汎用ボタン・タイトル
***********************************************/
    h2.cmn_ttl.big .en {
        font-size: 12.4rem;
    }

    h2.cmn_ttl.big .ja {
        font-size: 3.2rem;
        padding-right: 3rem;
    }

    p.cmn_btn a {
        padding-right: 12rem;
		font-size: 4rem;
    }

    p.cmn_btn.small a {
        font-size: 4rem;
    }

    p.cmn_btn a::before {
        width: 9rem;
        height: 9rem;
    }

    p.cmn_btn.small a::before {
        width: 9.3rem;
        height: 9.3rem;
    }
	
	p.cmn_btn a::after{
		background-image: url("../images/common/btn_deco01_sp.svg");
		width: 7.2rem;
		height: 5.7rem;
	}
	
	p.cmn_btn.small a::after{
		width: 7.5rem;
		height: 6rem;
		right: .5rem;
	}

    /***********************************************
    お知らせ　汎用
    ***********************************************/
    ul.cmn_post_list li {
        padding: 3rem 0;
    }

    ul.cmn_post_list li .post_wrap p.cat {
        font-size: 2.1rem;
        min-width: 13rem;
        padding: .4rem 0.2rem;
    }

    ul.cmn_post_list li .post_wrap p.date {
        font-size: 3.2rem;
        margin-right: 1rem;
    }

    ul.cmn_post_list li .post_wrap h3.ttl a {
        font-size: 2.8rem;
        line-height: 1.75;
    }

    /*会社概要*/
    .cmn_dl_wrap dl.dl_list dt {
        text-align: center;
		border-top-width: .4rem;
        padding: 5rem 0 0;
		font-size: 3rem;
		border-bottom: none;
		font-weight: bold;
    }

    .cmn_dl_wrap dl.dl_list:last-of-type dt {
        border-bottom: none;
    }

    .cmn_dl_wrap dl.dl_list dd {
        width: 100%;
        display: block;
        border-top: none;
        padding: 0 2rem 5rem;
        line-height: 1.75;
        font-size: 3rem;
    }

    .cmn_dl_wrap dl.dl_list:last-of-type dd {
        border-color: var(--theme_m_color);
		border-width:  .4rem;
    }

    .cmn_dl_wrap dl dd ul.location_list {
        text-align: left;
    }

    .cmn_dl_wrap dl dd ul.location_list li h3.ttl {
        font-size: 3rem;
        padding-left: 4rem;
        display: inline-block;
    }

    .cmn_dl_wrap dl dd ul.location_list li h3.ttl::before {
        width: 3rem;
        height: 3rem;
        top: .8rem;
    }

    /***********************************************
TOP・事業内容　＞　４つの事業内容　
***********************************************/
    ul.cmn_sv_items li h3.ttl a {
        font-size: 4.2rem;
    }
	
    /*============================
汎用　＞　お問合わせ
============================*/
    #contact_area {
        overflow: hidden;
        padding-top: 16rem;
    }
	
	#contact_area:not(.recruit_entry)::after{
		background-image: url("../images/home/home_line_sp.png");
		width: 77.5rem;
        height: 41.5rem;
		top: 34%;
	}

    #contact_area .bg_wrap {
        padding: 0 3rem 4rem;
    }

    #contact_area .bg_wrap .ttl_wrap {
        top: -4rem;
        margin-bottom: -2rem;
    }

    #contact_area .bg_wrap .ttl_wrap h2.main_ttl {
        font-size: 8.9rem;
        font-weight: 300;
        margin-bottom: 3rem;
    }

    #contact_area .bg_wrap .ttl_wrap p.main_txt {
        margin-bottom: 3rem;
        font-size: 3.6rem;
    }

    #contact_area .bg_wrap ul.info_list {
        width: inherit;
        justify-content: center;
        gap: 2rem;
    }

    #contact_area .bg_wrap ul.info_list li {
        width: 52rem;
    }

    #contact_area .bg_wrap ul.info_list p a {
        padding: 0 2rem 0;
        height: 18rem;
    }

    #contact_area .bg_wrap ul.info_list p.tel a .num {
        font-size: 5rem;
        padding-left: 3.8rem;
    }

    #contact_area .bg_wrap ul.info_list p.tel a .open {
        font-size: 2.4rem;
        font-weight: bold;
    }

    #contact_area .bg_wrap ul.info_list p.tel a::before {
        width: 7.5rem;
        height: 4.7rem;
        top: 39%;
        left: 4rem;
    }

    #contact_area .bg_wrap ul.info_list p.contact a {
        font-size: 4.6rem;
    }

    #contact_area .bg_wrap ul.info_list p.contact a::before {
        top: 50%;
        transform: translateY(-50%);
        width: 8.4rem;
        height: 3.5rem;
        left: 3.5rem;
    }

    /*============================
汎用　＞　TOP
============================*/
    #home_com h2.cmn_ttl.big .en {
        font-size: 12.4rem;
        line-height: 1;
    }

    #home_com h2.cmn_ttl.big .ja {
        font-size: 3.2rem;
        margin-left: 0;
    }

    #home_service ul.cmn_sv_items li {
        width: calc(100% - 4rem);
        margin: 0 2rem 7rem;
    }

    #home_service ul.cmn_sv_items li .img_wrap p.img {
        border-radius: 1rem;
        overflow: hidden;
        padding-top: 40rem;
    }

    #home_service ul.cmn_sv_items li .img_wrap p.txt {
        font-size: 2.8rem;
        bottom: 4rem;
        left: 4rem;
        line-height: 1.75;
    }
	#home_service ul.cmn_sv_items .mask_list{
		/*clip-path:inherit;*/
	}
}
