.p-support-head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 160px 20px 140px;
}

.p-support-head__inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.p-support-head__title {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -2px;
	text-align: center;
}

.p-support-head__text {
	margin-top: 20px;
	font-size: 18px;
	color: #1a1b1d;
	text-align: center;
}

.p-support-head__button {
	width: fit-content;
	margin: 40px auto 0;
}

.p-support-head__button .c-button__text {
	padding: 20px 28px;
	border-radius: 60px;
}

.p-support-head__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-support-head__bg img {
	display: block;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.p-support-head {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.p-support-head__title {
		font-size: 50px;
	}
}

.p-support-program {
	padding: 0 20px 80px;
}

.p-support-program__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 66px;
	max-width: 1200px;
	margin: 0 auto;
}

.p-support-program__media {
	overflow: hidden;
	width: 49.5%;
	border-radius: 40px;
	aspect-ratio: 648 / 480;
}

.p-support-program__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-support-program__info {
	width: 46%;
}

.p-support-program__title {
	font-size: 32px;
	line-height: 1.4;
}

.p-support-program__text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.p-support-program__text>h3 {
	margin-top: 12px;
	font-size: 24px;
	color: #cd421d;
}

.p-support-program__text>h3:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.p-support-program__inner {
		flex-direction: column;
		gap: 30px;
	}

	.p-support-program__media {
		width: 100%;
		border-radius: 24px;
	}

	.p-support-program__info {
		width: 100%;
	}

	.p-support-program__title {
		font-size: 24px;
	}

	.p-support-program__text>h3 {
		font-size: 20px;
	}
}

.p-support-contract {
	padding: 80px 20px 140px;
}

.p-support-contract__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-support-contract__title {
	font-size: 32px;
	line-height: 1.4;
}

.p-support-contract__text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.p-support-contract__table1 {
	margin-top: 40px;
}

.p-support-contract__table1 table {
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
}

.p-support-contract__table1 thead th {
	padding: 8px;
	background-color: #1a1b1d;
	border: 1px solid #eee;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.p-support-contract__table1 tbody th {
	padding: 16px 8px;
	background-color: #838592;
	border: 1px solid #eee;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.p-support-contract__table1 tbody td {
	padding: 16px 8px;
	background-color: #fff;
	border: 1px solid #eee;
	vertical-align: middle;
}

.p-support-contract__subtitle {
	margin-top: 60px;
	font-size: 24px;
}

.p-support-contract__table2 {
	margin-top: 24px;
}

.p-support-contract__table2 table {
	width: 100%;
	line-height: 1.2;
}

.p-support-contract__table2 tbody th {
	width: 16em;
	padding: 16px;
	background-color: #838592;
	border: 1px solid #eee;
	font-weight: 500;
	color: #fff;
	vertical-align: middle;
}

.p-support-contract__table2 tbody td {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #eee;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.p-support-contract {
		padding-top: 0;
		padding-bottom: 80px;
	}

	.p-support-contract__title {
		font-size: 24px;
	}

	.p-support-contract__table1 {
		overflow: auto hidden;
		scrollbar-width: thin;
		padding-bottom: 8px;
	}

	.p-support-contract__table1 table {
		width: 640px;
	}

	.p-support-contract__table1 thead th {
		padding: 8px 4px;
	}

	.p-support-contract__table1 tbody th {
		padding: 8px 4px;
	}

	.p-support-contract__table1 tbody td {
		padding: 8px 4px;
	}

	.p-support-contract__subtitle {
		font-size: 20px;
	}

	.p-support-contract__table2 tbody th {
		display: block;
		width: 100%;
	}

	.p-support-contract__table2 tbody td {
		display: block;
		width: 100%;
	}
}