@charset "UTF-8";
/*-----------------------------------
	mainvisual
-----------------------------------*/
#mainvisual {
	background-image: url(../img/safety/mainvisual.jpg);
}
/*-----------------------------------
	safety_block
-----------------------------------*/
/*--1040px以下768pxまでvw--*/
#safety_block {
	color: var(--mClr3);
}
#safety_block h2::before {
	content: "Safety";
}
#safety_block .safety_inner:not(:last-child) {
	margin-bottom: min(60px,5.77vw);
}
#safety_block .safety_inner:first-child img {
	margin-bottom: min(30px,2.88vw);
}
#safety_block .safety_inner:first-child p {
	line-height: 2;
}
#safety_block .safety_inner:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: min(30px,2.88vw) 0;
}
#safety_block .box {
	width: 48.29%;
	background: #EBF1F5;
	padding: 30px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
#safety_block .box .ttl {
	text-align: center;
	font: 500 min(2.3rem, 3.84vw)/1 var(--fJA);
}
#safety_block .box p {
	flex-grow: 1;
	line-height: 1.66;
}
#safety_block .box span {
	line-height: 1.4;
	display: block;
	text-align: center;
	margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
	#safety_block .safety_inner:not(:last-child) {
		margin-bottom: 7.82vw;
	}
	#safety_block .safety_inner:first-child img {
		aspect-ratio: 131 / 68;
		object-fit: cover;
		margin-bottom: 3.91vw;
	}
	#safety_block .safety_inner:last-child {
		gap: 5.21vw 0;
	}
	#safety_block .box {
		width: 100%;
		padding: 5.21vw 3.91vw 3.91vw;
		gap: 3.91vw;
	}
	#safety_block .box .ttl {
		font-size: max(3.91vw,1.6rem);
	}
	#safety_block .box p {
		font-size: max(3.25vw,1.4rem);
	}
	#safety_block .box span {
		font-size: max(3.25vw,1.3rem);
	}
}