@charset "UTF-8";
/*////////////////////////*/
/*ファーストビュー*/
/*////////////////////////*/

/*トップスライダー*/
.top-slider {
  position: relative;
	width: 100%;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width: 55%;
  z-index: 1;
}
.cap01 {
  position: relative;
  color: #002870;
  padding-left: 90px;
}
.cap01::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #002870;
}




/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/
.map {
  height: 300px;
}


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



}

@media (max-width: 768px) {

  .top-catch {
    top:75%;
    width: 80%;
  }

}



