@charset "UTF-8";
/* カラー設定
=========================================== */
* {
  color: #000000;
}

/* フォント設定
=========================================== */
.noto {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}

/*about
=========================================== */
#about {
  padding-bottom: 0;
}
#about .about_wrapper .content_box p {
  margin-bottom: 1.4641288433vw;
}
@media (max-width: 767px) {
  #about .about_wrapper .content_box p {
    margin-bottom: 5.3333333333vw;
  }
}

/*service
=========================================== */
#service {
  padding-bottom: 0;
}
#service .service_wrapper.flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #service .service_wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}
#service .service_wrapper .service_text_box {
  width: 40.2635431918vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #service .service_wrapper .service_text_box {
    width: 100%;
  }
}
#service .service_wrapper .service_text_box .section_title_bg {
  margin-bottom: 2.196193265vw;
}
@media (max-width: 767px) {
  #service .service_wrapper .service_text_box .section_title_bg {
    margin-bottom: 8vw;
  }
}
#service .service_wrapper .content_box {
  width: 25.6222547584vw;
}
@media (max-width: 767px) {
  #service .service_wrapper .content_box {
    width: 100%;
  }
}

/*company
=========================================== */
#company .content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company .section_title_line {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}/*# sourceMappingURL=about.css.map */