.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(1460px, calc(100% - 72px));
	margin-inline: auto;
}

.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(1460px, calc(100% - 72px));
	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(650px, 1fr) 330px minmax(350px, 390px);
	gap: 28px;
	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);
	max-width: 720px;
	font-size: clamp(36px, 2.75vw, 46px);
	font-weight: 900;
	line-height: 1.32;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.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: 330px;
	filter: drop-shadow(0 26px 30px rgba(8, 40, 90, .16));
}

.scw-sheet {
	position: absolute;
	width: 250px;
	height: 140px;
	border-radius: 4px;
	background:
		repeating-linear-gradient(180deg, #f2f6f7 0 10px, #fff 10px 20px);
	border: 1px solid #dde8ec;
}

.scw-sheet--back {
	right: 22px;
	top: 68px;
	transform: rotate(7deg);
}

.scw-document {
	position: relative;
	display: block;
	width: 350px;
	height: 197px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d9e6e9;
	border-radius: 4px;
	background: #7fcac0;
	box-shadow: 0 18px 42px rgba(8, 40, 90, .14);
}

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

.scw-document__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scw-document--muted {
	width: 220px;
	height: 124px;
	padding: 0;
	transform: none;
	box-shadow: none;
}

.scw-paper-badge {
	position: absolute;
	right: -4px;
	bottom: 18px;
	width: 86px;
	height: 86px;
	object-fit: contain;
	border-radius: 50%;
	filter: drop-shadow(0 14px 18px rgba(8, 116, 116, .22));
}

.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 {
	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 {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.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;
	grid-template-rows: 86px auto;
	gap: 12px;
	min-height: 138px;
	overflow: hidden;
	border: 1px solid #e0ebef;
	border-radius: 10px;
	background: #fff;
	color: var(--scw-navy);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.scw-experts img {
	width: 100%;
	height: 86px;
	object-fit: cover;
	object-position: center;
}

.scw-experts span {
	display: grid;
	place-items: center;
	min-height: 40px;
	padding: 0 10px 12px;
}

.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: 108px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(180deg, #f6fbfc, #fff);
}

.scw-material-card__thumb .scw-document {
	width: 188px;
	height: 106px;
	max-width: 188px;
	max-height: 106px;
	transform: none;
	box-shadow: none;
}

.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(4, 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 {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
}

.scw-trust__icon img {
	width: 46px;
	height: 46px;
	object-fit: contain;
}

.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: 1320px) {
	.scw-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
		gap: 24px;
	}

	.scw-hero__visual {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		width: 100%;
	}

	.scw-form-card {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: center;
		width: min(720px, 100%);
	}

	.scw-hero h1 {
		max-width: 640px;
		font-size: clamp(34px, 3.45vw, 44px);
	}

	.scw-document {
		width: 310px;
		height: 174px;
	}

	.scw-sheet {
		width: 230px;
		height: 129px;
	}
}

@media (max-width: 1100px) {
	.scw-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
	}

	.scw-hero h1 {
		font-size: clamp(32px, 3.8vw, 40px);
	}

	.scw-document {
		width: 280px;
		height: 158px;
	}

	.scw-sheet {
		width: 210px;
		height: 118px;
	}

	.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) {
	.sampo-whitepaper-page {
		overflow-x: hidden;
	}

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

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

	.scw-hero {
		padding: 16px 0 30px;
	}

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

	.scw-hero__content,
	.scw-hero__visual,
	.scw-form-card {
		grid-column: 1;
		grid-row: auto;
		min-width: 0;
	}

	.scw-hero__grid {
		gap: 22px;
		align-items: start;
		justify-items: center;
	}

	.scw-hero__content {
		width: 100%;
		text-align: center;
	}

	.scw-badge {
		margin-inline: auto;
	}

	.scw-hero h1 {
		max-width: 100%;
		font-size: 28px;
		line-height: 1.38;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.scw-lead {
		margin-top: 18px;
		line-height: 1.85;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.scw-hero-points {
		gap: 10px;
		margin-top: 20px;
		text-align: left;
	}

	.scw-hero-points li,
	.scw-info-panel li {
		font-size: 13px;
		line-height: 1.7;
		overflow-wrap: anywhere;
	}

	.scw-hero__visual {
		justify-self: center;
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	.scw-paper-stack {
		width: 100%;
		min-height: 232px;
		margin-inline: auto;
		transform: none;
	}

	.scw-document {
		width: min(330px, 100%);
		height: auto;
		aspect-ratio: 16 / 9;
	}

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

	.scw-sheet {
		width: min(290px, 88%);
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.scw-sheet--back {
		right: 6px;
		top: 22px;
	}

	.scw-paper-badge {
		right: 2px;
		bottom: 20px;
		width: 78px;
		height: 78px;
	}

	.scw-form-card {
		justify-self: center;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 24px 20px;
		overflow: hidden;
	}

	.scw-form-card__head {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.scw-form-card__head > span {
		width: 48px;
		height: 48px;
	}

	.scw-form-card h2 {
		font-size: 21px;
		overflow-wrap: anywhere;
	}

	.scw-form,
	.scw-field,
	.scw-check {
		min-width: 0;
	}

	.scw-field input {
		min-width: 0;
	}

	.scw-check span {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.scw-form button {
		padding-inline: 18px;
		font-size: clamp(12px, 3.4vw, 16px);
		white-space: nowrap;
		line-height: 1.5;
	}

	.scw-section {
		padding-top: 28px;
	}

	.scw-section-title {
		margin-bottom: 18px;
		font-size: 26px;
		overflow-wrap: anywhere;
	}

	.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-experts div {
		grid-template-rows: auto auto;
		gap: 0;
		min-height: 0;
	}

	.scw-experts img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
		background: #f7fbfc;
	}

	.scw-experts span {
		min-height: 58px;
		padding: 14px 10px 16px;
	}

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