@charset "utf-8";
/*2022.06.08追加*/
#other{padding-top: 70px;margin-top: -70px}

.service-intro{
	margin-top:40px;
}
.service-intro .red{ color: #FF1E22; }
p.services-heading{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
p.services-heading-catch{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.service-blocks{
	display: flex;
	justify-content: space-between;
}
.service-block{
	width:31.7%;
	border: #dedede solid 1px;
	border-radius: 5px;
	position: relative;
	padding-bottom:60px;
	background-color: #fff;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
p.service-block-title{
	color:#fff;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	padding:12% 3%;
	border-radius: 5px 5px 0 0;
	background-color: #557DB9;
	margin-bottom:0;
}
.service-block.sound p.service-block-title{
	background: #557DB9 url("../../assets/img/services/sound-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.service-block.movie p.service-block-title{
	background: #557DB9 url("../../assets/img/services/movie-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.service-block.brand p.service-block-title{
	background: #557DB9 url("../../assets/img/services/brand-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.service-block-inner{
	padding:5% 8%;
}
p.service-category{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4;
}
.service-block.sound p.service-category{  color:#1d7ca4; }
.service-block.movie p.service-category{  color:#42A45C; }
.service-block.brand p.service-category{  color:#A4712E; }

p.service-desc{
	font-size: 13px;
	line-height: 1.6;
}
ul.service-detail{
	padding:20px 0 0 14px;
}
ul.service-detail li{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
a.service-more-btn{
	position: absolute;
	bottom:20px;
	left:5%;
	display: block;
	width:90%;
	padding:12px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	background-color: #1d7ca4;
	border-radius: 5px;
}
a.service-more-btn:hover{
	background-color: #449EC3;
}
.advantage-blocks{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.advantage-block{
	width:48.7%;
	background: linear-gradient(to right, #E0EDF2, #B0D2E0);
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	border-radius: 5px;
	padding:3% 5% 2% 90px;
	margin-bottom:30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
p.advantage-block-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.advantage-blocks .advantage-block::before{
	position: absolute;
	top:10px;
	left:16px;
	font-size: 72px;
	line-height: 1;
	color:rgba(68,158,195,0.50);
	font-family: 'Abril Fatface', cursive;
	font-style: italic;
}
.advantage-blocks .advantage-block:nth-child(1)::before{ content: "1."; }
.advantage-blocks .advantage-block:nth-child(2)::before{ content: "2."; }
.advantage-blocks .advantage-block:nth-child(3)::before{ content: "3."; }
.advantage-blocks .advantage-block:nth-child(4)::before{ content: "4."; }

.advantage-blocks .advantage-block::after{
	content: "";
	position: absolute;
	right:-100px;
	bottom:-100px;
	width:200px;
	height:200px;
	background-color: rgba(255,255,255,0.20);
	transform: rotate(-45deg);
	z-index: -1;
}
.advantage-catch{
	color:#2b55a5;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	padding-top:80px;
	margin-bottom:80px;
}
.advantage-catch .mark{
	background: linear-gradient(transparent 68%, #E0EDF2 0%);
	line-height: 1.9;
}
.advantage-catch::before{
	content: "";
	width:0;
	height: 0;
	border-top:#EBEBEB solid 60px;
	border-left:transparent solid 120px;
	border-right:transparent solid 120px;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}


@media (min-width: 768px) {
	.sp{ display: none; }
}
@media (max-width: 767px) {
	.pc{ display: none; }
	
	.service-intro{
	  margin-top:20px;
  }
	p.services-heading{
	  font-size: 15px;
	  margin-bottom: 0;
  }
  p.services-heading-catch{
	  font-size: 21px;
	  margin-bottom: 30px;
  }
	.service-blocks{
	  flex-direction: column;
  }
	.service-block{
		width:100%;
		margin-bottom:20px;
	}
	p.service-block-title{
		padding:8% 3%;
	}
	p.service-desc{
		font-size: 13px;
	}
	ul.service-detail{
	  padding:10px 0 0 14px;
  }
	.advantage-blocks{
		flex-direction: column;
	}
	.advantage-block{
		width:100%;
	  padding:20px;
	  margin-bottom:20px;
	}
	p.advantage-block-title{
		min-height:60px;
		margin-bottom: 10px;
		padding-left: 70px;
	}
	.advantage-blocks .advantage-block::before{
		top:5px;
	}
 .advantage-catch{
		font-size: 21px;
	  letter-spacing: .05em;
		padding-top:60px;
		margin-bottom:60px;
	}
	.advantage-catch::before{
		border-top:#EBEBEB solid 40px;
		border-left:transparent solid 80px;
		border-right:transparent solid 80px;
	}
	
}