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

.sampo-whitepaper-page {
	--scw-navy: #08285a;
	--scw-text: #243653;
	--scw-muted: #66758a;
	--scw-teal: #0f8f8e;
	--scw-teal-dark: #087474;
	--scw-line: #dbe7ec;
	--scw-soft: #effafa;
	--scw-bg: #f7fbfc;
	margin: 0;
	color: var(--scw-text);
	background: #fff;
	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,
.sampo-whitepaper-page svg {
	display: block;
	max-width: 100%;
}

.scw-container {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.scw-header {
	position: sticky;
	z-index: 20;
	top: 0;
	border-bottom: 1px solid rgba(219, 231, 236, .92);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(14px);
}

.admin-bar .scw-header {
	top: 32px;
}

.scw-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	width: min(1240px, calc(100% - 48px));
	min-height: 72px;
	margin: 0 auto;
}

.scw-brand {
	display: inline-grid;
	grid-template-columns: 42px auto;
	align-items: center;
	gap: 10px;
	color: var(--scw-navy);
}

.scw-brand span {
	display: grid;
	gap: 2px;
}

.scw-brand strong {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
}

.scw-brand small {
	color: #4b6075;
	font-size: 10px;
	font-weight: 800;
}

.scw-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-width: 0;
}

.scw-nav a {
	color: var(--scw-navy);
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.scw-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--scw-teal), var(--scw-teal-dark));
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(8, 116, 116, .22);
	white-space: nowrap;
}

.scw-page {
	overflow: hidden;
	background:
		radial-gradient(circle at 74% 8%, rgba(15, 143, 142, .12), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7fbfc 36%, #fff 100%);
}

.scw-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 24px 0 8px;
	color: #53647a;
	font-size: 12px;
	font-weight: 800;
}

.scw-breadcrumb a[aria-current="page"] {
	color: var(--scw-navy);
}

.scw-hero {
	padding: 28px 0 56px;
	border-bottom: 1px solid #e8f1f3;
}

.scw-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(300px, .85fr) minmax(340px, 380px);
	gap: 34px;
	align-items: center;
}

.scw-badge {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 0 20px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--scw-teal), var(--scw-teal-dark));
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.scw-hero h1 {
	margin: 0;
	color: var(--scw-navy);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.32;
}

.scw-lead {
	margin: 24px 0 0;
	color: #31465f;
	font-size: 15px;
	font-weight: 800;
	line-height: 2;
}

.scw-hero-points {
	display: grid;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.scw-hero-points li,
.scw-info-panel li {
	position: relative;
	padding-left: 30px;
	color: #173047;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.8;
}

.scw-hero-points li::before,
.scw-info-panel li::before {
	position: absolute;
	left: 0;
	top: .4em;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--scw-teal);
	color: #fff;
	font-size: 12px;
	content: "✓";
}

.scw-hero__visual {
	min-width: 0;
}

.scw-paper-stack {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 410px;
	filter: drop-shadow(0 26px 30px rgba(8, 40, 90, .16));
}

.scw-sheet {
	position: absolute;
	width: 210px;
	height: 300px;
	border-radius: 4px;
	background:
		linear-gradient(90deg, transparent 0 46%, rgba(15, 143, 142, .24) 46% 48%, transparent 48%),
		repeating-linear-gradient(180deg, #f2f6f7 0 12px, #fff 12px 24px);
	border: 1px solid #dde8ec;
}

.scw-sheet--back {
	right: 12px;
	top: 48px;
	transform: rotate(8deg);
}

.scw-document {
	position: relative;
	display: grid;
	align-content: start;
	width: 230px;
	height: 318px;
	padding: 34px 28px;
	overflow: hidden;
	border: 1px solid #d9e6e9;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(8, 40, 90, .14);
}

.scw-document--front {
	transform: rotate(-2deg);
}

.scw-document__corner {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(15, 143, 142, .7) 0 46px, transparent 46px),
		linear-gradient(315deg, rgba(15, 143, 142, .18) 0 52px, transparent 52px);
}

.scw-document__logo {
	position: relative;
	margin-top: 40px;
	color: #55a7a7;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .04em;
	text-align: center;
}

.scw-document__title {
	position: relative;
	margin-top: 34px;
	color: var(--scw-navy);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.65;
}

.scw-document__mark {
	position: absolute;
	left: 28px;
	bottom: 24px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--scw-teal);
}

.scw-document--muted {
	width: 128px;
	height: 176px;
	padding: 18px 16px;
	transform: none;
	box-shadow: none;
}

.scw-document--muted .scw-document__logo {
	margin-top: 20px;
	font-size: 7px;
}

.scw-document--muted .scw-document__title {
	margin-top: 20px;
	font-size: 9px;
}

.scw-paper-badge {
	position: absolute;
	right: 10px;
	bottom: 36px;
	display: grid;
	place-items: center;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--scw-teal), var(--scw-teal-dark));
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	box-shadow: 0 14px 26px rgba(8, 116, 116, .22);
}

.scw-paper-badge span {
	font-size: 12px;
	line-height: 1.45;
}

.scw-form-card {
	align-self: start;
	padding: 28px 28px 26px;
	border: 1px solid #dce7ec;
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 24px 52px rgba(8, 40, 90, .13);
}

.scw-form-card__head {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin-bottom: 20px;
}

.scw-form-card__head > span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #d9f2f1;
	color: var(--scw-teal);
}

.scw-form-card svg,
.scw-card-icon svg,
.scw-experts svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.scw-form-card h2 {
	margin: 0;
	color: var(--scw-navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
}

.scw-form-card__head p {
	margin: 4px 0 0;
	color: #53647a;
	font-size: 13px;
	font-weight: 800;
}

.scw-form {
	display: grid;
	gap: 16px;
}

.scw-field {
	display: grid;
	gap: 7px;
}

.scw-field label {
	color: #172c45;
	font-size: 13px;
	font-weight: 900;
}

.scw-field label span {
	display: inline-flex;
	margin-left: 6px;
	padding: 2px 7px;
	border-radius: 4px;
	background: #eef1f4;
	color: #293a50;
	font-size: 10px;
	font-weight: 900;
}

.scw-field input {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #d8e2e7;
	border-radius: 6px;
	background: #fff;
	color: #172c45;
	font-size: 14px;
	font-weight: 700;
	outline: 0;
}

.scw-field input:focus {
	border-color: var(--scw-teal);
	box-shadow: 0 0 0 3px rgba(15, 143, 142, .13);
}

.scw-check {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	color: #243653;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.75;
}

.scw-check input {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	accent-color: var(--scw-teal);
}

.scw-form-note,
.scw-form-after,
.scw-form-privacy {
	margin: 0;
	color: #7a8796;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.65;
}

.scw-form button,
.scw-bottom-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	min-height: 54px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--scw-teal), var(--scw-teal-dark));
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 16px 30px rgba(8, 116, 116, .24);
}

.scw-form button::after,
.scw-bottom-cta a::after,
.scw-header__cta::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.scw-dev-download {
	display: none;
}

.scw-autobiz-form {
	margin-top: 12px;
}

.scw-section {
	padding: 38px 0 0;
}

.scw-section-title {
	margin: 0 0 24px;
	color: var(--scw-navy);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
}

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

.scw-learn-card,
.scw-info-panel,
.scw-material-card {
	border: 1px solid var(--scw-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(8, 40, 90, .06);
}

.scw-learn-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 160px;
	padding: 24px 20px;
}

.scw-card-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid #bfe5e4;
	border-radius: 50%;
	background: #effafa;
	color: var(--scw-teal);
}

.scw-learn-card span {
	color: var(--scw-teal);
	font-size: 20px;
	font-weight: 900;
}

.scw-learn-card h3 {
	margin: 2px 0 0;
	color: var(--scw-navy);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.55;
}

.scw-learn-card p {
	grid-column: 1 / -1;
	margin: 0;
	color: #40566e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.85;
}

.scw-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 24px;
}

.scw-info-panel {
	padding: 26px 30px;
}

.scw-info-panel h2 {
	margin: 0 0 14px;
	color: var(--scw-navy);
	font-size: 22px;
	font-weight: 900;
}

.scw-info-panel ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.scw-info-panel p {
	margin: 0 0 18px;
	color: #40566e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.9;
}

.scw-experts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.scw-experts div {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 100px;
	border: 1px solid #e0ebef;
	border-radius: 10px;
	background: #fff;
	color: var(--scw-navy);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.scw-section--materials {
	padding-top: 24px;
}

.scw-section-head {
	margin-bottom: 18px;
}

.scw-section-head h2 {
	margin: 0;
	color: var(--scw-navy);
	font-size: 22px;
	font-weight: 900;
}

.scw-section-head p {
	margin: 6px 0 0;
	color: #53647a;
	font-size: 13px;
	font-weight: 700;
}

.scw-material-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding: 22px 34px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(8, 40, 90, .06);
}

.scw-material-card {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-height: 220px;
	padding: 18px 16px;
	text-align: center;
}

.scw-material-card__thumb {
	display: grid;
	place-items: center;
	width: 100%;
	height: 114px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(180deg, #f6fbfc, #fff);
}

.scw-material-card h3 {
	margin: 0;
	color: var(--scw-navy);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.6;
}

.scw-material-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	min-height: 24px;
	padding: 0 12px;
	border-radius: 999px;
	background: #e6edf2;
	color: #43576a;
	font-size: 12px;
	font-weight: 900;
}

.scw-material-card span.is-active {
	background: var(--scw-teal);
	color: #fff;
}

.scw-trust {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin-top: 26px;
	padding: 26px 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f0fbfb, #fff);
	box-shadow: 0 16px 38px rgba(8, 40, 90, .06);
}

.scw-trust div {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 0 16px;
	border-left: 1px solid #d9ebef;
}

.scw-trust div:first-child {
	border-left: 0;
}

.scw-trust strong {
	color: #243653;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.65;
}

.scw-trust__icon {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	border: 3px solid var(--scw-teal);
	border-radius: 50%;
}

.scw-trust__icon::before,
.scw-trust__icon::after {
	position: absolute;
	content: "";
}

.scw-trust__icon--clock::before {
	left: 18px;
	top: 8px;
	width: 3px;
	height: 14px;
	background: var(--scw-teal);
}

.scw-trust__icon--clock::after {
	left: 18px;
	top: 20px;
	width: 11px;
	height: 3px;
	background: var(--scw-teal);
}

.scw-trust__icon--yen::before {
	left: 17px;
	top: 8px;
	width: 8px;
	height: 18px;
	border-left: 3px solid var(--scw-teal);
	border-bottom: 3px solid var(--scw-teal);
	transform: rotate(45deg);
}

.scw-trust__icon--mail,
.scw-trust__icon--shield,
.scw-trust__icon--lock {
	border-radius: 4px;
}

.scw-trust__icon--mail::before {
	inset: 10px 7px;
	border: 3px solid var(--scw-teal);
}

.scw-trust__icon--mail::after {
	left: 10px;
	top: 15px;
	width: 21px;
	height: 12px;
	border-left: 3px solid var(--scw-teal);
	border-bottom: 3px solid var(--scw-teal);
	transform: rotate(-45deg);
}

.scw-trust__icon--shield::before {
	left: 10px;
	top: 7px;
	width: 22px;
	height: 27px;
	border: 3px solid var(--scw-teal);
	border-radius: 8px 8px 12px 12px;
}

.scw-trust__icon--shield::after {
	left: 17px;
	top: 18px;
	width: 9px;
	height: 5px;
	border-left: 3px solid var(--scw-teal);
	border-bottom: 3px solid var(--scw-teal);
	transform: rotate(-45deg);
}

.scw-trust__icon--lock::before {
	left: 11px;
	top: 17px;
	width: 20px;
	height: 16px;
	border: 3px solid var(--scw-teal);
	border-radius: 3px;
}

.scw-trust__icon--lock::after {
	left: 15px;
	top: 7px;
	width: 12px;
	height: 15px;
	border: 3px solid var(--scw-teal);
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.scw-bottom-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 28px;
	align-items: center;
	margin-top: 26px;
	margin-bottom: 44px;
	padding: 30px 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, #072859, #06204a);
	color: #fff;
}

.scw-bottom-cta h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.55;
}

.scw-bottom-cta p {
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
	opacity: .9;
}

.scw-bottom-cta a {
	width: 100%;
	color: #fff;
}

.scw-footer {
	padding: 28px 0;
	border-top: 1px solid #e3edf1;
	background: #fff;
}

.scw-footer .scw-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #53647a;
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 1100px) {
	.scw-nav {
		display: none;
	}

	.scw-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
	}

	.scw-form-card {
		grid-column: 1 / -1;
	}

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

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

	.scw-trust div {
		border-left: 0;
		border-top: 1px solid #d9ebef;
		padding: 18px 12px;
	}

	.scw-trust div:nth-child(-n+2) {
		border-top: 0;
	}
}

@media (max-width: 760px) {
	.scw-container,
	.scw-breadcrumb,
	.scw-header__inner {
		width: min(100% - 32px, 1120px);
	}

	.admin-bar .scw-header {
		top: 46px;
	}

	.scw-header__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		padding: 14px 0;
	}

	.scw-header__cta {
		display: none;
	}

	.scw-breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
	}

	.scw-hero {
		padding-top: 18px;
	}

	.scw-hero__grid,
	.scw-info-grid,
	.scw-bottom-cta {
		grid-template-columns: 1fr;
	}

	.scw-hero h1 {
		font-size: 32px;
	}

	.scw-paper-stack {
		min-height: 340px;
		transform: scale(.9);
	}

	.scw-form-card {
		padding: 24px 20px;
	}

	.scw-learn-grid,
	.scw-material-grid,
	.scw-trust {
		grid-template-columns: 1fr;
	}

	.scw-material-grid {
		padding: 18px;
	}

	.scw-trust div,
	.scw-trust div:nth-child(-n+2) {
		border-top: 1px solid #d9ebef;
	}

	.scw-trust div:first-child {
		border-top: 0;
	}

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

	.scw-bottom-cta {
		padding: 26px 22px;
	}
}
