:root {
	--philosophy-shell: var(--shell);
	--philosophy-ink: #102a5d;
	--philosophy-blue: #0055a4;
	--philosophy-gold: #c4a35a;
	--philosophy-line: rgba(18, 27, 55, 0.12);
	--philosophy-line-strong: rgba(18, 27, 55, 0.18);
}

.company-philosophy-page {
	position: relative;
	padding-top: 94px;
	background:
		radial-gradient(circle at 80% 12%, rgba(0, 85, 164, 0.06), transparent 20%),
		radial-gradient(circle at 84% 22%, rgba(196, 163, 90, 0.08), transparent 16%),
		linear-gradient(180deg, rgba(244, 247, 252, 0.78) 0%, rgba(255, 255, 255, 0.18) 16%, #fff 38%);
	overflow: hidden;
}

.company-philosophy-page::before,
.company-philosophy-page::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.company-philosophy-page::before {
	left: -180px;
	top: 440px;
	width: 720px;
	height: 300px;
	background:
		radial-gradient(circle at 35% 48%, rgba(255, 255, 255, 0.92), transparent 58%),
		conic-gradient(from 190deg at 52% 48%, rgba(12, 79, 159, 0.03), rgba(196, 163, 90, 0.06), rgba(12, 79, 159, 0.02));
	filter: blur(14px);
	opacity: 0.85;
}

.company-philosophy-page::after {
	right: -140px;
	bottom: 380px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 163, 90, 0.1), rgba(196, 163, 90, 0));
	filter: blur(16px);
	opacity: 0.52;
}

.company-philosophy-shell,
.company-philosophy-breadcrumb {
	width: var(--philosophy-shell);
	margin: 0 auto;
}

.company-philosophy-breadcrumb {
	padding: 20px 0 18px;
	border-bottom: 1px solid rgba(16, 42, 93, 0.08);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(16, 42, 93, 0.74);
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.7s ease 1.08s,
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.08s;
}

.company-philosophy-breadcrumb span {
	margin: 0 16px;
	color: rgba(16, 42, 93, 0.42);
}

html.is-page-ready .company-philosophy-breadcrumb {
	opacity: 1;
	transform: translateY(0);
}

.company-philosophy-hero {
	position: relative;
	display: grid;
	row-gap: 32px;
	padding: 42px 0 56px;
}

.company-philosophy-hero__copy {
	position: relative;
	z-index: 2;
	max-width: min(100%, 920px);
	overflow: hidden;
	clip-path: inset(0 0 100% 0);
	transform: translateY(42px);
	transition:
		clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-hero__title {
	margin: 0;
	font-family: var(--font-en);
	font-size: 40px;
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0.06em;
	color: var(--philosophy-ink);
}

.company-philosophy-hero__subtitle {
	margin: 18px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: rgba(10, 22, 40, 0.84);
}

.company-philosophy-hero__visual {
	position: relative;
	display: block;
	z-index: 2;
	opacity: 0;
	transform: translateX(32px);
	transition:
		opacity 1.7s ease 0.54s,
		transform 1.7s cubic-bezier(0.22, 1, 0.36, 1) 0.54s;
}

.company-philosophy-hero__visual-frame {
	position: relative;
	width: 100%;
	height: clamp(280px, 31vw, 420px);
	border: 1px solid rgba(18, 27, 55, 0.1);
	background: #fff;
	overflow: hidden;
}

.company-philosophy-hero__visual-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) brightness(1.01);
	transform: scale(1.065);
	transition: transform 1.7s cubic-bezier(0.22, 1, 0.36, 1) 0.54s;
}

html.is-page-ready .company-philosophy-hero__copy,
html.is-page-ready .company-philosophy-hero__visual {
	transform: translateY(0);
}

html.is-page-ready .company-philosophy-hero__copy {
	clip-path: inset(0 0 0 0);
}

html.is-page-ready .company-philosophy-hero__visual {
	opacity: 1;
	transform: translateX(0);
}

html.is-page-ready .company-philosophy-hero__visual-frame img {
	transform: scale(1);
}

.company-philosophy-hero__wave {
	position: absolute;
	left: 0;
	right: 120px;
	bottom: 74px;
	height: 180px;
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.84), transparent 36%),
		repeating-radial-gradient(circle at 0 100%, rgba(0, 85, 164, 0.04) 0 1px, transparent 1px 14px);
	mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 0.78));
	opacity: 0.26;
	z-index: 0;
}

.company-philosophy-hero__scroll {
	position: absolute;
	right: 20px;
	bottom: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.company-philosophy-hero__scroll span {
	font-family: var(--font-en);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.42em;
	writing-mode: vertical-rl;
	color: rgba(20, 25, 54, 0.28);
}

.company-philosophy-hero__scroll i {
	display: block;
	position: relative;
	width: 1px;
	height: 88px;
	background: rgba(20, 25, 54, 0.12);
	overflow: hidden;
}

.company-philosophy-hero__scroll i::after {
	content: "";
	position: absolute;
	left: 0;
	top: -56px;
	width: 100%;
	height: 56px;
	background: linear-gradient(180deg, transparent, var(--gold));
	animation: scrollFlow 2.4s ease-in-out infinite;
}

.company-philosophy-section {
	position: relative;
	padding: 0 0 52px;
}

.company-philosophy-section + .company-philosophy-section {
	padding-top: 10px;
}

.company-philosophy-section__inner {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	padding-top: 58px;
	border-top: 1px solid rgba(18, 27, 55, 0.08);
}

.company-philosophy-section__aside {
	display: grid;
	justify-items: start;
	gap: 4px;
	margin-bottom: 44px;
	padding-top: 0;
	max-width: none;
}

.company-philosophy-section__eyebrow {
	margin: 0;
	font-family: var(--font-en);
	font-size: 30px;
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: var(--philosophy-ink);
}

.company-philosophy-section__sub {
	margin: 0;
	padding-top: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: var(--philosophy-ink);
}

.company-philosophy-section__sub::before {
	display: none;
}

.company-philosophy-section__content {
	width: 100%;
	max-width: none;
	padding: clamp(28px, 3.2vw, 40px);
	border: 1px solid rgba(0, 85, 164, 0.08);
	background:
		linear-gradient(180deg, rgba(244, 248, 253, 0.94), rgba(250, 252, 255, 0.98)),
		radial-gradient(circle at top right, rgba(0, 85, 164, 0.035), transparent 26%);
	box-shadow: 0 18px 36px rgba(16, 34, 69, 0.035);
}

.company-philosophy-section__headline {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: -0.04em;
	color: var(--philosophy-ink);
}

.company-philosophy-section__headline span {
	color: var(--philosophy-gold);
}

.company-philosophy-section__copy {
	margin-top: 30px;
	max-width: none;
}

.company-philosophy-section__copy p {
	margin: 0 0 1.4em;
	font-size: 1rem;
	line-height: 2.16;
	color: rgba(10, 22, 40, 0.9);
}

.company-philosophy-principles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 34px;
	max-width: none;
}

.company-philosophy-principles__item {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 14px;
	align-content: start;
	padding: 28px 24px;
	border: 1px solid rgba(18, 27, 55, 0.08);
	background: #fff;
}

.company-philosophy-principles__number {
	margin: 0;
	font-family: var(--font-en);
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	color: var(--philosophy-blue);
}

.company-philosophy-principles__number::after {
	display: none;
}

.company-philosophy-principles__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--philosophy-ink);
}

.company-philosophy-values {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.company-philosophy-values__item {
	padding: 28px 24px;
	border: 1px solid rgba(18, 27, 55, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98)),
		radial-gradient(circle at top right, rgba(0, 85, 164, 0.03), transparent 30%);
	box-shadow: 0 14px 28px rgba(16, 34, 69, 0.03);
}

.company-philosophy-values__number {
	margin: 0 0 8px;
	font-family: var(--font-en);
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	color: var(--philosophy-blue);
}

.company-philosophy-values__label {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: rgba(0, 85, 164, 0.72);
}

.company-philosophy-values__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.03em;
	color: var(--philosophy-ink);
}

.company-philosophy-values__body {
	margin: 14px 0 0;
	font-size: 0.98rem;
	line-height: 2;
	color: rgba(10, 22, 40, 0.9);
}

.company-philosophy-cta {
	padding: 10px 0 56px;
}

.company-philosophy-cta__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
	padding: 42px 56px;
	border: 1px solid rgba(18, 27, 55, 0.07);
	background:
		linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(255, 255, 255, 0.98)),
		radial-gradient(circle at 10% 18%, rgba(0, 85, 164, 0.03), transparent 20%);
	box-shadow: 0 14px 32px rgba(16, 34, 69, 0.035);
	overflow: hidden;
}

.company-philosophy-cta__panel::before,
.company-philosophy-cta__panel::after {
	content: "";
	position: absolute;
	bottom: -16px;
	width: 220px;
	height: 120px;
	background: repeating-radial-gradient(circle at 50% 100%, rgba(0, 85, 164, 0.04) 0 1px, transparent 1px 12px);
	opacity: 0.22;
}

.company-philosophy-cta__panel::before {
	left: -40px;
}

.company-philosophy-cta__panel::after {
	right: -40px;
}

.company-philosophy-cta__copy {
	position: relative;
	z-index: 1;
}

.company-philosophy-cta__kicker {
	margin: 0 0 12px;
	font-family: var(--font-en);
	font-size: clamp(0.92rem, 1.2vw, 1rem);
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--philosophy-blue);
}

.company-philosophy-cta__copy h2 {
	position: relative;
	max-width: 40rem;
	margin: 0 0 16px;
	padding-top: 22px;
	font-size: 35px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
	color: rgba(10, 22, 40, 0.88);
}

.company-philosophy-cta__copy h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 2px;
	background: var(--philosophy-gold);
}

.company-philosophy-cta__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 320px;
	padding: 22px 34px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--philosophy-blue), #0a4ea0);
	color: #fff;
	box-shadow: 0 16px 32px rgba(12, 79, 159, 0.18);
	transition: transform var(--transition), box-shadow var(--transition);
}

.company-philosophy-cta__button:hover,
.company-philosophy-cta__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(12, 79, 159, 0.22);
}

.company-philosophy-cta__button svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: 0 0 auto;
}

.company-philosophy-cta__button span {
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.company-philosophy-cta__arrow {
	font-family: var(--font-en);
}

.company-philosophy-links {
	padding: 108px 0;
}

.company-philosophy-links__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.company-philosophy-link-card {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 28px 32px;
	border: 1px solid rgba(18, 27, 55, 0.12);
	background: #fff;
	box-shadow: 0 16px 36px rgba(16, 34, 69, 0.04);
	transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-link-card:hover,
.company-philosophy-link-card:focus-visible {
	background: var(--philosophy-blue);
	border-color: var(--philosophy-blue);
	box-shadow: 0 22px 42px rgba(0, 85, 164, 0.24);
	transform: translateY(-2px);
}

.company-philosophy-link-card__icon {
	flex-shrink: 0;
	width: 84px;
	height: 84px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(245, 246, 248, 0.9);
	color: var(--philosophy-blue);
	transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-link-card:hover .company-philosophy-link-card__icon,
.company-philosophy-link-card:focus-visible .company-philosophy-link-card__icon {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.company-philosophy-link-card__icon svg {
	width: 38px;
	height: 38px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.company-philosophy-link-card__body h2 {
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: var(--philosophy-ink);
	transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-link-card__body p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.9;
	color: rgba(10, 22, 40, 0.82);
	transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-link-card__body > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-family: var(--font-en);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	color: var(--philosophy-blue);
	transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.company-philosophy-link-card__body > span::after {
	content: "\2192";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
}

.company-philosophy-link-card__body > span > span {
	display: none;
}

.company-philosophy-link-card:hover .company-philosophy-link-card__body h2,
.company-philosophy-link-card:hover .company-philosophy-link-card__body p,
.company-philosophy-link-card:hover .company-philosophy-link-card__body span,
.company-philosophy-link-card:focus-visible .company-philosophy-link-card__body h2,
.company-philosophy-link-card:focus-visible .company-philosophy-link-card__body p,
.company-philosophy-link-card:focus-visible .company-philosophy-link-card__body span {
	color: #fff;
}

@media (max-width: 1180px) {
	.company-philosophy-hero {
		padding-bottom: 48px;
	}

	.company-philosophy-section__inner {
		row-gap: 26px;
	}

	.company-philosophy-section__aside {
		margin-bottom: 36px;
	}

	.company-philosophy-cta__panel {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.company-philosophy-links__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.company-philosophy-page {
		padding-top: 38px;
	}

	.company-philosophy-page::before,
	.company-philosophy-page::after {
		display: none;
	}

	.company-philosophy-shell,
	.company-philosophy-breadcrumb {
		width: min(calc(100% - 80px), 100%);
	}

	.company-philosophy-breadcrumb {
		padding: 16px 0 14px;
		font-size: 0.72rem;
	}

	.company-philosophy-breadcrumb span {
		margin: 0 10px;
	}

	.company-philosophy-hero {
		row-gap: 24px;
		padding: 34px 0 44px;
	}

	.company-philosophy-hero__title {
		font-size: 30px;
	}

	.company-philosophy-hero__subtitle {
		margin-top: 12px;
		font-size: 13px;
	}

	.company-philosophy-hero__visual-frame {
		height: clamp(220px, 58vw, 320px);
	}

	.company-philosophy-hero__wave,
	.company-philosophy-hero__scroll {
		display: none;
	}

	.company-philosophy-section {
		padding-bottom: 42px;
	}

	.company-philosophy-section__inner {
		padding-top: 42px;
	}

	.company-philosophy-section__aside {
		margin-bottom: 28px;
	}

	.company-philosophy-section__eyebrow {
		font-size: 24px;
	}

	.company-philosophy-section__sub {
		font-size: 13px;
	}

	.company-philosophy-section__headline {
		font-size: 20px !important;
		line-height: 1.3;
	}

	.company-philosophy-section__copy p {
		font-size: 0.95rem;
		line-height: 2;
	}

	.company-philosophy-section__content {
		padding: 22px 18px;
	}

	.company-philosophy-principles__item {
		padding: 22px 18px;
	}

	.company-philosophy-principles {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.company-philosophy-principles__number {
		padding-right: 0;
	}

	.company-philosophy-principles__number::after {
		display: none;
	}

	.company-philosophy-principles__title {
		font-size: 16px !important;
	}

	.company-philosophy-values {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.company-philosophy-values__item {
		padding: 22px 18px;
	}

	.company-philosophy-values__label {
		font-size: 18px;
	}

	.company-philosophy-values__title {
		font-size: 18px;
		line-height: 1.45;
	}

	.company-philosophy-values__body {
		font-size: 0.95rem;
		line-height: 1.95;
	}

	.company-philosophy-cta__panel {
		padding: 30px 24px;
	}

	.company-philosophy-cta__panel::before,
	.company-philosophy-cta__panel::after {
		display: none;
	}

	.company-philosophy-cta__copy h2 {
		font-size: 28px;
		line-height: 1.6;
	}

	.company-philosophy-cta__button {
		width: 100%;
		min-width: 0;
	}

	.company-philosophy-links {
		padding: 72px 0 56px;
	}

	.company-philosophy-link-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.company-philosophy-link-card__icon {
		width: 72px;
		height: 72px;
	}

	.company-philosophy-link-card__body h2 {
		font-size: 20px !important;
	}
}
