/*----------
	service
----------*/
.un-companyList__text {
	background-color: #F6F7F9;
	position: relative;
	z-index: 2;
	padding: 25px;
	margin-top: 20px;
}
.un-companyList__text > p {
	font-size: 1.6rem;
}
@media (min-width: 768px), print {
	.un-companyList {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.un-companyList__text {
		width: 673px;
		margin: 30px 0 0 -60px;
		padding: 50px 40px;
	}
	.un-companyList__text > p {
		font-size: 2rem;
		font-weight: 500;
	}
}
/*# sourceMappingURL=style.css.map */

/*----------
	カルーセルと実績コンテンツの余白を調整
----------*/
.l-section.section-padding-control {
	margin-top: 40px;
}
@media (min-width: 768px), print {
	.l-section.section-padding-control {
		margin-top: 60px;
	}
}

/*----------
	ページ内スクロールの位置調整
	※serviceページのみで発生するので個別cssに設定
----------*/
.l-section#section1 {
	margin-top: 0;
	padding-top: 80px;
}
@media (min-width: 768px), print {
	.l-section#section1 {
		margin-top: 0;
		padding-top: 120px;
	}
}
.l-section#section2 {
	margin-top: 0;
	padding-top: 80px;
}
@media (min-width: 768px), print {
	.l-section#section2 {
		margin-top: 0;
		padding-top: 120px;
	}
}
@media screen and (max-width: 767px) {
	.c-iconset-v:last-of-type .c-iconset-v__button {
		margin-bottom: 0;
	}
}
