/* #sales_office40_out{
	padding-top: 100px;
	margin-top: -100px;
	width: 100%;
} */

/* #sales_office40{
	margin-top: calc(80 / 1000 * 100%);
}

#sales_office40--anchor{
	padding-top: 50px;
	margin-top: -50px;
} */

.heading01_margin20220520{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	#sales_office37_out{
		padding-top: 50px;
		margin-top: -50px;
	}
}

.our-business-slider__item{
	transition: 0.3s;
	z-index: 0;
	position: relative;
}



.our-business-slider__item:before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0;
	z-index: 1;
	top: 0;
	left: 0;
	transition:0.3s;
}

.our-business-slider__item:hover:before{
	opacity: 0.3;
	transition: 0.3s;
}

/* .our-business-slider__item--03:hover:before{
	opacity: 0;
	transition: 0.3s;
} */

.our-business-slider-modal{
	z-index: 2;
}
.our-business-slider-link{
	z-index: 3;
}