@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#first-view #carousel-top .carousel-inner .item.item-03 {
    background-image: url(../img/top-bg-03-pc.jpg);
}
#first-view #carousel-top .carousel-inner .item.item-04 {
    background-image: url(../img/top-bg-04-pc.jpg);
}
#top-services .services-banners {
	position: relative;
	z-index: 1;
}
#top-works .top-works-header {
	position: relative;
}
#top-works {
	position: relative;
	background-position: center top -20rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #9D9D9D;
	padding-bottom: 11.5rem;
}
#top-works::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 58rem;
	background: linear-gradient(to bottom, transparent, #bcbbbb);
	content: '';
}
#top-works .r-Box {
	margin: -8.8rem -0.2rem 0 0;
	width: calc(100% - 24.8rem);
}
#top-works .r-Box .com-works-list {
	margin-bottom: 2.8rem;
	gap: 2.5rem;
	padding: 0;
}
#top-works .r-Box .com-works-list li {
	width: calc((100% - 5rem) / 3);
}
#top-works .r-Box .com-works-list li a {
	color: #000;
	text-decoration: none;
}
#top-works .r-Box .com-works-list li .photo {
	margin-bottom: 1.5rem;
	aspect-ratio: 257 / 230;
}
#top-works .r-Box .com-works-list li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top-works .r-Box .com-works-list li .tag {
	margin-bottom: 0.1rem;
	padding-top: 0.2rem;
	width: fit-content;
	font-weight: 400;
	line-height: 1.2;
}
#top-works .r-Box .com-works-list li .text {
	margin-bottom: 0;
	width: auto;
	padding-bottom: 0.8rem;
	min-height: 4.3rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.28;
	background: none;
}
#top-works .r-Box .link a {
	padding: 1rem 3.8rem;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #000;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	background: #FFF url(../img/common/icon03.png) no-repeat right 3.3rem center / 1.4rem;

}
@media (min-width: 768px) {
	#top-works .r-Box .link a:hover {
		opacity: 0.7;
	}
}
#top-banner {
	position: relative;
	z-index: 1;
	margin-top: 9.7rem;
}
#top-banner a {
	padding: 0 9.5rem 0.5rem;
	min-height: 36rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	background: url(../img/top-banner-bg.png) no-repeat right center / auto 100%,linear-gradient(135.91deg, rgba(0, 0, 16, 1) 0%, rgba(0, 26, 62, 1) 10.68%, rgba(0, 52, 108, 1) 22.83%, rgba(0, 71, 141, 1) 33.66%, rgba(0, 83, 161, 1) 42.65%, rgba(0, 87, 168, 1) 48.7%, rgba(0, 81, 157, 1) 55.3%, rgba(0, 64, 128, 1) 66.84%, rgba(0, 37, 81, 1) 81.98%, rgba(0, 0, 16, 1) 100%);
	box-sizing: border-box;
}
#top-banner .h-title {
	margin: 0;
}
#top-banner a .h-title .en {
	margin-bottom: -0.9rem;
	display: block;
	font-family: prometo, sans-serif;
	font-size: 5rem;
	font-weight: 700;
}
#top-banner a .h-title .text {
	font-size: 2rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	#top-banner a:hover {
		opacity: 0.7;
	}
}
@media (max-width: 767px) {
	#first-view #carousel-top .carousel-inner .item.item-03 {
		background-image: url(../img/top-bg-03-sp.jpg);
	}
	#first-view #carousel-top .carousel-inner .item.item-04 {
		background-image: url(../img/top-bg-04-sp.jpg);
	}
	#top-works {
		background-position: center top -20rem;
		padding-bottom: 9rem;
	}
	#top-works::before {
		height: 30rem;
	}
	#top-works .r-Box {
		margin: 0;
		width: auto;
	}
	#top-works .r-Box .com-works-list {
		margin-bottom: 2.8rem;
		display: block;
	}
	#top-works .r-Box .com-works-list li {
		margin-bottom: 3rem;
		width: auto;
	}
	#top-works .r-Box .com-works-list li:last-child {
		margin-bottom: 0;
	}
	#top-works .r-Box .com-works-list li .tag {
		margin-bottom: 1rem;
	}
	#top-works .r-Box .com-works-list li .text {
		margin-bottom: 0;
		width: auto;
		padding-bottom: 0.8rem;
		min-height: inherit;
		font-size: 1.4rem;
	}
	#top-works .r-Box .link a {
		padding: 1rem 5rem 1rem 2rem;
		min-height: 5rem;
		font-size: 1.6rem;
		background: #FFF url(../img/common/icon03.png) no-repeat right 2rem center / 1rem;
	}
	#top-banner {
		margin-top: 6rem;
	}
	#top-banner a {
		padding: 0 2rem 0.5rem;
		min-height: 28rem;
		background: url(../img/top-banner-bg.png) no-repeat right center / auto 100%, linear-gradient(135.91deg, rgba(0, 0, 16, 1) 0%, rgba(0, 26, 62, 1) 10.68%, rgba(0, 52, 108, 1) 22.83%, rgba(0, 71, 141, 1) 33.66%, rgba(0, 83, 161, 1) 42.65%, rgba(0, 87, 168, 1) 48.7%, rgba(0, 81, 157, 1) 55.3%, rgba(0, 64, 128, 1) 66.84%, rgba(0, 37, 81, 1) 81.98%, rgba(0, 0, 16, 1) 100%);
	}
	#top-banner a .h-title .en {
		font-size: 3.2rem;
	}
	#top-banner a .h-title .text {
		font-size: 1.6rem;
	}
}