:root {
	--contact-navy: #102f52;
	--contact-navy-deep: #08223d;
	--contact-paper: #f5e7d6;
	--contact-paper-light: #fbf4ea;
	--contact-line: rgba(16, 47, 82, .28);
	--contact-aqua: #5fd3de;
	--contact-aqua-ink: #0b6d79;
	--contact-sand: #d1ad74;
	--contact-error: #a52e2e;
}

html {
	scroll-behavior: smooth;
}

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

.contact-page {
	background: var(--contact-paper);
	color: var(--contact-navy);
	overflow: clip;
}

.contact-page :where(h1, h2, h3, p, li, th, td, a, label, input, textarea, select, button) {
	word-break: auto-phrase;
	line-break: strict;
	overflow-wrap: anywhere;
}

.contact-page :where(h1, h2, h3):not(.type-lines),
.contact-page :where(p, li, dd):not(.type-lines):not(.text-compact) {
	word-break: auto-phrase;
	overflow-wrap: anywhere;
}

.contact-hero {
	position: relative;
	min-height: calc(100svh - var(--header-height));
	background: var(--contact-navy);
	color: #fffaf2;
}

.contact-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 58.24%, rgba(95, 211, 222, .48) 58.3%, transparent 58.36%),
		linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 30%);
	content: "";
	pointer-events: none;
}

.contact-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
	align-items: center;
	gap: clamp(52px, 7vw, 116px);
	width: min(1540px, calc(100% - clamp(32px, 8vw, 144px)));
	min-height: calc(100svh - var(--header-height));
	margin-inline: auto;
	padding-block: clamp(62px, 8vw, 124px);
}

.contact-hero__copy {
	max-width: 920px;
}

.contact-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-bottom: clamp(44px, 7vw, 86px);
	color: rgba(255, 250, 242, .66);
	font-size: 13px;
	font-weight: 600;
}

.contact-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.contact-breadcrumb a:hover,
.contact-breadcrumb a:focus-visible {
	color: var(--contact-aqua);
}

.contact-hero__eyebrow {
	margin: 0 0 1.2rem;
	color: var(--contact-aqua);
	font-family: Inter, sans-serif;
	font-size: clamp(12px, 1vw, 15px);
	font-weight: 800;
	letter-spacing: .14em;
}

.contact-section__heading > p,
.contact-form-guide__eyebrow,
.contact-complete__eyebrow {
	margin: 0 0 1.2rem;
	color: var(--contact-aqua-ink);
	font-family: Inter, sans-serif;
	font-size: clamp(12px, 1vw, 15px);
	font-weight: 800;
	letter-spacing: .14em;
}

.contact-hero h1 {
	max-width: 12em;
	margin: 0;
	font-family: "Shippori Mincho", serif;
	font-size: clamp(50px, 5.3vw, 84px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.28;
	text-wrap: balance;
}

.contact-hero h1 span {
	display: block;
	white-space: nowrap;
}

.contact-hero__lead {
	max-width: 800px;
	margin: clamp(28px, 4vw, 48px) 0 0;
	color: rgba(255, 250, 242, .86);
	font-size: clamp(16px, 1.3vw, 20px);
	font-weight: 500;
	line-height: 2;
	text-wrap: pretty;
	white-space: normal;
}

.contact-hero__assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(34px, 5vw, 58px) 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 250, 242, .34);
	border-bottom: 1px solid rgba(255, 250, 242, .34);
	list-style: none;
}

.contact-hero__assurances li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 76px;
	padding: 1rem clamp(12px, 1.5vw, 22px) 1rem 1.25rem;
	font-size: clamp(12px, 1vw, 15px);
	font-weight: 700;
	line-height: 1.55;
}

.contact-hero__assurances li + li {
	border-left: 1px solid rgba(255, 250, 242, .24);
}

.contact-hero__assurances li::before {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--contact-aqua);
	content: "";
}

.contact-hero__media {
	position: relative;
	align-self: stretch;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
	border-radius: 999px 999px 24px 24px;
	background: var(--contact-navy-deep);
}

.contact-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(4, 23, 42, .76));
	content: "";
	pointer-events: none;
}

.contact-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
}

.contact-hero__media figcaption {
	position: absolute;
	z-index: 1;
	right: clamp(20px, 3vw, 42px);
	bottom: clamp(22px, 3vw, 42px);
	left: clamp(20px, 3vw, 42px);
	border-top: 1px solid rgba(255, 255, 255, .52);
	padding-top: 1rem;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
}

.contact-hero--compact {
	min-height: 520px;
}

.contact-hero--compact .contact-hero__inner {
	display: block;
	width: min(1320px, calc(100% - clamp(32px, 8vw, 144px)));
	min-height: 520px;
	padding-block: clamp(62px, 8vw, 108px);
}

.contact-hero--compact .contact-hero__copy {
	max-width: 1040px;
}

.contact-hero--compact .contact-breadcrumb {
	margin-bottom: clamp(30px, 5vw, 54px);
}

.contact-hero--compact h1 {
	font-size: clamp(48px, 5vw, 78px);
}

.contact-progress {
	position: relative;
	z-index: 2;
	width: min(1320px, calc(100% - clamp(32px, 8vw, 144px)));
	margin-inline: auto;
	background: var(--contact-paper);
}

.contact-progress ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-left: 1px solid var(--contact-line);
	list-style: none;
}

.contact-progress li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem;
	min-height: 112px;
	border-right: 1px solid var(--contact-line);
	border-bottom: 1px solid var(--contact-line);
	padding: 1.25rem clamp(18px, 2.5vw, 38px);
	color: rgba(16, 47, 82, .56);
}

.contact-progress li::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 6px;
	background: transparent;
	content: "";
}

.contact-progress li.is-current {
	background: var(--contact-paper-light);
	color: var(--contact-navy);
}

.contact-progress li.is-current::after {
	background: var(--contact-aqua);
}

.contact-progress li.is-complete {
	color: var(--contact-navy);
}

.contact-progress span {
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.contact-progress strong {
	font-size: clamp(14px, 1.2vw, 17px);
}

.contact-routes,
.contact-after,
.contact-form-section,
.contact-complete {
	background: var(--contact-paper);
}

.contact-section__inner,
.contact-form-layout,
.contact-complete__inner {
	width: min(1320px, calc(100% - clamp(32px, 8vw, 144px)));
	margin-inline: auto;
}

.contact-section__inner {
	padding-block: clamp(78px, 9vw, 132px);
}

.contact-section__heading {
	display: grid;
	grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
	gap: clamp(32px, 7vw, 112px);
	align-items: start;
}

.contact-section__heading > p {
	padding-top: .65rem;
}

.contact-section__heading h2,
.contact-form-guide h2,
.contact-complete h2 {
	margin: 0;
	font-family: "Shippori Mincho", serif;
	font-size: clamp(38px, 4.8vw, 68px);
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.4;
	text-wrap: balance;
}

.contact-form-guide h2 span {
	display: block;
	white-space: nowrap;
}

.contact-routes__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(44px, 7vw, 84px);
	border-top: 1px solid var(--contact-line);
	border-left: 1px solid var(--contact-line);
}

.contact-route {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-content: start;
	min-height: 280px;
	border-right: 1px solid var(--contact-line);
	border-bottom: 1px solid var(--contact-line);
	padding: clamp(28px, 4vw, 50px);
	color: inherit;
	text-decoration: none;
	transition: background-color .25s ease;
}

.contact-route::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 6px;
	background: var(--contact-aqua);
	content: "";
	transform: scaleX(.12);
	transform-origin: left;
	transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

.contact-route--partner::after {
	background: var(--contact-sand);
}

.contact-route:hover,
.contact-route:focus-visible {
	background: var(--contact-paper-light);
}

.contact-route:hover::after,
.contact-route:focus-visible::after {
	transform: scaleX(1);
}

.contact-route span {
	grid-column: 1;
	margin-bottom: 1.2rem;
	font-size: 14px;
	font-weight: 700;
}

.contact-route strong {
	grid-column: 1;
	max-width: 19em;
	font-size: clamp(21px, 2vw, 30px);
	line-height: 1.6;
	text-wrap: balance;
}

.contact-route small {
	grid-column: 1;
	margin-top: auto;
	padding-top: 2rem;
	color: rgba(16, 47, 82, .7);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
}

.contact-route b {
	grid-column: 2;
	grid-row: 1 / span 3;
	align-self: end;
	font-family: Inter, sans-serif;
	font-size: 24px;
	font-weight: 500;
	transition: transform .25s ease;
}

.contact-route:hover b,
.contact-route:focus-visible b {
	transform: translateY(8px);
}

.contact-form-section {
	scroll-margin-top: calc(var(--header-height) + 20px);
	border-top: 1px solid var(--contact-line);
	border-bottom: 1px solid var(--contact-line);
}

.contact-form-layout {
	display: grid;
	grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
	gap: clamp(52px, 8vw, 124px);
	padding-block: clamp(84px, 10vw, 144px);
}

.contact-form-guide {
	position: sticky;
	top: calc(var(--header-height) + 36px);
	align-self: start;
}

.contact-form-guide h2 {
	font-size: clamp(34px, 3.55vw, 52px);
}

.contact-form-guide > p:not(.contact-form-guide__eyebrow) {
	margin: 1.8rem 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
	text-wrap: pretty;
}

.contact-form-guide ul {
	margin: 1.8rem 0 0;
	padding: 0;
	border-top: 1px solid var(--contact-line);
	list-style: none;
}

.contact-form-guide li {
	position: relative;
	border-bottom: 1px solid var(--contact-line);
	padding: .9rem .4rem .9rem 1.5rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
}

.contact-form-guide li::before {
	position: absolute;
	top: 1.55rem;
	left: .1rem;
	width: 10px;
	height: 4px;
	background: var(--contact-aqua);
	content: "";
}

.contact-form-guide__back {
	display: inline-flex;
	justify-content: space-between;
	gap: 2rem;
	width: min(100%, 320px);
	margin-top: 2rem;
	border-top: 1px solid var(--contact-navy);
	border-bottom: 1px solid var(--contact-navy);
	padding: 1rem .15rem;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.contact-form-shell {
	min-width: 0;
}

.contact-form-shell > :first-child {
	margin-top: 0;
}

.contact-form-shell .wpcf7,
.contact-form-shell .wpcf7-form,
.contact-form-shell form {
	width: 100%;
}

.contact-form-shell table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}

.contact-form-shell tr {
	border: 0;
}

.contact-form-shell th,
.contact-form-shell td {
	border: 0;
	background: transparent;
	color: var(--contact-navy);
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
}

.contact-form-shell th {
	width: 48%;
	border-top: 1px solid var(--contact-line);
	padding: 1.55rem .8rem 1rem 0;
	font-size: clamp(15px, 1.2vw, 17px);
	font-weight: 700;
}

.contact-form-shell td.case {
	border-top: 1px solid var(--contact-line);
	padding: 1.55rem 0 1rem .8rem;
	color: rgba(16, 47, 82, .6);
	font-size: 12px;
	line-height: 1.7;
	text-align: right;
}

.contact-form-shell td[colspan] {
	padding: 0 0 clamp(26px, 3vw, 36px);
}

.contact-form-shell th:not([rowspan]) + td {
	border-top: 1px solid var(--contact-line);
	padding: 1.35rem 0 clamp(26px, 3vw, 36px) .8rem;
}

.contact-form-shell th.required::after,
.contact-form-shell th:has(.required)::after {
	display: inline-block;
	margin-left: .7rem;
	color: var(--contact-error);
	content: "必須";
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

.contact-form-shell input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-shell textarea,
.contact-form-shell select {
	width: 100%;
	max-width: none;
	min-height: 58px;
	margin: 0;
	border: 1px solid rgba(16, 47, 82, .42);
	border-radius: 2px;
	background: rgba(255, 250, 242, .62);
	box-shadow: none;
	color: var(--contact-navy);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	transition: border-color .2s ease, background-color .2s ease, outline-color .2s ease;
}

.contact-form-shell input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-shell select {
	padding: .85rem 1rem;
}

.contact-form-shell textarea {
	min-height: 220px;
	padding: 1rem;
	resize: vertical;
}

.contact-form-shell input:focus,
.contact-form-shell textarea:focus,
.contact-form-shell select:focus {
	border-color: var(--contact-navy);
	background: #fffaf2;
	outline: 3px solid rgba(95, 211, 222, .42);
	outline-offset: 2px;
}

.contact-form-shell .wpcf7-not-valid {
	border-color: var(--contact-error) !important;
	outline-color: rgba(165, 46, 46, .18) !important;
}

.contact-form-shell .wpcf7-not-valid-tip {
	display: block;
	margin-top: .55rem;
	color: var(--contact-error);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.contact-form-shell .wpcf7-response-output {
	margin: 1.5rem 0 0 !important;
	border: 1px solid var(--contact-navy) !important;
	padding: 1rem 1.2rem !important;
	background: var(--contact-paper-light);
	color: var(--contact-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.contact-form-shell .ajax-loader,
.contact-form-shell .wpcf7-spinner {
	vertical-align: middle;
}

.contact-form-shell button:has(> input[type="submit"]),
.contact-form-shell .wpcf7-submit,
.contact-form-shell input[type="submit"],
.contact-form-shell button[type="submit"] {
	width: 100%;
	min-height: 66px;
	margin: clamp(20px, 3vw, 36px) 0 0;
	border: 1px solid var(--contact-navy);
	border-radius: 0;
	background: var(--contact-navy);
	box-shadow: none;
	color: #fffaf2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 1.3vw, 19px);
	font-weight: 800;
	letter-spacing: .04em;
	cursor: pointer;
	transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.contact-form-shell button:has(> input[type="submit"]) {
	padding: 0;
}

.contact-form-shell button:has(> input[type="submit"]) > input[type="submit"] {
	height: 100%;
	margin: 0;
	border: 0;
}

.contact-form-shell button:has(> input[type="submit"]):hover,
.contact-form-shell button:has(> input[type="submit"]):focus-within,
.contact-form-shell .wpcf7-submit:hover,
.contact-form-shell .wpcf7-submit:focus-visible,
.contact-form-shell input[type="submit"]:hover,
.contact-form-shell input[type="submit"]:focus-visible,
.contact-form-shell button[type="submit"]:hover,
.contact-form-shell button[type="submit"]:focus-visible {
	background: var(--contact-aqua);
	color: var(--contact-navy-deep);
	transform: translateY(-3px);
}

.contact-form-shell button:has(> input[type="submit"]):hover > input[type="submit"],
.contact-form-shell button:has(> input[type="submit"]):focus-within > input[type="submit"] {
	background: transparent;
	color: inherit;
	transform: none;
}

.contact-form-shell__privacy,
.contact-form-shell__notice {
	margin: clamp(26px, 4vw, 42px) 0 0;
	border-top: 1px solid var(--contact-line);
	padding-top: 1.25rem;
	color: rgba(16, 47, 82, .72);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.9;
}

.contact-form-shell__privacy a {
	color: inherit;
	font-weight: 700;
	text-underline-offset: .22em;
}

.contact-after .contact-section__inner {
	padding-bottom: clamp(94px, 12vw, 164px);
}

.contact-after ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: clamp(44px, 7vw, 82px) 0 0;
	padding: 0;
	border-top: 1px solid var(--contact-line);
	border-left: 1px solid var(--contact-line);
	list-style: none;
}

.contact-after li {
	min-height: 260px;
	border-right: 1px solid var(--contact-line);
	border-bottom: 1px solid var(--contact-line);
	padding: clamp(28px, 3.5vw, 46px);
}

.contact-after li span {
	display: block;
	margin-bottom: clamp(42px, 5vw, 68px);
	color: var(--contact-aqua-ink);
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.contact-after li strong {
	display: block;
	margin-bottom: .85rem;
	font-size: clamp(18px, 1.6vw, 23px);
	line-height: 1.55;
}

.contact-after li p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	text-wrap: pretty;
}

.contact-complete__inner {
	display: grid;
	grid-template-columns: minmax(140px, .32fr) minmax(0, 1.68fr);
	gap: clamp(38px, 7vw, 110px);
	padding-block: clamp(94px, 12vw, 170px);
}

.contact-complete__number {
	margin: 0;
	color: var(--contact-aqua);
	font-family: "Shippori Mincho", serif;
	font-size: clamp(80px, 11vw, 160px);
	line-height: .85;
}

.contact-complete__copy {
	max-width: 920px;
}

.contact-complete__status[hidden] {
	display: none;
}

.contact-complete__status--unverified h2 span {
	display: block;
	white-space: nowrap;
}

.contact-complete__status > p:not(.contact-complete__eyebrow) {
	margin: 2rem 0 0;
	font-size: clamp(16px, 1.3vw, 19px);
	font-weight: 500;
	line-height: 2;
	text-wrap: pretty;
}

.contact-complete__status > p + p {
	margin-top: 1rem;
}

.contact-complete__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(42px, 6vw, 72px);
	border-top: 1px solid var(--contact-line);
	border-left: 1px solid var(--contact-line);
}

.contact-complete__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: 100px;
	border-right: 1px solid var(--contact-line);
	border-bottom: 1px solid var(--contact-line);
	padding: 1.2rem clamp(16px, 2vw, 28px);
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease;
}

.contact-complete__links a:hover,
.contact-complete__links a:focus-visible {
	background: var(--contact-navy);
	color: #fffaf2;
}

@media (max-width: 1023px) {
	.contact-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
		gap: 42px;
		width: min(100% - 40px, 1180px);
	}

	.contact-hero__media {
		min-height: 560px;
	}

	.contact-form-layout {
		grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
		gap: 46px;
	}

	.contact-form-shell th {
		width: 54%;
	}

	.contact-form-guide h2 {
		font-size: clamp(32px, 3.2vw, 42px);
	}
}

@media (max-width: 940px) {
	.contact-hero,
	.contact-hero__inner {
		min-height: auto;
	}

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

	.contact-hero h1 {
		font-size: clamp(44px, 8vw, 68px);
	}

	.contact-hero__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
		border-radius: 50% 50% 18px 18px / 72% 72% 18px 18px;
	}

	.contact-form-layout {
		display: block;
	}

	.contact-form-guide {
		position: static;
		margin-bottom: 54px;
	}

	.contact-form-guide h2 {
		font-size: clamp(36px, 6vw, 48px);
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: calc(var(--header-height) + 10px);
	}

	.contact-hero {
		min-height: auto;
	}

	.contact-hero::before {
		background:
			linear-gradient(90deg, transparent 7px, rgba(95, 211, 222, .52) 8px, transparent 9px),
			linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 30%);
	}

	.contact-hero__inner,
	.contact-hero--compact .contact-hero__inner,
	.contact-progress,
	.contact-section__inner,
	.contact-form-layout,
	.contact-complete__inner {
		width: calc(100% - 16px);
	}

	.contact-hero__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 42px;
		min-height: auto;
		padding-block: 42px 56px;
	}

	.contact-breadcrumb {
		margin-bottom: 44px;
		font-size: 11px;
	}

	.contact-hero h1,
	.contact-hero--compact h1 {
		font-size: clamp(30px, 9.3vw, 44px);
		line-height: 1.34;
	}

	.contact-page--thanks .contact-hero h1 {
		font-size: clamp(27px, 8.5vw, 42px);
	}

	.contact-hero__lead {
		margin-top: 24px;
		font-size: 15px;
		line-height: 1.9;
	}

	.contact-hero__assurances {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.contact-hero__assurances li {
		min-height: 52px;
		padding-block: .75rem;
		font-size: 12px;
	}

	.contact-hero__assurances li + li {
		border-top: 1px solid rgba(255, 250, 242, .24);
		border-left: 0;
	}

	.contact-hero__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
		border-radius: 50% 50% 12px 12px / 72% 72% 12px 12px;
	}

	.contact-hero__media figcaption {
		right: 16px;
		bottom: 16px;
		left: 16px;
		font-size: 9px;
	}

	.contact-hero--compact,
	.contact-hero--compact .contact-hero__inner {
		min-height: auto;
	}

	.contact-hero--compact .contact-hero__inner {
		padding-block: 42px 62px;
	}

	.contact-progress ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-progress li {
		display: block;
		min-height: 86px;
		padding: .9rem .65rem 1.1rem;
	}

	.contact-progress span,
	.contact-progress strong {
		display: block;
	}

	.contact-progress strong {
		margin-top: .5rem;
		font-size: 13px;
	}

	.contact-section__inner {
		padding-block: 68px;
	}

	.contact-section__heading {
		display: block;
	}

	.contact-section__heading > p {
		padding-top: 0;
	}

	.contact-section__heading h2,
	.contact-form-guide h2,
	.contact-complete h2 {
		font-size: clamp(32px, 10vw, 46px);
		line-height: 1.45;
	}

	.contact-routes__grid {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.contact-route {
		min-height: 232px;
		padding: 28px 24px 30px;
	}

	.contact-route strong {
		font-size: 21px;
	}

	.contact-form-layout {
		display: block;
		padding-block: 68px 82px;
	}

	.contact-form-guide {
		position: static;
		margin-bottom: 54px;
	}

	.contact-form-shell table,
	.contact-form-shell tbody,
	.contact-form-shell tr,
	.contact-form-shell th,
	.contact-form-shell td {
		display: block;
		width: 100%;
	}

	.contact-form-shell tr:empty {
		display: none;
	}

	.contact-form-shell th {
		padding: 1.35rem 0 .35rem;
	}

	.contact-form-shell td.case {
		border-top: 0;
		padding: 0 0 .8rem;
		text-align: left;
	}

	.contact-form-shell td[colspan] {
		padding-bottom: 24px;
	}

	.contact-form-shell th:not([rowspan]) + td {
		border-top: 0;
		padding: .35rem 0 24px;
	}

	.contact-form-shell textarea {
		min-height: 180px;
	}

	.contact-form-shell button:has(> input[type="submit"]),
	.contact-form-shell .wpcf7-submit,
	.contact-form-shell input[type="submit"],
	.contact-form-shell button[type="submit"] {
		min-height: 62px;
	}

	.contact-after ol {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.contact-after li {
		min-height: 210px;
		padding: 28px 24px;
	}

	.contact-after li span {
		margin-bottom: 40px;
	}

	.contact-complete__inner {
		display: block;
		padding-block: 76px 100px;
	}

	.contact-complete__number {
		margin-bottom: 42px;
		font-size: 92px;
	}

	.contact-complete__links {
		grid-template-columns: 1fr;
	}

	.contact-complete__links a {
		min-height: 82px;
	}
}

@media (max-width: 359px) {
	.contact-hero h1,
	.contact-hero--compact h1 {
		font-size: 30px;
	}

	.contact-progress li {
		padding-inline: .45rem;
	}

	.contact-progress strong {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.contact-page *,
	.contact-page *::before,
	.contact-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
