@charset "UTF-8";
/* =========================================
   Contact ─ お問い合わせ
   ========================================= */
.page-contact {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--prada-navy, #061e29);
  background: #fff;
  overflow-x: hidden;
  /* ─────────────── HERO（背景画像＋ゴーストタイポ／他ページ共通構成） ─────────────── */
}
.page-contact .contact-hero {
  position: relative;
  overflow: hidden;
  min-height: min(52vw, 560px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(90px, 12vw, 140px) clamp(24px, 6vw, 48px) clamp(50px, 7vw, 80px);
  background: var(--offwhite, #f3f4f4);
}
@media (max-width: 899px) {
  .page-contact .contact-hero {
    min-height: min(100vw, 520px);
  }
}
.page-contact .contact-hero {
  /* テキスト側だけをふわっと明るくするスクリム */
}
.page-contact .contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(243, 244, 244, 0.92)), color-stop(55%, rgba(243, 244, 244, 0.4)), color-stop(75%, rgba(243, 244, 244, 0)));
  background: linear-gradient(to right, rgba(243, 244, 244, 0.92) 30%, rgba(243, 244, 244, 0.4) 55%, rgba(243, 244, 244, 0) 75%);
}
@media (max-width: 899px) {
  .page-contact .contact-hero::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(243, 244, 244, 0.92)), color-stop(45%, rgba(243, 244, 244, 0.45)), color-stop(70%, rgba(243, 244, 244, 0)));
    background: linear-gradient(to bottom, rgba(243, 244, 244, 0.92) 10%, rgba(243, 244, 244, 0.45) 45%, rgba(243, 244, 244, 0) 70%);
  }
}
.page-contact .contact-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-image: url("../images/contact-fv.webp");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  mask-image: -webkit-gradient(linear, right top, left top, color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 899px) {
  .page-contact .contact-hero__bg {
    width: auto;
    aspect-ratio: 4/5;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url("../images/contact-fv-sp.webp");
    background-position: center bottom;
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.page-contact .contact-hero__ghost {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: clamp(70px, 9vw, 110px);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(6rem, 18vw, 11rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(6, 30, 41, 0.05);
  pointer-events: none;
  white-space: nowrap;
  margin: 0;
}
.page-contact .contact-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.page-contact .contact-hero__en {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 4.5rem);
  letter-spacing: 0.06em;
  color: var(--prada-navy, #061e29);
  margin: 0 0 18px;
  line-height: 1;
}
.page-contact .contact-hero__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.95rem, 2.6vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--prada-mint, #5f9498);
  margin: 0 0 26px;
}
.page-contact .contact-hero__tagline {
  font-family: "Klee One", serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 5.2vw, 1.45rem);
  line-height: 2;
  color: var(--prada-navy, #061e29);
  margin: 0;
}
.page-contact {
  /* ─────────────── 安心バッジ4連 ─────────────── */
}
.page-contact .contact-badges {
  background: #fff;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 6vw, 48px);
}
.page-contact .contact-badges__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
.page-contact .badge {
  text-align: center;
  padding: 0 8px;
}
.page-contact .badge__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(95, 148, 152, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .badge__icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--prada-mint, #5f9498);
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-contact .badge__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-wrap: balance;
  color: var(--prada-navy, #061e29);
  margin: 0 0 8px;
}
.page-contact .badge__desc {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-wrap: balance;
  color: var(--prada-blue, #1e546c);
  margin: 0;
}
.page-contact {
  /* ─────────────── 濃紺2カラムセクション ─────────────── */
}
.page-contact .section-header--dark .section-en {
  color: var(--offwhite, #f3f4f4);
}
.page-contact .contact-main {
  background: var(--prada-navy, #061e29);
  padding: clamp(64px, 9vw, 104px) clamp(24px, 6vw, 48px) clamp(72px, 10vw, 112px);
}
.page-contact .contact-main__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(40px, 5vw, 72px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-contact {
  /* ── 左カラム ── */
}
.page-contact .contact-side__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 2.8vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--offwhite, #f3f4f4);
  margin: 0 0 12px;
}
.page-contact .contact-side__bar {
  width: 100%;
  height: 1px;
  background: var(--prada-mint, #5f9498);
  opacity: 0.55;
  margin: 0 0 28px;
}
.page-contact .contact-side__list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(40px, 5vw, 52px);
}
.page-contact .contact-side__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(243, 244, 244, 0.92);
  margin-bottom: 16px;
}
.page-contact .contact-side__check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  position: relative;
}
.page-contact .contact-side__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--prada-mint, #5f9498);
  border-bottom: 2px solid var(--prada-mint, #5f9498);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-contact {
  /* ── お問い合わせについて（アイコン2列） ── */
}
.page-contact .contact-info {
  border-top: 1px solid rgba(243, 244, 244, 0.18);
  padding-top: clamp(28px, 4vw, 36px);
}
.page-contact .contact-info__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--offwhite, #f3f4f4);
  margin: 0 0 24px;
}
.page-contact .contact-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .page-contact .contact-info__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.page-contact .contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.page-contact .contact-info__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(95, 148, 152, 0.28);
  border: 1px solid rgba(95, 148, 152, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .contact-info__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--offwhite, #f3f4f4);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-contact .contact-info__texts {
  min-width: 0;
}
.page-contact .contact-info__label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--offwhite, #f3f4f4);
  margin: 0 0 8px;
}
.page-contact .contact-info__value {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  text-wrap: balance;
  letter-spacing: 0.04em;
  color: rgba(243, 244, 244, 0.88);
  margin: 0;
}
.page-contact .contact-info__note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(243, 244, 244, 0.85);
  margin: 0;
}
.page-contact {
  /* ── 右カラム：白カードフォーム ── */
}
.page-contact .contact-form-card {
  background: #fff;
  border-radius: 6px;
  padding: clamp(28px, 4vw, 48px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.page-contact .form-field {
  margin-bottom: clamp(22px, 3vw, 28px);
}
.page-contact .form-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--prada-navy, #061e29);
  margin-bottom: 10px;
}
.page-contact .form-field__tag {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 4px 9px;
  border-radius: 2px;
}
.page-contact .form-field__tag--required {
  background: var(--prada-red, #d2143a);
  color: #fff;
}
.page-contact .form-field__tag--optional {
  border: 1px solid rgba(30, 84, 108, 0.4);
  color: var(--prada-blue, #1e546c);
}
.page-contact .form-field input[type=text],
.page-contact .form-field input[type=email],
.page-contact .form-field input[type=tel],
.page-contact .form-field input[type=url],
.page-contact .form-field select,
.page-contact .form-field textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px; /* 40〜60代向け本文18px／iOSズーム防止の16px下限も満たす */
  font-weight: 400;
  color: var(--prada-navy, #061e29);
  background: var(--offwhite, #f3f4f4);
  border: 1px solid rgba(6, 30, 41, 0.18);
  border-radius: 2px;
  padding: 13px 16px;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.page-contact .form-field input::-webkit-input-placeholder, .page-contact .form-field textarea::-webkit-input-placeholder {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field input::-moz-placeholder, .page-contact .form-field textarea::-moz-placeholder {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field input:-ms-input-placeholder, .page-contact .form-field textarea:-ms-input-placeholder {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field input::-ms-input-placeholder, .page-contact .form-field textarea::-ms-input-placeholder {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field input::placeholder,
.page-contact .form-field textarea::placeholder {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field input:focus,
.page-contact .form-field select:focus,
.page-contact .form-field textarea:focus {
  outline: none;
  border-color: var(--prada-mint, #5f9498);
  background: #fff;
}
.page-contact .form-field__select-wrap {
  position: relative;
}
.page-contact .form-field__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--prada-blue, #1e546c);
  border-bottom: 2px solid var(--prada-blue, #1e546c);
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.page-contact .form-field select {
  cursor: pointer;
  padding-right: 44px;
}
.page-contact .form-field select:invalid {
  color: rgba(6, 30, 41, 0.45);
}
.page-contact .form-field select option {
  color: var(--prada-navy, #061e29);
}
.page-contact .form-field textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.9;
}
.page-contact {
  /* ── 個人情報の取り扱い注記 ── */
}
.page-contact .form-privacy-note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(6, 30, 41, 0.75);
  margin: clamp(26px, 4vw, 32px) 0 0;
}
.page-contact .form-privacy-note a {
  color: var(--prada-blue, #1e546c);
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-contact .form-privacy-note a:hover {
  color: var(--prada-red, #d2143a);
}
.page-contact {
  /* ── 同意チェック ── */
}
.page-contact .form-agree {
  text-align: center;
  margin: 16px 0 clamp(24px, 3vw, 28px);
}
.page-contact .form-agree__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--prada-navy, #061e29);
  line-height: 1.8;
}
.page-contact .form-agree input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(6, 30, 41, 0.35);
  border-radius: 2px;
  background: var(--offwhite, #f3f4f4);
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.page-contact .form-agree input[type=checkbox]:checked {
  background: var(--prada-mint, #5f9498);
  border-color: var(--prada-mint, #5f9498);
}
.page-contact .form-agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-contact .form-agree input[type=checkbox]:focus-visible {
  outline: 2px solid var(--prada-mint, #5f9498);
  outline-offset: 2px;
}
.page-contact .form-agree a {
  color: var(--prada-blue, #1e546c);
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-contact .form-agree a:hover {
  color: var(--prada-red, #d2143a);
}
.page-contact {
  /* ── 送信ボタン ── */
}
.page-contact .form-submit {
  text-align: center;
}
.page-contact .form-submit__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--offwhite, #f3f4f4);
  background: var(--prada-navy, #061e29);
  border: 1px solid var(--prada-navy, #061e29);
  border-radius: 999px;
  padding: 17px 24px;
  cursor: pointer;
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
}
.page-contact .form-submit__btn .arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-contact .form-submit__btn:hover {
  background: var(--prada-blue, #1e546c);
  border-color: var(--prada-blue, #1e546c);
}
.page-contact .form-submit__btn:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.page-contact .form-submit__btn:focus-visible {
  outline: 2px solid var(--prada-mint, #5f9498);
  outline-offset: 3px;
}
.page-contact .form-submit__note {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(6, 30, 41, 0.7);
  margin: 16px 0 0;
  line-height: 1.8;
  text-align: left;
}
.page-contact .form-submit__note + .form-submit__note {
  margin-top: 8px;
}
.page-contact {
  /* ── クロージング ── */
}
.page-contact .contact-closing {
  max-width: 1120px;
  margin: clamp(56px, 8vw, 80px) auto 0;
  text-align: center;
}
.page-contact .contact-closing__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.9;
  color: var(--offwhite, #f3f4f4);
  margin: 0;
  text-wrap: balance;
}
.page-contact {
  /* スマホの時だけ改行させる共通クラス */
}
.page-contact .br-sp {
  display: none;
}
.page-contact {
  /* ─────────────── SP（〜899px） ─────────────── */
}
@media screen and (max-width: 899px) {
  .page-contact .contact-badges__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
    max-width: 560px;
  }
  .page-contact .badge__icon {
    width: 48px;
    height: 48px;
  }
  .page-contact .badge__icon svg {
    width: 22px;
    height: 22px;
  }
  .page-contact {
    /* ── SPのタイプスケール（PCより一段小さく／本文16pxを下限に） ── */
  }
  .page-contact .badge__title {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .page-contact .badge__desc {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .page-contact .contact-side__list li {
    font-size: 1rem;
  }
  .page-contact .contact-info__label,
  .page-contact .contact-info__value {
    font-size: 1rem;
  }
  .page-contact .contact-info__note {
    font-size: 0.95rem;
  }
  .page-contact .form-field__label,
  .page-contact .form-agree__label {
    font-size: 1rem;
  }
  .page-contact .form-field input[type=text],
  .page-contact .form-field input[type=email],
  .page-contact .form-field input[type=tel],
  .page-contact .form-field input[type=url],
  .page-contact .form-field select,
  .page-contact .form-field textarea {
    font-size: 17px; /* iOSズーム防止の16px下限は維持 */
  }
  .page-contact .form-privacy-note {
    font-size: 0.95rem;
  }
  .page-contact .form-submit__btn {
    font-size: 1.0625rem;
  }
  .page-contact .form-submit__note {
    font-size: 0.9rem;
  }
  .page-contact .contact-main__inner {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 48px;
  }
  .page-contact .contact-info__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page-contact .br-sp {
    display: block;
  }
  .page-contact .contact-form-card {
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  }
  .page-contact .contact-closing__text {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}