@charset "utf-8";

form.form {
  padding: 24px;
  color: #fff;
  background-color: #222;
}

form p {
  margin: 0;
  clear: left;
  color: #999;
}

form.form style+p {
  font-size: 13px;
  text-align: left !important;
}

form.form p label {
  margin-top: 16px;
  color: #fff;
}

.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: #444444;
  font-size: 14px;
  line-height: 1.4;
}

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;
}


/*
form.form p.required label.field-label::after,
form.form span.required label.field-label::after {
  display: inline-block;
  padding-left: 5px;
  content: "*";
  color: #ff0000;
}
*/

.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 input+p {
  justify-content: center;
  margin-bottom: 5px;
}

form.form p.submit {
  width: 100%;
  margin: 24px 0 16px;
  text-align: center;
}

form.form p>a {
  color: #fff;
  position: relative;
}

.pg-SmartForm__privacy {
  position: relative;
}

form p.privacy-policy-link a {
  text-decoration: none;
}

form p.privacy-policy-link a:hover {
  text-decoration: underline;
}

form p.privacy-policy-link a::after,
.pg-SmartForm__privacy::after {
  content: url(../../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;
}

@media screen and (max-width: 767px) {
  .sg-ModalForm__section #submit {
    display: block;
    cursor: pointer;
    background-color: #ac1f23;
    border-radius: 3px;
    text-align: center;
    min-height: 38px;
    padding: 12px;
    width: 100%;
    height: initial;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
  }
}

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;
}

.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;
  z-index: 0;
}


/*-------------------------------------------------------------------------------
HRreview用フォーム
-------------------------------------------------------------------------------*/

.pg-SmartForm {
  width: 100%;
}

.pg-SmartForm__block {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #e5e5e5;
  margin: 0;
  padding: 10px 0 10px 10px;
}

.pg-SmartForm__block:last-of-type {
  border: none;
}

.pg-SmartForm__block dt {
  margin-top: 7px;
  width: 30%;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
}

.pg-SmartForm__block dd {
  width: 70%;
}

.pg-SmartForm__block dt:after {
  content: "必須";
  margin-left: auto;
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}

.pg-SmartForm__block dt.-reqNone:after {
  content: none;
}

.pg-SmartForm__block input,
.pg-SmartForm__block select {
  margin: 0;
  background-color: #fff;
}

.pg-SmartForm__block input[name="last_name"],
.pg-SmartForm__block input[name="first_name"] {
  width: 48%;
}

.pg-SmartForm__submit {
  background-color: #2a52e6;
}

.pg-SmartForm__submit:hover {
  background-color: #6ca7ee;
}

.pg-SmartForm__desc {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}


/*-------------------------------------------------------------------------------
タブレット・SP用
-------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  p+p {
    margin-top: 8px;
  }

  /*-------------------------------------------------------------------------------
入力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(../../../assets/img/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;
  }

  .hidden_icon {
    display: none;
  }

  .formErrorPass+input+img {
    display: none;
  }

  form.form input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /*-------------------------------------------------------------------------------
モーダルフォーム
-------------------------------------------------------------------------------*/
  .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,
  .sg-ModalFormWrap__close_en {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: -20px;
    z-index: 0;
    cursor: pointer;
  }

  .sg-ModalForm__next,
  .sg-ModalForm__next_en,
  .sg-ModalForm__radio label {
    display: block;
    cursor: pointer;
    background-color: #ac1f23;
    border-radius: 3px;
    text-align: center;
    min-height: 38px;
    padding: 12px;
    width: 100%;
    font-size: 13px;
    margin: 0;
    line-height: 1.2;
  }

  .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;
    z-index: 0;
  }

  .sg-ModalForm__section .description {
    text-align: left;
    color: #999;
    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;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 3px;
    outline: none;
    border: none;
    padding: 0 10px;
    z-index: 0;
  }

  .sg-ModalForm__section select:invalid {
    color: #707070;
  }

  .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__section .pd-checkbox {
    margin-top: 0;
    padding: 0;
  }

  .sg-ModalForm__section .pd-checkbox+p {
    padding-bottom: 0;
  }

  .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 !important;
    display: block;
    margin-bottom: 15px;
  }

  .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;
  }

  .sg-ModalForm__agree label {
    margin: 0 !important;
  }

  .sg-ModalForm__title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 15px 0;
  }

  .sg-ModalForm__number {
    text-align: center;
    font-size: 10px;
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
  }

  .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;
    left: 50%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
    transform: translateX(-50%);
  }

  .sg-ModalForm__btm {
    margin: 0;
    text-align: left;
  }

  .sg-ModalForm__section .d-block {
    margin-top: 10px;
    padding-left: 3em;
    text-indent: -2.25em;
    text-align: left;
    line-height: 1.3;
  }

  .sg-ModalForm__section .d-block .formErrorContent {
    text-indent: 0;
  }

  /*-------------------------------------------------------------------------------
HRreview用フォーム
-------------------------------------------------------------------------------*/
  .pg-SmartForm__block {
    flex-wrap: wrap;
    padding: 10px 0;
    border: none;
  }

  .pg-SmartForm__block dt {
    margin-top: 0;
    width: 100%;
  }

  .pg-SmartForm__block dt br {
    display: none;
  }

  .pg-SmartForm__block dt:after {
    margin-left: 10px;
  }

  .pg-SmartForm__block dd {
    width: 100%;
    margin: 0;
  }
}


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

.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:invalid {
  color: #707070;
}

.form__field select option {
  color: #333;
}

.form__field select.select_pass {
  background-image: url(../../img/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;
}

.hidden_icon {
  display: none;
}

.formErrorPass+input+img {
  display: none;
}


/*-------------------------------------------------------------------------------
入力済み項目数表時用
-------------------------------------------------------------------------------*/

.pg-form-button {
  display: flex;
  justify-content: space-between;
}

.pg-form-button div {
  font-size: 18px;
  font-weight: bold;
  padding-top: 9px;
}

.pg-form-button div p {
  color: #444;
}

.pg-form-button div small {
  font-size: 14px;
  font-weight: normal;
}

.number {
  color: #d1190d;
}