.c-pageTitle{
display:none;	
}

.banner_section img{
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	object-fit:cover;
}

/* 
 * 
追加CSS
 * 
 */
.-body-solid .p-breadcrumb.-bg-on{
	background:#000;
}

.logo_block img{
max-width:150px;	
	width:100%;
	margin:auto;
}

.footer_columns{
max-width:280px;
		width:100%;
}

.w-footer__box{
	padding:4em 0 1rem;
}

@media screen and (max-width:768px){
	.footer_columns{
		margin:auto;
	}
}

[class*=is-style-btn_] a{
	border-radius:0;
}

/* お問合せセクション削除 */
.page-id-167 .w-beforeFooter,
.page-id-165 .w-beforeFooter,
.page-id-17 .w-beforeFooter{
	display:none;
}


@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


p{
	  font-family: "Lexend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

/* 施工事例 */
.construction_case_item{
  list-style: none;
}

.post_content ul{
	padding-left:0;
}

.construction_case_item a{
	color:unset;
}

.construction_case_block h2{
	margin:.5em 0 .5em !important;
}
.construction_case_item{
margin-bottom:3rem !important;	
}
.construction_case_inner{
	display:flex;
gap:1rem;
	align-items: center;
}

.construction_case_inner img{
	aspect-ratio: 4 / 3;
width: 100%;
height: auto;
object-fit:cover;
}

.construction_case_block{
	flex:1;
}

.p-pnLinks{
	list-style:none;
}

@media screen and (max-width:768px){
	.construction_case_inner{
		    flex-direction: column;
	}
}
