.wkb-front-hero {
	background:
		linear-gradient(180deg, #ffffff 0%, #fffaf0 64%, #f7fbff 100%);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.wkb-front-hero::before {
	background-image:
		linear-gradient(90deg, rgba(20, 50, 87, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(20, 50, 87, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	content: "";
	inset: 0;
	position: absolute;
}

.wkb-front-hero::after {
	background: #f7fbff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	bottom: -145px;
	content: "";
	height: 220px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 142vw;
	z-index: 4;
}

.wkb-front-hero>.wkb-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.wkb-front-hero__stage {
	border-radius: 0;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.wkb-front-hero__stage::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 24%, rgba(255, 255, 255, 0.56) 38%, rgba(255, 255, 255, 0.24) 52%, rgba(255, 255, 255, 0.06) 68%, rgba(255, 255, 255, 0) 82%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 247, 230, 0.09));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.wkb-front-hero__stage::after {
	background: linear-gradient(0deg, rgba(20, 50, 87, 0.08), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.wkb-front-hero__copy {
	max-width: none;
	padding: 74px 32px 60px max(56px, calc((100vw - var(--wkb-container)) / 2 + 28px));
	position: relative;
	width: min(800px, 54vw);
	z-index: 3;
}

.wkb-front-hero__project {
	color: var(--wkb-orange);
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.wkb-front-hero h1 span,
.wkb-front-hero h1 small {
	display: block;
}

.wkb-front-hero h1 {
	line-break: strict;
	margin-bottom: 0.42em;
	max-width: max-content;
	word-break: keep-all;
}

.wkb-front-hero h1 span {
	font-size: clamp(4.2rem, 5vw, 5.05rem);
	line-height: 1.05;
	white-space: nowrap;
	word-break: keep-all;
}

.wkb-front-hero h1 small {
	color: var(--wkb-green);
	font-size: 1.25rem;
	letter-spacing: 0;
	margin-top: 0.35rem;
}

.wkb-front-hero__lead {
	color: var(--wkb-navy);
	font-size: 1.78rem;
	font-weight: 800;
	line-break: strict;
	line-height: 1.45;
	margin-bottom: 0.72em;
	max-width: 720px;
	word-break: keep-all;
}

.wkb-front-hero__text {
	color: var(--wkb-muted);
	font-size: 1.14rem;
	line-break: strict;
	margin-bottom: 1.7rem;
	max-width: 520px;
	word-break: keep-all;
}

.wkb-front-hero .wkb-button-row {
	flex-wrap: nowrap;
}

.wkb-front-hero .wkb-button {
	white-space: nowrap;
}

.wkb-front-hero__media {
	inset: 0;
	margin: 0;
	position: absolute;
	z-index: 0;
}

.wkb-front-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 64% center;
	width: 100%;
}

.wkb-front-hero__badges {
	bottom: clamp(100px, 24vh, 80px);
	display: flex;
	gap: 8px;
	position: absolute;
	right: max(46px, calc((100vw - var(--wkb-container)) / 2 + 0px));
	z-index: 5;
}

.wkb-front-hero__badges span {
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(20, 50, 87, 0.1);
	color: var(--wkb-navy);
	font-size: 0.72rem;
	font-weight: 900;
	opacity: 0.94;
	padding: 0.3rem 0.66rem;
}

.wkb-photo-placeholder {
	aspect-ratio: 4 / 3;
	border-radius: var(--wkb-radius);
	box-shadow: 0 22px 58px rgba(20, 50, 87, 0.16);
	display: block;
	min-height: 510px;
	object-fit: cover;
	width: 100%;
}

.wkb-photo-placeholder {
	overflow: hidden;
	position: relative;
}

.wkb-photo-placeholder--hero {
	background:
		linear-gradient(135deg, rgba(20, 50, 87, 0.18), rgba(20, 50, 87, 0.02) 42%, rgba(242, 140, 40, 0.16)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 2px, transparent 2px 72px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.36) 0 2px, transparent 2px 54px),
		linear-gradient(135deg, #dfeaf3 0%, #fff7e6 45%, #e8f5ef 100%);
}

.wkb-photo-placeholder--hero::before {
	background:
		linear-gradient(90deg, transparent 0 10%, rgba(20, 50, 87, 0.86) 10% 14%, transparent 14% 30%, rgba(47, 159, 123, 0.72) 30% 34%, transparent 34% 58%, rgba(242, 140, 40, 0.82) 58% 62%, transparent 62%),
		linear-gradient(0deg, rgba(20, 50, 87, 0.12), rgba(20, 50, 87, 0.12));
	bottom: 0;
	content: "";
	height: 34%;
	left: 0;
	position: absolute;
	right: 0;
}

.wkb-photo-placeholder--hero::after {
	background:
		linear-gradient(135deg, transparent 0 48%, rgba(20, 50, 87, 0.78) 48% 52%, transparent 52%),
		linear-gradient(45deg, transparent 0 47%, rgba(242, 140, 40, 0.72) 47% 51%, transparent 51%);
	content: "";
	inset: 14% 8% 24%;
	position: absolute;
}

.wkb-photo-placeholder__label,
.wkb-photo-placeholder__caption {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(20, 50, 87, 0.12);
	border-radius: 999px;
	color: var(--wkb-navy);
	font-weight: 900;
	left: 24px;
	padding: 0.34rem 0.8rem;
	position: absolute;
	z-index: 2;
}

.wkb-photo-placeholder__label {
	bottom: 72px;
}

.wkb-photo-placeholder__caption {
	bottom: 24px;
	color: var(--wkb-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.wkb-front-concept {
	background:
		linear-gradient(90deg, rgba(20, 50, 87, 0.014) 1px, transparent 1px),
		linear-gradient(180deg, rgba(20, 50, 87, 0.012) 1px, transparent 1px),
		linear-gradient(180deg, #f7fbff 0%, #fafdff 24%, #ffffff 56%, #ffffff 100%);
	background-size: 68px 68px, 68px 68px, auto;
	margin-top: -10px;
	padding-top: 64px;
	position: relative;
}

.wkb-front-concept::before {
	background:
		radial-gradient(circle at 12% 12%, rgba(242, 140, 40, 0.052), transparent 28%),
		radial-gradient(circle at 88% 34%, rgba(47, 159, 123, 0.046), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wkb-front-concept>.wkb-container {
	position: relative;
	z-index: 1;
}

.wkb-front-concept .wkb-split {
	align-items: center;
	gap: 64px;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
}

.wkb-front-concept h2 {
	font-size: 3.12rem;
}

.wkb-front-concept p {
	font-size: 1.05rem;
	line-height: 1.95;
}

.wkb-front-concept .wkb-trust-card {
	border-color: rgba(221, 229, 238, 0.86);
	box-shadow: 0 16px 36px rgba(20, 50, 87, 0.09);
	min-height: 122px;
	padding-left: 76px;
	position: relative;
}

.wkb-front-concept .wkb-trust-card::before {
	align-items: center;
	background: linear-gradient(135deg, rgba(242, 140, 40, 0.14), rgba(47, 159, 123, 0.14));
	border-radius: 50%;
	color: var(--wkb-orange);
	content: "";
	display: flex;
	height: 28px;
	left: 26px;
	position: absolute;
	top: 30px;
	width: 28px;
}

.wkb-front-concept .wkb-trust-card:nth-child(2)::before {
	background: linear-gradient(135deg, rgba(47, 159, 123, 0.15), rgba(47, 127, 193, 0.12));
}

.wkb-front-concept .wkb-trust-card:nth-child(3)::before {
	background: linear-gradient(135deg, rgba(47, 127, 193, 0.14), rgba(242, 140, 40, 0.1));
}

.wkb-front-values {
	overflow: hidden;
	position: relative;
}

.wkb-front-values::before {
	background:
		radial-gradient(circle at 8% 18%, rgba(242, 140, 40, 0.08), transparent 30%),
		radial-gradient(circle at 92% 26%, rgba(47, 127, 193, 0.06), transparent 32%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wkb-front-values>.wkb-container {
	position: relative;
	z-index: 1;
}

.wkb-value-card {
	align-items: center;
	background:
		linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
	border-color: rgba(221, 229, 238, 0.82);
	box-shadow: 0 20px 44px rgba(20, 50, 87, 0.09);
	justify-content: flex-start;
	min-height: 368px;
	padding: 44px 38px 38px;
	text-align: center;
}

.wkb-value-card__icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 82px 82px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	box-shadow:
		inset 0 0 0 12px rgba(255, 255, 255, 0.58),
		0 16px 34px rgba(20, 50, 87, 0.08);
	display: block;
	height: 158px;
	margin-bottom: 24px;
	width: 158px;
}

.wkb-value-card .wkb-card-marker {
	height: 4px;
	margin-bottom: 20px;
	width: 42px;
}

.wkb-value-card h3 {
	font-size: 1.42rem;
	font-weight: 900;
	margin-bottom: 0.62rem;
}

.wkb-value-card p {
	font-size: 1rem;
	line-height: 1.82;
	margin-bottom: 0;
}

.wkb-value-card.wkb-card--orange h3 {
	color: var(--wkb-orange);
}

.wkb-value-card.wkb-card--orange .wkb-value-card__icon {
	background-color: rgba(242, 140, 40, 0.1);
}

.wkb-value-card.wkb-card--green h3 {
	color: var(--wkb-green);
}

.wkb-value-card.wkb-card--green .wkb-value-card__icon {
	background-color: rgba(47, 159, 123, 0.1);
}

.wkb-value-card.wkb-card--blue h3 {
	color: var(--wkb-blue);
}

.wkb-value-card.wkb-card--blue .wkb-value-card__icon {
	background-color: rgba(47, 127, 193, 0.1);
}

.wkb-front-involvement {
	position: relative;
}

.wkb-involvement-card {
	align-items: center;
	color: inherit;
	gap: 0;
	min-height: 374px;
	overflow: hidden;
	padding: 36px 26px 30px;
	text-align: center;
	text-decoration: none;
}

.wkb-involvement-card:hover {
	color: inherit;
	border-color: rgba(242, 140, 40, 0.52);
	box-shadow: 0 30px 62px rgba(20, 50, 87, 0.17);
	transform: translateY(-5px);
}

.wkb-involvement-card::before {
	background: var(--wkb-navy);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wkb-involvement-card.wkb-card--orange::before {
	background: var(--wkb-orange);
}

.wkb-involvement-card.wkb-card--green::before {
	background: var(--wkb-green);
}

.wkb-involvement-card.wkb-card--blue::before {
	background: var(--wkb-blue);
}

.wkb-involvement-card__icon {
	background-color: rgba(20, 50, 87, 0.035);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 78% auto;
	border: 1px solid rgba(221, 229, 238, 0.72);
	border-radius: 30px;
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.56);
	display: block;
	height: 156px;
	margin-bottom: 20px;
	width: 156px;
}

.wkb-involvement-card.wkb-card--orange .wkb-involvement-card__icon {
	background-color: rgba(242, 140, 40, 0.09);
}

.wkb-involvement-card.wkb-card--green .wkb-involvement-card__icon {
	background-color: rgba(47, 159, 123, 0.09);
}

.wkb-involvement-card.wkb-card--blue .wkb-involvement-card__icon {
	background-color: rgba(47, 127, 193, 0.09);
}

.wkb-involvement-card h3 {
	font-size: 1.42rem;
	font-weight: 900;
	margin-bottom: 0.58rem;
}

.wkb-involvement-card p {
	font-size: 0.99rem;
	line-height: 1.78;
	margin-bottom: 1.18rem;
}

.wkb-involvement-card .wkb-mini-button {
	box-shadow: 0 10px 22px rgba(20, 50, 87, 0.12);
	min-width: 136px;
}

.wkb-involvement-card:hover .wkb-mini-button {
	background: var(--wkb-orange);
	border-color: var(--wkb-orange);
}

.wkb-project-grid {
	display: grid;
	gap: 24px;
}

.wkb-project-upcoming {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wkb-area-card__visual {
	align-items: flex-end;
	aspect-ratio: 16 / 9;
	background-color: #eef4f8;
	background-position: center;
	background-size: cover;
	border-radius: var(--wkb-radius);
	display: flex;
	margin-bottom: 18px;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.wkb-area-card__visual img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.wkb-area-card__visual::after {
	background: linear-gradient(180deg, rgba(20, 50, 87, 0.02) 35%, rgba(20, 50, 87, 0.48));
	content: "";
	inset: 0;
	position: absolute;
}

.wkb-area-card__visual span {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 999px;
	color: var(--wkb-navy);
	font-size: 0.88rem;
	font-weight: 900;
	padding: 0.28rem 0.76rem;
	position: relative;
	z-index: 1;
}

.wkb-area-card--featured .wkb-area-card__visual {
	aspect-ratio: 16 / 8.6;
	margin-bottom: 0;
	min-height: 272px;
}

.wkb-area-card--featured h3 {
	font-size: 2rem;
}

.wkb-area-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.wkb-area-card--featured {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
	padding: 20px;
}

.wkb-area-card--featured .wkb-area-card__body {
	justify-content: center;
	padding: 20px 18px 20px 0;
}

.wkb-area-card--featured .wkb-card-status {
	color: var(--wkb-orange);
}

.wkb-project-upcoming .wkb-area-card {
	padding: 22px;
	min-height: 100%;
}

.wkb-project-upcoming .wkb-area-card__visual {
	aspect-ratio: 16 / 8.4;
	margin-bottom: 16px;
}

.wkb-project-upcoming .wkb-area-card h3 {
	font-size: 1.25rem;
}

.wkb-front-sponsor {
	background:
		linear-gradient(180deg, #ffffff 0%, #ffffff 74%, #f8fbfe 100%);
}

.wkb-sponsor-banner {
	align-items: center;
	background:
		radial-gradient(circle at 86% 10%, rgba(242, 140, 40, 0.28), transparent 34%),
		radial-gradient(circle at 36% 110%, rgba(47, 159, 123, 0.2), transparent 36%),
		linear-gradient(135deg, rgba(20, 50, 87, 0.99), rgba(20, 50, 87, 0.92) 54%, rgba(47, 127, 193, 0.86)),
		var(--wkb-navy);
	border-radius: calc(var(--wkb-radius) + 2px);
	box-shadow: 0 24px 54px rgba(20, 50, 87, 0.17);
	color: rgba(255, 255, 255, 0.9);
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1fr);
	padding: 60px 64px;
}

.wkb-sponsor-banner h2 {
	color: #ffffff;
	font-size: 2.78rem;
}

.wkb-sponsor-banner p {
	font-size: 1.04rem;
	line-height: 1.9;
	max-width: 650px;
}

.wkb-sponsor-banner__media {
	min-height: 372px;
}

.wkb-sponsor-banner__media img,
.wkb-photo-placeholder--sponsor {
	aspect-ratio: 4 / 3;
	border-radius: var(--wkb-radius);
	display: block;
	min-height: 372px;
	object-fit: cover;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
	width: 100%;
}

.wkb-photo-placeholder--sponsor {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(242, 140, 40, 0.34)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 42px),
		#f28c28;
	box-shadow: none;
}

.wkb-benefit-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.wkb-benefit-card {
	align-items: center;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid rgba(221, 229, 238, 0.9);
	border-radius: calc(var(--wkb-radius) - 2px);
	box-shadow: 0 20px 46px rgba(20, 50, 87, 0.1);
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: flex-start;
	min-height: 250px;
	padding: 36px 30px 32px;
	text-align: center;
}

.wkb-benefit-card__icon {
	align-items: center;
	border-radius: 999px;
	box-shadow:
		inset 0 0 0 9px rgba(255, 255, 255, 0.64),
		0 16px 32px rgba(20, 50, 87, 0.08);
	display: inline-flex;
	height: 134px;
	justify-content: center;
	width: 134px;
}

.wkb-benefit-card__icon span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 86px;
	width: 86px;
}

.wkb-benefit-card:nth-child(1) .wkb-benefit-card__icon {
	background-color: rgba(242, 140, 40, 0.12);
}

.wkb-benefit-card:nth-child(2) .wkb-benefit-card__icon {
	background-color: rgba(47, 159, 123, 0.12);
}

.wkb-benefit-card:nth-child(3) .wkb-benefit-card__icon {
	background-color: rgba(47, 127, 193, 0.12);
}

.wkb-benefit-card__title {
	font-size: 1.2rem;
	font-weight: 900;
	margin-bottom: 0;
}

.wkb-benefit-card__text {
	color: var(--wkb-muted);
	font-size: 0.99rem;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 310px;
}

.wkb-yanagase-hero {
	color: rgba(255, 255, 255, 0.9);
	isolation: isolate;
	min-height: 600px;
	overflow: hidden;
	padding: 96px 0 104px;
	position: relative;
}

.wkb-yanagase-hero__media,
.wkb-yanagase-hero__overlay {
	inset: 0;
	position: absolute;
	z-index: -2;
}

.wkb-yanagase-hero__media img {
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	width: 100%;
}

.wkb-yanagase-hero__overlay {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 28%, rgba(255, 255, 255, 0.2) 58%, rgba(20, 50, 87, 0.18) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(20, 50, 87, 0.16));
	z-index: -1;
}

.wkb-yanagase-hero h1 {
	color: var(--wkb-navy);
	font-size: clamp(3rem, 6vw, 5.6rem);
	letter-spacing: 0;
	max-width: 760px;
	word-break: keep-all;
}

.wkb-yanagase-hero .wkb-front-hero__project {
	color: var(--wkb-orange);
}

.wkb-yanagase-hero .wkb-front-hero__lead {
	color: var(--wkb-navy);
	font-size: clamp(1.32rem, 2.2vw, 1.72rem);
	font-weight: 800;
	max-width: 620px;
}

.wkb-yanagase-hero__inner {
	align-items: center;
	display: grid;
	min-height: 430px;
	position: relative;
}

.wkb-yanagase-hero__copy {
	max-width: 720px;
}

.wkb-yanagase-hero__badges {
	bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	width: min(440px, 40vw);
}

.wkb-yanagase-hero__badges span {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(20, 50, 87, 0.13);
	color: var(--wkb-navy);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	padding: 0.44rem 0.78rem;
}

.wkb-photo-split {
	align-items: center;
	display: grid;
	gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.wkb-photo-split--reverse {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.wkb-photo-split__copy h2 {
	font-size: clamp(2.15rem, 4vw, 3.35rem);
}

.wkb-photo-card,
.wkb-report-panel__image,
.wkb-support-panel__image {
	margin: 0;
}

.wkb-photo-card img,
.wkb-report-panel__image img,
.wkb-support-panel__image img {
	aspect-ratio: 3 / 2;
	border-radius: 24px;
	box-shadow: 0 22px 54px rgba(20, 50, 87, 0.14);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wkb-photo-card--wide img {
	aspect-ratio: 16 / 7;
}

.wkb-photo-card figcaption {
	color: var(--wkb-muted);
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

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

.wkb-overview-item {
	background: #ffffff;
	border: 1px solid var(--wkb-border);
	border-radius: var(--wkb-radius);
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 22px;
	position: relative;
}

.wkb-overview-item__mark {
	align-items: center;
	background: rgba(242, 140, 40, 0.12);
	border-radius: 999px;
	color: var(--wkb-orange);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 16px;
	width: 34px;
}

.wkb-overview-item dt {
	color: var(--wkb-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.wkb-overview-item dd {
	color: var(--wkb-navy);
	font-size: 1.05rem;
	font-weight: 900;
	margin: 0.25rem 0 0;
}

.wkb-activity-panel,
.wkb-committee-panel {
	margin-top: 58px;
}

.wkb-highlight-card,
.wkb-safety-card {
	height: 100%;
}

.wkb-highlight-card h3 {
	color: var(--wkb-orange);
	font-size: 1.36rem;
}

.wkb-step-list--inline {
	counter-reset: yanagase-step;
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 28px;
	padding: 0;
}

.wkb-step-list--inline li {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--wkb-border);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(20, 50, 87, 0.06);
	display: flex;
	font-weight: 900;
	gap: 12px;
	padding: 0.72rem 1rem;
}

.wkb-step-list--inline li::before {
	align-items: center;
	background: var(--wkb-green);
	border-radius: 50%;
	color: #ffffff;
	content: counter(yanagase-step);
	counter-increment: yanagase-step;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.78rem;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.wkb-safety-card {
	min-height: 210px;
}

.wkb-safety-card h3 {
	color: var(--wkb-blue);
}

.wkb-support-panel {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(20, 50, 87, 0.98), rgba(19, 66, 105, 0.96));
	border-radius: 26px;
	box-shadow: 0 24px 60px rgba(20, 50, 87, 0.18);
	color: rgba(255, 255, 255, 0.86);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.82fr);
	overflow: hidden;
	padding: clamp(30px, 5vw, 54px);
}

.wkb-support-panel .wkb-section-label,
.wkb-support-panel h2 {
	color: #ffffff;
}

.wkb-support-panel p {
	font-size: 1.05rem;
	line-height: 1.85;
}

.wkb-support-panel__image img {
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.wkb-after-report {
	padding-top: 54px;
}

.wkb-report-panel {
	align-items: center;
	background: #f7fafc;
	border: 1px solid var(--wkb-border);
	border-radius: 26px;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding: 24px;
}

.wkb-report-panel__copy {
	padding: 12px 18px 12px 0;
}

.wkb-muted-panel {
	background: #f7fafc;
	box-shadow: none;
}

.wkb-single-header {
	padding-bottom: 28px;
	padding-top: 58px;
}

.wkb-single-header h1 {
	font-size: 3.2rem;
	max-width: 880px;
}

.wkb-single-image {
	margin-bottom: 38px;
}

.wkb-single-image .wkb-card-image,
.wkb-single-image .wkb-image-placeholder {
	border-radius: 24px;
	max-height: 520px;
}

.search-form {
	display: flex;
	gap: 10px;
	margin-bottom: 32px;
	max-width: 680px;
}

.search-field {
	border: 1px solid var(--wkb-border);
	border-radius: 999px;
	flex: 1;
	min-height: 48px;
	padding: 0.6rem 1rem;
}

.search-submit {
	background: var(--wkb-navy);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 800;
	padding: 0.6rem 1.2rem;
}


.wkb-yanagase-future {
	position: relative;
}

.wkb-yanagase-future .wkb-section-heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
	text-align: center;
}

.wkb-yanagase-future .wkb-section-heading h2 {
	font-size: clamp(2.2rem, 4.2vw, 3.55rem);
}

.wkb-yanagase-future .wkb-section-heading p {
	font-size: 1.05rem;
	line-height: 1.95;
}

.wkb-before-after {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	margin-top: 38px;
}

.wkb-before-after__item {
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.9);
	border-radius: 28px;
	box-shadow: 0 24px 56px rgba(20, 50, 87, 0.12);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wkb-before-after__item figure {
	margin: 0;
	overflow: hidden;
}

.wkb-before-after__item img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wkb-before-after__item--before img {
	filter: saturate(0.84) contrast(0.96) brightness(0.98);
}

.wkb-before-after__item--future img {
	filter: saturate(1.06) contrast(1.02) brightness(1.02);
}

.wkb-before-after__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.wkb-before-after__label {
	align-self: flex-start;
	background: rgba(20, 50, 87, 0.08);
	border-radius: 999px;
	color: var(--wkb-navy);
	font-size: 0.82rem;
	font-weight: 900;
	margin-bottom: 0.72rem;
	padding: 0.28rem 0.72rem;
}

.wkb-before-after__item--future .wkb-before-after__label {
	background: rgba(242, 140, 40, 0.14);
	color: var(--wkb-orange);
}

.wkb-before-after__body h3 {
	font-size: 1.42rem;
	line-height: 1.45;
	margin-bottom: 0.58rem;
}

.wkb-before-after__body p:last-child {
	color: var(--wkb-muted);
	font-size: 0.98rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.wkb-before-after__arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 170px;
}

.wkb-before-after__arrow span {
	align-items: center;
	background: var(--wkb-orange);
	border: 6px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 16px 38px rgba(242, 140, 40, 0.22);
	color: #ffffff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 74px;
	justify-content: center;
	line-height: 1.25;
	text-align: center;
	width: 74px;
}

.wkb-before-after__note {
	color: var(--wkb-muted);
	font-size: 0.9rem;
	line-height: 1.75;
	margin: 24px auto 0;
	max-width: 860px;
	text-align: center;
}

.wkb-sponsor-menu .wkb-section-heading {
	max-width: 860px;
}

.wkb-sponsor-menu__snack {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(242, 140, 40, 0.16), rgba(47, 159, 123, 0.1)),
		#ffffff;
	border: 1px solid rgba(242, 140, 40, 0.26);
	border-radius: 28px;
	box-shadow: 0 22px 54px rgba(20, 50, 87, 0.1);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 36px;
	padding: clamp(28px, 4vw, 42px);
}

.wkb-sponsor-menu__snack h3 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	margin-bottom: 0.55rem;
}

.wkb-sponsor-menu__snack p:not(.wkb-sponsor-menu__tag) {
	color: var(--wkb-muted);
	font-size: 1.04rem;
	line-height: 1.85;
	margin-bottom: 0;
}

.wkb-sponsor-menu__tag {
	color: var(--wkb-orange);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0.65rem;
}

.wkb-sponsor-menu__block {
	margin-top: 38px;
}

.wkb-sponsor-menu__block .wkb-section-heading {
	margin-bottom: 18px;
}

.wkb-sponsor-menu__block h3 {
	font-size: 1.75rem;
}

.wkb-sponsor-plan-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wkb-sponsor-plan {
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.92);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(20, 50, 87, 0.09);
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 30px;
	position: relative;
}

.wkb-sponsor-plan::before {
	background: var(--wkb-orange);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 30px;
	position: absolute;
	top: 22px;
	width: 46px;
}

.wkb-sponsor-plan--corporate::before {
	background: var(--wkb-blue);
}

.wkb-sponsor-plan--featured {
	border-color: rgba(242, 140, 40, 0.48);
	box-shadow: 0 26px 58px rgba(20, 50, 87, 0.15);
}

.wkb-sponsor-plan--featured::before {
	background: var(--wkb-orange);
}

.wkb-sponsor-plan__price {
	color: var(--wkb-navy);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 900;
	line-height: 1.1;
	margin: 22px 0 18px;
}

.wkb-sponsor-plan ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wkb-sponsor-plan li {
	color: var(--wkb-muted);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.65;
	padding-left: 1.2rem;
	position: relative;
}

.wkb-sponsor-plan li::before {
	background: var(--wkb-green);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.65em;
	width: 7px;
}

.wkb-sponsor-menu__note {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.92);
	border-radius: 24px;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin-top: 32px;
	padding: 24px 28px;
}

.wkb-sponsor-menu__note p {
	color: var(--wkb-muted);
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 0;
}

.wkb-request-hero {
	background:
		linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(247, 251, 255, 0.98)),
		linear-gradient(90deg, rgba(242, 140, 40, 0.12), rgba(47, 159, 123, 0.12));
	border-bottom: 1px solid rgba(221, 229, 238, 0.86);
	padding: 72px 0 78px;
}

.wkb-request-hero__inner {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
}

.wkb-request-hero__copy {
	max-width: 780px;
}

.wkb-request-hero h1 {
	font-size: clamp(2.6rem, 5.2vw, 4.8rem);
	line-height: 1.18;
	margin-bottom: 0.48em;
}

.wkb-request-hero__lead {
	color: var(--wkb-navy);
	font-size: clamp(1.22rem, 2vw, 1.58rem);
	font-weight: 800;
	line-height: 1.65;
	margin-bottom: 1rem;
}

.wkb-request-hero__copy > p:not(.wkb-section-label):not(.wkb-request-hero__lead) {
	color: var(--wkb-muted);
	font-size: 1.05rem;
	line-height: 1.95;
	max-width: 680px;
}

.wkb-request-hero__visual {
	border-radius: 30px;
	box-shadow: 0 28px 68px rgba(20, 50, 87, 0.16);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.wkb-request-hero__visual::after {
	background: linear-gradient(180deg, rgba(20, 50, 87, 0.02), rgba(20, 50, 87, 0.2));
	content: "";
	inset: 0;
	position: absolute;
}

.wkb-request-hero__visual img {
	aspect-ratio: 4 / 3.15;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wkb-request-hero__visual figcaption {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 12px 28px rgba(20, 50, 87, 0.12);
	color: var(--wkb-navy);
	font-size: 0.88rem;
	font-weight: 900;
	left: 18px;
	padding: 0.36rem 0.86rem;
	position: absolute;
	z-index: 1;
}

.wkb-request-section .wkb-section-heading {
	max-width: 860px;
}

.wkb-request-card-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wkb-request-card {
	grid-column: span 2;
	min-height: 220px;
}

.wkb-request-card:nth-child(4),
.wkb-request-card:nth-child(5) {
	grid-column: span 3;
}

.wkb-request-card h3 {
	font-size: 1.25rem;
	line-height: 1.45;
}

.wkb-request-card p {
	color: var(--wkb-muted);
	font-size: 0.98rem;
	line-height: 1.82;
	margin-bottom: 0;
}

.wkb-request-services {
	background: #ffffff;
}

.wkb-request-service-list {
	display: grid;
	gap: 16px;
	margin-inline: auto;
	max-width: 980px;
}

.wkb-request-service {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.94);
	border-radius: 22px;
	box-shadow: 0 16px 38px rgba(20, 50, 87, 0.08);
	display: grid;
	gap: 20px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 24px 26px;
}

.wkb-request-service > span {
	align-items: center;
	background: rgba(47, 159, 123, 0.12);
	border-radius: 999px;
	color: var(--wkb-green);
	display: inline-flex;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.wkb-request-service h3 {
	font-size: 1.24rem;
	margin-bottom: 0.3rem;
}

.wkb-request-service p {
	color: var(--wkb-muted);
	line-height: 1.82;
	margin-bottom: 0;
}

.wkb-request-flow {
	counter-reset: request-flow;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wkb-request-flow li {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(242, 140, 40, 0.18);
	border-radius: 22px;
	box-shadow: 0 16px 38px rgba(20, 50, 87, 0.08);
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 24px;
}

.wkb-request-flow li > span {
	align-items: center;
	background: var(--wkb-orange);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.wkb-request-flow h3 {
	font-size: 1.16rem;
	margin-bottom: 0.26rem;
}

.wkb-request-flow p {
	color: var(--wkb-muted);
	font-size: 0.96rem;
	line-height: 1.78;
	margin-bottom: 0;
}

.wkb-request-yanagase {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.9);
	border-radius: 30px;
	box-shadow: 0 24px 58px rgba(20, 50, 87, 0.12);
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	overflow: hidden;
	padding: 24px 34px 24px 24px;
}

.wkb-request-yanagase figure {
	border-radius: 24px;
	margin: 0;
	overflow: hidden;
}

.wkb-request-yanagase img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.wkb-request-yanagase h2,
.wkb-request-consult h2 {
	font-size: clamp(2rem, 3.2vw, 3rem);
}

.wkb-request-yanagase p,
.wkb-request-consult p {
	color: var(--wkb-muted);
	font-size: 1.04rem;
	line-height: 1.9;
}

.wkb-request-consult {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(20, 50, 87, 0.96), rgba(20, 50, 87, 0.9)),
		linear-gradient(90deg, rgba(242, 140, 40, 0.24), rgba(47, 159, 123, 0.22));
	border-radius: 30px;
	box-shadow: 0 26px 62px rgba(20, 50, 87, 0.18);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	padding: 42px;
}

.wkb-request-consult h2,
.wkb-request-consult p {
	color: #ffffff;
}

.wkb-request-consult .wkb-section-label {
	color: #ffcf9c;
}

.wkb-request-consult__actions {
	display: grid;
	gap: 12px;
}

.wkb-request-consult__actions .wkb-button {
	justify-content: center;
	width: 100%;
}

.wkb-request-faq-section {
	background: #ffffff;
}

.wkb-request-faq {
	display: grid;
	gap: 14px;
	margin-inline: auto;
	max-width: 940px;
}

.wkb-request-faq details {
	background: #ffffff;
	border: 1px solid rgba(221, 229, 238, 0.96);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(20, 50, 87, 0.07);
	padding: 0;
}

.wkb-request-faq summary {
	color: var(--wkb-navy);
	cursor: pointer;
	font-weight: 900;
	list-style: none;
	padding: 20px 24px;
}

.wkb-request-faq summary::-webkit-details-marker {
	display: none;
}

.wkb-request-faq summary::after {
	color: var(--wkb-orange);
	content: "+";
	float: right;
	font-size: 1.3rem;
	line-height: 1;
	margin-left: 1rem;
}

.wkb-request-faq details[open] summary::after {
	content: "-";
}

.wkb-request-faq p {
	border-top: 1px solid rgba(221, 229, 238, 0.76);
	color: var(--wkb-muted);
	line-height: 1.85;
	margin: 0;
	padding: 18px 24px 22px;
}
