@charset "UTF-8";
.contact-page section {
  text-align: center;
  background: var(--black);
}

p {
  font-size: 18px;
}

/* ヒーロー */
.contact-hero {
  padding: 60px 50px;
}

.contact-hero h1 {
  margin-bottom: 40px;
}

.contact-hero p {
  color: #fff;
  font-size: 18px;
}

/* フォーム */
.contact-form {
  padding: 0 0 80px;
}
.contact-form .form {
  width: 600px;
  margin: auto;
  text-align: left;
}
.contact-form .form .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: left;
}
.contact-form .form .form-label::after {
  content: "必須";
  margin-left: 1rem;
  padding: 0 8px 2px;
  background-color: #9F1547;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.contact-form .form .form-label-textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.contact-form .form .select {
  position: relative;
  width: 360px;
  margin-bottom: 20px;
}
.contact-form .form .select::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: var(--gold) transparent transparent transparent;
  pointer-events: none;
}
.contact-form .form .selectbox {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  color: var(--black);
  border: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
}
.contact-form .form option {
  background: var(--light-blue);
  border-bottom: 1px solid #6C5D55;
}
.contact-form .form .textbox {
  width: 100%;
  margin-bottom: 20px;
  padding: 2px 5px;
  border: none;
  outline: 0;
}
.contact-form .form .textarea {
  width: 100%;
  padding: 3px 5px;
  border: none;
  outline: 0;
}
.contact-form .form .rechapcha-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  width: 100%;
  padding: 0 0 30px;
  color: #fff;
}
.contact-form .form .button {
  text-align: center;
  margin: auto;
}
.contact-form .form .button .btn-more {
  max-width: 250px;
  min-width: 250px;
  height: 50px;
  padding: 10px 0;
  border: none;
}
.contact-form .form option {
  border-bottom: 1px solid #6C5D55;
}

@media screen and (max-width: 959px) {
  .contact-hero p {
    font-size: 16px;
    text-align: left;
  }
  .contact-hero h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero {
    padding: 30px 20px;
  }
  /* フォーム */
  .contact-form {
    padding: 0 20px 60px;
  }
  .contact-form .form {
    width: 100%;
    margin: auto;
    text-align: left;
  }
  .contact-form .form .form-label {
    font-size: 16px;
  }
  .contact-form .form .form-label::after {
    margin-left: 8px;
    padding: 0 8px 1px;
    font-size: 12px;
  }
  .contact-form .form .select {
    width: 100%;
  }
  .contact-form .form .rechapcha-text {
    text-align: left;
  }
}/*# sourceMappingURL=contact.css.map */