@charset "utf-8";
/**----------------------------●MV----------------------------**/
#ServiceMv01{
	width: 100%;
	height: 37.5vh;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: url("../img/sub/service_mv.png") no-repeat center;
	background-size: cover;
}
#MvMessageBox{
	padding-top: 18.75vh;
    color: #FFFFFF;
}
/**----------------------------●Category----------------------------**/
div.Category{
	height: 100%;
}
#Category a{
	height:80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
	#Category a::after{
		content: "";
		position: absolute;
		width: 40%;
		height: 3px;
		background:#00DCFF;
		bottom: -10px;
		transform: scale(0.5, 1);
  		transform-origin: center top;
  		transition: transform .3s;
	}
	#Category a:hover::after{
		transform: scale(1, 1);
	}
#Category p{
	display: block;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
}
/**----------------------------●Design----------------------------**/
.Design{
	position: relative;
}
.Design_Text{
	width: 55%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
	.Design_Title{
		width: 100%;
		height: 120px;
		box-sizing: border-box;
		background: linear-gradient(-135deg, #00DEFA, #00FFA0);
		opacity: 0.25;
		position: absolute;
		z-index: -1;
	}
	.Design_Content{
		width: 65%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		text-align: left;
	}
		.Design_Content h3{
			width: 100%;
			height: 120px;
			line-height: 120px;
			font-size: 1.8em;
			margin-bottom: 30px;
		}
		.Design_Content p{
			padding-bottom: 30px;
		}
		.Design_Content a{
			width: 50%;
			font-size: 1.4em;
			padding: 20px;
			margin: 0 auto;
			text-align: center;
			display: block;
			border:solid 3px #00DCFF;
		}
.Design_styleA{
	margin-right: auto;
}
.Design_styleB{
	margin-left: auto;
}
.Design_styleA_Img{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position:absolute;
	right: 0;
	top: 60px;
	z-index: -2;
}
.Design_styleB_Img{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position:absolute;
	left: 0;
	top: 60px;
	z-index: -2;
}
.SpDesign_style_Img{
	display: none;
}
/**----------------------------●Service_Group----------------------------**/
#GroupImg{
	background: url("../img/sub/service_group.png") no-repeat center;
	background-size: cover;	
}
#SpGroupImg{
	background: url("../img/sub/service_group.png") no-repeat center;
	background-size: cover;	
}
#SaleImg{
	background: url("../img/sub/service_group.png") no-repeat center;
	background-size: cover;
}
#SpSaleImg{
	background: url("../img/sub/service_group.png") no-repeat center;
	background-size: cover;
}
@media screen and (max-width : 1300px) {
}

@media screen and (max-width : 1100px) {
}

@media screen and (max-width : 1024px) {
/**
**編集ここから_210823
**/

/**----------------------------●Design----------------------------**/	
.Design{
	position: static;
}
.Design_Text{
	width: 90%;
	min-width: 90%;
	margin: 0 auto;
}
	.Design_Title{
		display: none;
	}
	
	.Design_Content{
		width: 100%;
	}
		.Design_Content h3{
			height: auto;
			line-height: 40px;
			font-size: 1.6em;
			margin-bottom: 30px;
			background: linear-gradient(-135deg, rgba(0,222,250,0.3), rgba(0,255,160,0.3));
			text-align: center;
		}
			.Design_Content h3 span{
				padding: 20px 0;
				display: block;
			}
		.Design_Content p{
			padding-bottom: 30px;
			padding-top:30px;
		}
		.Design_Content a{
		}
.Design_styleA_Img{
	display: none;
}
.Design_styleB_Img{
	display: none;
}
	.SpDesign_style_Img{
		display: block;
		width: 100%;
		height: 400px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width : 768px) {
/**----------------------------●Category----------------------------**/
#Category a{
	height: auto;
	width: 100%;
	margin-bottom: 40px;
}
	#Category a::after{
		content: "";
		position: absolute;
		width: 40%;
		height: 2px;
		bottom: -5px;
	}

/**----------------------------●Design----------------------------**/
		.Design_Content h3{
			line-height: 40px;
			font-size: 1.4em;
			padding: 0;
		}
			.Design_Content h3 span{
				
			padding: 10px;
			}
		.Design_Content p{
			padding-bottom: 20px;
			padding-top:20px;
		}
		.Design_Content a{
			width: 100%;
			font-size: 1.2em;
			padding: 10px 0;
			margin: 0 auto;
			border:solid 2px #00DCFF;
		}
	.SpDesign_style_Img{
		height: 300px;
	}
}
@media screen and (max-width : 634px) {
}

@media screen and (max-width : 480px) {
}

@media screen and (max-width : 350px) {
}
