html {
  font-size: 62.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 1.6px;
  -webkit-text-size-adjust: 100%;
}

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

.container {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.container .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.container .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.container .footer {
  border-top: 5px solid #f691ad;
  margin-top: 80px;
  margin-bottom: 210px;
}

@media screen and (max-width: 836px) {
  .container .footer {
    margin-top: clamp(4rem, 9.756097561vw, 8rem);
    margin-bottom: clamp(7.5rem, 12.8048780488vw, 10.5rem);
  }
}
.container .footer .copy {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 836px) {
  .container .footer .copy {
    font-size: 16px;
  }
}
.container .fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  width: 820px;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 836px) {
  .container .fixed {
    width: 100%;
  }
}
.section.relative {
  position: relative;
}

.section.relative .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.section.relative .caseOne {
  top: 5320px;
}

@media screen and (max-width: 836px) {
  .section.relative .caseOne {
    top: 47.4%;
    width: 250px;
  }
}
.btn--line {
  display: block;
  position: absolute;
  left: 50%;
  bottom: clamp(122.5rem, 212.8048780488vw, 174.5rem);
  transform: translateX(-50%);
  width: clamp(0rem, 64.2682926829vw, 52.7rem);
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 576px) {
  .btn--line {
    bottom: clamp(55rem, 212.8vw, 122.5rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--line:hover {
    opacity: 0.7;
  }
}
.btn--line img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */