@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.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) {
  #about .about_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;
  }
}
#about .about_wrapper .about_logo {
  width: 32.9428989751vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7.3206442167vw;
}
@media (max-width: 767px) {
  #about .about_wrapper .about_logo {
    width: 100%;
    margin-left: 0;
  }
}
#about .about_wrapper .about_logo img {
  max-width: 18.3016105417vw;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #about .about_wrapper .about_logo img {
    max-width: 70%;
  }
}
#about .about_wrapper .content_box {
  width: 40.2635431918vw;
}
@media (max-width: 767px) {
  #about .about_wrapper .content_box {
    width: 100%;
  }
}
#about .about_wrapper .content_box .btn_round {
  margin-top: 4.39238653vw;
}
@media (max-width: 767px) {
  #about .about_wrapper .content_box .btn_round {
    margin-top: 8.5333333333vw;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

/*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%;
  }
}

/*cta
=========================================== */
#cta .cta_wrapper.flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #cta .cta_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;
  }
}
#cta .cta_wrapper .mail_area {
  width: 36.6032210835vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.196193265vw;
  border: 1px solid #00a199;
  padding: 2.196193265vw;
}
@media (max-width: 767px) {
  #cta .cta_wrapper .mail_area {
    width: 100%;
    gap: 8vw;
    padding: 8vw;
  }
}
#cta .cta_wrapper .mail_area .btn_round {
  width: 29.2825768668vw;
  text-align: center;
}
@media (max-width: 767px) {
  #cta .cta_wrapper .mail_area .btn_round {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */