<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------

Hale

---------------------------- */
.noto-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.lp-template-page-lp_hale p {
  font-size: 1.5rem;
}

.lp-template-page-lp_hale footer {
  display: none;
}

.cont-wrap .sub-ttl {
  position: relative;
  top: 5px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .cont-wrap .sub-ttl {
    top: 0;
  }
}

#hale-concept .section-inner {
  padding: 180px 0 140px;
}

@media screen and (max-width: 767px) {
  #hale-concept .section-inner {
    padding: 140px 0 90px;
  }
}

/* header */
.lp-template-page-lp_hale .lp-header {
  position: absolute;
  width: 300px;
  top: 30px;
  left: 30px;
  z-index: 10;
}

.lp-template-page-lp_hale .lp-header-logo {
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .lp-template-page-lp_hale .lp-header {
    width: 140px;
    top: 15px;
    left: 20px;
  }
}

/* footer */
.footer-hale {
  position: relative;
}

.footer-hale::before {
  content: "";
  background: #fedc00;
  position: absolute;
  width: 110vw;
  height: 130%;
  top: 10px;
  transform: rotate(-4deg);
}

.footer-hale::after {
  content: "";
  background: #1ba9bc;
  position: absolute;
  width: 110vw;
  height: 130%;
  top: 10px;
  left: -5%;
  transform: rotate(-2deg);
}

.footer-hale p + p {
  margin-top: 0;
}

.footer-hale .footer-hale-inner {
  position: relative;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.footer-hale .info-box {
  margin: 20px 0;
}

.footer-hale .tel-box {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

.footer-hale .tel {
  background: url(../images/common/icon_freedial.svg) center left / 40px
    no-repeat;
  color: #fff;
  padding-left: 50px;
}

.footer-hale .copyright {
  margin-top: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .footer-hale::before,
  .footer-hale::after {
    height: 100%;
  }
  .footer-hale .tel {
    position: relative;
    font-size: 3rem;
    padding-left: 50px;
  }
}
</pre></body></html>