/* PC_SUB DEDICATED FILE */
.lead-page{
  min-height: auto;
  padding: 20px 0 50px;
  display: flex;
  align-items: flex-start;
  background: #fff;
}

.lead-page__inner{
  width: min(1040px, calc(100% - 80px));
  margin: 0 auto;
}

.lead-page__head{
  margin-bottom: 14px;
  text-align: center;
}

.lead-page__eyebrow{
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #767676;
}

.lead-page__title{
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #111;
}

.lead-page__desc{
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #666;
}

.lead-page__agree{
  margin-bottom: 16px;
}

.lead-page__agree-title{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #111;
}

.lead-page__agree-box{
  max-height: 155px;
  overflow-y: auto;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #444;
}

.lead-page__agree-box .policy-copy{
  color: #252525;
}

.lead-page__agree-box .policy-copy__title{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.lead-page__agree-box .policy-copy__item-title{
  margin: 18px 0 8px;
}

.lead-page__agree-box .policy-copy__item-title:first-of-type{
  margin-top: 0;
}

.lead-page__agree-box .policy-copy__item-title strong{
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111;
}

.lead-page__agree-box .policy-copy__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #333;
}

.lead-page__agree-box .policy-copy__marketing{
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
}

.lead-page__agree-box .policy-copy__subhead{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111;
}

.lead-page__agree-box .policy-copy__subhead strong{
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111;
}

.lead-page__agree-box .policy-copy__subhead span{
  color: #666;
  font-weight: 500;
}

.lead-page__agree-box .policy-copy__foot{
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #333;
}

.lead-page__agree-box .policy-copy__note{
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #333;
}

.lead-page__agree-check{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #111;
}

.lead-page__agree-check input{
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #767676;
}

.lead-form{
  margin-top: 2px;
}

.lead-form__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lead-form__field label{
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #111;
}

.lead-form__field label em{
  font-style: normal;
  color: #d93025;
}

.lead-form__field input{
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #111;
  outline: none;
}

.lead-form__field input::placeholder{
  color: #9a9a9a;
}

.lead-form__field input:focus{
  border-color: #767676;
}

.lead-form__actions{
  margin-top: 32px;
  text-align: center;
}

.lead-form__submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  height: 54px;
  margin: 0 auto;
  padding: 0 28px;
  border: 1px solid #767676;
  border-radius: 0;
  background: #fff;
  color: #767676;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.lead-form__submit:hover{
  transform: translateY(-1px);
  background: #767676;
  border-color: #767676;
  color: #fff;
}

.lead-form__submit:disabled{
  opacity: .7;
  cursor: default;
}

/* =========================================================
   Lead page validation bubble (subpage only)
   ========================================================= */

.lead-page__agree-field{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}

.lead-page__agree-check{
  justify-content: flex-start;
}

.lead-form__control{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lead-page__error-bubble,
.lead-form__error-bubble{
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  display: none;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #f0c9c0;
  border-radius: 8px;
  background: #fff;
  color: #e0674d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  width: max-content;
  max-width: min(300px, calc(var(--pc-safe-w, 100vw) - 48px));
  white-space: normal;
  pointer-events: none;
}

.lead-page__error-bubble::before,
.lead-form__error-bubble::before{
  content: "";
  position: absolute;
  top: -7px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #f0c9c0;
  border-top: 1px solid #f0c9c0;
  transform: rotate(45deg);
}

.lead-page__error-bubble.is-active,
.lead-form__error-bubble.is-active{
  display: block;
}

.lead-page__error-bubble{
  left: -17px;
  top: calc(100% + 8px);
}

.lead-page__error-bubble::before{
  left: 18px;
}

.lead-form__error-bubble::before{
  left: 18px;
}