.contact-page {
	color: #0c2454;
	background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
}
.contact-page a {
	color: #0969f2;
}
.contact-hero {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 42px 16px 120px;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(238, 248, 255, 0.78), rgba(255, 255, 255, 0.66), rgba(237, 248, 255, 0.78)), url('../images/slider/banner01.jpg');
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.contact-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 74px;
	background: linear-gradient(180deg, rgba(245, 250, 255, 0), #f5faff);
}
.contact-hero__inner {
	position: relative;
	z-index: 1;
	width: min(900px, 100%);
}
.contact-hero__title {
	margin: 0 0 14px;
	color: #082a73;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1.2;
	text-shadow: 0 2px 12px rgba(255, 255, 255, 0.9);
}
.contact-hero__lead {
	margin: 0 0 10px;
	color: #073681;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.65;
}
.contact-hero__copy {
	margin: 0 auto 2rem;
	max-width: 760px;
	color: #23456f;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
}
.contact-wrap {
	width: min(1296px, calc(100% - 32px));
	margin: 0 auto;
}
.contact-services {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: -86px;
	margin-bottom: 22px;
}
.contact-service {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	min-height: 132px;
	padding: 18px 44px 18px 12px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #d2e5fb;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(14, 95, 180, 0.12);
}
.contact-service__icon,
.contact-card__icon,
.contact-flow__icon,
.contact-note__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0969f2;
	background: #eaf4ff;
	border-radius: 50%;
}
.contact-service__icon {
	width: 38px;
	height: 38px;
	font-size: 1.12rem;
	align-self: start;
}
.contact-service__body {
	display: block;
	min-width: 0;
}
.contact-service__title {
	display: block;
	margin: 0 0 7px;
	color: #082a73;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	white-space: nowrap;
}
.contact-service__text {
	display: block;
	margin: 0;
	color: #000000;
	font-size: 0.82rem;
	line-height: 1.7;
}
.contact-service__arrow {
	position: absolute;
	right: 12px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #0969f2;
	border: 1px solid #8dbfff;
	border-radius: 50%;
}
.contact-section-title {
	margin: 24px 0 12px;
	color: #082a73;
	font-size: 1.35rem;
	font-weight: 800;
	text-align: center;
	scroll-margin-top: 92px;
}
.contact-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}
.contact-card {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	min-height: 154px;
	padding: 20px 12px;
	background: #fff;
	border: 1px solid #bdd7f5;
	border-radius: 8px;
}
.contact-card__icon {
	width: 38px;
	height: 38px;
	color: #fff;
	background: #0969f2;
	font-size: 1.12rem;
}
.contact-card__icon--green {
	background: #18b63e;
}
.contact-card__title {
	margin: 0 0 8px;
	color: #0c2454;
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}
.contact-card__main {
	margin: 0 0 6px;
	color: #0969f2;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.35;
	white-space: nowrap;
}
.contact-card__text {
	margin: 0;
	color: #273b59;
	font-size: 0.84rem;
	line-height: 1.65;
	white-space: nowrap;
}
.contact-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 10px;
	padding: 0 22px;
	color: #fff !important;
	background: #18a944;
	border-radius: 4px;
	font-weight: 800;
}
.sns{font-weight: 800;}
.contact-panel {
	margin-bottom: 18px;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #bdd7f5;
	border-radius: 8px;
}
.contact-panel--notes {
	background: #eef7ff;
}
.contact-alert {
	position: relative;
	margin: 0 0 18px;
	padding: 14px 46px 14px 16px;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.6;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.contact-alert--hidden {
	opacity: 0;
	transform: translateY(-6px);
}
.contact-alert__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 28px;
	height: 28px;
	color: inherit;
	background: rgba(255, 255, 255, 0.55);
	border: 0;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}
.contact-alert--success {
	color: #12652c;
	background: #e9f8ee;
	border: 1px solid #afe4bd;
}
.contact-alert--error {
	color: #a21d2c;
	background: #fff0f2;
	border: 1px solid #f2b7bf;
}
.contact-alert--warning {
	color: #805300;
	background: #fff8e4;
	border: 1px solid #f0d281;
}
.contact-alert ul {
	margin: 0;
	padding-left: 18px;
}
.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 28px;
	padding: 6px;
}
.contact-field {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 10px 12px;
	background: #f8fbff;
	border: 1px solid #e3eefb;
	border-radius: 8px;
}
.contact-field--wide {
	grid-row: span 3;
	align-items: start;
}
.contact-field--full {
	grid-column: 1 / -1;
}
.contact-form-note {
	display: block;
	color: #000000;
	font-size: 0.78rem;
	line-height: 1.8;
}
.contact-form-note__title {
	font-weight: 800;
}
.contact-field__label {
	color: #0b1f43;
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}
.contact-required {
	margin-left: 6px;
	color: #ff2639;
	font-size: 0.75rem;
}
.contact-input,
.contact-select,
.contact-textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 13px;
	color: #0b1f43;
	background: #fff;
	border: 1px solid #c4d8ef;
	border-radius: 7px;
	font-size: 0.92rem;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(12, 36, 84, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-textarea {
	min-height: 148px;
	resize: vertical;
}
.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
	border-color: #0969f2;
	box-shadow: 0 0 0 3px rgba(9, 105, 242, 0.12), inset 0 1px 2px rgba(12, 36, 84, 0.04);
}
.contact-checks,
.contact-radios {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	min-height: 42px;
	align-items: center;
	padding: 8px 0;
}
.contact-checks label,
.contact-radios label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #0b1f43;
	font-size: 0.9rem;
}
.contact-file-note {
	margin: 6px 0 0;
	color: #51637a;
	font-size: 0.78rem;
}
.contact-captcha {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}
.contact-captcha__question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	color: #082a73;
	background: #edf6ff;
	border: 1px solid #bdd7f5;
	border-radius: 4px;
	font-weight: 800;
}
.contact-submit {
	display: flex;
	justify-content: center;
	grid-column: 1 / -1;
}
.contact-submit button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(520px, 100%);
	min-height: 44px;
	color: #fff;
	background: #0969f2;
	border: 0;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
}
.contact-submit button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
}
.contact-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contact-flow {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
	text-align: center;
}
.contact-flow__item {
	position: relative;
	padding: 4px 8px;
}
.contact-flow__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 78px;
	right: -24px;
	width: 40px;
	border-top: 2px dashed #4e9cff;
}
.contact-flow__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	margin-bottom: 8px;
	white-space: nowrap;
}
.contact-flow__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: #fff;
	background: #0969f2;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 800;
}
.contact-flow__icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
	font-size: 1.45rem;
}
.contact-flow__title {
	margin: 0;
	color: #082a73;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.4;
}
.contact-flow__text {
	margin: 0;
	color: #000000;
	font-size: 0.78rem;
	line-height: 1.65;
}
.contact-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.contact-note {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 8px 10px;
}
.contact-note:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18px;
	right: -7px;
	width: 1px;
	height: 54px;
	background: #c5dff8;
}
.contact-note__icon {
	width: 48px;
	height: 48px;
	color: #fff;
	background: #0969f2;
	font-size: 1.2rem;
}
.contact-note__title {
	margin: 0 0 6px;
	color: #082a73;
	font-size: 1rem;
	font-weight: 800;
}
.contact-note__text {
	margin: 0;
	color: #000000;
	font-size: 0.84rem;
	line-height: 1.7;
}
.contact-access {
	display: grid;
	grid-template-columns: 430px minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}
.contact-access__title {
	margin: 0 0 12px;
	color: #082a73;
	font-size: 1.35rem;
	font-weight: 800;
}
.contact-access__address {
	margin: 0 0 14px;
	color: #000000;
	font-style: normal;
	line-height: 1.7;
	white-space: nowrap;
}
.contact-access__list {
	margin: 0;
	padding: 0;
}
.contact-access__list li {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 1.6;
	white-space: nowrap;
}
.contact-access__list i {
	flex: 0 0 18px;
	padding-top: 4px;
	color: #0969f2;
}
.contact-access__map {
	min-height: 210px;
	overflow: hidden;
	border-radius: 6px;
	background: #dbeafa;
}
.contact-access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 230px;
	border: 0;
}
@media (max-width: 1199.98px) {
	.contact-services,
	.contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.contact-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 8px;
	}
	.contact-flow__item::after {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.contact-hero {
		min-height: 300px;
		padding-bottom: 92px;
	}
	.contact-form {
		grid-template-columns: 1fr;
	}
	.contact-field {
		grid-template-columns: 210px minmax(0, 1fr);
	}
	.contact-field--wide {
		grid-row: auto;
	}
	.contact-access {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767.98px) {
	.contact-wrap {
		width: min(100% - 24px, 1296px);
	}
	.contact-hero {
		min-height: 280px;
		padding: 34px 12px 84px;
		background-position: center right;
	}
	.contact-services,
	.contact-cards,
	.contact-notes {
		grid-template-columns: 1fr;
	}
	.contact-service,
	.contact-card {
		min-height: auto;
	}
	.contact-panel {
		padding: 18px 14px;
	}
	.contact-field {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	.contact-field__label {
		padding-top: 0;
		white-space: normal;
	}
	.contact-flow {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.contact-flow__item {
		padding: 10px 8px;
	}
	.contact-flow__heading {
		justify-content: center;
	}
	.contact-note:not(:last-child)::after {
		display: none;
	}
	.contact-service__title,
	.contact-card__main,
	.contact-card__text,
	.contact-flow__heading,
	.contact-access__address,
	.contact-access__list li {
		white-space: normal;
	}
	.contact-captcha {
		grid-template-columns: 1fr;
	}
}