.wrapper {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  max-width: 750px;
  margin: 0 auto;
  letter-spacing: 0;
}
.wrapper * {
  box-sizing: border-box;
}

a {
  color: #282828;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #5b5b5b;
}
a:hover img {
  transition: all 0.3s;
}

p {
  margin: 0;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
}

.cta {
  position: relative;
}
.cta .btn {
  width: 620px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2));
}
.cta .btn:hover {
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2)) brightness(110%);
  transition: all 0.3s;
}

#step {
  padding: 73px 0 0;
}
#step h2 {
  width: 577px;
  margin: 0 auto 52px;
}
#step ul {
  width: 680px;
  margin: 0 auto 77px;
}
#step li:nth-child(2) {
  margin: -11px 0 -13px;
}

#trouble {
  background: url(../img/trouble_bg.png) no-repeat center 738px/100%;
}
#trouble ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 30px 36px;
  margin: 85px 0 60px;
}
#trouble li {
  width: 321px;
}
#trouble li:last-child {
  margin-top: -40px;
}
#trouble h3 {
  width: 660px;
  margin: 0 auto 46px;
}

#reason {
  background: #D2EFF4 url(../img/reason_bg.jpg) no-repeat center 0/100%;
  padding: 92px 0 100px;
}
#reason h2 {
  width: 541px;
  margin: 0 auto 39px;
}

#voice {
  background: url(../img/voice_bg.jpg) no-repeat center 0/100%, url(../img/voice_bg2.jpg) no-repeat center bottom/100%;
  background-color: #BBE6F7;
  padding: 100px 0 54px;
}
#voice h2 {
  width: 356px;
  margin: 0 auto 60px;
}
#voice div {
  margin: 0 0 50px;
}
#voice p {
  width: 671px;
  margin: 0 0 0 35px;
}

#faq {
  padding: 86px 0 90px;
}
#faq h2 {
  width: 307px;
  margin: 0 auto 56px;
}
#faq dl {
  width: 660px;
  margin: 0 auto;
}
#faq dt {
  margin: 30px 0 0;
  position: relative;
  cursor: pointer;
}
#faq dt:hover {
  filter: brightness(110%);
  transition: all 0.3s;
}
#faq dt::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 54px;
}
#faq dt.active::after {
  transform: rotate(-135deg);
  right: 52px;
}
#faq dd {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta .btn {
    width: 82.6666666667vw;
    top: 30.6666666667vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 0.6666666667vw rgba(0, 0, 0, 0.2));
  }
  .cta .btn:hover {
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 0.6666666667vw rgba(0, 0, 0, 0.2)) brightness(110%);
  }
  #step {
    padding: 9.7333333333vw 0 0;
  }
  #step h2 {
    width: 76.9333333333vw;
    margin: 0 auto 6.9333333333vw;
  }
  #step ul {
    width: 90.6666666667vw;
    margin: 0 auto 10.2666666667vw;
  }
  #step li:nth-child(2) {
    margin: -1.4666666667vw 0 -1.7333333333vw;
  }
  #trouble {
    background: url(../img/trouble_bg.png) no-repeat center 98.4vw/100%;
  }
  #trouble ul {
    gap: 4vw 4.8vw;
    margin: 11.3333333333vw 0 8vw;
  }
  #trouble li {
    width: 42.8vw;
  }
  #trouble li:last-child {
    margin-top: -5.3333333333vw;
  }
  #trouble h3 {
    width: 88vw;
    margin: 0 auto 6.1333333333vw;
  }
  #reason {
    padding: 12.2666666667vw 0 13.3333333333vw;
  }
  #reason h2 {
    width: 72.1333333333vw;
    margin: 0 auto 5.2vw;
  }
  #voice {
    padding: 13.3333333333vw 0 7.2vw;
  }
  #voice h2 {
    width: 47.4666666667vw;
    margin: 0 auto 8vw;
  }
  #voice div {
    margin-bottom: 6.6666666667vw;
  }
  #voice p {
    width: 89.4666666667vw;
    margin: 0 0 0 4.6666666667vw;
  }
  #faq {
    padding: 11.4666666667vw 0 12vw;
  }
  #faq h2 {
    width: 40.9333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
  #faq dl {
    width: 88vw;
  }
  #faq dt {
    margin: 4vw 0 0;
    cursor: pointer;
  }
  #faq dt::after {
    width: 2.4vw;
    height: 2.4vw;
    border-right: 0.2666666667vw solid #FFF;
    border-bottom: 0.2666666667vw solid #FFF;
    right: 7.2vw;
  }
  #faq dt.active::after {
    right: 6.9333333333vw;
  }
}/*# sourceMappingURL=style.css.map */