/* Vision Page Desktop Styles */

/* Hero Section */
.vision-hero {
	position: relative;
	background: var(--color-background);
	height: calc(1080px * var(--scale-factor));
	overflow: hidden;
}

.vision-hero__vector {
	position: absolute;
	top: 0;
	left: calc(-300px * var(--scale-factor));
	z-index: 1;
	width: calc(1500px * var(--scale-factor));
}

.vision-hero__vector img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vision-hero__photo {
	position: absolute;
	top: 0;
	left: calc(200px * var(--scale-factor));
	width: calc(1200px * var(--scale-factor));
	z-index: 0;
}

.vision-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vision-hero__title-block {
	position: absolute;
	bottom: calc(300px * var(--scale-factor));
	left: calc(150px * var(--scale-factor));
	color: var(--color-white);
	z-index: 2;
}

.vision-hero__title-block h1 {
	margin: 0;
	font-size: var(--font-size-h1);
	letter-spacing: 0.08em;
}

.vision-hero__line {
	position: absolute;
	top: calc(784px * var(--scale-factor));
	left: 0;
	width: 100vw;
	z-index: 2;
}

/* Our Vision Section */
.our-vision-section {
	position: relative;
	padding: calc(140px * var(--scale-factor)) calc(150px * var(--scale-factor));
	height: calc(2060px * var(--scale-factor));
}

.group-concept-section__bg-texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.group-concept-section__bg-texture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.15;
}

.our-vision-section__watermark {
	position: absolute;
	top: calc(40px * var(--scale-factor));
	right: 0;
	font-family: var(--font-family-bold);
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-subtitle);
	color: var(--color-secondary);
	white-space: nowrap;
	z-index: 0;
}

.our-vision-section__layout {
	position: relative;
	z-index: 2;
}

.our-vision-section__text {
	position: relative;
	flex: 1;
}

.our-vision-section__label {
	font-family: var(--font-family-bold);
	font-size: calc(26px * var(--scale-factor));
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.1em;
	margin: 0 0 calc(16px * var(--scale-factor));
}

.our-vision-section__text h2 {
	font-size: var(--font-size-h1);
	margin: 0 0 calc(24px * var(--scale-factor));
	line-height: 1.1;
	color: var(--color-primary);
}

.our-vision-section__highlight {
	background: var(--color-white);
	color: var(--color-text);
	padding: calc(24px * var(--scale-factor)) calc(32px * var(--scale-factor));
	box-shadow: calc(10px * var(--scale-factor)) calc(10px * var(--scale-factor)) 0 0 var(--color-black);
	margin-bottom: calc(32px * var(--scale-factor));
	width: calc(1100px * var(--scale-factor));
	font-family: var(--font-family-bold);
	font-weight: var(--font-weight-bold);
}

.our-vision-section__highlight p {
	font-size: var(--font-size-h5);
	line-height: 1.5;
	margin: 0;
}

.our-vision-section__highlight strong {
	display: block;
	margin-bottom: calc(4px * var(--scale-factor));
}

.our-vision-section__highlight span {
	color: var(--color-primary);
}

.our-vision-section__details {
	font-size: var(--font-size-base);
	color: var(--color-text);
	line-height: 1.9;
}

.our-vision-section__details p {
	margin: 0 0 calc(20px * var(--scale-factor));
}

.our-vision-section__details p:last-child {
	margin-bottom: 0;
}

.our-vision-section__visual {
	position: absolute;
	top: calc(1000px * var(--scale-factor));
	right: 0;
	width: calc(1300px * var(--scale-factor));
}

.our-vision-section__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-vision-section__vector {
	position: absolute;
	top: calc(500px * var(--scale-factor));
	left: calc(-150px * var(--scale-factor));
	width: calc(1200px * var(--scale-factor));
	z-index: 1;
}

.our-vision-section__diagonal-line {
	position: absolute;
	top: calc(200px * var(--scale-factor));
	left: calc(-300px * var(--scale-factor));
	width: 200vw;
	transform: rotate(-28.8deg);
	z-index: 0;
}

/* Group Concept Section */
.group-concept-section {
	position: relative;
	padding: calc(20px * var(--scale-factor)) calc(150px * var(--scale-factor)) calc(160px * var(--scale-factor));
}

.group-concept-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(420px * var(--scale-factor));
	z-index: 0;
}

.group-concept-section__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.group-concept-section__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
	mix-blend-mode: multiply;
}

.group-concept-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: calc(80px * var(--scale-factor));
}

.group-concept-section__title-wrap {
	align-self: flex-start;
	position: relative;
	width: calc(240px * var(--scale-factor));
	height: calc(120px * var(--scale-factor));
}

.group-concept-section__title-vector {
	position: absolute;
	top: 0;
	left: calc(-249px * var(--scale-factor));
	width: calc(1200px * var(--scale-factor));
	z-index: 1;
}

.group-concept-section__title-vector img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.group-concept-section__title-text {
	position: absolute;
	top: calc(8px * var(--scale-factor));
	left: 0;
	margin: 0;
	font-family: var(--font-family-bold);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	color: var(--color-white);
	white-space: nowrap;
	z-index: 1;
}

.group-concept-section__intro h2,
.group-concept-section__subheading {
	font-family: var(--font-family-bold);
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-h3);
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin: 0 0 calc(32px * var(--scale-factor));
}

.group-concept-section__text-block,
.group-concept-section__copy {
	font-size: var(--font-size-base);
	line-height: 1.75;
}

.group-concept-section__text-block p,
.group-concept-section__copy p {
	margin: 0 0 calc(72px * var(--scale-factor));
}

.group-concept-section__text-block p:last-child,
.group-concept-section__copy p:last-child {
	margin-bottom: 0;
}

.group-concept-section__bullet-list {
	list-style: none;
	margin: 0 0 calc(24px * var(--scale-factor));
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(12px * var(--scale-factor));
	font-family: var(--font-family-bold);
	font-weight: var(--font-weight-bold);
}

.group-concept-section__bullet-list li {
	position: relative;
	padding-left: calc(32px * var(--scale-factor));
}

.group-concept-section__bullet-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: calc(16px * var(--scale-factor));
	height: calc(16px * var(--scale-factor));
	border-radius: 50%;
	background: var(--color-primary);
}

.group-concept-section__branches {
	background-color: rgba(255, 255, 255, 0.5);
	padding: calc(48px * var(--scale-factor)) calc(60px * var(--scale-factor));
}

.group-concept-section__branches-header {
	display: flex;
	flex-direction: column;
	gap: calc(24px * var(--scale-factor));
	margin-bottom: calc(48px * var(--scale-factor));
}

.group-concept-section__branches-header h3 {
	margin: 0;
	font-size: var(--font-size-h3);
	text-align: center;
}

.group-concept-section__branches-divider {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(17, 6, 32, 0.4) 0%, rgba(17, 6, 32, 0.1) 100%);
}

.group-concept-section__business-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: calc(56px * var(--scale-factor)) calc(40px * var(--scale-factor));
}

.group-concept-section__business-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: calc(24px * var(--scale-factor));
}

.group-concept-section__business-logo {
	width: calc(180px * var(--scale-factor));
	height: calc(180px * var(--scale-factor));
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-concept-section__business-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.group-concept-section__business-name {
	margin: 0;
	font-size: var(--font-size-sm);
	text-align: center;
	font-family: var(--font-family-light);
	font-weight: var(--font-weight-light);
}

.group-concept-section__subsection {
	display: flex;
	flex-direction: column;
	gap: calc(24px * var(--scale-factor));
}

.group-concept-section__quote-list {
	list-style: none;
	margin: 0 0 calc(24px * var(--scale-factor));
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(12px * var(--scale-factor));
}

.group-concept-section__quote-list li {
	font-size: var(--font-size-xl);
	color: var(--color-primary);
	letter-spacing: -0.01em;
	font-family: var(--font-family-bold);
	font-weight: var(--font-weight-bold);
}

/* Philosophy Section */
.philosophy-section {
	position: relative;
	padding: 0 calc(150px * var(--scale-factor)) calc(1000px * var(--scale-factor));
	overflow: hidden;
}

.philosophy-section__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.philosophy-section__watermark {
	position: absolute;
	top: calc(60px * var(--scale-factor));
	right: 0;
	font-family: var(--font-family-bold);
	font-size: var(--font-size-subtitle);
	font-weight: var(--font-weight-bold);
	color: var(--color-secondary);
	white-space: nowrap;
	letter-spacing: -0.02em;
	pointer-events: none;
}

.philosophy-section__background-glow {
	position: absolute;
	bottom: calc(120px * var(--scale-factor));
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: calc(320px * var(--scale-factor));
	background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
	filter: blur(calc(30px * var(--scale-factor)));
}

.philosophy-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: calc(100px * var(--scale-factor));
}


.group-concept-section__title-wrap--philosophy {
	width: calc(320px * var(--scale-factor));
	height: calc(120px * var(--scale-factor));
	margin-bottom: calc(10px * var(--scale-factor));
}

.group-concept-section__title-wrap--philosophy .group-concept-section__title-vector {
	width: calc(1200px * var(--scale-factor));
}

.group-concept-section__title-wrap--philosophy .group-concept-section__title-text {
	font-size: var(--font-size-h2);
	letter-spacing: 0.02em;
}

.philosophy-section__cards {
	display: flex;
	flex-direction: column;
	gap: calc(32px * var(--scale-factor));
	z-index: 1;
}

.philosophy-card {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	padding: calc(48px * var(--scale-factor));
}

.philosophy-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(10px * var(--scale-factor));
	border-top-left-radius: calc(18px * var(--scale-factor));
	border-top-right-radius: calc(18px * var(--scale-factor));
}

.philosophy-card__heading {
	margin: 0 0 calc(32px * var(--scale-factor));
	font-family: var(--font-family-bold);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
}

.philosophy-card__title-en {
	margin-right: calc(12px * var(--scale-factor));
}

.philosophy-card__title-jp {
	color: var(--color-primary);
	font-size: var(--font-size-h4);
}

.philosophy-card__body {
	display: flex;
	flex-direction: column;
	gap: calc(20px * var(--scale-factor));
	font-size: var(--font-size-base);
	line-height: 1.9;
	color: var(--color-text);
}

.philosophy-card__body p {
	margin: 0;
}

.philosophy-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(12px * var(--scale-factor));
}

.philosophy-card__list li {
	position: relative;
	padding-left: calc(32px * var(--scale-factor));
}

.philosophy-card__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(16px * var(--scale-factor));
	width: calc(16px * var(--scale-factor));
	height: calc(16px * var(--scale-factor));
	border-radius: 50%;
	background: linear-gradient(135deg, #a158f6 0%, #6f28c8 100%);
}

.philosophy-illustration {
	position: absolute;
	z-index: 0;
	top: calc(800px * var(--scale-factor));
	width: 100vw;
	left: calc(-150px * var(--scale-factor));
}

.philosophy-illustration img {
	width: 100%;
	height: auto;
}

/* Representative Message Section */
.representative-message-section {
	position: relative;
	padding: 0 calc(150px * var(--scale-factor)) calc(180px * var(--scale-factor));
}

.representative-message-section__panel {
	position: relative;
	z-index: 1;
}

.representative-message-section__panel-bg {
	position: absolute;
	top: 0;
	left: calc(-400px * var(--scale-factor));
	width: calc(2200px * var(--scale-factor));
	z-index: 0;
	pointer-events: none;
}

.representative-message-section__panel-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.representative-message-section__copy {
	position: relative;
	z-index: 1;
	max-width: calc(840px * var(--scale-factor));
	display: flex;
	flex-direction: column;
	gap: calc(32px * var(--scale-factor));
	padding-top: calc(100px * var(--scale-factor));
}

.representative-message-section__label {
	margin: 0;
	font-size: calc(20px * var(--scale-factor));
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.representative-message-section__copy h2 {
	margin: 0;
	font-family: var(--font-family-bold);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight-bold);
	color: var(--color-white);
}

.representative-message-section__text {
	display: flex;
	flex-direction: column;
	gap: calc(24px * var(--scale-factor));
	font-size: var(--color-white);
	line-height: 1.4;
	color: var(--color-white);
	font-size: var(--font-size-base);
}

.representative-message-section__text p {
	margin: 0;
}

.representative-message-section__signature {
	margin-top: calc(12px * var(--scale-factor));
	font-size: var(--font-size-base);
	line-height: 1.4;
	text-align: right;
	color: var(--color-white);
}

.representative-message-section__signature-position {
	margin: 0 0 calc(12px * var(--scale-factor));
	opacity: 0.85;
}

.representative-message-section__signature-name {
	margin: 0;
	font-size: var(--font-size-base);
}

.representative-message-section__photo {
	position: absolute;
	top: calc(-50px * var(--scale-factor));
	right: 0;
	width: calc(1000px * var(--scale-factor));
	z-index: 2;
}

.representative-message-section__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.representative-message-section__cta {
	margin-top: calc(300px * var(--scale-factor));
	display: flex;
	justify-content: center;
}

.representative-message-section__button {
	border: calc(4px * var(--scale-factor)) solid var(--color-primary);
	color: var(--color-primary);
}

.representative-message-section__button:hover {
	box-shadow: 0 0 calc(48px * var(--scale-factor)) var(--color-secondary);
}