.sampo-whitepaper-page,
.sampo-whitepaper-page * {
	box-sizing: border-box;
}

.sampo-whitepaper-page {
	--scw-blue: #075bd8;
	--scw-blue-dark: #004ac2;
	--scw-ink: #111b3a;
	--scw-text: #273a5b;
	--scw-muted: #728199;
	--scw-line: #dce7f3;
	--scw-bg: #f6fbff;
	--scw-soft-blue: #eaf5ff;
	margin: 0;
	background: #fff;
	color: var(--scw-text);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
	letter-spacing: 0;
}

.sampo-whitepaper-page a {
	color: inherit;
	text-decoration: none;
}

.sampo-whitepaper-page img {
	display: block;
	max-width: 100%;
}

.scw-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 76px;
	padding: 0 36px;
	border-bottom: 1px solid rgba(214, 228, 244, .85);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
}

.scw-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: var(--scw-ink);
	font-size: 20px;
	font-weight: 900;
	white-space: nowrap;
}

.scw-logo img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.scw-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.2vw, 36px);
	min-width: 0;
	color: #1c2a44;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.scw-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 76px;
}

.scw-nav a.is-active {
	color: var(--scw-blue);
}

.scw-nav a.is-active::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--scw-blue);
	content: "";
}

.scw-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
}

.scw-login,
.scw-download,
.scw-card__foot a,
.scw-member-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 900;
}

.scw-login {
	min-width: 92px;
	border: 1px solid #97b4df;
	color: #0750bf;
	background: #fff;
}

.scw-download,
.scw-card__foot a,
.scw-member-cta a {
	background: linear-gradient(180deg, #0875ff 0%, var(--scw-blue-dark) 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(0, 76, 194, .2);
}

.scw-download {
	min-width: 154px;
	padding: 0 18px;
}

.scw-hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 26px;
	background:
		radial-gradient(circle at 88% 16%, rgba(7, 91, 216, .12), transparent 19%),
		linear-gradient(120deg, #fff 0%, #f0f8ff 48%, #eaf4ff 100%);
}

.scw-hero::before,
.scw-hero::after {
	position: absolute;
	width: 82px;
	height: 82px;
	background-image: radial-gradient(circle, rgba(7, 91, 216, .16) 2px, transparent 2.5px);
	background-size: 14px 14px;
	content: "";
	opacity: .85;
}

.scw-hero::before {
	top: 88px;
	left: 46%;
	transform: rotate(45deg);
}

.scw-hero::after {
	right: 15%;
	bottom: 158px;
	transform: rotate(45deg);
}

.scw-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 510px) minmax(420px, 1fr);
	align-items: center;
	gap: 40px;
	width: min(calc(100% - 104px), 1280px);
	margin: 0 auto;
}

.scw-eyebrow {
	margin: 0 0 22px;
	color: var(--scw-blue);
	font-size: 17px;
	font-weight: 900;
}

.scw-hero h1 {
	margin: 0;
	color: var(--scw-ink);
	font-size: clamp(44px, 4.2vw, 66px);
	font-weight: 900;
	line-height: 1.25;
}

.scw-hero__copy > p:last-child {
	max-width: 600px;
	margin: 32px 0 0;
	color: #203456;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}

.scw-hero__visual {
	position: relative;
	min-height: 400px;
}

.scw-hero__circle {
	position: absolute;
	inset: 8px auto auto 110px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: rgba(7, 91, 216, .08);
}

.scw-hero__book {
	position: absolute;
	object-fit: cover;
	border: 1px solid rgba(184, 206, 234, .8);
	border-radius: 4px;
	box-shadow: 0 24px 52px rgba(53, 91, 143, .18);
}

.scw-hero__book--main {
	z-index: 3;
	left: 120px;
	top: 58px;
	width: 260px;
	height: 330px;
	transform: rotate(-2deg);
	background: #fff;
}

.scw-hero__book--sub1 {
	z-index: 2;
	left: 360px;
	top: 70px;
	width: 170px;
	height: 292px;
	transform: rotate(7deg);
}

.scw-hero__book--sub2 {
	z-index: 1;
	left: 488px;
	top: 95px;
	width: 152px;
	height: 262px;
	transform: rotate(14deg);
}

.scw-stats {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(calc(100% - 176px), 1180px);
	margin: 10px auto 0;
	border: 1px solid #dce9f6;
	border-radius: 10px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 20px 46px rgba(64, 101, 151, .12);
}

.scw-stats div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 100px;
	padding: 18px;
}

.scw-stats div + div {
	border-left: 1px solid #dce9f6;
}

.scw-stat-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--scw-blue);
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}

.scw-stats p {
	margin: 0;
	color: #34425c;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.scw-stats strong {
	display: block;
	margin-top: 3px;
	color: var(--scw-ink);
	font-size: 32px;
	font-weight: 900;
	letter-spacing: .02em;
}

.scw-stats small {
	margin-left: 2px;
	font-size: 16px;
}

.scw-library {
	display: grid;
	grid-template-columns: 272px minmax(0, 1fr);
	gap: 36px;
	width: min(calc(100% - 104px), 1280px);
	margin: 72px auto 0;
}

.scw-filter {
	align-self: start;
	position: sticky;
	top: 96px;
	border: 1px solid var(--scw-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(31, 69, 115, .06);
}

.scw-filter h2 {
	margin: 0;
	padding: 24px 20px 16px;
	color: var(--scw-ink);
	font-size: 20px;
	font-weight: 900;
}

.scw-search {
	display: block;
	padding: 0 18px 18px;
}

.scw-search input,
.scw-filter select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d5e2f0;
	border-radius: 8px;
	background: #fff;
	color: #223653;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
}

.scw-search input {
	padding: 0 14px;
}

.scw-filter select {
	padding: 0 12px;
}

.scw-filter__group {
	padding: 18px 20px;
	border-top: 1px solid #edf3fa;
}

.scw-filter__group h3 {
	margin: 0 0 14px;
	color: var(--scw-ink);
	font-size: 15px;
	font-weight: 900;
}

.scw-filter label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 30px;
	color: #34425c;
	font-size: 14px;
	font-weight: 700;
}

.scw-filter input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: var(--scw-blue);
}

.scw-clear {
	display: block;
	width: calc(100% - 40px);
	min-height: 42px;
	margin: 0 auto 18px;
	border: 1px solid #9ab4d7;
	border-radius: 8px;
	background: #fff;
	color: #315b93;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
}

.scw-request {
	display: block;
	margin: 28px 0 0;
	padding: 26px 20px 78px;
	border-top: 1px solid #edf3fa;
	border-radius: 0 0 8px 8px;
	background:
		linear-gradient(135deg, #eaf5ff 0%, #d8ebff 100%);
	color: #1b365e;
	font-weight: 800;
}

.scw-request strong {
	display: block;
	margin-top: 10px;
}

.scw-results__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 30px;
}

.scw-results__head h2 {
	margin: 0;
	color: var(--scw-ink);
	font-size: 26px;
	font-weight: 900;
}

.scw-results__head select {
	min-width: 186px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #d5e2f0;
	border-radius: 8px;
	background: #fff;
	color: #334b68;
	font: inherit;
	font-weight: 800;
}

.scw-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.scw-card {
	overflow: hidden;
	border: 1px solid #dce7f3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(35, 68, 110, .08);
}

.scw-card__thumb {
	position: relative;
	display: grid;
	place-items: center;
	height: 184px;
	overflow: hidden;
	background: #eaf5ff;
}

.scw-card--blue .scw-card__thumb { background: linear-gradient(135deg, #e9f4ff 0%, #cfe6ff 100%); }
.scw-card--green .scw-card__thumb { background: linear-gradient(135deg, #e9fbef 0%, #ccefd7 100%); }
.scw-card--purple .scw-card__thumb { background: linear-gradient(135deg, #f0e9ff 0%, #dfd4ff 100%); }
.scw-card--yellow .scw-card__thumb { background: linear-gradient(135deg, #fff5cb 0%, #ffe89a 100%); }
.scw-card--sky .scw-card__thumb { background: linear-gradient(135deg, #eaf8ff 0%, #c9eaff 100%); }
.scw-card--orange .scw-card__thumb { background: linear-gradient(135deg, #fff0d8 0%, #ffd99e 100%); }

.scw-card__thumb img {
	width: 86%;
	height: 78%;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 18px 34px rgba(21, 64, 120, .14);
}

.scw-new {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 26px;
	border-radius: 999px;
	background: var(--scw-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.scw-card__body {
	display: flex;
	flex-direction: column;
	min-height: 248px;
	padding: 22px 20px 18px;
}

.scw-tag {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #23517f;
	font-size: 12px;
	font-weight: 900;
}

.scw-card h3 {
	margin: 16px 0 0;
	color: var(--scw-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.45;
}

.scw-card p {
	margin: 12px 0 0;
	color: #4b5d73;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.85;
}

.scw-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 22px;
}

.scw-card__foot span {
	color: #5d6d82;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.scw-card__foot a {
	min-width: 116px;
	min-height: 42px;
	padding: 0 14px;
	font-size: 13px;
}

.scw-card__foot a::before {
	margin-right: 6px;
	content: "↓";
}

.scw-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
}

.scw-pager a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d8e5f2;
	border-radius: 50%;
	background: #fff;
	color: #52657c;
	font-weight: 900;
}

.scw-pager a.is-current {
	border-color: var(--scw-blue);
	background: var(--scw-blue);
	color: #fff;
}

.scw-member-cta {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	align-items: center;
	gap: 38px;
	width: min(calc(100% - 104px), 1280px);
	margin: 84px auto 28px;
	padding: 34px 68px;
	border-radius: 16px;
	background: linear-gradient(135deg, #e7f4ff 0%, #f3f9ff 100%);
}

.scw-member-cta__image {
	display: grid;
	place-items: center;
	min-height: 130px;
}

.scw-member-cta__image img {
	width: 130px;
	height: 130px;
	object-fit: contain;
}

.scw-member-cta h2 {
	margin: 0;
	color: var(--scw-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.55;
}

.scw-member-cta p {
	margin: 8px 0 20px;
	color: #4c5f77;
	font-size: 15px;
	font-weight: 800;
}

.scw-member-cta a {
	width: 230px;
}

.scw-member-cta a::after {
	margin-left: 14px;
	content: "→";
}

.scw-footer {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 104px;
	padding: 26px 56px;
	border-top: 1px solid #e3edf7;
	background: #fff;
	color: #61738a;
}

.scw-footer nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	font-size: 13px;
	font-weight: 800;
}

.scw-footer p {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.scw-header {
		grid-template-columns: 1fr auto;
	}

	.scw-nav {
		display: none;
	}

	.scw-hero__inner {
		grid-template-columns: 1fr;
	}

	.scw-hero__visual {
		min-height: 300px;
	}

	.scw-hero__book--main {
		left: 50%;
		transform: translateX(-50%) rotate(-2deg);
	}

	.scw-hero__book--sub1 {
		left: calc(50% + 130px);
	}

	.scw-hero__book--sub2 {
		left: calc(50% + 242px);
	}

	.scw-library {
		grid-template-columns: 1fr;
	}

	.scw-filter {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
	}

	.scw-filter h2,
	.scw-search,
	.scw-clear,
	.scw-request {
		grid-column: 1 / -1;
	}

	.scw-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.scw-header {
		position: static;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px 16px;
	}

	.scw-logo {
		justify-content: center;
	}

	.scw-header__actions {
		justify-content: center;
	}

	.scw-login,
	.scw-download {
		flex: 1 1 0;
		min-width: 0;
	}

	.scw-hero {
		padding: 42px 0 22px;
	}

	.scw-hero__inner,
	.scw-library,
	.scw-member-cta {
		width: min(calc(100% - 32px), 560px);
	}

	.scw-hero h1 {
		font-size: clamp(36px, 11vw, 48px);
	}

	.scw-hero__copy > p:last-child {
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.9;
	}

	.scw-hero__visual {
		min-height: 250px;
		overflow: hidden;
	}

	.scw-hero__circle {
		left: 50%;
		width: 240px;
		height: 240px;
		transform: translateX(-50%);
	}

	.scw-hero__book--main {
		top: 38px;
		width: 190px;
		height: 236px;
	}

	.scw-hero__book--sub1 {
		left: calc(50% + 74px);
		top: 52px;
		width: 116px;
		height: 204px;
	}

	.scw-hero__book--sub2 {
		left: calc(50% + 142px);
		top: 70px;
		width: 100px;
		height: 174px;
	}

	.scw-stats {
		grid-template-columns: 1fr;
		width: min(calc(100% - 32px), 560px);
	}

	.scw-stats div {
		justify-content: flex-start;
		min-height: 82px;
	}

	.scw-stats div + div {
		border-top: 1px solid #dce9f6;
		border-left: 0;
	}

	.scw-filter {
		grid-template-columns: 1fr;
	}

	.scw-results__head {
		align-items: stretch;
		flex-direction: column;
	}

	.scw-results__head h2 {
		font-size: 22px;
	}

	.scw-card-grid {
		grid-template-columns: 1fr;
	}

	.scw-card__thumb {
		height: 170px;
	}

	.scw-member-cta {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 54px;
		padding: 28px 22px;
		text-align: left;
	}

	.scw-member-cta__image {
		display: none;
	}

	.scw-member-cta h2 {
		font-size: 20px;
	}

	.scw-member-cta a {
		width: 100%;
	}

	.scw-footer {
		grid-template-columns: 1fr;
		padding: 30px 20px;
		text-align: center;
	}

	.scw-footer .scw-logo {
		justify-content: center;
	}

	.scw-footer nav {
		flex-wrap: wrap;
		gap: 16px 24px;
	}
}
