.top-brand-slide {
	margin: 40px 0;
}

.pickup-wrap {
	margin-bottom: 0;
}

.h-wrap {
	flex-wrap: nowrap;
}

.kv {
	width: 100%;
	height: calc(100vh - 210px);
	min-height: 500px;
	max-height: 1000px;
	position: relative;
	padding: 110px 0 0 0;
	/*
  background: url(/data/media/homis_new/page/index/key_bg.png) 100% 100% no-repeat;
	background-size: cover;
	*/
	background-color: #1764e7;
}

.kv::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: calc(100% - 100px);
	background-color: #fff;
	clip-path: polygon(0 100%,100% 0, 100% 100%);
}

.kv .kv-ttl {
	padding-bottom: 40px;
	top: calc(5px + 50%);
	height: calc(100% - 210px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kv .kv-ttl .kv-logo {
	margin-bottom: 20px;
	aspect-ratio: auto;
	flex: 1;
	max-height: 132px;
	position: relative;
}

.kv .kv-ttl .kv-logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kv .kv-img {
	aspect-ratio: 1094/729;
	width: 1094px;
	height: calc(100% - 210px);
	position: absolute;
	top: 110px;
	left: 36.5vw;
	z-index: 5;
}

.kv .kv-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kv-bg {
	display: none;
}

@media only screen and (max-width: 768px) {
	.kv {
		height: auto;
	}

	.kv-ttl {
		height: auto;
	}

	.kv .kv-ttl .kv-logo {
		aspect-ratio: 410/132;
	}

	.kv::after {
		content: none;
	}

	.kv .kv-img {
    width: 100%;
    position: static;
		height: auto;
  }
}
