/* --------------------------------------------------------------------------------------
   事業内容
--------------------------------------------------------------------------------------- */

.column-2 { margin-bottom: 0; }

.business-wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.business-wrap > p { margin-top: 24px; }

.business-wrap .diagram { margin-top: 30px; }

.shop-wrap {
	margin-top: 70px;
	padding-bottom: 120px;
	padding-top: 30px;
	position: relative;
	z-index: 0;
}

.shop-wrap::before {
	background-color: #1e4998;
	content: '';
	display: block;
	height: 100%;
	left: calc(-100% + 50px);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shop-wrap section {
	background-color: #fff;
	margin-top: 16px;
	padding: 80px 0  80px 50px;
}

.shop-wrap section:first-child { margin-top: 0; }

.shop-wrap section h2 {
	align-items: center;
	background-position: right center;
	background-repeat: no-repeat;
	color: #1e4998;
	display: flex;
	font-size: 3.2rem;
	font-weight: bold;
	justify-content: space-between;
	letter-spacing: 2px;
	position: relative;
	text-align: left;
	z-index: 0;
}
.shop-wrap #samuraitechnology h2{
	font-size:2.75rem;
}

.shop-wrap section > p { margin-top: 40px; }

.shop-wrap section dl { margin-top: 28px; }

.shop-wrap section dd {
	font-size: 1.4rem;
	margin-top: 20px;
}

.shop-wrap #futureshop dd a{
	text-decoration: underline;
	color: unset;
}

.shop-wrap #softel dt,.shop-wrap #samuraitechnology dt,.shop-wrap #samuraitechnology dd{
	display: flex;
}

.shop-wrap #samuraitechnology dd a{margin-right: 1vw;}

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 980px) {

	.company-wrap li a:hover {
		box-shadow: 0 10px 30px rgb(0,0,0,.25);
		text-decoration: none;
	}

}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {


	.business-wrap { padding-top: 10.667vw; }

	.business-wrap h2 { font-size: 4.267vw; }

	.business-wrap > p { margin-top: 5.333vw; }

	.business-wrap .diagram img{width: 100%;}

	.shop-wrap {
		margin-top: 13.333vw;
		padding-bottom: 18.667vw;
		padding-top: 10.667vw;
	}

	.shop-wrap::before {
		bottom: -5vw;
		height: calc(100% + 5vw);
		right: -5.333vw;
		top: 0;
	}
	.shop-wrap section {
		margin-top: 5.333vw;
		padding: 16vw 0 16vw 6.667vw;
	}

	.shop-wrap section h2 {
		background-position: center bottom;
		display: block;
		font-size: 6.4vw;
		text-align: center;
	}

	.shop-wrap section h2 span {
		display: block;
		margin-top: 8.8vw;
	}

	.shop-wrap section dl { margin-top: 6.667vw; }

	.shop-wrap section dd {
		font-size: 3.733vw;
		margin-top: 4vw;
	}
/* 
	#softel dt {
		background: url(../img/business/logo_zou_sp.png) no-repeat center top / cover;
		height: 18.533vw;
		width: 80.8vw;
	}

	#softel dt img { display: none; } */

	.shop-wrap #softel dt, .shop-wrap #samuraitechnology dt, .shop-wrap #samuraitechnology dd{flex-wrap: wrap;}

	.shop-wrap #softel dt a, .shop-wrap #samuraitechnology dd a{width: 48%;}

	.shop-wrap section p { margin-top: 8vw; }

	/* --------------------------------------------------------------------------------------
   		スマホ
	--------------------------------------------------------------------------------------- */
	.shop-wrap section h2, .shop-wrap #samuraitechnology h2{
		font-size: 5.8vw
	}
	.shop-wrap section h2 span{
		font-size: 6.8vw;
		margin-top: 5vw;
	}
	.shop-wrap section h2 span img{
		max-width: 60%;
	}

		/* --------------------------------------------------------------------------------------
   		Business sp(事業内容 スマホの英語ページ)
	--------------------------------------------------------------------------------------- */
	.shop-wrap #softel dt a, .shop-wrap #samuraitechnology dt a,.shop-wrap #samuraitechnology dd a{margin-bottom: 1rem;}
};

