* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
}

body {
  overflow-x: hidden;
  color: #07162f;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Arial, sans-serif;
}

.lp-shell {
  width: 100%;
  background: #fff;
}

.lp-visual {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
}

.lp-visual picture {
  display: block;
}

.lp-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lp-cta {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgb(255 255 255 / 0%);
}

.lp-cta:focus-visible {
  outline: 3px solid #fff04a;
  outline-offset: 3px;
}

.lp-cta-primary {
  left: 62.9%;
  top: 94.56%;
  width: 33.3%;
  height: 4.32%;
}

.lp-cta-consult {
  left: 16.8%;
  top: 94.92%;
  width: 13.1%;
  height: 2.1%;
}

.lp-cta-demo {
  left: 31.1%;
  top: 94.92%;
  width: 10.2%;
  height: 2.1%;
}

.lp-cta-report {
  left: 42.2%;
  top: 94.92%;
  width: 13.6%;
  height: 2.1%;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .lp-visual {
    width: min(100%, 750px);
  }

  .lp-cta-primary {
    left: 0;
    top: 96.19%;
    width: 100%;
    height: 3.81%;
  }

  .lp-cta-consult,
  .lp-cta-demo,
  .lp-cta-report {
    left: 0;
    top: 92.83%;
    width: 100%;
    height: 2.99%;
  }
}
