.ccsj-page-header {
	position: relative;
	padding: clamp(34px, 6vw, 68px) 0;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(251, 250, 247, 0.98), rgba(247, 242, 235, 0.94)),
		radial-gradient(circle at 84% 18%, rgba(127, 18, 24, 0.08), transparent 30%);
	border-bottom: 1px solid var(--ccsj-border);
}

.ccsj-page-header--disclosure,
.ccsj-page-header--join,
.ccsj-page-header--contact {
	display: flex;
	align-items: center;
	min-height: 380px;
	padding: clamp(66px, 9vw, 104px) 0;
}

.ccsj-page-header--disclosure {
	background:
		linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.88) 42%, rgba(251, 250, 247, 0.48) 68%, rgba(251, 250, 247, 0.12) 100%),
		url("images/generated/disclosure-cover.webp") center / cover no-repeat;
}

.ccsj-page-header--join {
	background:
		linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.88) 42%, rgba(251, 250, 247, 0.48) 68%, rgba(251, 250, 247, 0.12) 100%),
		url("images/generated/join-visual.webp") center / cover no-repeat;
}

.ccsj-page-header--contact {
	background:
		linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.86) 42%, rgba(251, 250, 247, 0.42) 70%, rgba(251, 250, 247, 0.08) 100%),
		url("images/generated/contact-background.webp") center / cover no-repeat;
}

.ccsj-page-header--disclosure::after,
.ccsj-page-header--join::after,
.ccsj-page-header--contact::after {
	display: none;
}
.ccsj-page-header--about {
	display: flex;
	align-items: center;
	min-height: 420px;
	padding: clamp(72px, 10vw, 118px) 0;
	background:
		linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.9) 38%, rgba(251, 250, 247, 0.58) 64%, rgba(251, 250, 247, 0.12) 100%),
		url("images/generated/about-key-visual.webp") center / cover no-repeat;
}

.ccsj-page-header--about::after {
	display: none;
}
.ccsj-page-header::after {
	position: absolute;
	right: -80px;
	bottom: -180px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(169, 132, 58, 0.22);
	border-radius: 50%;
	content: "";
}

.ccsj-breadcrumbs {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
	color: var(--ccsj-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.ccsj-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccsj-breadcrumbs li:not(:last-child)::after {
	margin-left: 8px;
	color: var(--ccsj-gold);
	content: ">";
}

.ccsj-breadcrumbs a {
	color: var(--ccsj-muted);
	text-decoration: none;
}

.ccsj-breadcrumbs a:hover,
.ccsj-breadcrumbs a:focus {
	color: var(--ccsj-red);
}

.ccsj-page-header__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	color: var(--ccsj-gold);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ccsj-page-header__title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ccsj-red-dark);
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
	font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem);
	font-weight: 700;
	line-height: 1.3;
}

.ccsj-page-header__description {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 16px 0 0;
	color: var(--ccsj-muted);
	font-weight: 700;
	line-height: 1.8;
}

.ccsj-page-content {
	background: var(--ccsj-paper);
}

.ccsj-page-content__inner {
	max-width: 1100px;
}

.ccsj-page-grid,
.ccsj-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ccsj-page-stack {
	display: grid;
	gap: 18px;
}

.ccsj-page-block,
.ccsj-info-card {
	padding: clamp(24px, 4vw, 34px);
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	box-shadow: 0 10px 24px rgba(36, 36, 38, 0.05);
}

.ccsj-page-block--wide,
.ccsj-info-card--wide {
	grid-column: 1 / -1;
}

.ccsj-page-block--notice {
	max-width: 780px;
}

.ccsj-page-block h2,
.ccsj-info-card h2 {
	margin: 0 0 12px;
	color: var(--ccsj-red-dark);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.ccsj-about-profile p + p {
	margin-top: 14px;
}

.ccsj-page-block p,
.ccsj-info-card p {
	margin: 0;
	color: var(--ccsj-ink);
	line-height: 1.9;
}

.ccsj-info-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--ccsj-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ccsj-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	margin-top: 20px;
	background: var(--ccsj-red);
	border-radius: var(--ccsj-radius);
	color: var(--ccsj-white) !important;
	font-weight: 700;
	text-decoration: none;
}

.ccsj-page-link:hover,
.ccsj-page-link:focus {
	background: var(--ccsj-red-dark);
	color: var(--ccsj-white) !important;
}

@media (max-width: 720px) {
	.ccsj-page-header {
		padding: 30px 0 40px;
	}

	.ccsj-page-grid,
	.ccsj-card-grid {
		grid-template-columns: 1fr;
	}
}

.ccsj-join-page {
	display: grid;
	gap: 28px;
}

.ccsj-join-section {
	display: grid;
	gap: 18px;
}

.ccsj-join-section__header {
	max-width: 760px;
}

.ccsj-join-section__header h2,
.ccsj-join-form h2,
.ccsj-join-contact h2 {
	margin: 0 0 12px;
	color: var(--ccsj-red-dark);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.4;
}

.ccsj-join-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ccsj-join-benefits .ccsj-info-card h3 {
	margin: 0 0 10px;
	color: var(--ccsj-red-dark);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.45;
}

.ccsj-check-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccsj-check-list li {
	position: relative;
	padding-left: 22px;
	line-height: 1.8;
}

.ccsj-check-list li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--ccsj-gold);
	border-radius: 50%;
	content: "";
}

.ccsj-fee-table-wrap {
	overflow-x: auto;
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	box-shadow: 0 10px 24px rgba(36, 36, 38, 0.05);
}

.ccsj-fee-table {
	width: 100%;
	min-width: 760px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.ccsj-fee-table th,
.ccsj-fee-table td {
	padding: 16px;
	border: 0;
	border-bottom: 1px solid var(--ccsj-border);
	text-align: left;
	vertical-align: top;
}

.ccsj-fee-table thead th {
	background: #f7f2eb;
	color: var(--ccsj-red-dark);
	font-weight: 800;
}

.ccsj-fee-table tbody th {
	color: var(--ccsj-red-dark);
	font-weight: 800;
	white-space: nowrap;
}

.ccsj-fee-table tbody tr:last-child th,
.ccsj-fee-table tbody tr:last-child td {
	border-bottom: 0;
}

.ccsj-join-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccsj-join-flow li {
	display: grid;
	align-content: start;
	gap: 12px;
	min-height: 150px;
	padding: 22px 18px;
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
}

.ccsj-join-flow span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: var(--ccsj-red);
	border-radius: 50%;
	color: var(--ccsj-white);
	font-weight: 800;
}

.ccsj-join-flow strong {
	color: var(--ccsj-ink);
	line-height: 1.55;
}

.ccsj-join-review {
	border-left: 4px solid var(--ccsj-red);
}

.ccsj-join-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: clamp(24px, 4vw, 34px);
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	box-shadow: 0 10px 24px rgba(36, 36, 38, 0.05);
}

.ccsj-join-form__header {
	max-width: 680px;
}

.ccsj-join-form p,
.ccsj-join-contact p {
	margin: 0;
	line-height: 1.8;
}

.ccsj-join-form__fallback {
	display: grid;
	flex: 0 0 300px;
	gap: 12px;
	padding: 20px;
	background: #f7f2eb;
	border: 1px solid var(--ccsj-border);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.ccsj-join-form__fallback .ccsj-page-link {
	margin-top: 0;
}

.ccsj-join-form__note {
	color: var(--ccsj-muted);
	font-size: 0.9rem;
}

.ccsj-join-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 34px);
	background: linear-gradient(120deg, rgba(77, 11, 16, 0.97), rgba(127, 18, 24, 0.92));
	color: var(--ccsj-white);
}

.ccsj-join-contact .ccsj-kicker,
.ccsj-join-contact h2,
.ccsj-join-contact p {
	color: var(--ccsj-white);
}

@media (max-width: 920px) {
	.ccsj-join-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccsj-join-flow {
		grid-template-columns: 1fr;
	}

	.ccsj-join-flow li {
		min-height: 0;
	}
}

@media (max-width: 720px) {
	.ccsj-join-benefits {
		grid-template-columns: 1fr;
	}

	.ccsj-join-form,
	.ccsj-join-contact {
		align-items: flex-start;
		flex-direction: column;
	}

	.ccsj-join-form__fallback {
		box-sizing: border-box;
		flex: none;
		width: 100%;
	}

	.ccsj-join-form .ccsj-page-link,
	.ccsj-join-contact .ccsj-page-link {
		justify-content: center;
		width: 100%;
	}
}

.ccsj-contact-page {
	display: grid;
	gap: 28px;
}

.ccsj-contact-section {
	display: grid;
	gap: 18px;
}

.ccsj-contact-section__header {
	max-width: 760px;
}

.ccsj-contact-section__header h2,
.ccsj-contact-card h2,
.ccsj-contact-form-placeholder h2,
.ccsj-contact-privacy h2 {
	margin: 0 0 12px;
	color: var(--ccsj-red-dark);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.4;
}

.ccsj-contact-types {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ccsj-contact-types .ccsj-info-card h3 {
	margin: 0 0 10px;
	color: var(--ccsj-red-dark);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.45;
}

.ccsj-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ccsj-contact-card,
.ccsj-contact-form-placeholder,
.ccsj-contact-privacy {
	padding: clamp(24px, 4vw, 34px);
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	box-shadow: 0 10px 24px rgba(36, 36, 38, 0.05);
}

.ccsj-contact-card p,
.ccsj-contact-form-placeholder p,
.ccsj-contact-privacy p {
	margin: 0;
	line-height: 1.8;
}

.ccsj-contact-list {
	display: grid;
	gap: 0;
	margin: 0;
}

.ccsj-contact-list div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--ccsj-border);
}

.ccsj-contact-list div:first-child {
	padding-top: 0;
}

.ccsj-contact-list dt {
	color: var(--ccsj-red-dark);
	font-weight: 800;
}

.ccsj-contact-list dd {
	min-width: 0;
	margin: 0;
	color: var(--ccsj-ink);
	line-height: 1.7;
}

.ccsj-contact-list a {
	color: var(--ccsj-red);
	font-weight: 700;
	text-decoration: none;
}

.ccsj-contact-list a:hover,
.ccsj-contact-list a:focus {
	color: var(--ccsj-red-dark);
	text-decoration: underline;
}

.ccsj-contact-note {
	margin-top: 18px !important;
	color: var(--ccsj-muted);
	font-size: 0.95rem;
}

.ccsj-contact-map-placeholder {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 190px;
	margin-top: 20px;
	padding: 22px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(247, 242, 235, 0.96), rgba(255, 255, 255, 0.92)),
		repeating-linear-gradient(45deg, rgba(127, 18, 24, 0.08) 0 1px, transparent 1px 18px);
	border: 1px solid var(--ccsj-border);
	color: var(--ccsj-muted);
	text-align: center;
}

.ccsj-contact-map-placeholder span {
	color: var(--ccsj-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.ccsj-contact-form-placeholder {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
	gap: 28px;
	align-items: start;
}

.ccsj-contact-form-panel {
	min-width: 0;
}

.ccsj-contact-message {
	padding: 16px 18px;
	margin-bottom: 18px;
	border: 1px solid var(--ccsj-border);
	line-height: 1.8;
}

.ccsj-contact-message p {
	margin: 0;
}

.ccsj-contact-message ul {
	display: grid;
	gap: 6px;
	padding-left: 1.25em;
	margin: 10px 0 0;
}

.ccsj-contact-message--success {
	background: #f5f8f3;
	border-color: rgba(72, 116, 66, 0.28);
	color: #2f5d31;
}

.ccsj-contact-message--error {
	background: #fff6f4;
	border-color: rgba(127, 18, 24, 0.28);
	color: var(--ccsj-red-dark);
}

.ccsj-contact-form {
	display: grid;
	gap: 18px;
}

.ccsj-contact-form__trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.ccsj-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ccsj-contact-form__field {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: var(--ccsj-ink);
	font-weight: 700;
}

.ccsj-contact-form__field--wide {
	grid-column: 1 / -1;
}

.ccsj-contact-form__field span,
.ccsj-contact-form__privacy span {
	line-height: 1.6;
}

.ccsj-contact-form em {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 7px;
	margin-left: 6px;
	background: rgba(127, 18, 24, 0.09);
	color: var(--ccsj-red);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 800;
}

.ccsj-contact-form input[type="text"],
.ccsj-contact-form input[type="email"],
.ccsj-contact-form select,
.ccsj-contact-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 12px 13px;
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	border-radius: 0;
	color: var(--ccsj-ink);
	font: inherit;
	line-height: 1.5;
}

.ccsj-contact-form textarea {
	resize: vertical;
}

.ccsj-contact-form input:focus,
.ccsj-contact-form select:focus,
.ccsj-contact-form textarea:focus {
	border-color: var(--ccsj-red);
	box-shadow: 0 0 0 3px rgba(127, 18, 24, 0.12);
	outline: none;
}

.ccsj-contact-form__privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px;
	background: #f7f2eb;
	border: 1px solid var(--ccsj-border);
	color: var(--ccsj-ink);
	font-weight: 700;
}

.ccsj-contact-form__privacy input {
	flex: 0 0 auto;
	margin-top: 0.35em;
}

.ccsj-contact-form__privacy a {
	color: var(--ccsj-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ccsj-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	background: var(--ccsj-red);
	border: 0;
	border-radius: var(--ccsj-radius);
	color: var(--ccsj-white);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.ccsj-contact-form__submit:hover,
.ccsj-contact-form__submit:focus {
	background: var(--ccsj-red-dark);
	color: var(--ccsj-white);
}

.ccsj-contact-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ccsj-contact-field {
	min-height: 46px;
	padding: 13px 14px;
	background: #f7f2eb;
	border: 1px solid var(--ccsj-border);
	color: var(--ccsj-muted);
	font-size: 0.95rem;
	line-height: 1.4;
}

.ccsj-contact-field--wide {
	grid-column: 1 / -1;
	min-height: 86px;
}

.ccsj-contact-privacy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-left: 4px solid var(--ccsj-red);
}

.ccsj-contact-privacy .ccsj-page-link {
	flex: 0 0 auto;
	margin-top: 0;
}

@media (max-width: 920px) {
	.ccsj-contact-types,
	.ccsj-contact-grid,
	.ccsj-contact-form-placeholder {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.ccsj-contact-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.ccsj-contact-fields {
		grid-template-columns: 1fr;
	}

	.ccsj-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.ccsj-contact-form__submit {
		width: 100%;
	}

	.ccsj-contact-privacy {
		align-items: flex-start;
		flex-direction: column;
	}

	.ccsj-contact-privacy .ccsj-page-link {
		justify-content: center;
		width: 100%;
	}
}

.ccsj-error-page {
	min-height: 62vh;
}

.ccsj-error-hero {
	position: relative;
	padding: clamp(38px, 7vw, 82px) 0 clamp(28px, 5vw, 56px);
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(251, 250, 247, 0.98), rgba(247, 242, 235, 0.96)),
		radial-gradient(circle at 86% 20%, rgba(127, 18, 24, 0.08), transparent 32%);
	border-bottom: 1px solid var(--ccsj-border);
}

.ccsj-error-hero::after {
	position: absolute;
	right: -120px;
	bottom: -210px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(169, 132, 58, 0.24);
	border-radius: 50%;
	content: "";
}

.ccsj-error-card {
	position: relative;
	z-index: 1;
	max-width: 860px;
	padding: clamp(26px, 5vw, 46px);
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	border-left: 4px solid var(--ccsj-red);
	box-shadow: 0 14px 32px rgba(36, 36, 38, 0.07);
}

.ccsj-error-card h1 {
	margin: 0 0 18px;
	color: var(--ccsj-red-dark);
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
	font-size: clamp(2rem, 1.35rem + 2vw, 3.15rem);
	font-weight: 700;
	line-height: 1.3;
}

.ccsj-error-card__lead,
.ccsj-error-card__zh {
	max-width: 760px;
	margin: 0;
	color: var(--ccsj-ink);
	line-height: 1.9;
}

.ccsj-error-card__zh {
	margin-top: 10px;
	color: var(--ccsj-muted);
	font-size: 0.96rem;
}

.ccsj-error-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ccsj-page-link--outline {
	background: transparent;
	border: 1px solid var(--ccsj-red);
	color: var(--ccsj-red) !important;
}

.ccsj-page-link--outline:hover,
.ccsj-page-link--outline:focus {
	background: var(--ccsj-red);
	color: var(--ccsj-white) !important;
}

.ccsj-error-links {
	padding: clamp(28px, 5vw, 54px) 0;
}

.ccsj-error-links__panel {
	padding: clamp(22px, 4vw, 32px);
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	box-shadow: 0 10px 24px rgba(36, 36, 38, 0.05);
}

.ccsj-error-links__panel h2 {
	margin: 0 0 16px;
	color: var(--ccsj-red-dark);
	font-size: 1.2rem;
	line-height: 1.4;
}

.ccsj-error-links__panel ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccsj-error-links__panel a {
	display: block;
	padding: 13px 14px;
	background: #f7f2eb;
	border: 1px solid var(--ccsj-border);
	color: var(--ccsj-ink);
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.ccsj-error-links__panel a:hover,
.ccsj-error-links__panel a:focus {
	border-color: rgba(127, 18, 24, 0.38);
	color: var(--ccsj-red);
}

@media (max-width: 920px) {
	.ccsj-error-links__panel ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ccsj-error-hero {
		padding: 30px 0 36px;
	}

	.ccsj-error-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ccsj-error-actions .ccsj-page-link {
		width: 100%;
		margin-top: 0;
	}

	.ccsj-error-links__panel ul {
		grid-template-columns: 1fr;
	}
}

.ccsj-maintenance-body {
	background: var(--ccsj-paper);
}

.ccsj-maintenance-page {
	display: grid;
	place-items: center;
	min-height: 100vh;
	padding: clamp(28px, 6vw, 64px) 20px;
	background:
		linear-gradient(120deg, rgba(251, 250, 247, 0.98), rgba(247, 242, 235, 0.96)),
		radial-gradient(circle at 82% 18%, rgba(127, 18, 24, 0.1), transparent 34%);
}

.ccsj-maintenance-card {
	position: relative;
	width: min(100%, 780px);
	padding: clamp(28px, 6vw, 54px);
	overflow: hidden;
	background: var(--ccsj-white);
	border: 1px solid var(--ccsj-border);
	border-top: 4px solid var(--ccsj-red);
	box-shadow: 0 18px 40px rgba(36, 36, 38, 0.08);
	text-align: center;
}

.ccsj-maintenance-card::after {
	position: absolute;
	right: -110px;
	bottom: -160px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(169, 132, 58, 0.22);
	border-radius: 50%;
	content: "";
}

.ccsj-maintenance-card__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ccsj-red-dark);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.7;
}

.ccsj-maintenance-card__rule {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 2px;
	margin: 18px auto 22px;
	background: var(--ccsj-gold);
}

.ccsj-maintenance-card h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ccsj-red-dark);
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
	font-size: clamp(2rem, 1.45rem + 1.8vw, 3rem);
	font-weight: 700;
	line-height: 1.35;
}

.ccsj-maintenance-card__text {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	max-width: 620px;
	margin: 22px auto 0;
	color: var(--ccsj-ink);
	line-height: 1.9;
}

.ccsj-maintenance-card__text p {
	margin: 0;
}

.ccsj-maintenance-card__zh {
	color: var(--ccsj-muted);
	font-size: 0.96rem;
}

.ccsj-maintenance-card__contact {
	position: relative;
	z-index: 1;
	margin: 28px 0 0;
	color: var(--ccsj-muted);
	font-weight: 700;
	line-height: 1.8;
}

.ccsj-maintenance-card__contact a {
	color: var(--ccsj-red);
	text-decoration: none;
}

.ccsj-maintenance-card__contact a:hover,
.ccsj-maintenance-card__contact a:focus {
	color: var(--ccsj-red-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 720px) {
	.ccsj-maintenance-page {
		align-items: start;
		min-height: 100vh;
		padding-top: 34px;
	}

	.ccsj-maintenance-card {
		text-align: left;
	}

	.ccsj-maintenance-card__rule {
		margin-left: 0;
	}
}
/* Static about page imagery sourced from the legacy organization profile. */
.ccsj-about-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
}

.ccsj-about-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ccsj-about-leadership__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 240px));
	gap: 22px;
	margin-top: 20px;
}

.ccsj-about-leadership figure {
	margin: 0;
}

.ccsj-about-leadership img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.ccsj-about-leadership figcaption {
	display: grid;
	gap: 3px;
	padding: 12px 14px;
	background: #f7f2eb;
	border-top: 2px solid var(--ccsj-gold);
}

.ccsj-about-leadership figcaption strong {
	color: var(--ccsj-gold);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
}

.ccsj-about-leadership figcaption span {
	color: var(--ccsj-red-dark);
	font-size: 1.05rem;
	font-weight: 800;
}

@media (max-width: 720px) {
	.ccsj-about-gallery,
	.ccsj-about-leadership__grid {
		grid-template-columns: 1fr;
	}

	.ccsj-about-leadership__grid {
		max-width: 320px;
	}
}
/* Generated static-page imagery. */
.ccsj-static-visual {
	margin: 0;
	overflow: hidden;
	background: #eee9e2;
	border: 1px solid var(--ccsj-border);
}

.ccsj-static-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 14 / 9;
	object-fit: cover;
}

.ccsj-contact-visual img {
	aspect-ratio: 8 / 3;
}

.ccsj-disclosure-visual img {
	aspect-ratio: 16 / 9;
}

@media (max-width: 720px) {
	.ccsj-contact-visual img {
		aspect-ratio: 16 / 9;
	}
}
.ccsj-contact-map {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin-top: 20px;
	overflow: hidden;
	background: #eee9e2;
	border: 1px solid var(--ccsj-border);
}

.ccsj-contact-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
