@charset "UTF-8";

.l-form__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.l-form__title__bizcolor {
  color: #B6111C;
}
.l-form__title__acc {
  font-size: 24px;
}
.l-form__title__mini {
  font-size: 14px;
}
.demo_title {
  text-align: center;
}
#l-form__form-parts {
  position: relative;
  z-index: 100;
}
/* ///////////// sg.css ///////////// */

@media screen and (min-width: 1040px) {
  .l-form__sp-view {
    display: none;
  }
}

@media screen and (max-width: 1039px) {
  .l-form__pc-view {
    display: none;
  }
}

/* ///////////// pg-form-column1.css ///////////// */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ///////////// pardot-form.css ///////////// */

form.form {
  width: 400px;
  height: 380px;
  border-radius: 16px;
  padding: 40px 24px;
  line-height: 1.5;
  color: #222;
  background-color: #EEF1F4;
}
form p {
  margin: 0;
  clear: left;
  color: #444;
}
form.form style + p {
  font-size: 13px;
  text-align: left !important;
}
form.form p label {
  margin-top: 16px;
  color: #444;
}
.form .description {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
form.form input[type="radio"],
form.form input[type="checkbox"],
.pg-SmartForm__block input[type="radio"],
.pg-SmartForm__block input[type="checkbox"] {
  margin: 3px 0.5ex;
}
.field-label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: bold;
}
.form__muted {
  font-size: 13px;
  margin-top: 5px;
  padding: 0;
  color: #707070;
}
.form__field {
  margin: 10px 0 18px;
  padding: 0;
  position: relative;
}
form.form p label.field__label {
  position: absolute;
  top: -26px;
  left: 10px;
  background: #FFFFFF;
  padding: 0 4px;
  color: #444;
  font-size: 14px;
}
form.form p label.field-label-title {
  font-size: 16px;
  margin-top: 0;
}
.form_name {
  display: inline-flex;
  margin-top: 16px;
}
form.form p.last_name {
margin-right:10px;
margin-bottom: 10px;
}
form.form p.first_name {
margin-bottom: 10px;
}
.form__text,
.form__select,
.form__textarea {
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 18px;
  box-sizing: border-box;
}
.form__text,
.form__select {
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  background: #fff;
}
.form__textarea {
  margin-top: 4px;
  padding: 10px;
  -webkit-appearance: none;
}
.free_textarea {
  display: none;
}
.form__flex {
  display: flex;
  align-items: center;
}
.form__flex > label {
  font-size: 16px;
  position: relative;
  width: 7em;
  line-height: 1.3;
  margin: 0 !important;
}
.form__flex > input,
.form__flex > select {
  margin: 0 !important;
}
input.text,
textarea.standard {
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input.text {
  height: 42px;
}
form.form p span > span {
  color: #ff0000 !important;
}
select.select {
  margin-top: 5px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  border-color: #ccc;
  font-weight: normal;
  border-radius: 3px;
}
form.form p option {
  font-size: 20px;
  background: #fff;
}
.form__flex > label::after {
  position: absolute;
}
form.form span.value {
  display: inline-block;
  margin-left: 0;
}
form.form .value span,
.pg-SmartForm__indent {
  display: block;
  margin-top: 4px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.pg-SmartForm__indent {
  color: #444;
}
form.form p label.inline {
  display: inline;
  float: none;
  font-weight: normal;
  padding: 0 0 0 0.2em;
  vertical-align: baseline;
  font-size: 15px;
}
form.form p.submit {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
form.form p > a {
  position: relative;
  color: #444;
  text-decoration: underline;
}
.pg-SmartForm__privacy {
  position: relative;
}
form.form > p > a::after,
.pg-SmartForm__privacy::after {
  content: url(/wp-content/themes/assets/img/icon-outbound.svg);
  padding: 0 5px;
  width: 24px;
  margin: 0;
  display: inline-block;
}
form.form .submit input,
.pg-SmartForm__submit {
  width: 100%;
  padding: 12px;
  max-width: 350px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  background-color: #d1000d;
  color: #fff;
  border-radius: 5px;
  border: none;
  transition: background-color 0.2s;
}
form.form .submit input:hover {
  background-color: #a8000a;
}
.pmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.pmark_text {
  font-size: 10px;
  color: #333;
}
.pmark_img {
  margin-left: 8px;
}
.pmark_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pmark_img a img {
  height: 50px;
  width: auto;
}
.sg-ModalFormWrap {
  display: none;
}

/*-------------------------------------------------------------------------------
タブレット・SP用
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1039px) {
  /*-------------------------------------------------------------------------------
入力OKサイン
-------------------------------------------------------------------------------*/
  .input_pass_block {
    position: relative;
    width: 100%;
    height: 42px;
  }
  .input_pass_block input {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .input_pass_block_name {
    position: relative;
    width: 48%;
    height: 42px;
  }
  .input_pass_block_name input {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .form__field select {
    background-color: #ffffff;
  }
  .form__field select.select_pass {
    background-image: url(https://bizreach.biz/wp-content/uploads/2020/08/input_pass.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: top 50% right 8px;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .input_pass_icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
  }
  .input_pass {
    display: block;
    width: 23px;
    height: 23px;
    right: 8px;
    top: 10px;
  }
  .input_pass_left {
    right: 196px;
  }
  .hidden_icon {
    display: none;
  }
  .formErrorPass + input + img {
    display: none;
  }



  /*-------------------------------------------------------------------------------
モーダルフォーム
-------------------------------------------------------------------------------*/
  .sg-ModalFormWrap {
    display: none;
    z-index: 0;
  }
  .jsc-ModalForm {
    cursor: pointer;
  }
  .sg-ModalForm {
    position: relative;
    border-radius: 3px;
    background-color: #212121;
    color: #fff;
    padding: 15px;
    width: 90%;
    text-align: center;
    margin: 0;
    bottom: -100%;
    z-index: 0;
  }
  .sg-ModalForm .form {
    padding: 0;
    background-color: #212121;
    z-index: 0;
  }
  .sg-ModalFormWrap__close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: -20px;
    z-index: 0;
    cursor: pointer;
  }
  .sg-ModalForm__next,
  .sg-ModalForm__radio label {
    display: block;
    cursor: pointer;
    background-color: #D1000D;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    font-size: 5vw;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
  }
  .sg-ModalForm__radio label {
    text-align: left;
    margin-top: 15px;
  }
  .sg-ModalForm__back {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin: 15px 0 0 0 !important;
    padding: 0;
  }
  .sg-ModalForm__back::before {
    content: "←";
    margin-right: 3px;
  }
  .sg-ModalForm__count {
    line-height: 10px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .sg-ModalForm__count > span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 1.5px;
    background-color: #fff;
  }
  .sg-ModalForm__count > span.bg-red {
    background-color: #ac1f23;
  }
  .sg-ModalForm__section {
    display: none;
    text-align: left;
    z-index: 0;
    color: #fff;
  }
  .sg-ModalForm__section .description {
    text-align: left;
    font-size: 12px !important;
    margin: 0 0 15px 0 !important;
    display: block;
  }
  .sg-ModalForm__section .field-label {
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center !important;
    line-height: 1.5;
  }
  .sg-ModalForm__section select,
  .sg-ModalForm__section input,
  .sg-ModalForm__section textarea {
    line-height: 38px;
    height: 38px;
    background-color: #fff;
    color: #231815;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 3px;
    outline: none;
    border: none;
    padding: 0 10px;
    z-index: 0;
  }
  .sg-ModalForm__section select option {
    background: #fff;
  }
  .sg-ModalForm__section textarea {
    width: 100%;
    line-height: 1.5;
    height: 4em;
    padding: 10px;
  }
  .sg-ModalForm__section input[name="last_name"],
  .sg-ModalForm__section input[name="first_name"] {
    width: 48%;
  }
  .sg-ModalForm__line {
    display: flex;
    justify-content: space-between;
  }
  .sg-ModalForm__section input[name="agree_personal_information"] {
    margin: 0 5px 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
  }
  .sg-ModalForm__radio input {
    display: none;
  }
  .sg-ModalForm__section:nth-of-type(1) {
    display: block;
  }
  .sg-ModalForm__privacy {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal !important;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    margin: 16px 0;
  }
  .sg-ModalForm__privacy::after {
    content: url(https://bizreach.biz/wp-content/themes/assets/img/icon-outbound.svg);
    padding: 0 4px;
    width: 24px;
    display: inline-block;
  }
  .sg-ModalForm__agree {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    color: #fff;
  }
  .sg-ModalForm__agree label {
    margin: 0 !important;
  }
  .sg-ModalForm__title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .sg-ModalForm__number {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  .sg-ModalFormWrap {
    display: none;
    z-index: 0;
  }
  .sg-ModalFormWrap__content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
  .sg-ModalForm__btm {
    margin: 0;
    text-align: left;
  }
}

  /*-------------------------------------------------------------------------------
入力完了マーク
-------------------------------------------------------------------------------*/

.input_pass_block {
  position: relative;
  width: 100%;
  height: 42px;
}
.input_pass_block input {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__text {
  padding-right: 35px;
}
.input_pass_block_name {
  position: relative;
  width: 48%;
  height: 42px;
}
.input_pass_block_name input {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__field select {
  background-color: #ffffff;
}
.form__field select.select_pass {
  background-image: url(/wp-content/themes/assets/img/input_pass.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: top 50% right 8px;
  background-color: #ffffff!important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
}
.input_pass_icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.input_pass {
  display: block;
  width: 23px;
  height: 23px;
  right: 8px;
  top: 10px;
}
.input_pass_left {
  right: 26%;
}
.hidden_icon {
  display: none;
}
.formErrorPass + input + img {
  display: none;
}

  /*-------------------------------------------------------------------------------
フォーム項目分割
-------------------------------------------------------------------------------*/
.pg-form-tab-first {
  display: block;
}
.pg-form-tab-second {
  display: none;
}
.pg-form-tab-last {
  display: none;
}
.pg-form-tab-btn {
  color: #000;
  cursor: pointer;
}
.form_txt_pc{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.demo_form_txt_pc {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.stepBar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 36px 0 12px;
}
.stepbar_02,.stepbar_03{
  margin-bottom: 30px;
}
.stepBar .stepBar_txt{
  font-size: 16px;
  font-weight: bold;
  color: #d46856;
}
.stepBar li {
  font-size: 14px;
  list-style: none;
  width: 60px;
  color: #444;
}
.stepBar li span {
  background: #cdcaca;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited span {
  background: #d46856;
}
.pmark {
  margin: 20px 0 0;
  justify-content: center;
  padding-bottom: 0;
}
.next_btn {
  position: relative;
  overflow: hidden;
  transition: .3s;
  border: solid 1px #fff;
  background-color: #B6111C;
  color: #fff;
  width: 100%;
  padding: 12px;
  max-width: 350px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
.next_btn:hover {
  border: 1px solid #B6111C;
  color: #B6111C;
}
.next_btn:hover::before  {
  transform: scale(1, 1);
  transform-origin: left top;
}
.next_btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #fff;
  content: '';
  transition: transform 0.3s;
}
.next_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.next_btn:hover span {
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_red.svg);
}
.prev_btn{
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  margin-left:10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
}
form.form p.submit{
  padding-bottom: 0;
}

/* ///////////// form.css ///////////// */

#l-form__wrap {
  width: 1040px;
  margin: 0 auto;
  padding: 40px 0;
  line-height: 1.5;
}
#l-form__wrap h1 {
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
}
#l-form__wrap h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.l-form__2column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 32px;
}
.l-form__1column {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.l-form__1column #l-form__form-content {
  width: 100%;
}
#l-form__form-area {
  width: 416px;
  position: relative;
  top: -740px;
}
#l-form__form-content {
  width: 520px;
  line-height: 28px;
}
.l-form__text {
  margin: 16px 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.c-form__box-white {
  width: 100%;
  margin: 40px 0 24px;
  padding: 24px;
  background: #fff;
}

/* ユーザーエージェントの入力補完 */
input:autofill, select:autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
}
input:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
}
.autofill:autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
}
.autofill:-webkit-autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
}



@media only screen and (max-width: 1039px) {
  #l-form__wrap {
    width: 90%;
  }
}

@media only screen and (max-width: 1039px) {
  .l-form__2column {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #l-form__form-content {
    width: 100%;
    margin-left: 0;
  }
  #l-form__form-area {
    display: none;
  }
  .p-manga__slider picture img {
    width: 100%;
    height: auto;
  }
}

/*-------------------------------------------------------------------------------
SPフォーム
-------------------------------------------------------------------------------*/

@media screen and (max-width: 1039px) {
  .l-form__sp h2 {
    margin-bottom: 4px;
  }
  .l-form__sp h3 {
    font-size: 24px;
  }
  .l-form__sp form.form {
    margin-top: 8px;
  }
  .jsc-notSelected {
    color: #757575;
  }
  /* Firefox */
  @-moz-document url-prefix() {
    .jsc-notSelected {
      color: #9a9a9a;
    }
  }
  /* Safari */
  ::-webkit-full-page-media, :future, :root
  .jsc-notSelected {
    color: #b0b0b0;
  }
  /*-------------------------------------------------------------------------------
  バリデーションエラー
  -------------------------------------------------------------------------------*/
  .sg-ModalForm .form-validation-field-0formError, .sg-ModalForm .form-validation-field-2formError, .sg-ModalForm .company_nameformError, .sg-ModalForm .form-validation-field-3formError, .sg-ModalForm .form-validation-field-4formError, .sp_simple_form .formError {
    left: 0!important;
  }
  .sg-ModalForm .form-validation-field-1formError, .sp_simple_form .form-validation-field-1formError {
    left: 50%!important;
  }
  .sg-ModalForm .agree_personal_informationformError, .sp_simple_form .agree_personal_informationformError {
    left: 35%!important;
  }
}

/*-------------------------------------------------------------------------------
suggest用
-------------------------------------------------------------------------------*/
.enter_company_name {
  font-size: 12px;
  display: none;
}
.delete_company_name {
  font-size: 12px;
  margin: -16px 10px 10px;
  cursor: pointer;
  text-decoration: underline;
  display: none;
}
/*-------------------------------------------------------------------------------
その他
-------------------------------------------------------------------------------*/
.d-block { display: block;}
.text-center {text-align: center; }
.font-small {
  font-size: 14px;
  line-height: 1.5;
}

.l-form__1column .slider_scout {
  width: 780px;
}
.l-form__1column #l-form__form-parts {
  width: 0;
}

/*-------------------------------------------------------------------------------
spシンプルフォーム
-------------------------------------------------------------------------------*/
.sp_simple_form {
  width: 100%;
  padding: 0;
  color: #231815;
  background: none;
}
.sp_simple_form .form {
  background: none;
}
.sp_simple_form .sg-ModalForm__section {
  color: #231815;
}
@media screen and (max-width: 1039px) {
  .sp_simple_form .sg-ModalForm__privacy {
    color: #231815;
  }
}

/*-------------------------------------------------------------------------------
PCステップフォーム
-------------------------------------------------------------------------------*/

.l-form__form_content .form__select {
  cursor: pointer;
}
.l-form__form_content .form__text,
.l-form__form_content .form__select,
.l-form__form_content .form__textarea {
  height: 56px;
  line-height: 1.5;
}

.l-form__form_content .form__text:focus,
.l-form__form_content .form__select:focus,
.l-form__form_content .form__textarea:focus {
  outline: solid 1px #B6111C;
}

.l-form__form_content .step_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto;
  max-width: 392px;
  width: 100%;
}
.l-form__form_content .step_area-bar,  .l-form__form_content .contact_step_area-bar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #EFF1F4;
  border-bottom: 3px solid #FFF;
  border-radius: 3px;
}
.l-form__form_content .step_area-bar:before, .l-form__form_content .contact_step_area-bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: inherit;
  border-bottom: 3px solid #B6111C;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.l-form__form_content .step_area-bar-first:before {
  width: calc(100% / 8 * 2);
}
.l-form__form_content .step_area-bar-second:before {
  width: calc(100% / 8 * 3);
}
.l-form__form_content .step_area-bar-third:before {
  width: calc(100% / 8 * 4);
}
.l-form__form_content .step_area-bar-fourth:before {
  width: calc(100% / 8 * 5);
}
.l-form__form_content .step_area-bar-fifth:before {
  width: calc(100% / 8 * 6);
}
.l-form__form_content .step_area-bar-sixth:before {
  width: calc(100% / 8 * 7);
}
.l-form__form_content .step_area-bar-last:before {
  width: 100%;
  border-radius: 3px;
}
/* contactページ用 */
.l-form__form_content .contact_step_area-bar-first:before {
  width: calc(100% / 9 * 2);
}
.l-form__form_content .contact_step_area-bar-second:before {
  width: calc(100% / 9 * 3);
}
.l-form__form_content .contact_step_area-bar-third:before {
  width: calc(100% / 9 * 4);
}
.l-form__form_content .contact_step_area-bar-fourth:before {
  width: calc(100% / 9 * 5);
}
.l-form__form_content .contact_step_area-bar-fifth:before {
  width: calc(100% / 9 * 6);
}
.l-form__form_content .contact_step_area-bar-sixth:before {
  width: calc(100% / 9 * 7);
}
.l-form__form_content .contact_step_area-bar-seventh:before {
  width: calc(100% / 9 * 8);
}
.l-form__form_content .contact_step_area-bar-last:before {
  width: 100%;
  border-radius: 3px;
}
.l-form__form_content .step_area-number {
  font-family: 'Avenir Next';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-left: 8px;
  line-height: 1.5;
}
.l-form__form_content .red-text {
  color: #B6111C;
}
.l-form__form_content .form_selectbox {
  width: 100%;
  background: #fff;
  position: relative;
}
.l-form__form_content .form_selectbox::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
  z-index: 2;
}
.l-form__form_content .form_selectbox select {
  appearance: none;
  width: 100%;
  border: solid 1px #333333;
  border-radius: 3px;
  font-size: 18px;
  padding: 14px 56px 14px 24px;
  height: 56px;
  line-height: 1.5;
}
.l-form__form_content input {
  background: #fff;
  border: solid 1px #333333;
  padding: 24px;
  border-radius: 3px;
  font-size: 18px;
}
.l-form__form_content .form_selectbox select:invalid { 
  color: #AAADB0; 
}
.l-form__form_content .form_selectbox select option { 
  color: #333333; 
  background: #fff;
}
.l-form__form_content .form_selectbox select option:first-child { 
  color: #AAADB0; 
}
.l-form__form_content .pg-form-tab_content {
  margin-bottom: 24px;
  position: relative;
}
.l-form__form_content .step_form_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.l-form__form_content .step_form_flex input {
  width: calc(50% - 10px);
}
.l-form__form_content .step_form_flex input:first-of-type {
  margin-right: 10px;
}
.l-form__form_content .step_form_button_flex {
  display: flex;
  justify-content: center;
}
.l-form__form_content .field-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.l-form__form_content .step_form_button_flex .next_btn {
  margin: 0;
}
.l-form__form_content .step_form_button_flex .prev_btn {
  margin: 0 16px 0 0;
}
.l-form__form_content .prev_btn {
  padding: 12px;
  background: #fff;
  border: solid 1px #ccc;
  width: 96px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 0;
  height: 56px;
  align-items: center;
  margin-right: 16px;
}


.l-form__form_content .next_btn:hover span {
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_red.svg);
}
.l-form__form_content .form .description {
  color: #333;
}
.l-form__form_content .delete_company_name {
  margin: 8px 0 0;
  font-size: 14px;
}
.l-form__form_content .information-label {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  display: block;
  align-items: center;
  width: 100%;
  border: solid 1px #333;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.l-form__form_content .information-label {
  margin-bottom: 8px;
  padding: 0;
}
.l-form__form_content  .information-label-inner {
  display: flex;
  align-items: center;
}
.l-form__form_content .information-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.l-form__form_content .information-label .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.l-form__form_content .information-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 13px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.l-form__form_content .information-label input:checked + .checkmark {
  background-color: #B6111C;
  border: 2px solid #fff;
}
.l-form__form_content .information-label input:checked + .checkmark::after {
  display: block;
}
.l-form__form_content .information-label span {
  font-size: 18px;
}
.l-form__form_content .information-label .inline {
  margin-left: 36px;
}
.l-form__form_content .information-label .inline {
  padding: 14px 24px;
  width: 100%;
  margin: 0;
  z-index: 2;
}

.l-form__form_content .information-link {
  color: #444;
  margin-top: 8px;
  font-size: 12px;
}
.l-form__form_content .information-link a {
  color: #444;
  text-decoration: underline;
}
.l-form__form_content .information-link::after {
  content: url(https://bizreach.biz/wp-content/themes/assets/img/icon-outbound.svg);
  padding: 0 4px;
  width: 24px;
  display: inline-block;
  box-sizing: border-box;
}
.l-form__form_content .submit_button {
  position: relative;
  overflow: hidden;
  transition: .3s;
  border: solid 1px #B6111C;
  background-color: #B6111C;
  color: #fff;
  width: 240px;
  padding: 12px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
.l-form__form_content .submit_button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #fff;
  content: '';
  transition: transform 0.3s;
}
.l-form__form_content .submit_button:hover {
  border: 1px solid #B6111C;
  color: #B6111C;
  background: #fff;
}
.l-form__form_content .submit_button:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.l-form__form_content .submit_button:hover span {
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_red.svg);
}
.l-form__form_content .submit_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.l-form__form_content .next_btn {
  width: 240px;
  height: 56px;
  border: solid 1px #B6111C;
}
.l-form__form_content form.form p.submit {
  margin-top: 0;
  width: auto;
}
/* バリデーション */
.l-form__form_content .formError {
  left: 0!important;
}
.l-form__form_content .form-validation-field-0formError, .l-form__form_content .InboundArea__cformError, .l-form__form_content .agree_personal_informationformError, .l-form__form_content .selectJobTitleformError {
  left: 0%!important;
  top: 0%!important;
}
.l-form__form_content .form-validation-field-1formError {
  top: 0%!important;
  left: 50%!important;
}

/* 2カラムページ */
.l-form__form_content form.stepform_2column {
  padding: 40px 24px;
}
.l-form__form_content .stepform_2column .form_txt_pc {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.l-form__form_content .stepform_2column .field-label {
  margin: 32px 0 12px;
  font-size: 18px;
}
.l-form__form_content .stepform_2column .pg-form-tab-first .next_btn {
  max-width: initial;
}
.l-form__form_content .stepform_2column .form_selectbox::before {
  width: 8px;
  height: 8px;
  right: 32px;
}
.l-form__form_content .stepform_2column .pmark {
  margin: 32px 0 0;
}
.l-form__form_content .stepform_2column .step_form_flex input {
  width: calc(50% - 5px);
}
.l-form__form_content .stepform_2column .pg-form-tab_content {
  margin-bottom: 32px;
}
.l-form__form_content .stepform_2column .information-label {
  padding: 0px 24px 24px;
}
.l-form__form_content .stepform_2column .information-label .checkmark {
  top: 50%;
}
.l-form__form_content .stepform_2column .submit_button {
  width: 216px;
}
/*-------------------------------------------------------------------------------
spステップフォーム
-------------------------------------------------------------------------------*/
.sp-form_hidden {
  display: none;
}
.jsc-StepForm {
  display: block;
  margin: 0 auto;
  background: #B6111C;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 0;
  cursor: pointer;
}

.l-form__step-form_content form {
  background: none;
  padding: 0;
}
.l-form__step-form_content .step_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.l-form__step-form_content .step_area-bar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  border-bottom: 3px solid #fff;
  border-radius: 3px;
}
.l-form__step-form_content .step_area-bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: inherit;
  border-bottom: 3px solid #B6111C;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.l-form__step-form_content .step_area-bar-first:before {
  width: calc(100% / 8 * 2);
}
.l-form__step-form_content .step_area-bar-second:before {
  width: calc(100% / 8 * 3);
}
.l-form__step-form_content .step_area-bar-third:before {
  width: calc(100% / 8 * 4);
}
.l-form__step-form_content .step_area-bar-fourth:before {
  width: calc(100% / 8 * 5);
}
.l-form__step-form_content .step_area-bar-fifth:before {
  width: calc(100% / 8 * 6);
}
.l-form__step-form_content .step_area-bar-sixth:before {
  width: calc(100% / 8 * 7);
}
.l-form__step-form_content .step_area-bar-last:before {
  width: 100%;
  border-radius: 3px;
}
.l-form__step-form_content .step_area-number {
  font-family: 'Avenir Next';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-left: 8px;
  line-height: 1.5;
}
.l-form__step-form_content .red-text {
  color: #B6111C;
}
.l-form__step-form_content .form_selectbox {
  width: 100%;
  background: #fff;
  position: relative;
}
.l-form__step-form_content .form_selectbox::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.l-form__step-form_content .form_selectbox select {
  appearance: none;
  padding: 16px 48px 16px 16px;
  width: 100%;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  font-size: 18px;
}
.l-form__step-form_content input {
  background: #fff;
  border: solid 1px #CCCCCC;
  padding: 16px;
  width: 100%;
  border-radius: 3px;
  font-size: 18px;
}
.l-form__step-form_content .form_selectbox select:invalid { 
  color: #AAADB0; 
}
.l-form__step-form_content .form_selectbox select option { 
  color: #333333; 
  background: #fff;
}
.l-form__step-form_content .form_selectbox select option:first-child { 
  color: #AAADB0; 
}
.l-form__step-form_content .pg-form-tab_content {
  margin-bottom: 24px;
  position: relative;
}
.l-form__step-form_content .step_form_flex {
  display: flex;
  justify-content: space-between;
}
.l-form__step-form_content .step_form_flex input {
  width: calc(50% - 10px);
}
.l-form__step-form_content .step_form_flex input:first-of-type {
  margin-right: 10px;
}
.l-form__step-form_content .prev_btn {
  padding: 12px;
  background: #fff;
  border: solid 1px #fff;
  max-width: 350px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 0;
}
.l-form__step-form_content .next_btn:hover {
  border: solid 1px #fff;
  color: #fff;
}
.l-form__step-form_content .next_btn:hover::before {
  background: none;
  transform: none;
  content: none;
}
.l-form__step-form_content .next_btn:hover span {
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_white.svg);
}
.l-form__step-form_content .form .description {
  color: #333;
}
.l-form__step-form_content .delete_company_name {
  margin: 8px 0 0;
  font-size: 14px;
}
.l-form__step-form_content .information-label {
  background-color: #fff;
  padding: 8px 16px 20px;
  box-sizing: border-box;
  display: block;
  align-items: center;
  width: 100%;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  position: relative;
  line-height: 1;
}
.l-form__step-form_content .information-label input[type="checkbox"] {
  margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.l-form__step-form_content .information-label .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 4px;
  top: 53%;
  transform: translateY(-50%);
  left: 16px;
}
.l-form__step-form_content .information-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 13px;
  border: 2px solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.l-form__step-form_content .information-label input:checked + .checkmark {
  background-color: #fff;
  border: 2px solid #333333;
}
.l-form__step-form_content .information-label input:checked + .checkmark::after {
  display: block;
}
.l-form__step-form_content .information-label span {
  font-size: 18px;
}
.l-form__step-form_content .information-label .inline {
  margin-left: 32px;
}
.l-form__step-form_content .information-link {
  text-align: center;
  color: #444;
  margin-top: 16px;  z-index: 100;
}
.l-form__step-form_content .information-link a {
  color: #444;
  text-decoration: underline;
}
.l-form__step-form_content .information-link::after {
  content: url(https://bizreach.biz/wp-content/themes/assets/img/icon-outbound.svg);
  padding: 0 4px;
  width: 24px;
  display: inline-block;
}
.l-form__step-form_content .submit_button {
  position: relative;
  overflow: hidden;
  transition: .3s;
  border: solid 1px #fff;
  background-color: #B6111C;
  color: #fff;
  width: 100%;
  padding: 12px;
  max-width: 350px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
.l-form__step-form_content .submit_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-image: url(https://bizreach.biz/wp-content/themes/assets/img/bizreach/common/cta_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.l-form__step-form_content .field-label {
  margin-bottom: 8px;
}
#l-form__wrap .l-form__content .step-form-titile {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 32px;
}

/* バリデーションエラー */
.l-form__step-form_content .parentFormpardot-form {
  left: 0!important;
}
.l-form__step-form_content  .form-validation-field-2formError {
  left: 50%!important;
}

@media screen and (min-width: 1040px) {
  .l-form__step-form_content {
    display: none;
  }
}

@media only screen and (max-width: 1110px) {

  .l-form__form_content .step_area {
    margin: 24px auto;
  }

  .l-form__form_content .step_form_button_flex {
    bottom: 40px;
  }
}