@charset "UTF-8";
.hbspt-form .hs_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_rm_tell .input {
  position: relative;
}
.hbspt-form .hs_company .input::before,
.hbspt-form .hs_email .input::before,
.hbspt-form .hs_rm_tell .input::before {
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: 0;
  line-height: 40px;
  background-color: #F7D65B;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_company .input::after,
.hbspt-form .hs_email .input::after,
.hbspt-form .hs_rm_tell .input::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #F7D65B;
  display: none;
}
.hbspt-form .hs_company .input.disp_popup::before, .hbspt-form .hs_company .input.disp_popup::after,
.hbspt-form .hs_email .input.disp_popup::before,
.hbspt-form .hs_email .input.disp_popup::after,
.hbspt-form .hs_rm_tell .input.disp_popup::before,
.hbspt-form .hs_rm_tell .input.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hbspt-form .hs_company .input::before {
  content: "お勤め先の会社名を記入してください";
}
.hbspt-form .hs_email .input::before {
  content: "お仕事でお使いのメールアドレスを記入してください";
}
.hbspt-form .hs_rm_tell .input::before {
  content: "日中繋がりやすい電話番号を記入してください";
}

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#jsFlexForm .hbspt-form .hs_rm_tell .input::before {
  left: auto;
  right: -20px;
}

@media screen and (max-width: 768px) {
  section.title {
    width: 100%;
  }
}
.p__form-lp-for-partner_title .o-c__heading-h2 {
  color: #267D00;
}
@media screen and (max-width: 768px) {
  .p__form-lp-for-partner_title .o-c__heading-h2 {
    font-size: 20px;
    background-color: #F4F9F1;
    padding: 10px 20px;
  }
}
.p__form-lp-for-partner_title .o-c__heading-h2::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p__form-lp-for-partner_title {
    width: 100%;
  }
  .p__form-lp-for-partner_title .o-c__heading-lead {
    padding: 30px 5% 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__form-lp-for-partner {
    padding: 0;
  }
}
.p__form-lp-for-partner #formarea .inner {
  background: #F4F9F1;
  padding: 35px 25px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p__form-lp-for-partner #formarea .inner {
    padding: 10px;
    border-radius: 0;
  }
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
  margin: 0;
  position: absolute;
}

.hs-form.stacked label {
  font-size: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 !important;
}

.hs-form-checkbox label input[type=checkbox]:before {
  top: 1px;
}

.hs-form-checkbox label input[type=checkbox]:after {
  top: 6px;
}

.hs-form li > label > span {
  font-size: 16px;
  color: #323232;
}

.hs-form label > span {
  font-size: 18px;
  color: #267D00;
}

.hs-form .hs-form-required {
  color: white;
  background-color: #267D00;
  font-size: 73%;
  border-radius: 5px;
  padding: 2px 4px;
  margin: -2px 4px 0 4px;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-date .hs-input,
.hs-form .input select.hs-input {
  height: 45px !important;
  box-sizing: border-box !important;
  padding: 3px 10px !important;
  font-size: 16px !important;
  line-height: 18px !important;
}

.hs-form .inputs-list.no-list > li {
  display: block !important;
  padding: 0;
  width: 100%;
}

.hs-form .inputs-list.no-list > li label {
  line-height: 1.8;
}

.hs-form-field .hs-error-msg {
  font-size: 12px !important;
  padding-left: 0px !important;
  text-align: left !important;
}

#hsform_area2 .actions .hs-button {
  margin: 0 auto;
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  padding: 24px 20px 22px;
  font-size: 22px;
  background: #E55927 !important;
  color: #fff !important;
  margin: 20px auto 0;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 600px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #fff !important;
  border-radius: 1000px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#hsform_area2 .actions .hs-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff !important;
  border: 3px solid #E55927 !important;
  color: #E55927 !important;
  transform: scale(1.03);
}

.hs-form li > label > span {
  font-weight: 500 !important;
}

@media screen and (max-width: 768px) {
  #formarea {
    width: 100%;
  }
  .hs-form-field > label > span {
    width: auto;
  }
  .hs-form label > span {
    font-size: 16px;
  }
  #hsform_area2 {
    margin-top: 0;
    width: 100% !important;
    min-width: 100% !important;
  }
  .section_hsform {
    padding: 0 !important;
  }
  .hs-fieldtype-checkbox .input ul li,
  .hs-fieldtype-radio .input ul li {
    width: 100%;
  }
  .hs-form li > label > span {
    line-height: 1.5 !important;
  }
  .hs-form-checkbox label input[type=checkbox]:after {
    top: 8px;
  }
  .hs-form-checkbox label input[type=checkbox]:before {
    top: 3px;
  }
  #hsform_area2 .actions .hs-button {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
.legal-consent-container .hs-richtext,
.hs-legaltext {
  text-align: center;
}
.legal-consent-container .hs-richtext p,
.hs-legaltext p {
  display: inline-block;
  text-align: left;
}

.hs-form label {
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}/*# sourceMappingURL=form_partner.css.map */