@charset "utf-8";

/* ------------------------------
 聖隷ホスピスについて（PC）
------------------------------ */
/* ------------------------------
 聖隷ホスピスについて（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading figure::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../img/about_mainimg_sp.jpg) no-repeat top center / cover;
		top: 0;
		left: 0;
	}
	.heading figure img {
		display: none;
	}
}