.sec01 {
	background: #F7F9FB;
	padding: 120px 0;
}

.sec01__inner {
	align-items: center;
	background: #FFF;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 70px 50px;
}

.sec01__content {
	display: flex;
	gap: 50px;
	width: 100%;
}

.sec01__table {
	border-collapse: collapse;
	border-top: 1px solid #E3E3E3;
	flex: 1;
	flex-shrink: 0;
	width: 100%;
}

.sec01__table th,
.sec01__table td {
	border-bottom: 1px solid #E3E3E3;
	padding: 24px;
	text-align: left;
}

.sec01__table th {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	width: 140px;
}

.sec01__table td {
	font-size: 18px;
	font-weight: 400;
	line-height: 170%;
}

.sec01__map {
	flex-shrink: 0;
	position: relative;
	width: 50%;
}

.sec01__map iframe {
	background: #D9D9D9;
	border: 0;
	border-radius: 20px;
	display: block;
	height: 100%;
	min-height: 300px;
	width: 100%;
}

.sec02 {
	padding: 120px 0;
}

.sec02__lead {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 200%;
	margin-top: 50px;
	text-align: center;
}

.sec02__list {
	display: flex;
	gap: 40px;
	margin-top: 140px;
}

.sec02__item {
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(74, 111, 165, 0.06);
	flex: 1;
}

.sec02__img-wrap {
	background: #E4EEFC;
	border-radius: 20px 20px 0 0;
	height: 130px;
	position: relative;
}

.sec02__img {
	bottom: 15px;
	height: 180px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}

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

.sec02__body {
	padding: 24px 24px 30px;
	text-align: center;
}

.sec02__name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.321px;
	line-height: 140%;
}

.sec02__num {
	color: #9AA7B4;
	font-feature-settings: "palt" on;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.503px;
	line-height: 160%;
	margin-top: 12px;
	text-align: center;
}

.sec03 {
	background: #F7F9FB;
	padding: 120px 0;
}

.sec03__lead {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 200%;
	margin-top: 50px;
	text-align: center;
}

.sec03__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 70px;
	width: 100%;
}

.sec03__card {
	align-items: center;
	background: #FFF;
	border: 1px solid #D8DEE5;
	border-radius: 30px;
	display: flex;
	gap: 25px;
	overflow: hidden;
	width: -moz-fit-content;
	width: fit-content;
	width: calc((100% - 15px) / 2);
}

.sec03__map {
	flex-shrink: 0;
	height: 100%;
	width: 50%;
}

.sec03__map iframe {
	background: #D9D9D9;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.sec03__body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-block: 32px;
}

.sec03__name {
	color: #33475C;
	font-feature-settings: "palt" on;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 140%;
}

.sec03__address {
	color: #33475C;
	font-feature-settings: "palt" on;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 160%;
}

.sec03__map-link {
	align-items: center;
	background: #5E88CF;
	border-radius: 50px;
	color: #FFF;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 6px;
	letter-spacing: 1.4px;
	margin-top: 4px;
	padding: 6px 18px;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.sec03__map-link:hover {
	opacity: 0.8;
}

.sec03__map-link-icon {
	display: inline-flex;
}

.sec03__map-link-icon svg {
	display: block;
}

@media screen and (max-width: 767px) {

.sec01 {
	padding: 50px 0 0;
}

.sec01__inner {
	background: none;
	border-radius: 0;
	gap: 40px;
	padding: 0;
}

.sec01__content {
	flex-direction: column;
	gap: 70px;
}

.sec01__table {
	background: #FFF;
	border: 1px solid #D8DEE5;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	min-width: 0;
	overflow: hidden;
}

.sec01__table th,
.sec01__table td {
	border-bottom: 1px solid #D8DEE5;
	padding: 16px;
}

.sec01__table tr:last-child th,
.sec01__table tr:last-child td {
	border-bottom: none;
}

.sec01__table th {
	background: #EDF3FB;
	color: #33475C;
	font-size: 14px;
	font-weight: 700;
	width: 105px;
}

.sec01__table td {
	color: #33475C;
	font-size: 14px;
	line-height: 170%;
}

.sec01__map {
	margin-inline: -20px;
	width: auto;
}

.sec01__map iframe {
	border-radius: 0;
	height: 185px;
	min-height: 0;
}

.sec02 {
	padding: 50px 0;
}

.sec02__lead {
	color: #263238;
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 160%;
	margin-top: 40px;
	text-align: left;
}

.sec02__list {
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.sec02__item {
	align-items: center;
	background: none;
	border: 1px solid #D8DEE5;
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	gap: 30px;
	max-width: 335px;
	overflow: hidden;
}

.sec02__img-wrap {
	border-radius: 0;
	flex-shrink: 0;
	height: 116px;
	overflow: hidden;
	width: 116px;
}

.sec02__img {
	bottom: auto;
	height: 89px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sec02__body {
	padding: 0;
	text-align: left;
}

.sec02__name {
	color: #4D4C4A;
	font-feature-settings: "palt" on;
	font-size: 16px;
	letter-spacing: 1.12px;
}

.sec02__num {
	letter-spacing: 0.48px;
	margin-top: 8px;
	text-align: left;
}

.sec03 {
	padding: 50px 0;
}

.sec03__lead {
	color: #263238;
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 160%;
	margin-top: 40px;
	text-align: left;
}

.sec03__cards {
	flex-direction: column;
	gap: 12px;
	margin-top: 40px;
}

.sec03__card {
	border-radius: 8px;
	gap: 0;
	padding: 20px;
	width: 100%;
}

.sec03__map {
	display: none;
}

.sec03__body {
	align-items: center;
	display: grid;
	flex: 1;
	gap: 8px;
	grid-template-columns: 1fr auto;
	min-width: 0;
	padding-block: 0;
}

.sec03__name {
	color: #4D4C4A;
	font-size: 16px;
	grid-column: 1/-1;
	letter-spacing: 1.12px;
}

.sec03__address {
	font-size: 14px;
	grid-column: 1;
	letter-spacing: 0.56px;
}

.sec03__map-link {
	border-radius: 29px;
	font-size: 12px;
	grid-column: 2;
	letter-spacing: 0.48px;
	margin-top: 0;
	padding: 8px 16px;
}

.sec03__map-link-icon svg {
	height: 11px;
	width: 11px;
}

}

