@charset "UTF-8";
/* CSS Document */

.vison-mv h1 {
  margin-top: 0!important;
}
.vison-mv {
  /* 横幅を画面いっぱいに */
  width: 100%;

  /* アスペクト比を指定（横 / 縦） */
  aspect-ratio: 10 / 3;

  /* 背景画像の設定 */
  background-image: url('../images/vision_mv.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  /* --- ここから追加 --- */
  display: flex;
  align-items: center;     /* 縦方向の中央 */
  justify-content: center;  /* 横方向の中央 */
  text-align: center;       /* 文字自体のセンター寄せ */
	margin-top: 0!important;
}

.vison-mv h1{display: none;

}

.visionText {
	padding: 0 0 60px 0;

	line-height: 1.8;
	font-size: 1.2rem;
}

.visionText h2{padding-top: 0;
margin: 0 0 30px 0;}
.vision {background-color: #f3f7fb;
padding-top: 0;}

