@charset "utf-8";

/* ===================================================
 main
====================================================== */
.inner_col {
  max-width: 700px;
}

/* ===================================================
  section
====================================================== */
section h2{
  margin: 0 auto 25px;
  color: var(--text-sub);
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section h2{
    margin: 0 auto 10vw;
    font-size: 24px;
  }
}

