@charset "UTF-8";
/*トップスライダー*/
.top-slider {
	width: 100%;
	height: 500px ;
}

.big-catch::before {
  left: calc(50% - 220px);
}
.big-catch::after {
  right: calc(50% - 220px);
}
.concept-ph {
  height: 300px;
}
.concept-bg {
  position: relative;
}
.concept-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.catch03::after {
  background: url(/assets/images/common/icon-btm-center-w.svg) no-repeat bottom center / contain;
  bottom: -25px;
}

/*PCのみ*/
@media (min-width: 768px) {


}

@media (max-width: 768px) {
  .top-slider {
    width: 100%;
    height: 350px ;
  }
  .big-catch::before {
    left: calc(50% - 150px);
  }
  .big-catch::after {
    right: calc(50% - 150px);
  }
  .concept-ph {
    height: 200px;
  }





}



