body {
	font-family: zen-kaku-gothic-new, sans-serif;
}

body {
	color: #44351e;
}

.p-about {
	padding-bottom: 3.75rem;
	padding-top: 2.8125rem;
}

.p-about__wrap {
	margin-inline: auto;
	max-width: 21.875rem;
}

.p-about__img.--big {
	position: relative;
}

.p-about__img.--big::before {
	background: url(../images/common/heart.webp) center center/contain no-repeat;
	bottom: -0.5rem;
	content: "";
	height: 5.8125rem;
	position: absolute;
	right: 0;
	width: 7.1875rem;
}

.p-about__content {
	position: relative;
}

.p-about__bigText {
	margin-top: 0.625rem;
	text-align: center;
}

.p-about__bigText.--big {
	margin-top: 1.25rem;
}

.p-about__text {
	margin-top: 1rem;
}

.p-about__title {
	margin-top: 1.875rem;
}

.p-about__blocks {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 21.875rem;
}

.p-about__block + .p-about__block {
	margin-top: 2.5rem;
}

.p-about__icon {
	margin-inline: auto;
	margin-top: 1.25rem;
}

.p-about__icon.--1 {
	width: 8.8125rem;
}

.p-about__icon.--2 {
	width: 3.75rem;
}

.p-about__icon.--3 {
	width: 3.5625rem;
}

.p-about__note {
	margin-top: 0.625rem;
	text-align: center;
}

.p-impossible {
	background: url(../images/about/bg_impossible_sp.webp) center center/100% 100% no-repeat;
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-impossible::before {
	background: url(../images/common/leaf.webp) center center/contain no-repeat;
	content: "";
	height: 5.625rem;
	left: 0;
	position: absolute;
	top: 8.6875rem;
	width: 3.3125rem;
}

.p-impossible::after {
	background: url(../images/common/leaf.webp) center center/contain no-repeat;
	content: "";
	height: 6.75rem;
	position: absolute;
	right: 0;
	top: 6.875rem;
	transform: scale(-1, 1);
	width: 4rem;
}

.p-impossible__title .c-iconTitle__img {
	width: 3.875rem;
}

.p-impossible__lists {
	margin-top: 1.875rem;
	position: relative;
	z-index: 1;
}

.p-impossible__box {
	margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {

.p-about {
	padding-bottom: 16.875rem;
	padding-top: 8.125rem;
}

.p-about__wrap {
	align-items: center;
	display: grid;
	gap: 5.375rem;
	grid-template-columns: 46.875rem 1fr;
	max-width: 89.6875rem;
}

.p-about__img.--big::before {
	display: none;
}

.p-about__content::before {
	background: url(../images/common/heart.webp) center center/contain no-repeat;
	content: "";
	height: 8.0625rem;
	position: absolute;
	right: -6.875rem;
	top: 0;
	width: 9.9375rem;
}

.p-about__bigText {
	margin-top: 1.5625rem;
	text-align: left;
}

.p-about__bigText.--big {
	font-size: 2rem;
	margin-top: 0;
}

.p-about__text {
	margin-top: 0.875rem;
}

.p-about__title {
	margin-top: 8.75rem;
}

.p-about__blocks {
	margin-top: 5rem;
	max-width: 81.25rem;
}

.p-about__block {
	align-items: center;
	display: flex;
	gap: 5.625rem;
}

.p-about__block:nth-child(odd) {
	flex-direction: row-reverse;
}

.p-about__block + .p-about__block {
	margin-top: 6.25rem;
}

.p-about__icon {
	margin-left: 0;
	margin-top: 0;
}

.p-about__icon.--1 {
	width: 11.3125rem;
}

.p-about__icon.--2 {
	width: 5.625rem;
}

.p-about__icon.--3 {
	width: 6.0625rem;
}

.p-about__content2 {
	width: calc(100% - 39.6875rem - 5.625rem);
}

.p-about__img.--small {
	width: 39.6875rem;
}

.p-about__note {
	margin-top: 1.25rem;
	text-align: left;
}

.p-about__note + .p-about__text {
	margin-top: 2rem;
}

.p-impossible {
	background-image: url(../images/about/bg_impossible_pc.webp);
	padding-bottom: 35.5rem;
	padding-top: 13.375rem;
}

.p-impossible::before {
	height: 26.875rem;
	left: 1.25rem;
	top: 9.6875rem;
	width: 15.875rem;
}

.p-impossible::after {
	height: 28rem;
	right: 1.75rem;
	top: 70.9375rem;
	width: 16.5rem;
}

.p-impossible__lists {
	margin-top: 4.5625rem;
}

.p-impossible__box {
	margin-top: 6.5rem;
}

}

