@charset "UTF-8";
.hero {
  padding: 104px 0 108px;
  background: url("../img/officelist/ttl_bg.jpg") no-repeat center/cover;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.hero h1 {
  padding: 40px 32px;
  display: inline-block;
  background: #009c43;
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .hero {
    padding: 60px 0 100px;
    background: url("../img/officelist/sp-ttl_bg.jpg") no-repeat center/cover;
    letter-spacing: 0.1em;
    font-size: clamp(20px, 2.66667vw, 40px);
  }
  .hero h1 {
    padding: 40px 20px;
  }
}

.contact-ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.contact-ttl span {
  display: inline-block;
  padding: 0 140px;
  position: relative;
}

.contact-ttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #009c43;
  width: 116px;
  height: 1px;
  content: '';
}

.contact-ttl span::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #3268ad;
  width: 116px;
  height: 1px;
  content: '';
}

@media screen and (max-width: 1023px) {
  .contact {
    padding: 0 5.33333vw;
  }
  .contact-ttl {
    font-size: clamp(22px, 5.86667vw, 44px);
  }
  .contact-ttl span {
    padding: 0;
    width: 100%;
  }
  .contact-ttl span::before {
    width: 8vw;
  }
  .contact-ttl span::after {
    width: 8vw;
  }
}

/*-------------
フォーム関連
-------------*/
.contact {
  margin: 100px auto 0;
  max-width: 1200px;
  width: 100%;
}

.contact-text {
  max-width: 800px;
  margin: 66px auto 70px;
}

.contact form {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  width: 100%;
  padding: 0.25em;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5em;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact dl {
  margin-top: 20px;
}

.contact .stop-text {
  color: #f00;
  max-width: 800px;
  margin: 50px auto 0;
  padding-bottom: 150px;
}

.contact .must {
  color: #f00;
}

.contact input[type="submit"] {
  background: #1b5da8;
  border: 0;
  color: #fff;
  width: 10em;
  text-align: center;
  padding: 1em 0;
  display: block;
  margin: 40px auto 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.contact input[type="button"] {
  background: #eee;
  border: 0;
  width: 10em;
  text-align: center;
  padding: 1em 0;
  display: block;
  margin: 40px auto 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.contact input[type="submit"]:disabled {
  opacity: 0.5;
}

.contact.confirmation dl {
  padding: 20px 0;
  border-top: #ccc 1px solid;
  margin-top: 0;
}

.contact.confirmation .send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact.confirmation .send-btn input[type="submit"] {
  margin-left: 10px;
}

.contact.confirmation .send-btn input[type="button"] {
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .contact {
    margin: 45px auto 0;
  }
  .contact-text {
    margin: 30px auto 35px;
  }
  .contact .stop-text {
    margin: 25px auto 0;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=contact.css.map */