@charset "utf-8";
/*service css*/
.service-sample .col-lg-3.fadeIn-group p{
	font-size: 16px;
	line-height: 1.6!important
	
}
h3 img.aw-bn{
	border-radius: 20px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 5px;
	transition: .5s ease; /* ゆっくり変化させる */
}
h3:hover img.aw-bn {
  opacity: .7
}
/*video*/
div.vid_contents {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  max-width: 1000px; /*PC版での最大幅*/
  text-align: center;
  margin: auto;
  padding: 0; /*ここで動画の周りの余白を調整*/
  background: #000000; /*余白の背景色*/
}
video.vid_main {
  width: 100%;
}
/* -----------------------------------------------
Tablet 992px
-------------------------------------------------- */
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
.service-sample .col-lg-3.fadeIn-group p{
	font-size: 14px;
	line-height: 1.6!important
}
h3 img.aw-bn {
  height: 180px;
}
}