.p-manage__item:not(:last-child) {
	margin-bottom: min(33.3333333333vw, 25rem);
}

.p-manage__item.--03 .card-media {
	max-width: min(53.0666666667vw, 39.8rem);
}

.p-manage .card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-manage .card-ttl {
	--lh: 2;
	font-family: var(--font-sec);
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}

.p-manage .card-ttl::before,
.p-manage .card-ttl::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.p-manage .card-ttl::before {
	margin-block-end: calc((1 - var(--lh, 2)) * 0.5em);
}

.p-manage .card-ttl::after {
	margin-block-start: calc((1 - var(--lh, 2)) * 0.5em);
}

.p-value {
	margin-top: min(33.3333333333vw, 25rem);
}

.p-value .list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-value .list-item:not(:last-child) {
	margin-bottom: min(12vw, 9rem);
}

.p-value .list-item .ttl {
	--lh: 2;
	font-size: min(5.6vw, 4.2rem);
	font-family: var(--font-sec);
	font-weight: 600;
	position: relative;
	letter-spacing: 0.15em;
	line-height: 1.0555555556;
}

.p-value .list-item .ttl::after {
	background-color: var(--color-primary);
	content: "";
	position: absolute;
	width: min(8vw, 6rem);
	height: 0.2rem;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

.p-message {
	margin-top: min(33.3333333333vw, 25rem);
}

.p-message__content .body-txt {
	font-family: "Yuji Syuku", serif;
	line-height: 2.25;
}

.p-message__author {
	font-family: "Yuji Syuku", serif;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.075em;
	line-height: 2.1;
	margin-top: min(2.6666666667vw, 2rem);
}

@media (min-width: 768px) {

.p-manage__item:not(:last-child) {
	margin-bottom: 25rem;
}

.p-manage__item.--01 .card-media {
	max-width: 73.7rem;
}

.p-manage__item.--02 .card-item {
	align-items: center;
}

.p-manage__item.--02 .card-media {
	max-width: 59.8rem;
}

.p-manage__item.--03 .card-content {
	padding-top: 5rem;
}

.p-manage__item.--03 .card-media {
	max-width: 39.8rem;
}

.p-manage .card-item {
	flex-direction: row;
	gap: 3rem;
}

.p-manage .card-content {
	flex: 1;
}

.p-manage .card-ttl {
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	text-align: left;
}

.p-value {
	margin-top: 25rem;
}

.p-value .list-item {
	flex-direction: row;
}

.p-value .list-item:not(:last-child) {
	margin-bottom: 5.4rem;
}

.p-value .list-item .ttl {
	font-size: 3.6rem;
	padding-right: 4.5rem;
	margin-right: 4.5rem;
}

.p-value .list-item .ttl::after {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 3.8rem;
}

.p-message {
	margin-top: 25rem;
}

.p-message__content {
	max-width: 75rem;
}

.p-message__author {
	font-size: 2rem;
	margin-top: 2rem;
}

}

@media (max-width: 767px) {

.p-manage .card-media {
	margin-top: min(10.6666666667vw, 8rem);
	margin: min(13.3333333333vw, 10rem) auto 0;
}

.p-value .list-item .ttl {
	padding-bottom: min(6.1333333333vw, 4.6rem);
	margin-bottom: min(4vw, 3rem);
}

.p-value .list-item .ttl::after {
	left: 0;
}

}

