@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
事業内容 - インフラサービス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.swiper-navigation {
	display: flex;
	margin-bottom: 40px;
	justify-content: flex-end;
}

.swiper-button-prev,
.swiper-button-next {
	position: static !important;
	z-index: 1;
	margin: 0;
}

.swiper-button-prev {
	margin-right: 8px;
	transform: scaleX(-1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}


/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ハードウェアメンテナンス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.service-hardware-intro {
	margin-bottom: 80px;
}

.service-hardware-li {
	width: 380px !important;
	max-width: 85%;
	margin-right: 24px;
	user-select: none;
}

.service-hardware-li:last-child {
	margin-right: 0;
}

.service-hardware-li .heading {
	margin-bottom: 24px;
	font-size: 2rem;
}

.service-hardware-li .img {
	margin-bottom: 16px;
	border-radius: var(--border-radius);
}

@media (min-width: 768px) {
.service-hardware-intro {
	margin-bottom: 96px;
}

.service-hardware-li {
	margin-right: 56px;
}

.service-hardware-li .heading {
	font-size: 2.4rem;
}

.service-hardware-li .img {
	margin-bottom: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- システム・ネットワーク構築
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.service-system-intro {
	margin-bottom: 80px;
}

.service-system-li {
	position: relative;
	padding: 36px 0 36px 32px;
	border-bottom: 1px solid var(--color_gray);
}

.service-system-li::before {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--color_base);
	content: "";
}

.service-system-li .heading {
	margin-bottom: 0.4em;
	font-size: 2rem;
}

.service-system-li .description {
	position: relative;
	margin-bottom: 20px;
	padding-left: 1em;
}

.service-system-li .description::before {
	position: absolute;
	top: 0.5em;
	bottom: 0.5em;
	left: 0;
	border-left: 1px solid;
	content: "";
}

.service-system-li .ul-container {
	margin: 0 -40px -0.25em 0;
}

.service-system-li .ul {
	display: inline-block;
	margin: 0 40px 0 0;
	font-size: 1.2rem;
	vertical-align: top;
}

@media (min-width: 768px) {
.service-system-intro {
	margin-bottom: 96px;
}

.service-system-li {
	width: 408px !important;
	height: auto !important;
	padding: 48px 56px;
	border-top: 1px solid;
	border-right: 1px solid var(--color_gray);
	user-select: none;
}

.service-system-li:first-child {
	border-left: 1px solid var(--color_gray);
}

.service-system-li .heading {
	font-size: 2.4rem;
}
}

@media (max-width: 767.9px) {
.service-system-swiper .swiper-navigation {
	display: none;
}

.service-system-ul {
	display: block;
	pointer-events: none;
}

.service-system-li {
	border-left: 1px solid;
}
}
