:root {
	--wkb-navy: #143257;
	--wkb-orange: #f28c28;
	--wkb-green: #2f9f7b;
	--wkb-blue: #2f7fc1;
	--wkb-cream: #fff7e6;
	--wkb-text: #172033;
	--wkb-muted: #687385;
	--wkb-border: #dde5ee;
	--wkb-radius: 8px;
	--wkb-radius-sm: 6px;
	--wkb-shadow: 0 18px 44px rgba(20, 50, 87, 0.11);
	--wkb-container: 1280px;
	--wkb-header-height: 86px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--wkb-header-height) + 18px);
}

body {
	background: #ffffff;
	color: var(--wkb-text);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16.5px;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}

@supports (overflow-x: clip) {
	html,
	body {
		overflow-x: clip;
	}
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--wkb-blue);
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(242, 140, 40, 0.75);
	outline-offset: 4px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.wkb-skip-link {
	background: var(--wkb-navy);
	color: #ffffff;
	left: 1rem;
	padding: 0.65rem 1rem;
	position: fixed;
	top: 1rem;
	transform: translateY(-180%);
	z-index: 1000;
}

.wkb-skip-link:focus {
	transform: translateY(0);
}

h1,
h2,
h3,
h4 {
	color: var(--wkb-navy);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 0.7em;
}

h1 {
	font-size: 4.8rem;
}

h2 {
	font-size: 2.7rem;
}

h3 {
	font-size: 1.22rem;
}

p {
	margin: 0 0 1.2em;
}

ul,
ol {
	margin-top: 0;
}
