.p-clinic {
	position: relative;
}

.p-clinic section {
	background: none;
}

.p-clinic__bg {
	align-items: center;
	display: flex;
	height: 33.8125rem;
	justify-content: center;
	margin: auto;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
}

.p-clinic__bg::before {
	-webkit-mask: url(../images/common/main_vector.svg) center center/contain no-repeat;
	background-color: #E6FCFF;
	content: "";
	display: block;
	height: 10.5rem;
	inset: 0;
	margin: auto;
	mask: url(../images/common/main_vector.svg) center center/contain no-repeat;
	position: absolute;
	transform: rotate(-10deg);
	width: 67.1875rem;
}

.p-clinic__slider .splide__slide {
	padding-right: 3.125rem;
}

@media screen and (max-width: 767px) {

.p-clinic__bg {
	height: 18.875rem;
}

.p-clinic__bg::before {
	height: 3rem;
	width: 19.5rem;
}

}

