.ningen-dock-page {
	background: #fff;
	color: #7f858e;
}

.ningen-dock-page a {
	color: #284252;
	text-decoration: none;
	border-bottom: 1px dotted #284252;
	font-weight: 600;
}

.ningen-dock-page a:hover {
	border-bottom-color: transparent;
}

.ningen-dock-page .nd-hero {
	position: relative;
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	text-align: center;
}

.ningen-dock-page .nd-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(40, 70, 100, 0.52), rgba(30, 55, 80, 0.66));
}

.ningen-dock-page .nd-hero-content {
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	padding: 0 100px;
}

.ningen-dock-page .nd-hero h1 {
	color: #fff;
	font-size: 52px;
	line-height: 58px;
	font-weight: 100;
	letter-spacing: -0.01em;
	margin: 0 0 22px;
}

.ningen-dock-page .nd-hero p {
	color: rgba(255,255,255,0.78);
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0.08em;
	max-width: 860px;
	margin: 0 auto;
}

.ningen-dock-page .nd-row {
	display: flex;
	width: 100%;
	min-height: 544px;
}

.ningen-dock-page .nd-row-reverse .nd-text {
	order: 2;
}

.ningen-dock-page .nd-row-reverse .nd-media {
	order: 1;
}

.ningen-dock-page .nd-text,
.ningen-dock-page .nd-media {
	width: 50%;
}

.ningen-dock-page .nd-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px 80px;
	background: #fff;
}

.ningen-dock-page .nd-text h2,
.ningen-dock-page .nd-exam-section h2,
.ningen-dock-page .nd-journey-section h2,
.ningen-dock-page .nd-cta-section h2 {
	color: #000;
	font-size: 38px;
	line-height: 42px;
	font-weight: 300;
	letter-spacing: -0.01em;
	margin: 0 0 22px;
}

.ningen-dock-page .nd-text p,
.ningen-dock-page .nd-exam-section p,
.ningen-dock-page .nd-journey-section p,
.ningen-dock-page .nd-cta-section p {
	color: #7f858e;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
}

.ningen-dock-page .nd-text strong {
	color: #565d66;
	font-weight: 600;
}

.ningen-dock-page .nd-media {
	min-height: 544px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ningen-dock-page .nd-media-medical {
	background-image: url("https://images.unsplash.com/photo-1551076805-e1869033e561?w=1200&q=85");
}

.ningen-dock-page .nd-media-travel {
	background-image: url("https://images.unsplash.com/photo-1478436127897-769e1b3f0f36?w=1200&q=85");
}

.ningen-dock-page .nd-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.ningen-dock-page .nd-button {
	display: inline-block;
	border: none;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.ningen-dock-page .nd-button-teal {
	background: #00f2bc;
	color: #fff;
}

.ningen-dock-page .nd-button-dark {
	background: #284252;
	color: #fff;
}

.ningen-dock-page .nd-button:hover {
	background: #1f313d;
	color: #fff;
	border: none;
}

.ningen-dock-page .nd-exam-section {
	background: #f0f1f2;
	padding: 84px 48px;
	text-align: center;
}

.ningen-dock-page .nd-section-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.ningen-dock-page .nd-section-intro {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.ningen-dock-page .nd-exam-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 46px 0 42px;
	text-align: left;
}

.ningen-dock-page .nd-exam-card {
	background: #fff;
	border: 1px solid #e6e8ea;
	box-shadow: 0 0 10px rgba(136,144,152,0.12);
	padding: 28px 26px;
}

.ningen-dock-page .nd-exam-card h3 {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.ningen-dock-page .nd-exam-card p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.ningen-dock-page .nd-note {
	max-width: 760px;
	margin: 0 auto;
	font-style: italic;
}

.ningen-dock-page .nd-journey-section {
	padding: 86px 48px;
	background: #fff;
}

.ningen-dock-page .nd-journey-inner {
	max-width: 860px;
	margin: 0 auto;
}

.ningen-dock-page .nd-journey-section h2,
.ningen-dock-page .nd-journey-subtitle {
	text-align: center;
}

.ningen-dock-page .nd-journey-subtitle {
	margin-bottom: 52px;
}

.ningen-dock-page .nd-timeline {
	position: relative;
	padding-left: 38px;
	border-left: 1px solid #d8dde2;
}

.ningen-dock-page .nd-timeline-day {
	position: relative;
	margin-bottom: 42px;
}

.ningen-dock-page .nd-timeline-day:last-child {
	margin-bottom: 0;
}

.ningen-dock-page .nd-timeline-day:before {
	content: "";
	position: absolute;
	left: -44px;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00f2bc;
}

.ningen-dock-page .nd-day-label {
	color: #00b996 !important;
	font-size: 11px !important;
	line-height: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase;
	margin-bottom: 5px !important;
}

.ningen-dock-page .nd-timeline-day h3,
.ningen-dock-page .nd-extension h3 {
	color: #000;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.ningen-dock-page .nd-extension {
	margin-top: 44px;
	padding-top: 32px;
	border-top: 1px solid #e6e8ea;
	text-align: center;
}

.ningen-dock-page .nd-cta-section {
	background: #f0f1f2;
	padding: 72px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	border-top: 1px solid #e6e8ea;
	border-bottom: 1px solid #e6e8ea;
}

.ningen-dock-page .nd-cta-copy {
	max-width: 720px;
}

.ningen-dock-page .nd-cta-section p {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.ningen-dock-page .nd-text {
		padding: 60px 55px;
	}

	.ningen-dock-page .nd-exam-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 860px) {
	.ningen-dock-page .nd-hero {
		min-height: 72vh;
	}

	.ningen-dock-page .nd-hero-content {
		padding: 0 34px;
	}

	.ningen-dock-page .nd-hero h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.ningen-dock-page .nd-hero p {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.05em;
	}

	.ningen-dock-page .nd-row {
		display: block;
		min-height: 0;
	}

	.ningen-dock-page .nd-row-reverse .nd-text,
	.ningen-dock-page .nd-row-reverse .nd-media {
		order: initial;
	}

	.ningen-dock-page .nd-text,
	.ningen-dock-page .nd-media {
		width: 100%;
	}

	.ningen-dock-page .nd-media {
		min-height: 320px;
	}

	.ningen-dock-page .nd-text {
		padding: 54px 40px;
	}

	.ningen-dock-page .nd-text h2,
	.ningen-dock-page .nd-exam-section h2,
	.ningen-dock-page .nd-journey-section h2,
	.ningen-dock-page .nd-cta-section h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.ningen-dock-page .nd-exam-section,
	.ningen-dock-page .nd-journey-section,
	.ningen-dock-page .nd-cta-section {
		padding: 56px 34px;
	}

	.ningen-dock-page .nd-exam-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ningen-dock-page .nd-cta-section {
		display: block;
		text-align: center;
	}

	.ningen-dock-page .nd-cta-section .nd-button {
		margin-top: 26px;
	}
}

@media screen and (max-width: 480px) {
	.ningen-dock-page .nd-text,
	.ningen-dock-page .nd-exam-section,
	.ningen-dock-page .nd-journey-section,
	.ningen-dock-page .nd-cta-section {
		padding-left: 26px;
		padding-right: 26px;
	}

	.ningen-dock-page .nd-button-row {
		display: block;
	}

	.ningen-dock-page .nd-button-row .nd-button {
		display: block;
		text-align: center;
		margin-bottom: 12px;
	}
}
