@charset "UTF-8";
.contact {
  padding-bottom: clamp(35px, calc(22.4279379157px + 3.3259423503vw), 65px);
}
.contact__inner {
  padding: clamp(40px, calc(40px + 0vw), 40px) clamp(38px, calc(37.1618625277px + 0.22172949vw), 40px) 0;
  width: clamp(500px, calc(275px + 29.296875vw), 650px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact__inner {
    width: 100%;
    padding-top: clamp(43px, calc(1.3230769231px + 11.0256410256vw), 86px);
  }
}
.contact__title {
  font-family: var(--cammron);
  font-size: clamp(2.5rem, 1.9761640798rem + 2.2172949002vw, 3.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
}
.contact__title span {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.7178492239rem + 0.6651884701vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 300;
  display: block;
}
.contact__form {
  margin-top: clamp(54px, calc(40.5898004435px + 3.5476718404vw), 86px);
  text-align: center;
}
.contact__form-group:not(:last-of-type) {
  margin-bottom: clamp(18px, calc(12.133037694px + 1.5521064302vw), 32px);
}
.contact__form-heading {
  margin-bottom: clamp(10px, calc(5.8093126386px + 1.1086474501vw), 20px);
}
.contact__form-label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.895232816rem + 0.44345898vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 300;
}
.contact__form-label.required::before {
  content: "※";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.895232816rem + 0.44345898vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #FF0000;
  display: inline-block;
}
.contact__form-input, .contact__form-textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.895232816rem + 0.44345898vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 100%;
  padding: clamp(10px, calc(7.4855875831px + 0.6651884701vw), 16px);
  appearance: none;
  border: 1px solid #707070;
  border-radius: 17px;
  height: 34px;
  box-sizing: border-box;
}
.contact__form-textarea {
  height: clamp(167px, calc(145.2084257206px + 5.7649667406vw), 219px);
}
.contact__form-comment {
  font-size: clamp(0.75rem, 0.5404656319rem + 0.8869179601vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 300;
  margin-top: clamp(28px, calc(26.3237250554px + 0.44345898vw), 32px);
  padding: 0 clamp(3px, calc(-12.5055432373px + 4.1019955654vw), 40px);
  text-align: left;
}
.contact__form-radio {
  margin: clamp(10px, calc(5.8093126386px + 1.1086474501vw), 20px) clamp(20px, calc(11.6186252772px + 2.2172949002vw), 40px) 0 0;
}
@media (max-width: 768px) {
  .contact__form-radio {
    margin: clamp(30px, calc(23.7139689579px + 1.6629711752vw), 45px) clamp(20px, calc(11.6186252772px + 2.2172949002vw), 40px) 0 0;
  }
}
.contact__form-label--radio span {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(0.8125rem, 0.6291574279rem + 0.7760532151vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  .contact__form-label--radio span {
    letter-spacing: 0.2em;
  }
}
.contact__form-label--radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, calc(8px + 0vw), 8px);
  cursor: pointer;
}
.contact__form-radio-input input {
  appearance: none;
  width: clamp(18px, calc(13.8093126386px + 1.1086474501vw), 28px);
  height: clamp(18px, calc(13.8093126386px + 1.1086474501vw), 28px);
  border: 2px solid #2E3252;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.contact__form-radio-input input[type=radio]:checked::before {
  content: "";
  width: clamp(9px, calc(6.9046563193px + 0.5543237251vw), 14px);
  height: clamp(9px, calc(6.9046563193px + 0.5543237251vw), 14px);
  background: #2E3252;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact__form-button {
  width: fit-content;
  margin: clamp(15px, calc(8.7139689579px + 1.6629711752vw), 30px) auto 0;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact__form-button {
    margin: clamp(36px, calc(28.4567627494px + 1.9955654102vw), 54px) auto 0;
  }
}
.contact__form-button:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.contact__form-button input {
  font-size: clamp(0.875rem, 0.7178492239rem + 0.6651884701vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  background-color: #192161;
  cursor: pointer;
  width: clamp(222px, calc(216.5521064302px + 1.4412416851vw), 235px);
  padding: clamp(10px, calc(7.066518847px + 0.7760532151vw), 17px) 0;
  border-radius: clamp(17px, calc(12.8093126386px + 1.1086474501vw), 27px);
}
.contact .wpcf7-not-valid-tip {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(0.8125rem, 0.6291574279rem + 0.7760532151vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 300;
  margin-top: clamp(5px, calc(2.9046563193px + 0.5543237251vw), 10px);
}
.contact .wpcf7-response-output {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(0.8125rem, 0.6291574279rem + 0.7760532151vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
}
.contact .wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=contact.css.map */