@charset "UTF-8";

/*会社概要*/
a[id*="company_h"]+section .heading.block_header_2 .h {
    font-size: 2.6rem !important;
}

@media screen and (max-width: 800px){
	a[id*="company_h"]+section .heading.block_header_2 .h {
		font-size: 2.0rem !important;
		line-height: 1.5;
	}
}

@media screen and (max-width: 900px){
	a[id*="staff"]+section.contents_box01 .wrapper_item {
		display: flex;
	}
}

@media screen and (max-width: 600px){
	a[id*="staff"]+section.contents_box01 .wrapper_item {
		display: block;
	}
	
	a[id*="staff"]+section.contents_box01 .inner_item_img img {
		max-width: 250px !important;
		width: 65% !important;
	}
}

