html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: "#1e1e1e";
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 1.6rem;
  line-height: 2;
}

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

a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .sp-only {
    display: none !important;
  }
  #wrapper {
    margin: 0 auto;
    width: 720px;
    box-shadow: 10px 0px 10px -10px rgba(5, 0, 0, 0.5), -10px 0px 10px -10px rgba(5, 0, 0, 0.5);
  }
  .cta01 {
    background-image: url(../images/002.png);
    background-repeat: no-repeat;
    height: 1004px;
    position: relative;
  }
  .cta01 p {
    display: block;
    width: 447px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 330px;
  }
  .cta02 {
    background-image: url(../images/006.png);
    background-repeat: no-repeat;
    height: 1170px;
    position: relative;
  }
  .cta02 p {
    display: block;
    width: 447px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 475px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pc-only {
    display: none !important;
  }
  #wrapper {
    margin: 0 auto;
    width: 720px;
    box-shadow: 10px 0px 10px -10px rgba(5, 0, 0, 0.5), -10px 0px 10px -10px rgba(5, 0, 0, 0.5);
  }
  .cta01 {
    background-image: url(../images/002.png);
    background-repeat: no-repeat;
    height: 1004px;
    position: relative;
  }
  .cta01 p {
    display: block;
    width: 447px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 330px;
  }
  .cta02 {
    background-image: url(../images/006.png);
    background-repeat: no-repeat;
    height: 1170px;
    position: relative;
  }
  .cta02 p {
    display: block;
    width: 447px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 475px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    margin: 0 auto;
  }
  .pc-only {
    display: none !important;
  }
  .cta01 {
    position: relative;
  }
  .cta01 .cta01img {
    display: block;
    width: 65%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 32%;
  }
  .cta02 {
    position: relative;
  }
  .cta02 .cta02img {
    display: block;
    width: 65%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40%;
  }
}/*# sourceMappingURL=responsive.css.map */