#contact-page {
  background: url(../images/common/bg.png) center repeat;
  background-size: 614px;
}
#contact-page .main {
  width: 100%;
  padding: 240px 0 100px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #contact-page .main {
    padding: 130px 0 50px;
  }
}
#contact-page .main::before {
  display: block;
  content: "";
  background: url(../images/common/ico_dog_pc.svg) top right no-repeat;
  background-size: 100% auto;
  width: 322px;
  height: 315px;
  top: 339px;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #contact-page .main::before {
    background: url(../images/common/ico_dog_sp.svg) top right no-repeat;
    background-size: 100% auto;
    width: 168px;
    height: 136px;
    top: 116px;
    left: inherit;
    right: 0;
  }
}
#contact-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#contact-page .main__inner .ttlBox p {
  background: none;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .ttlBox p {
    margin: 0 0 10px;
  }
}
#contact-page .main__inner .ttlBox p span.en {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .ttlBox p span.en {
    font-size: 22px;
  }
}
#contact-page .main__inner .ttlBox h2 {
  font-size: 33px;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .ttlBox h2 {
    font-size: 24px;
  }
}
#contact-page .form {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#contact-page .form__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 0 0 140px;
}
@media screen and (max-width: 600px) {
  #contact-page .form__inner {
    padding: 0 0 100px;
  }
}/*# sourceMappingURL=contact.css.map */