body {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  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: 750px;
  margin-inline: auto;
  position: relative;
}

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

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
  height: 1300px;
}
#fv .inner {
  padding: 232px 0 0;
}
#fv h1 {
  width: 580px;
  margin: 0 auto;
  position: relative;
}
#fv h1::before {
  content: "";
  display: block;
  width: 268px;
  height: 268px;
  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: 260px;
  left: 0;
  right: 0;
  margin-inline: auto;
  mix-blend-mode: screen;
}
#fv .fv_txt {
  width: 499px;
  margin: 43px auto 0;
}
#fv .btn {
  width: 558px;
  margin: -45px auto 0;
}

#need {
  background: url(../img/need_bg.jpg) no-repeat center 0;
  height: 3537px;
  position: relative;
  z-index: 2;
}
#need::after {
  content: "";
  display: block;
  width: 418px;
  height: 418px;
  border-radius: 50%;
  position: absolute;
  bottom: -330px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}
#need .inner {
  padding: 85px 0 0;
}
#need .need {
  width: 725px;
  margin-inline: auto;
}
#need .check {
  width: 547px;
  margin: 335px auto 10px;
}
#need .step {
  width: 719px;
  margin-inline: auto;
}
#need .select {
  width: 651px;
  margin: 62px 0 0 53px;
  position: relative;
  z-index: 2;
}

#reason {
  background: url(../img/reason_bg.png) no-repeat center 0;
  height: 2948px;
  margin: -88px 0 0;
  position: relative;
  z-index: 2;
}
#reason .inner {
  padding: 50px 0 0;
}
#reason .ttl {
  width: 646px;
  margin-inline: auto;
}
#reason .reason01 {
  width: 700px;
  margin: 255px 0 98px auto;
}
#reason .reason02 {
  width: 700px;
}
#reason .reason03 {
  width: 700px;
  margin: 100px 0 98px auto;
}

#system {
  background: url(../img/report_bg.png) no-repeat center 0;
  height: 2377px;
}
#system .ttl {
  width: 655px;
  position: relative;
  top: -3px;
  margin: 0 auto 44px;
}
#system .score {
  width: 682px;
}
#system .report {
  width: 731px;
  margin: 126px 0 3px 26px;
}
#system .txt {
  width: 461px;
  margin: 0 0 0 27px;
}

#make {
  background: url(../img/make_bg.png) no-repeat center 0;
  margin: -182px 0 0;
}
#make .inner {
  padding: 266px 0 25px;
}
#make .ttl {
  width: 206px;
  margin: 0 0 0 60px;
}
#make .txt {
  width: 701px;
  margin: 35px 0 0 35px;
}

#faq {
  background: url(../img/faq_bg.jpg) no-repeat center 0;
  height: 1120px;
}
#faq .inner {
  padding: 70px 0 0;
}
#faq .ttl {
  width: 290px;
  margin-inline: auto;
}
#faq ul {
  margin: 30px 0 0 40px;
}
#faq ul li:nth-child(1) {
  width: 665px;
}
#faq ul li:nth-child(2) {
  width: 678px;
  margin: 38px 0;
}
#faq ul li:nth-child(3) {
  width: 677px;
}

#start {
  background: url(../img/start_bg.jpg) no-repeat center 0;
  height: 1658px;
}
#start .inner {
  padding: 232px 0 0;
}
#start .txt {
  width: 612px;
  margin: 0 0 507px 30px;
}
#start .btn {
  width: 676px;
  margin-inline: auto;
}

footer {
  background: #fff;
  height: 100px;
}
footer .inner {
  height: 100%;
}
footer ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  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: 40px;
  background: #5A5A5A;
}
footer a {
  color: #5A5A5A;
  text-decoration: none;
  display: block;
  padding: 0 25px;
}
@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 60px;
  z-index: 1001;
  border-radius: 35px;
  width: 680px;
  height: 80vh;
  color: #333333;
}
.modal .ttl {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  height: 190px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-body {
  width: 608px;
  height: calc(100% - 190px);
  padding-right: 20px;
  margin-inline: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.modal .modal-txt {
  margin-inline: auto;
  padding: 10px 0 0 32px;
}
.modal .modal-txt h3 {
  font-size: 26px;
  line-height: 40px;
  margin: 0 0 40px;
  padding: 0;
}
.modal .modal-txt p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 40px;
}

.modal-close {
  display: block;
  background: url(../img/close.png) no-repeat center 0/100%;
  position: absolute;
  top: -5vh;
  right: 10px;
  width: 91px;
  height: 91px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal-close:hover {
    scale: 1.05;
    transition: all 0.3s;
  }
}/*# sourceMappingURL=style.css.map */