@charset "utf-8";

/*  =============================================================

　　共通モジュール設定

============================================================= */

/*  AOSフェードイン処理
---------------------------------------------*/
[data-aos=fade-up]{transform:translate3d(0,30px,0)}

.bg01 {
  background: #F7FFF5;
  color: #1D391A;
}
.bg02 {
  background: #4f886b;
  color: #fff;
}


/*  セクションタイトル
---------------------------------------------*/
.sectionTitle {
  margin: 0 0 80px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 4.8rem;
  text-align: center;
}


@media screen and (max-width: 820px){
  .sectionTitle {
    margin: 0 0 40px;
    font-size: 3.2rem;
    text-align: center;
  }


}
