.p-about {
	margin-top: 10rem;
	margin-bottom: 8rem;
}

.p-about__item {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-about__item:not(:last-child) {
	margin-bottom: 3.9rem;
}

.p-about__item .text {
	flex-shrink: 0;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 768px) {

.p-about {
	margin-top: 25rem;
	margin-bottom: 16.3rem;
}

.p-about__item {
	flex-direction: row;
	gap: 13.9rem;
}

.p-about__item:not(:last-child) {
	margin-bottom: 7.8rem;
}

.p-about__item .text {
	font-size: 3.6rem;
}

.p-about__item .text:nth-child(1) {
	width: 24.5rem;
}

}

