@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 42px;
	background: url(../img/system/main_visual_bg.jpg) no-repeat center top;
}

#main .sec01 {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec01 img {
		width: 100%;
	}
		


}
