@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #323232;
  --color-white: #ffffff;
  --color-primary: #2ECC71;
  --color-bg-green: #F1F7F4;
  --color-line-gy: #ECECEC;

  --noto-sans: "Noto Sans JP", sans-serif;
  --raleway: "Raleway", sans-serif;

}

/*================================================
 * greetings
 ================================================*/
.greetings_img img {
  margin-bottom: 3rem;
}

.greetings_img .ar p {
  line-height: 1;
}

.greetings_img .ar p:nth-of-type(2) {
  margin: 1.6rem 0 1rem;
}

@media screen and (max-width:1024px) {
  .greetings_txt {
    margin-bottom: 3.2rem;
  }
}

/*================================================
 *  areaOverview
 ================================================*/
.areaOverview_clm {
  margin-top: 5rem;
}

@media screen and (max-width:1024px) {
  .areaOverview_clm .wm-300 {
    margin-top: 1.6rem;
  }
}

