@charset "UTF-8";
@media (max-width: 750px) {
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	会社案内　＞　ごあいさつ
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.greeting_wrap {
		padding:0;
		}

	.greeting_wrap .txt_area {
		position: relative;
		 z-index: 1;
		padding-top: 0;
		}

	.greeting_wrap .txt_area h2.ttl {
		margin-bottom: 0;
		}

	.greeting_wrap p.ceo_wrap.sp_flex {
		gap: 4rem;
		margin: 5rem 0 7rem;
		justify-content: end;
		}

	.greeting_wrap p.ceo_wrap .name {
		width: 30rem;
		}

	.greeting_wrap .page_greeting_img {
		  position: relative;
		  margin-top: -20px;
		}
	.page_greeting .cmn_txt_box p {
		line-height: 1.75;
	}
	ul.child_menu_list {
		flex-direction: column;
		width: 48rem;
		margin: 12rem auto 0;
		justify-content: space-between;
		gap: 2.5rem;
		}

	ul.child_menu_list li a {
		width: inherit;
		height: 14rem;
		border-width: .4rem;
		font-size: 3.6rem;
		}
	
	ul.child_menu_list li a::after{
		background-image: url("../images/common/btn_deco01_sp.svg");
		width: 8rem;
		height: 6.4rem;
	}

	ul.child_menu_list li.current a {
		width: inherit;
		}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社案内　＞　会社概要・沿革
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .page_overview .page_width {
        width: calc(100% - 10rem);
    }

    .page_overview .philosophy {
        padding: 0;
    }

    .page_overview section h2.main_ttl {
        font-size: 5.6rem;
    }

    .page_overview .philosophy .txt_wrap {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .page_overview .philosophy .txt_wrap p.txt {
        width: 65.001rem;
        margin: 0 auto;
    }

    .page_overview .philosophy .box {
        padding: 8rem 5rem;
        margin-top: 10rem;
    }

    .page_overview .philosophy .box h2.ttl {
        width: 27.4rem;
        margin: 0 auto;
        padding: 0;
    }

    .page_overview .philosophy .box ul.items li {
        font-size: 3rem;
        padding-left: 2.1em;
        text-indent: -2.1em;
        margin-bottom: 1.5rem;
        white-space: nowrap;
    }

    .page_overview .cmn_dl_wrap dl.dl_list dt {
        font-size: 3.4rem;
        padding: 5rem 0 0;
        margin: 0;
    }

    .page_overview .cmn_dl_wrap dl.dl_list dd {
        padding: 3rem 2rem 7rem;
    }

    .page_overview .cmn_dl_wrap dl.dl_list dt, .page_overview .cmn_dl_wrap dl.dl_list dd, .page_overview .cmn_dl_wrap dl.dl_list:last-of-type dt, .page_overview .cmn_dl_wrap dl.dl_list:last-of-type dd {
        border-width: .4rem;
    }

	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	会社案内　＞　事業所案内
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.guidance .addr_wrap {
			padding-left: 0;
			flex-direction: column;
		}

	.guidance .addr_wrap .txt_area {
		width: inherit;
		padding-top: 0;
		}

	.guidance .addr_wrap .map_area {
			width: inherit;
			height: inherit;
			position: relative;
			padding-top: 67%;
		}

	.guidance .addr_wrap .map_area iframe {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
		}

	
}/*FINISH*/