* { box-sizing: border-box; }
body { margin: 0; }
.yr-contact, .yr-contact * { box-sizing: border-box; }
.yr-contact {
  --contact-green: #173d2f;
  --contact-green-2: #285845;
  --contact-sage: #aebcab;
  --contact-paper: #fbfaf6;
  --contact-cream: #f5f1e9;
  --contact-line: #d9dcd5;
  color: #343a36;
  background: var(--contact-paper);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}
.yr-contact h1, .yr-contact h2, .yr-contact h3, .yr-contact p { margin: 0; }
.yr-contact h1, .yr-contact h2 { font-family: "Shippori Mincho", "Noto Serif JP", serif; color: var(--contact-green); }
.yr-contact-hero { position: relative; min-height: 540px; overflow: hidden; background: var(--contact-paper); }
.yr-contact-hero__photo { position: absolute; inset: 0 0 0 42%; width: 58%; height: 100%; object-fit: cover; }
.yr-contact-hero__copy { position: relative; z-index: 4; width: 51%; max-width: 680px; padding: 82px 4% 145px 9.5%; }
.yr-contact-breadcrumb { display: flex; gap: 12px; align-items: center; margin-bottom: 52px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.yr-contact-breadcrumb a { color: inherit; text-decoration: none; }
.yr-contact-hero__en { margin-bottom: 9px !important; color: #829488; font-size: 11px; font-weight: 700; letter-spacing: .25em; }
.yr-contact-hero h1 { font-size: clamp(36px, 4vw, 58px); font-weight: 600; letter-spacing: .1em; }
.yr-contact-hero__copy > p:last-child { margin-top: 38px; font-size: 14px; font-weight: 600; line-height: 2.15; letter-spacing: .04em; }
.yr-contact-hero__curve { position: absolute; z-index: 3; inset: -12% 48% 12% -5%; background: var(--contact-paper); border-radius: 0 45% 48% 0; }
.yr-contact-hero__mountains { position: absolute; z-index: 5; right: -1%; bottom: -1px; left: -1%; height: 112px; background: rgba(145, 163, 143, .9); clip-path: polygon(0 58%, 4% 46%, 9% 62%, 14% 51%, 20% 70%, 26% 59%, 33% 35%, 39% 64%, 46% 48%, 53% 73%, 61% 43%, 68% 60%, 75% 49%, 82% 69%, 90% 52%, 95% 63%, 100% 54%, 100% 100%, 0 100%); }
.yr-contact-hero__mountains::after { position: absolute; inset: 28px 0 0; background: rgba(198, 207, 195, .75); clip-path: polygon(0 68%, 7% 46%, 14% 70%, 22% 54%, 30% 71%, 39% 39%, 47% 70%, 56% 51%, 64% 72%, 73% 47%, 82% 69%, 91% 50%, 100% 70%, 100% 100%, 0 100%); content: ""; }
.yr-contact-form { padding: 58px 5% 96px; background: linear-gradient(180deg, #fbfaf6, #f4f0e8); }
.yr-contact-form__inner { max-width: 1160px; margin: auto; }
.yr-contact-form__heading { text-align: center; }
.yr-contact-form__heading > p:first-child { color: #8a9a90; font-size: 10px; font-weight: 700; letter-spacing: .28em; }
.yr-contact-form__heading h2 { margin-top: 6px; font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: .1em; }
.yr-contact-form__heading > span { display: block; width: 38px; height: 2px; margin: 14px auto 18px; background: var(--contact-green-2); }
.yr-contact-form__heading > p:last-child { font-size: 13px; line-height: 1.8; }
.yr-contact-form__heading b, .yr-contact em { color: #c95738; font-style: normal; }
.contact-form { margin-top: 36px; }
.contact-form-container { width: 100%; max-width: none; padding: 0; }
.contact-form .formRow { margin: 0 0 20px; }
.yr-contact-type { margin: 0 0 30px !important; padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--contact-line); }
.yr-contact-type legend, .contact-form .labelText01 { display: inline-block; margin-bottom: 9px; color: #27342e; font-size: 13px; font-weight: 700; }
/* 必須マーク。エディタが label の入れ子要素を落とすため、label の兄弟として置く */
.contact-form .yr-required { margin-bottom: 9px; margin-left: 4px; color: #c95738; font-size: 13px; font-style: normal; font-weight: 700; }
.contact-form .yr-required + .formInput, .contact-form .yr-required + .input { display: block; }
.yr-contact-type__options { display: flex; flex-wrap: wrap; gap: 14px 34px; }
.yr-contact-type__option { display: flex; gap: 9px; align-items: center; }
.yr-contact-type__options label { display: inline-block; margin: 0; font-size: 13px; font-weight: 400; cursor: pointer; }
.yr-contact-type__options input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--contact-green-2); }
.yr-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 54px; }
.contact-form .formInput { display: block; width: 100%; min-height: 48px; padding: 12px 16px; border: 1px solid #d5d9d3; border-radius: 3px; background: rgba(255,255,255,.88); color: #27342e; font: inherit; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form .formInput:focus { border-color: #6f8e7c; box-shadow: 0 0 0 3px rgba(47,89,67,.12); }
.contact-form .formInput::placeholder { color: #a5aaa6; }
.contact-form .formTextArea { min-height: 146px; resize: vertical; }
.formPrivacyArea { padding-top: 6px; text-align: center; }
.formPrivacyArea > p { font-size: 12px; line-height: 1.8; }
.pp-consent { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 15px; }
.pp-consent input { width: 21px; height: 21px; accent-color: var(--contact-green-2); }
.privacyLabel { font-size: 13px; font-weight: 700; cursor: pointer; }
.pp-accordion { max-width: 780px; margin: 16px auto 0; text-align: left; }
.pp-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pp-toggle-label { display: block; padding: 12px 42px 12px 16px; border: 1px solid var(--contact-line); background: #fff; color: var(--contact-green); font-size: 13px; font-weight: 700; cursor: pointer; position: relative; }
.pp-toggle-label::after { position: absolute; top: 50%; right: 17px; content: "＋"; transform: translateY(-50%); }
.pp-toggle:checked + .pp-toggle-label::after { content: "−"; }
.pp-body { display: none; max-height: 360px; overflow: auto; padding: 20px; border: 1px solid var(--contact-line); border-top: 0; background: #fff; font-size: 12px; line-height: 1.8; }
.pp-toggle:checked ~ .pp-body { display: block; }
.pp-body .pp-h { margin: 22px 0 7px; color: var(--contact-green); font-size: 14px; }
.pp-body .pp-sub { margin-top: 11px; font-weight: 700; }
.pp-body .pp-li { padding-left: 1em; }
.pp-body .pp-date { margin-top: 18px; text-align: right; }
.contact-form-actions { margin-top: 28px !important; text-align: center; }
.formBtn { width: min(560px, 100%); min-height: 60px; border: 0; border-radius: 4px; background: var(--contact-green); color: white; font: inherit; font-size: 15px; font-weight: 700; letter-spacing: .08em; cursor: pointer; transition: background .2s, transform .2s; }
.formBtn span { margin-left: 14px; }
.formBtn:hover { background: #285845; transform: translateY(-1px); }
.formBtn:disabled { opacity: .6; cursor: wait; }
/* validationEngine のエラー表示（jquery.validationEngine が生成する .formError 用） */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; width: 170px; padding: 8px 10px; border: 2px solid #dddddd; border-radius: 4px; color: #ffffff; background: #c95738; font-size: 12px; box-shadow: 0 0 6px rgba(0, 0, 0, .35); }
.formError .formErrorArrow { z-index: 996; width: 15px; margin: -2px 0 0 13px; }
.formError .formErrorArrow div { display: block; height: 1px; margin: 0 auto; border-right: 2px solid #dddddd; border-left: 2px solid #dddddd; background: #c95738; box-shadow: 0 2px 3px rgba(68, 68, 68, .6); font-size: 0; line-height: 0; }
.formError .formErrorArrow .line10 { width: 15px; border: 0; }
.formError .formErrorArrow .line9 { width: 13px; border: 0; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-right: 2px solid #dddddd; border-bottom: 0; border-left: 2px solid #dddddd; }
.formError .formErrorArrow .line2, .formError .formErrorArrow .line1 { width: 0; border: 0; background: #dddddd; }
@media (max-width: 767px) {
  .yr-contact-hero { min-height: 600px; }
  .yr-contact-hero__photo { inset: auto 0 0; width: 100%; height: 58%; }
  .yr-contact-hero__curve { inset: -8% -12% 38% -12%; border-radius: 0 0 48% 42%; }
  .yr-contact-hero__copy { width: 100%; padding: 50px 7% 250px; }
  .yr-contact-breadcrumb { margin-bottom: 32px; }
  .yr-contact-hero__copy > p:last-child { margin-top: 25px; font-size: 13px; }
  .yr-contact-hero__mountains { height: 78px; }
  .yr-contact-form { padding: 45px 6% 72px; }
  .yr-contact-grid { grid-template-columns: 1fr; gap: 0; }
  .yr-contact-type__options { display: grid; gap: 13px; }
  .yr-contact-form__heading > p:last-child { text-align: left; }
}
