@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: antiquewhite;
}

.container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.btn {
  width: 86.7%;
  z-index: 1;
}

img {
  width: 100%;
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: row;
}

a {
  transition-property: opacity;
  transition-duration: 0.2s;
  pointer-events: cursor;
}

a:hover {
  opacity: 0.8;
}

.cta {
  z-index: 1;
}
.cta3 {
  margin-top: -13%;
}
.cta .btn {
  margin-top: -12.6%;
  width: 91.6%;
}

.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
  z-index: 10;
  transition: 1s;
}
.fix.down {
  opacity: 0;
  transform: translateY(100%);
}

.block {
  position: relative;
  /*&09 {
      padding: 7% 0 4%;
      .ttl {
          width: 40.3%;
          margin: 0 auto 5%;
      }
      .faq {
          width: 86.7%;
          margin: 0 auto;
          &_item {
              &:not(:last-child) {
                  margin-bottom: 5%;
              }
              &_q {
                  position: relative;
                  cursor: pointer;
                  margin-bottom: -0.5%;
                  &::before {
                      content: "";
                      position: absolute;
                      top: 26px;
                      right: 2%;
                      width: 40px;
                      height: 40px;
                      background: url(../img/faq-icn.png) no-repeat top center / contain;
                      transition: transform 0.3s;
                      @include sp {
                          top: 3.4vw;
                          width: 5.3vw;
                          height: 5.3vw;
                      }
                  }
                  &.open {
                      &::before {
                          transform: rotate(45deg);
                      }
                  }
              }
              &_a {
              }
          }
      }
  }
  &10 {
  }
  &11 {
      padding-top: 6%;
      .img {
          &1 {
              top: 36%;
              width: 53.3%;
          }
      }
  }*/
}
.block01 .img1 {
  top: 0;
}
.block01 .btn {
  bottom: -9%;
}
.block02 .img1 {
  top: 34.5%;
  width: 100%;
}
.block02 .img2 {
  bottom: 0;
  width: 77.3333%;
}
.block03 {
  margin-top: -4%;
}
.block03 .img1 {
  top: 32.6666%;
  width: 56.5333%;
  animation-delay: 0.2s;
}
.block03 .img2 {
  top: 74.5%;
  width: 85.06666666%;
  animation-delay: 0.2s;
}
.block04 .img1 {
  width: 21.4%;
  top: 15.7%;
  left: -3%;
}
.block04 .img2 {
  width: 21.86666666%;
  top: 27.1%;
  right: 65%;
}
.block04 .img3 {
  width: 21.8666666%;
  top: 57.9%;
  right: 65%;
}
.block07 .img1 {
  top: 13%;
  width: 89.33333333%;
}
.block07 .img2 {
  top: 52%;
  width: 89.333333333%;
}
.block07 .img3 {
  bottom: 0;
  right: 0;
  margin-right: 0;
  width: 38.93333333%;
  animation-delay: 0.4s;
}
.block08 .img {
  width: 89.333333333%;
  animation-delay: 0.2s;
}
.block08 .img1 {
  top: 8.54%;
}
.block08 .img2 {
  top: 22.64%;
}
.block08 .img3 {
  top: 33.74%;
}
.block08 .img4 {
  top: 43.04%;
}
.block08 .img5 {
  top: 57.94%;
}
.block08 .img6 {
  top: 71.14%;
}
.block08 .img7 {
  top: 86.04%;
}
.block09 .img1 {
  width: 33.533333333%;
  top: 26.04%;
  margin-left: 6%;
  animation-delay: 0.2s;
}
.block09 .img2 {
  width: 28.4%;
  top: 29.04%;
  animation-delay: 0.4s;
}
.block09 .img3 {
  width: 30.1333%;
  top: 28.04%;
  margin-right: 6%;
  animation-delay: 0.6s;
}
.block10 .img1 {
  width: 89.33333333%;
  top: 55.5%;
}
.block11 .img {
  width: 89.33333333%;
}
.block11 .img1 {
  top: 4%;
}
.block11 .img2 {
  top: 23%;
}
.block11 .img3 {
  top: 41.5%;
}
.block11 .img4 {
  top: 60.5%;
}
.block11 .img5 {
  top: 79.5%;
}
.block11_tel {
  position: absolute;
  left: 15%;
  font-size: min(5vw, 32px);
  font-weight: bold;
}
.block11_tel_1 {
  top: 70%;
}
.block11_tel_2 {
  top: 65%;
}
.block11_tel_3 {
  top: 70%;
}
.block11_tel_4 {
  top: 70%;
}
.block11_tel_5 {
  top: 70.5%;
}
.block11_btn {
  position: absolute;
  top: 86%;
  left: 5%;
  margin: 0 auto;
  width: 90%;
}

.footer {
  background-color: #788c30;
  color: #fff;
  text-align: center;
  padding: 29px 0 28%;
}
.footer ul {
  margin-bottom: 20px;
}
.footer ul li:not(:last-child) {
  margin-bottom: 4px;
}
.footer ul li a {
  font-family: serif;
  padding: 8px;
  display: inline-block;
}
.footer_copy {
  font-size: 1.1rem;
}

.scrollAnim.fadeUp {
  opacity: 0;
}
.scrollAnim.fadeUp.anim {
  animation-name: fadeUpAnim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.loadingAnim.fadeUp {
  opacity: 0;
}
.loadingAnim.fadeUp.anim {
  animation-name: fadeUpAnim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnim {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */