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

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 100vh ;
}


/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/

.bar {
	width:75px;
	margin:0 auto;
}
.catch01 {
  background: url(/assets/images/title-bg.svg) no-repeat center center / 100% ;
}
.box {
	position: relative;
	background:#F4F4F4;
}
.box::before {
	content:"";
  background: url(/assets/images/line.svg) no-repeat top left / 100% ;
  position: absolute;
	top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
}

.about-table {
	width:100%;
}

.Fbg {
  background: url(/assets/images/ph06.png) no-repeat center center / cover ;
}

