.breadcrumb.-top {
	padding: 25px 0;
	margin-top: 0;
	margin-bottom: 0;
}

.bg-curve {
	position: relative;
	margin-bottom: 150px;
}

.bg-curve::before {
	content: "";
	position: absolute;
	width: 160%;
	height: 29%;
	background: #F5F5F5;
	border-radius: 50%;
	top: 9%;
	left: -30%;
	transform: rotate(-8deg);
	z-index: -2;
}

.container {
	margin: 0 auto;
	padding: 20px 10px 0;
}

main::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/enterpri/innovation/assets/img/finance/bg_pc.png);
  background-size: contain;
  z-index: -1;
}

/* ---------- HERO ---------- */
.mv {
	position: relative;
	width: 100%;
}

.mv img {
	width: 100%;
	height: auto;
	display: block;
}

.mv__title {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: clamp(28px, 4vw, 55px);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.title-xl {
	border-left: unset;
	padding-left: 0;
}

/* .txt-normal {
	font-weight: 600;
} */

/* ---------- logo ---------- */
.client-logos {
	padding-top: 40px;
}

.client-logos__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.client-logos__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.client-logos__item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-logos__item img {
	max-width: 70%;
	max-height: 60%;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.client-logos__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.client-logos__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.client-logos__item {
		aspect-ratio: unset;
		height: 125px;
	}
}

.client-logos__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	text-decoration: none;
}

.client-logos__item a:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: 0.25s ease;
}

.client-logos__item a:focus-visible {
	outline: 3px solid #2b7cff;
	outline-offset: 4px;
}

/* ---------- STARTUP ---------- */
.startup {
	margin-top: 100px !important;
}

.startup-runway {
	display: block;
	padding: 80px 20px;
	background: #f7f7f7;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.startup-runway__inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.startup-runway__title {
	font-size: 30px;
	font-weight: bold;
	color: #014694;
	margin-bottom: 16px;
	letter-spacing: 3px;
}

.startup-runway__text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 40px;
	letter-spacing: -.6px;
}

.startup-runway__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}

.startup-runway__image {
	max-width: 400px;
	height: auto;
}

.startup-runway__cta {
	display: flex;
	align-items: center;
	gap: 16px;
}

.startup-runway__link-text {
	font-size: 18px;
	color: #014694;
	font-weight: 600;
	transition: color 0.3s ease;
}

.startup-runway__icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #014694;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	transition: background-color 0.3s ease;
}

.startup-runway:hover .startup-runway__link-text {
	color: #d60000;
}

.startup-runway:hover .startup-runway__icon {
	background: #d60000;
}

.startup-runway:focus-visible {
	outline: 3px solid #d60000;
	outline-offset: -3px;
}

@media (max-width: 768px) {
	.bg-curve {
		margin-bottom: 75px;
	}

	.bg-curve::before {
		height: 14%;
		width: 199%;
		top: 0;
		border-radius: 35%;
		transform: rotate(-13deg);
	}

	.mainpart .main-section:first-child {
		margin-top: 0;
	}

	.container {
		padding-top: 0;
	}

	.title-xl {
		font-size: 2.7rem;
		margin-top: 5rem;
	}

	.txt-normal {
		font-size: 1.2rem;
	}

	.client-logos {
		padding-top: 25px;
	}

	.startup {
		margin-top: 75px !important;
	}

	.startup-runway {
		padding: 30px 20px 25px;
	}

	.startup-runway__title {
		font-size: 1.5rem;
	}

	.startup-runway__text {
		font-size: 1.1rem;
	}

	.startup-runway__content {
		flex-direction: column;
		gap: 15px;
	}

	.startup-runway__image {
		max-width: 335px;
	}

	.startup-runway__link-text {
		font-size: 12px;
	}

	.startup-runway__icon {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.breadcrumb-item {
		font-size: 1.1rem;
	}
}