@charset "UTF-8";
/* Noto */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* JOST（Futura代用） */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #F2F3F4;
}

/*
* fv
*/
.fv {
  padding-top: 100px;
}
.fv-wrap {
  position: relative;
  margin-left: 40px;
  padding-bottom: 180px;
}
.fv-wrap--title {
  margin-top: 80px;
  color: #000000;
  font-size: 28px;
}
.fv-wrap--title span {
  color: #0686CF;
}
.fv-wrap--subtitle {
  margin-top: 30px;
  font-size: 60px;
  line-height: 0;
}
.fv-wrap--subtitle img {
  max-width: 1100px;
}
.fv-wrap--img {
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2);
  width: 470px;
  height: auto;
  z-index: -999;
}
.fv-wrap--txt {
  margin-top: 40px;
  color: #000000;
  font-weight: bold;
}
.fv-wrap .not--button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: calc((100% - 1200px) / 2);
}

@media screen and (max-width: 1200px) {
  .fv-wrap {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .fv-wrap--img {
    right: 0;
  }
  .fv-wrap--subtitle img {
    min-width: 290px;
    width: 80%;
  }
  .fv-wrap .not--button {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .fv-wrap {
    padding-bottom: 40px;
  }
  .fv-wrap--img {
    display: none;
  }
  .fv-wrap--title {
    font-size: 20px;
  }
  .fv-wrap--subtitle {
    margin-top: 10px;
  }
  .fv-wrap .not--button {
    margin: 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .fv-wrap--title {
    font-size: 14px;
  }
}/*# sourceMappingURL=mid-thanks.css.map */