.contact-guide-section{
  padding-top:54px;
}

.contact-guide-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:start;
}

.contact-guide-main{
  padding:8px 0;
}

.contact-guide-main .section-en{
  color:var(--brand) !important;
}

.contact-guide-main h2{
  margin:0 0 18px;
}

.contact-guide-main p{
  margin:0 0 16px;
  color:var(--text-light);
}

.contact-guide-main p:last-child{
  margin-bottom:0;
}

.contact-guide-card,
.contact-method-card,
.access-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  box-sizing:border-box;
}

.contact-guide-card,
.access-card{
  padding:32px 30px;
}

.contact-guide-card h3,
.contact-method-card h3,
.access-card h3{
  margin:0 0 14px;
  font-size:26px;
  line-height:1.35;
}

.contact-guide-list{
  margin:0;
  padding-left:1.2em;
  color:var(--text-light);
}

.contact-guide-list li + li{
  margin-top:8px;
}

.contact-method-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:36px;
  align-items:stretch;
}

.contact-method-card{
  padding:30px 28px;
  min-height:100%;
}

.method-card-inner{
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
}

.contact-method-card p{
  margin:4px 0;
  color:var(--text-light);
}

.contact-phone-label{
  margin:0 0 2px !important;
  font-size:16px;
  color:var(--text-light);
  font-weight:600;
  line-height:1.6;
}

.contact-phone-number{
  margin:0 0 8px !important;
  font-size:clamp(28px,3vw,36px);
  line-height:1.2;
  font-weight:700;
  color:var(--brand-dark) !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.contact-phone-note,
.contact-form-note{
  font-size:14px;
}

.contact-phone-note{
  margin:0 0 10px !important;
  line-height:1.6;
}

.contact-phone-note-fixed{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.contact-form-note{
  margin-top:18px !important;
  margin-bottom:0 !important;
}

.contact-form-embed{
  padding:30px 28px;
}

.contact-form-lead{
  margin-bottom:16px !important;
}

.contact-mail-box{
  margin-top:28px;
  padding-top:28px;
  border-top:1px solid #e7ddd8;
}

.contact-mail-box h3{
  margin:0 0 16px;
}

.embedded-contact-form{
  margin-top:18px;
}

.embedded-contact-form .form-row{
  margin-bottom:18px;
}

.embedded-contact-form label{
  display:block;
  margin-bottom:8px;
  font-weight:700;
  color:var(--text);
}

.embedded-contact-form input[type="text"],
.embedded-contact-form input[type="email"],
.embedded-contact-form textarea{
  width:100%;
  max-width:100%;
  border:1px solid #ddd4cf;
  border-radius:16px;
  padding:14px 16px;
  font-size:16px;
  line-height:1.7;
  background:#fff;
  color:var(--text);
  appearance:none;
  box-sizing:border-box;
}

.embedded-contact-form input[type="text"]:focus,
.embedded-contact-form input[type="email"]:focus,
.embedded-contact-form textarea:focus{
  outline:none;
  border-color:#cf7a74;
  box-shadow:0 0 0 4px rgba(200,66,61,.10);
}

.form-alert{
  margin:18px 0 20px;
  padding:18px 20px;
  border-radius:18px;
  background:#fff5f4;
  border:1px solid #efc9c7;
  box-shadow:0 10px 24px rgba(65,40,38,.05);
}

.form-alert-title{
  margin:0 0 8px;
  font-weight:700;
  color:#a1302c;
}

.form-alert ul{
  margin:0;
  padding-left:1.2em;
}

.form-success{
  margin-top:8px;
  padding:22px 22px;
  border-radius:18px;
  background:#f4fbf6;
  border:1px solid #bfdcc6;
  box-shadow:0 10px 24px rgba(65,40,38,.05);
}

.form-success-title{
  margin:0 0 8px;
  font-weight:700;
  color:#2f6b43;
}

.form-success p{
  margin:0;
  color:var(--text);
}

.required{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:8px;
  padding:2px 8px;
  min-height:20px;
  border-radius:999px;
  background:#fff2f1;
  color:var(--brand);
  font-size:12px;
  font-weight:700;
  vertical-align:middle;
}

.form-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px 20px;
  align-items:center;
  margin-top:8px;
}

.form-check{
  margin:0;
}

.check-label{
  display:flex !important;
  align-items:center;
  gap:12px;
  margin-bottom:0 !important;
  font-weight:500 !important;
  line-height:1.6;
}

.check-label input[type="checkbox"]{
  width:20px;
  height:20px;
  margin:0;
  flex:0 0 20px;
  accent-color:var(--brand);
}

.check-label span{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.check-label a{
  color:var(--brand);
  text-decoration:underline;
  text-underline-offset:2px;
}

.form-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.form-actions-left{
  justify-content:flex-end;
  margin-top:0;
}

.access-card{
  width:100%;
  max-width:none;
  margin:32px 0 0;
  padding:32px;
}

.access-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}

.access-text p{
  overflow-wrap:anywhere;
  word-break:break-word;
}

.access-note{
  color:var(--text-light);
  font-size:14px;
}

.access-map iframe{
  display:block;
  width:100%;
  min-height:340px;
  border:0;
  border-radius:22px;
  filter:grayscale(1) contrast(1.05) brightness(1.02);
}

.hp-field{
  position:absolute;
  left:-9999px;
  opacity:0;
  pointer-events:none;
}

.contact-space{
  height:1em;
}

@media (max-width:960px){
  .contact-guide-grid,
  .contact-method-grid,
  .access-grid{
    grid-template-columns:1fr;
  }

  .contact-guide-card,
  .contact-method-card,
  .access-card{
    padding:28px 20px;
    border-radius:22px;
  }

  .contact-guide-card h3,
  .contact-method-card h3,
  .access-card h3{
    font-size:22px;
  }

  .form-bottom{
    grid-template-columns:1fr;
    align-items:stretch;
  }

  .check-label{
    align-items:flex-start;
  }

  .check-label span{
    align-items:flex-start;
  }

  .form-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .form-actions .btn{
    width:100%;
    text-align:center;
  }

  .form-actions-left{
    justify-content:stretch;
  }

  .access-map iframe{
    min-height:300px;
  }
}