.hero {
  background: url("../images/hero.jpg") no-repeat center;
  color: #fff;
  font-size: 40px;
  padding: 54px 0;
  text-align: center;
  letter-spacing: 0.2em;
}

.hero h1 {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .hero {
    background: url("../images/sp-hero.jpg") no-repeat center/cover;
    font-size: clamp(19.2px, 6vw, 45px);
    padding: 35px 0;
  }
}

[class$="-ttl"] {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 120px;
}

[class$="-inn"] {
  max-width: var(--content-max-width);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  [class$="-ttl"] {
    font-size: clamp(19.2px, 6vw, 45px);
    letter-spacing: 0.075em;
    padding-top: 45px;
    line-height: 1.33333;
  }
  [class$="-inn"] {
    max-width: var(--content-sp-width);
  }
}

/*------------
form_text
--------------*/
.form {
  padding: 80px;
}

.form_text {
  background: url("../images/bg1.jpg") no-repeat top center/cover;
  text-align: center;
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .form_text {
    background: url("../images/sp-bg1.jpg") no-repeat top center/100%;
    text-align: center;
    padding: 100px 0;
  }
}

/*------------
form
--------------*/
.form {
  background: url("../../about/images/bg3.jpg") no-repeat top center/cover;
}

.form-inn {
  background-color: #fdfdfd;
  border-radius: 30px;
  padding: 40px 80px;
}

.form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form dl {
  padding: 24px 0;
  border-bottom: 1px solid #d8d9d8;
}

.form dt {
  width: 32.11538%;
}

.form dd {
  width: 60.57692%;
  padding-left: 70px;
}

.form .must {
  color: #c11818;
  float: right;
}

.form input,
.form textarea,
.form select {
  padding: 8px 10px;
  margin-right: 20px;
  max-width: 100%;
}

.form button[type="submit"] {
  margin-top: 75px;
  font-size: 18px;
  text-align: center;
  padding: 18px 78px;
  background-color: var(--blue);
  color: #fff;
  font-family: 'Satsuki', 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 0;
  }
  .form-inn {
    border-radius: 15px;
    padding: 40px 6.66667vw;
    width: 74.66667%;
    max-width: 670px;
    margin: 0 auto;
  }
  .form .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form div.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .form dt {
    width: auto;
  }
  .form dd {
    margin-top: 15px;
    width: auto;
    padding-left: 0;
  }
  .form .must {
    padding-right: 10.66667vw;
  }
  .form input,
  .form textarea,
  .form select {
    padding: 4px 8px;
    margin-right: 10px;
    max-width: 100%;
  }
  .form button[type="submit"] {
    margin-top: 40px;
    font-size: clamp(11.94667px, 3.73333vw, 28px);
    padding: 18px 10vw;
  }
  .form label {
    font-size: clamp(8.53333px, 2.66667vw, 20px);
  }
}

.postaddress input,
.postaddress select {
  margin-bottom: 10px;
}

.privacypolicy {
  padding: 50px 0 180px;
  background: url("../images/bg2.jpg") no-repeat top center/cover;
  text-align: center;
}

.privacypolicy_text {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .privacypolicy {
    padding: 80px 0 150px;
    background: url("../images/sp-bg2.jpg") no-repeat bottom center/100%;
  }
  .privacypolicy_text {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */