/* ------------------------------------------------
 * partnership-program
 * THEMEセクション
 * ------------------------------------------------ */
#partnership-program-theme {
	padding-block-start: 0;
}

.pp-theme-list {
	margin-block-start: 60px;
}
@media screen and (max-width:768px) {
	.pp-theme-list {
		margin-block-start: 30px;
		max-width: 480px;
		margin-inline: auto;
	}
}

.pp-theme-list__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
}
@media screen and (max-width:960px) {
	.pp-theme-list__items {
		gap: 24px;
	}
}
@media screen and (max-width:768px) {
	.pp-theme-list__items {
		grid-template-columns: none;
		gap: 32px;
	}
}

.pp-theme-list__item {
	counter-increment: item-count 1;
}

.pp-theme-list__image img {
	width: 100%;
	height: auto;
}

.pp-theme-list__text {
}
@media screen and (max-width:768px) {
	.pp-theme-list__text {
	}
}
.pp-theme-list__heading {
	font-size: 2.4rem;
	font-weight: bold;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	line-height: 1.4;
	gap: 0.5em;
}

.pp-theme-list__heading::before {
	font-family: "DIN", sans-serif;
	content: counter(item-count, decimal-leading-zero);
	font-size: 200%;
	line-height: 1;
}

.pp-theme-list__lead {
	margin-block-start: 1em;
}

.pp-theme-list__tags {
	margin-block-start: 1em;
}
.pp-theme-tags {
	color: #89c68e;
	font-size: 1.3rem;
	flex-wrap: wrap;
}
.pp-theme-tags__item {
	display: inline;
}
.pp-theme-tags__item:not(:last-child) {

}
.pp-theme-tags__item:not(:last-child)::after {
	content: '/';
	margin-inline-start: 0.25em;
}

/* ------------------------------------------------
 * partnership-program
 * PLANセクション
 * ------------------------------------------------ */
.partnership-plan-list {
	max-width: 400px;
}
@media screen and (min-width: 768px) {
	.partnership-plan-list {
		max-width: initial;
	}
}

.partnership-plan-list__item {
	padding: 20px;
	margin-bottom: 0;
}

.partnership-plan-list__item:not(:last-child) {
	margin-bottom: 0;
}

.partnership-plan-list__item:nth-of-type(1),
.partnership-plan-list__item:nth-of-type(2) {
	/* background: #fff; */
	/* border: 2px dotted #bf8dca; */
	/* background: linear-gradient(to bottom, rgba(251, 60, 153, 0.3), rgba(129, 222, 253, 0.3)); */
}

.partnership-plan-list__item:nth-of-type(1) {
	padding-block-end: 10px;
	border-radius: 12px 12px 0 0;
	border-bottom: none;
	background: linear-gradient(to bottom, rgba(251, 60, 153, 0.3), rgba(192, 140, 202, 0.3));
}
@media screen and (min-width: 768px) {
	.partnership-plan-list__item:nth-of-type(1) {
		padding: 20px;
		padding-inline-end: 5px;
		/* border: 2px dotted #bf8dca; */
		border-right: none;
		border-radius: 12px 0 0 12px;
		background: linear-gradient(to bottom, rgba(251, 60, 153, 0.3), rgba(129, 222, 253, 0.3));
	}
}

.partnership-plan-list__item:nth-of-type(2) {
	padding-block-start: 10px;
	border-radius: 0 0 12px 12px;
	border-top: none;
	background: linear-gradient(to bottom, rgba(192, 140, 202, 0.3), rgba(129, 222, 253, 0.3));
}
@media screen and (min-width: 768px) {
	.partnership-plan-list__item:nth-of-type(2) {
		padding: 20px;
		padding-inline: 5px 20px;
		/* border: 2px dotted #bf8dca; */
		border-left: none;
		border-radius: 0 12px 12px 0;
		background: linear-gradient(to bottom, rgba(251, 60, 153, 0.3), rgba(129, 222, 253, 0.3));
	}
}

.partnership-support-txt-notes strong {
	font-weight: bold;
	color: #fa3d9a;

}