.p-first {
	overflow: clip;
}

.p-first__img {
	margin-inline: auto;
	max-width: 73.5rem;
}

.p-first__content {
	display: flex;
	flex-direction: row-reverse;
	gap: 4.0625rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-first__content::before {
	background: url(../images/common/main_vector.svg) center center/contain no-repeat;
	bottom: 6.0625rem;
	content: "";
	height: 10.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(-10deg);
	width: 67.1875rem;
	z-index: -1;
}

.p-first__lead {
	width: 8.5625rem;
}

.p-first__text {
	letter-spacing: 0.264em;
	line-height: 3.15;
	writing-mode: vertical-rl;
}

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

.p-first__content::before {
	bottom: 7.5rem;
	height: 4rem;
	width: 25.375rem;
}

.p-first__lead {
	margin-inline: auto;
	position: relative;
	width: 4.6875rem;
	z-index: 1;
}

.p-first__text {
	letter-spacing: 0.24em;
	line-height: 2.5;
}

}

