body {
  width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 1em;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.inner {
  width: 100vw;
  margin-inline: auto;
  position: relative;
}

@media (any-hover: hover) {
  .btn:hover {
    filter: contrast(110%) drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.2));
    transition: all 0.3s;
  }
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0/266.6666666667vw;
  height: 173.3333333333vw;
}
#fv .inner {
  padding: 30.9333333333vw 0 0;
}
#fv h1 {
  width: 77.3333333333vw;
  margin: 0 auto;
  position: relative;
}
#fv h1::before {
  content: "";
  display: block;
  width: 35.7333333333vw;
  height: 35.7333333333vw;
  border-radius: 50%;
  background: radial-gradient(51.67% 51.47%, rgb(106, 223, 255) 2.35%, rgb(91, 191, 218) 13.3%, rgb(59, 124, 142) 37.58%, rgb(34, 71, 81) 59.25%, rgb(15, 32, 37) 77.52%, rgb(4, 9, 10) 91.68%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 34.6666666667vw;
  left: 0;
  right: 0;
  margin-inline: auto;
  mix-blend-mode: screen;
}
#fv .fv_txt {
  width: 66.5333333333vw;
  margin: 5.7333333333vw auto 0;
}
#fv .btn {
  width: 74.4vw;
  margin: -6vw auto 0;
}

#need {
  background: url(../img/need_bg.jpg) no-repeat center 0/266.6666666667vw;
  height: 471.6vw;
  position: relative;
  z-index: 2;
}
#need::after {
  content: "";
  display: block;
  width: 55.7333333333vw;
  height: 55.7333333333vw;
  border-radius: 50%;
  position: absolute;
  bottom: -44vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 7.3333333333vw rgba(0, 0, 0, 0.4);
}
#need .inner {
  padding: 11.3333333333vw 0 0;
}
#need .need {
  width: 96.6666666667vw;
  margin-inline: auto;
}
#need .check {
  width: 72.9333333333vw;
  margin: 44.6666666667vw auto 1.3333333333vw;
}
#need .step {
  width: 95.8666666667vw;
  margin-inline: auto;
}
#need .select {
  width: 86.8vw;
  margin: 8.2666666667vw 0 0 7.0666666667vw;
  position: relative;
  z-index: 2;
}

#reason {
  background: url(../img/reason_bg.png) no-repeat center 0/266.6666666667vw;
  height: 393.0666666667vw;
  margin: -11.7333333333vw 0 0;
  position: relative;
  z-index: 2;
}
#reason .inner {
  padding: 6.6666666667vw 0 0;
}
#reason .ttl {
  width: 86.1333333333vw;
  margin-inline: auto;
}
#reason .reason01 {
  width: 93.3333333333vw;
  margin: 34vw 0 13.0666666667vw auto;
}
#reason .reason02 {
  width: 93.3333333333vw;
}
#reason .reason03 {
  width: 93.3333333333vw;
  margin: 13.3333333333vw 0 13.0666666667vw auto;
}

#system {
  background: url(../img/report_bg.png) no-repeat center 0/266.6666666667vw;
  height: 316.9333333333vw;
}
#system .ttl {
  width: 87.3333333333vw;
  position: relative;
  top: -0.4vw;
  margin: 0 auto 5.8666666667vw;
}
#system .score {
  width: 90.9333333333vw;
}
#system .report {
  width: 97.4666666667vw;
  margin: 16.8vw 0 0.4vw 2.5333333333vw;
}
#system .txt {
  width: 61.4666666667vw;
  margin: 0 0 0 3.6vw;
}

#make {
  background: url(../img/make_bg.png) no-repeat center 0/266.6666666667vw;
  margin: -24.2666666667vw 0 0;
}
#make .inner {
  padding: 35.4666666667vw 0 3.3333333333vw;
}
#make .ttl {
  width: 27.4666666667vw;
  margin: 0 0 0 8vw;
}
#make .txt {
  width: 93.4666666667vw;
  margin: 4.6666666667vw 0 0 4.6666666667vw;
}

#faq {
  background: url(../img/faq_bg.jpg) no-repeat center 0/266.6666666667vw;
  height: 149.3333333333vw;
}
#faq .inner {
  padding: 9.3333333333vw 0 0;
}
#faq .ttl {
  width: 38.6666666667vw;
  margin-inline: auto;
}
#faq ul {
  margin: 4vw 0 0 5.3333333333vw;
}
#faq ul li:nth-child(1) {
  width: 88.6666666667vw;
}
#faq ul li:nth-child(2) {
  width: 90.4vw;
  margin: 5.0666666667vw 0;
}
#faq ul li:nth-child(3) {
  width: 90.2666666667vw;
}

#start {
  background: url(../img/start_bg.jpg) no-repeat center 0/266.6666666667vw;
  height: 221.0666666667vw;
}
#start .inner {
  padding: 30.9333333333vw 0 0;
}
#start .txt {
  width: 81.6vw;
  margin: 0 0 67.6vw 4vw;
}
#start .btn {
  width: 90.1333333333vw;
  margin-inline: auto;
}

footer {
  background: #fff;
  height: 13.3333333333vw;
}
footer .inner {
  height: 100%;
}
footer ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.9333333333vw;
  color: #5A5A5A;
  font-weight: 400;
}
footer li {
  position: relative;
  display: flex;
  align-items: center;
}
footer li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 5.3333333333vw;
  background: #5A5A5A;
}
footer a {
  color: #5A5A5A;
  text-decoration: none;
  display: block;
  padding: 0 3.3333333333vw;
}
@media (any-hover: hover) {
  footer a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 0 8vw;
  z-index: 1001;
  border-radius: 4.6666666667vw;
  width: 90.6666666667vw;
  height: 80vh;
  color: #333333;
}
.modal .ttl {
  text-align: center;
  font-size: 7.2vw;
  font-weight: 700;
  height: 25.3333333333vw;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-body {
  width: 81.0666666667vw;
  height: calc(100% - 25.3333333333vw);
  padding-right: 2.6666666667vw;
  margin-inline: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.modal .modal-txt {
  margin-inline: auto;
  padding: 1.3333333333vw 0 0 4.2666666667vw;
}
.modal .modal-txt h3 {
  font-size: 3.4666666667vw;
  line-height: 5.3333333333vw;
  margin: 0 0 5.3333333333vw;
  padding: 0;
}
.modal .modal-txt p {
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}

.modal-close {
  display: block;
  background: url(../img/close.png) no-repeat center 0/100%;
  position: absolute;
  top: -7.5svh;
  right: 1.3333333333vw;
  width: 12.1333333333vw;
  height: 12.1333333333vw;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal-close:hover {
    scale: 1.05;
    transition: all 0.3s;
  }
}/*# sourceMappingURL=style_sp.css.map */