@charset "utf-8";
/* ===================================================================
 TOP
=================================================================== */
.l-mv {
	padding: 8%;
	background-image: url("/service/development/img/sp_index_mv-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow:
		#0884c3 1px 1px 5px, rgba(0, 104, 159, 0.6) -1px 1px 5px, rgba(0, 104, 159, 0.8) 1px -1px 10px, rgba(0, 104, 159, 0.9) -1px -1px 20px;
}
.l-mv > h2{
	font-size: 1.25em;
	margin: 0 0 1em 0;
}
.l-mv > p{
	margin: 0;
}
.l-mv > p + p{
	margin-top: 1em;
}
@media screen and (min-width: 48em) {
	.l-mv {
		padding: 3em 3em;
		text-align: center;
		background-image: url("/service/development/img/index_mv-bg.jpg");
	}
	.l-mv > h2{
		font-size: 1.725em;
	}
}
/*
  Ｓｋｙ株式会社が提供する「DX推進ソリューション」
-----------------------------------------------------------------------*/
.l-dx-lead {
	text-align: center;
	border: 2px solid #14a0dc;
	background-color: #FFF;
	padding: 1em;
	font-weight: 500;
	border-radius: 6px;
	line-height: 1.4;
	margin-bottom: 2em;
	position: relative;
}
.l-dx-lead:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FFF;
}
.l-dx-lead:before {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -18px;
	border: 18px solid transparent;
	border-top: 18px solid #14a0dc;
}
.l-dx-title {
	text-align: center;
}
.l-dx-title > img {
	max-width: 8em;
	display: block;
	margin: 0 auto;
}
.dx-title {
	margin-top: 0;
	letter-spacing: 0;
}
.dx-title > span {
	display: block;
	font-size: .75rem;
	letter-spacing: 0;
	color: #999;
}
.contents__header-dx{
	border-left: 3px solid #14a0dc;
	padding: .3em 0 .3em .8em;
	line-height: 1;
	font-weight: 500;
}
.list-dx-region {
	margin: 0 0 1em 0;
	padding: 0;
}
.list-dx-region > li {
	font-size: .875em;
	padding: .8em 2em;
	border-radius: 1.4em;
	display: inline-block;
	border: 1px solid #ddd;
	margin-right: .2em;
	margin-bottom: .4em;
	line-height: 1;
	font-weight: 500;
	color: #999;
	background: #fff;
}
.list-dx-region > li.list-dx-region__item-on {
	border: 1px solid #14a0dc;
	color: #14a0dc;
}
.list-dx-region > li:before {
	content: none;
}
.list-dx-check > li {
	font-size: .875em;
	position: relative;
	padding-left: 1.2em;
	margin-right: 2em;
}
.list-dx-check > li:before {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 4px;
	border-left: 2px solid #FF9800;
	border-bottom: 2px solid #FF9800;
	transform: rotate(-45deg);
}
@media screen and (min-width: 35.5em) {
	.l-dx-lead{
		font-size: 1.25em;
	}
	.l-dx-title > img {
		max-width: 8em;
	}
	.dx-title {
		font-size: 2em;
	}
	.dx-title > span {
		font-size: .875rem;
	}
}
@media screen and (min-width: 48em) {
	.l-dx-lead {
		padding: 1.6em;
	}
	.l-dx-lead:after {
		bottom: -55px;
		margin-left: -31px;
		border: 33px solid transparent;
		border-top: 33px solid #FFF;
	}
	.l-dx-lead:before {
		bottom: -50px;
		margin-left: -23px;
		border: 25px solid transparent;
		border-top: 25px solid #14a0dc;
	}
	.l-dx-title > img {
		max-width: 100%;
	}
	.list-dx-region > li,
	.list-dx-check > li{
		font-size: .875em;
	}
}
@media screen and (min-width: 61.25em) {
	.l-dx-title > img {
		max-width: 10em;
	}
}

/*
  主な開発実績
-----------------------------------------------------------------------*/
.l-imgiot--pc{
	display: none;
}
@media screen and (min-width: 48em) {
	.l-imgiot--tb{
		display: none;
	}
	.l-imgiot--pc{
		display: block;
	}
}
/*
  主な技術経験者数
-----------------------------------------------------------------------*/
.img-engineer{
	max-width: 4em;
}
@media screen and (min-width: 48em) {
	.img-engineer{
		max-width: 6em;
	}
}
