@charset "UTF-8";
@media (max-width: 767px) {
  :root {
    --header_height: 65px;
  }
}

/* ===============================
 お問い合わせ 
=============================== */
.contact__content {
  max-width: 1040px;
  margin: 0 auto;
  background: #FAFBFB;
  padding: 80px 120px;
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0 24px 60px;
  }
}

.contact__message {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__message {
    text-align: left;
  }
}

.contact__form {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 60px;
  }
}

.contact__items {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.contact__items dt:nth-of-type(n + 2), .contact__items dd:nth-of-type(n + 2) {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .contact__items {
    display: block;
  }
}

.contact__label {
  width: 28.5%;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .contact__label.contact__label2 {
    align-items: flex-start;
    padding-top: 20px;
  }
  .contact__label.contact__label2::before {
    top: calc(20px + 0.5em);
  }
}
@media (max-width: 767px) {
  .contact__label {
    width: 100%;
  }
}

.contact__label--required {
  position: relative;
}
.contact__label--required::before {
  content: "＊";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #FF1818;
  font-size: 1.6rem;
  font-weight: 500;
}

.contact__input {
  width: 71.5%;
}
.contact__input input[type=text],
.contact__input input[type=tel],
.contact__input input[type=email],
.contact__input input[type=radio],
.contact__input textarea {
  font: inherit;
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 15px;
}
.contact__input input[type=text]::-moz-placeholder, .contact__input input[type=tel]::-moz-placeholder, .contact__input input[type=email]::-moz-placeholder, .contact__input input[type=radio]::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact__input input[type=text]::placeholder,
.contact__input input[type=tel]::placeholder,
.contact__input input[type=email]::placeholder,
.contact__input input[type=radio]::placeholder,
.contact__input textarea::placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact__input input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: auto;
  margin: 0;
}
.contact__input textarea {
  resize: vertical;
  min-height: 260px;
}
@media (max-width: 767px) {
  .contact__input {
    width: 100%;
    margin-top: 24px;
  }
}

.contact__input:has(.wpcf7-radio) {
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  padding: 15px;
}

.wpcf7-radio > span {
  color: #C0C0C0;
}
.wpcf7-radio > span:nth-child(n+2) {
  margin-left: 40px;
}
.wpcf7-radio > span:has(:checked) {
  color: #1B1B1B;
}
@media (max-width: 767px) {
  .wpcf7-radio > span:nth-child(n+2) {
    margin-left: 20px;
  }
}

.contact__privacy {
  margin-top: 80px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact__privacy a {
  display: inline-block;
  color: #047FAC;
  text-decoration: underline;
}
.contact__privacy input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0;
  width: 16px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .contact__privacy {
    margin-top: 60px;
  }
}

.contact__submit {
  margin-top: 40px;
  text-align: center;
}

.contact__button {
  cursor: pointer;
  position: relative;
}
.contact__button input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wpcf7-response-output { /* エラー&送信完了テキスト */
  font-size: 16px;
  text-align: center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none !important;
}
/*# sourceMappingURL=contact.css.map */