@charset "UTF-8";
.contact-banner {
  position: relative;
  background-image: url("../images/contact/index/banner-pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-bottom: calc(320 / 1920 * 100%);
}
@media screen and (max-width: 767px) {
  .contact-banner {
    background-image: url("../images/contact/index/banner-sp.jpg");
    padding-bottom: calc(200 / 375 * 100%);
  }
}
.contact-banner .banner-content {
  display: flex;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}
.contact-01-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-02 {
  display: flex;
  flex-direction: column;
}
.contact-02-btn {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .contact-02-btn {
    margin-bottom: 8rem;
  }
}