.hrm-page,.hrm-page *{box-sizing:border-box}.hrm-page{margin:24px auto;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif}.hrm-wrap{max-width:760px;margin:0 auto}.hrm-hero{text-align:center}.hrm-kicker{margin:0 0 8px;color:#d4af37;font-size:12px;font-weight:900;letter-spacing:4px}.hrm-hero h2,.hrm-success h2{margin:0;color:#f5d06f;font-size:clamp(30px,6vw,44px);line-height:1.3}.hrm-hero>p{margin:15px 0 24px;color:#ddd;line-height:1.8}.hrm-phone-box,.hrm-success{padding:22px 18px;border:1px solid rgba(212,175,55,.5);border-radius:18px;background:linear-gradient(180deg,#17140d,#0c0b08);text-align:center}.hrm-phone-box{margin-bottom:26px}.hrm-phone-box>strong{display:block;color:#fff0a8;font-size:18px}.hrm-phone-box>span{display:block;margin:6px 0 14px;color:#ccc;font-size:13px}.hrm-phone-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:480px;min-height:68px;margin:0 auto;padding:10px 16px;border-radius:13px;background:linear-gradient(135deg,#fff0a8,#d4af37);color:#111!important;text-decoration:none!important}.hrm-phone-icon{font-size:27px}.hrm-phone-btn span:last-child{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.hrm-phone-btn small{margin-bottom:4px;font-size:11px;font-weight:900}.hrm-phone-btn strong{font-size:22px;font-weight:900}.hrm-form{padding:28px;border:1px solid rgba(212,175,55,.55);border-radius:20px;background:#101010;box-shadow:0 18px 50px rgba(0,0,0,.32)}.hrm-section-title{margin:30px 0 15px;padding-bottom:8px;border-bottom:1px solid rgba(212,175,55,.35);color:#fff0a8;font-size:19px;font-weight:900}.hrm-section-title:first-of-type{margin-top:0}.hrm-section-title small{margin-left:5px;color:#777;font-size:11px}.hrm-field{margin-bottom:20px}.hrm-field label{display:block;margin-bottom:8px;color:#f5d06f;font-weight:800}.hrm-field em{display:inline-block;margin-left:7px;padding:2px 6px;border-radius:5px;background:#842029;color:#fff;font-size:10px;font-style:normal;font-weight:900}.hrm-field input,.hrm-field textarea,.hrm-field select{width:100%!important;min-height:52px;padding:14px!important;border:1px solid #444!important;border-radius:10px!important;outline:none!important;background:#080808!important;color:#fff!important;font-size:16px!important;box-shadow:none!important}.hrm-field textarea{resize:vertical}.hrm-field input:focus,.hrm-field textarea:focus,.hrm-field select:focus{border-color:#d4af37!important;box-shadow:0 0 0 1px rgba(212,175,55,.28)!important}.hrm-field small{display:block;margin-top:7px;color:#999;font-size:12px;line-height:1.6}.hrm-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hrm-calendar-guide,.hrm-fixed-area{margin:0 0 16px;padding:11px 12px;border:1px solid rgba(212,175,55,.28);border-radius:9px;background:#17140d;color:#ddd;font-size:12px}.hrm-fixed-area{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.hrm-fixed-area strong{color:#f5d06f;font-size:17px}.hrm-warning{margin:25px 0 22px;padding:17px;border:1px solid rgba(212,175,55,.35);border-radius:12px;background:#17140d;text-align:center;line-height:1.7}.hrm-warning strong{display:block;color:#f5d06f}.hrm-warning span{display:block;margin-top:6px;color:#bbb;font-size:13px}.hrm-submit{width:100%;min-height:64px;border:0!important;border-radius:14px!important;cursor:pointer;background:linear-gradient(135deg,#fff0a8,#d4af37)!important;color:#111!important;font-size:18px!important;font-weight:900!important}.hrm-error{margin:0 0 20px;padding:15px;border:1px solid #b84747;border-radius:10px;background:#351010;color:#fff;text-align:center}.hrm-success{padding:36px 24px}.hrm-success-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:linear-gradient(135deg,#fff0a8,#d4af37);color:#111;font-size:38px;font-weight:900}.hrm-success>p:not(.hrm-kicker){color:#ddd;line-height:1.8}.hrm-notice{margin:22px 0;padding:18px;border:1px solid rgba(212,175,55,.28);border-radius:12px;background:#080808;text-align:left}.hrm-notice strong{color:#f5d06f}.hrm-notice p{margin:8px 0 0;color:#ccc;line-height:1.7}.hrm-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:600px){.hrm-page{margin:16px auto}.hrm-form{padding:20px 14px}.hrm-grid{grid-template-columns:1fr;gap:0}.hrm-phone-box{padding:18px 12px}.hrm-phone-btn strong{font-size:20px}.hrm-section-title{font-size:18px}.hrm-success{padding:28px 16px}}

.hrm-date-input{cursor:pointer}
.hrm-date-input::-webkit-calendar-picker-indicator{cursor:pointer}

.hrm-time-selects{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:10px;
}
.hrm-time-selects select{
  width:100%!important;
  min-height:52px;
}
.hrm-time-separator{
  color:#f5d06f;
  font-size:22px;
  font-weight:900;
}
@media(max-width:420px){
  .hrm-time-selects{gap:7px}
}
