@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*------------------------------
mixin / variable
--------------------------------*/
main {
  padding-top: 51px;
  margin-bottom: 0;
}

.page-about h1 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.page-about h3 {
  padding: 0 10px;
}

.page-about .title {
  padding: 0 10px;
}

.page-about article.about {
  position: relative;
  top: -110px;
}

.page-about article.about .about-contents ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1000;
  max-width: 1111px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.page-about article.about .about-contents ul li {
  width: 25%;
  max-width: 225px;
  margin: 0 0 60px 0;
  text-align: center;
  overflow: hidden;
}

.page-about article.about .about-contents ul li p:nth-of-type(1) {
  margin-bottom: 7px;
  overflow: hidden;
  border-radius: 0;
}

.page-about article.about .about-contents ul li span {
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #C87E7E;
  display: block;
}

article.about .about-contents {
  overflow: hidden;
}

article.about .about-contents .m-circle3 {
  position: absolute;
  top: 800px;
}

article.about .about-contents .m-circle4 {
  position: absolute;
  top: 1000px;
  right: -1000px;
}

article.about .about-contents .m-circle5 {
  position: absolute;
  top: 2000px;
  left: -1000px;
}

footer {
  position: relative;
  margin-top: -50px !important;
}
/*# sourceMappingURL=about.css.map */