@charset "UTF-8";

form button:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.8;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* 未入力があった際のエラーメッセージ */
#error-message {
  display: none;
  text-align: center;
  color: #dc3232;
}

/* セレクトボックスのデフォルトスタイルを初期化 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E)
    no-repeat right 5px top 55%;
  background-size: 16px 16px;
  border-radius: 4px;
  width: 34%;
}

span#your-gender .wpcf7-list-item.first {
  margin: 0;
}
span#your-gender .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
span#your-gender input[type="radio"] {
  opacity: 0;
  position: absolute;
}
span#your-gender .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.2em;
}
span#your-gender input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #ff6708;
  box-shadow: inset 0 0 0 3px #fff;
}

/* 店舗チェックボックス共通 */
.pref-group span.wpcf7-list-item,
[data-name="your-shop-other"] span.wpcf7-list-item {
  margin-inline: 0 15px;
  position: relative;
}

.pref-group .wpcf7-list-item-label,
[data-name="your-shop-other"] .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
}

.pref-group input[type="checkbox"],
[data-name="your-shop-other"] input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.pref-group .wpcf7-list-item-label::before,
[data-name="your-shop-other"] .wpcf7-list-item-label::before {
  border-radius: 3px;
  border: 1px solid #1a1a1a;
  background: #fff;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 15px;
}

.pref-group input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
[data-name="your-shop-other"]
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  background: url(../../../assets/images/common/form_check.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 9.4px;
  left: 2px;
  position: absolute;
  top: 16px;
  width: 12.8px;
}

.form-Box .wpcf7-not-valid-tip {
  white-space: nowrap;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
  /* form -------------------------------------*/
  .form-Box {
    background: #ebebe4;
    padding-block: 130px 150px;
  }

  .form-Box .form-box-inner {
    background: #fff;
    width: min(95%, 1280px);
    margin-inline: auto;
    padding-block: 100px 0;
  }

  .form-Box .form-box-wrap {
    width: min(95%, 960px);
    margin-inline: auto;
  }

  .formttl {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 73.6px */
    letter-spacing: 2.3px;
    text-align: center;
    margin-bottom: 32px;
  }

  .form-Box .error {
    margin-bottom: 16px;
  }

  .form-Box .attention-color {
    color: #f00;
  }

  .form-Box table {
    margin-bottom: 50px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #c9c9c9;
  }

  .form-Box tr {
    border-bottom: 1px solid #c9c9c9;
  }

  .form-Box th {
    text-align: left;
    width: 17%;
    padding: 28px 0px 26px 0px;
    vertical-align: top;
  }

  .form-Box th {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%; /* 36px */
  }

  .form-Box td {
    text-align: left;
    width: 41%;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 350;
    line-height: 200%;
  }

  .form-Box td.add-td {
    padding: 27px 20px 25px;
  }

  .form-Box td img {
    max-width: 100%;
    height: auto;
  }

  .form-Box td.add-td .input_area {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px 0;
  }

  .form-Box td.add-td02 .input_area {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .form-Box .from-btn-01 {
    text-align: center;
  }

  .form-Box .from-btn-02 {
    margin-top: 24px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .form-Box .button {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .form-Box .button:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .form-Box input[type="text"],
  .form-Box input[type="email"],
  .form-Box input[type="tel"],
  .form-Box input[type="date"],
  .form-Box input[type="datetime-local"],
  .form-Box select,
  .form-Box textarea {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    font-family: inherit;
    font-size: 16px;
    font-weight: 350;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
    border-radius: 4px;
    width: 100%;
  }

  .form-Box textarea {
    width: 100%;
    min-height: 120px;
    font-family: inherit;
  }

  .form-Box select {
    width: 46%;
    padding: 14px 16px;
  }

  input#your-date1,
  input#your-date2 {
    width: 46%;
    padding: 14px 16px;
  }

  input#your-age {
    width: 100%;
  }

  input#address01 {
    margin-bottom: 16px;
  }

  span#your-gender {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2px 0;
  }

  .form-Box .wpcf7-list-item {
    margin: 0;
  }

  /* ボタン*/
  #confirm_area,
  #send_area {
    text-align: center;
  }

  #form #confirm_area p,
  #form #send_area p {
    display: inline-block;
    position: relative;
  }

  #form #confirm_area p::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 50%;
  }

  #form #send_area p::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 50%;
  }

  #form #send_area p::after {
    top: 35%;
  }

  #form .confirm_button,
  #form #back_button,
  input[type="submit"] {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 480px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.9px;
    padding: 28px 0;
    margin-bottom: 30px;
    font-family: inherit;
    top: 0;
    display: block;
    border-radius: 4px;
    margin-inline: auto;
  }

  #form .confirm_button {
    background-color: #1a1a1a;
    color: #fff;
  }

  input[type="submit"] {
    background-color: #ff6708;
    color: #fff;
  }

  #form #back_button {
    background: none;
    text-decoration: underline;
  }

  /* プライバシーポリシー */
  .priv-text .priv-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .priv-text {
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    border: #b3b3b3 solid 1px;
    margin-bottom: 30px;
    background: #fff;
  }

  .priv-text p {
    margin-bottom: 20px;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
  }

  .priv {
    text-align: center;
    margin-bottom: 30px;
  }

  .priv-text .tt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }

  .privtext {
    text-align: center;
    margin-bottom: 78px;
  }

  /*必須ボタン*/
  .required {
    background: #ff6708;
    color: #fff;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6; /* 15.6px */
    letter-spacing: 0.65px;
    padding-inline: 10px;
    border-radius: 4px;
    margin-inline: 0 10px;
    padding-block: 0px;
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .form-Box .job-display-wrap p {
    display: grid;
    grid-template-columns: 40.5% 40.5%;
    gap: 0 20px;
  }

  .form-Box .job-box {
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 350;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
    padding: 20px;
  }

  .form-Box .pref-heading {
    padding-inline: 21px 0;
    font-size: 18px;
    line-height: 2;
    font-weight: 350;
    position: relative;
    margin-block: 0 10px;
  }

  .form-Box .pref-heading.ishikawa {
    margin-block: 10px 10px;
  }

  .form-Box .pref-heading::before {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #1a1a1a;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .pref-group {
    background: #f5f5f5;
    padding: 10px 20px;
  }

  .form-Box .age-wrap p {
    display: grid;
    grid-template-columns: 12% minmax(0, 1fr);
    gap: 0 10px;
    align-items: center;
  }
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  p.subtxt {
    margin-bottom: 8.28px;
  }

  .form-Box {
    background: #ebebe4;
    padding-block: 17.15vw 9.662vw;
  }

  #recruit .form-Box {
    padding-block: 19.324vw 9.662vw;
    background: #fff;
  }

  .form-Box .form-box-inner {
    background: #fff;
    width: min(95%, 90.3vw);
    margin-inline: auto;
    padding-block: 12.077vw;
    border-radius: 2.415vw;
  }

  .form-Box .form-box-wrap {
    width: min(95%, 75.8vw);
    margin-inline: auto;
  }

  #recruit .form-Box .form-box-wrap {
    width: min(95%, 85.5vw);
    margin-inline: auto;
  }

  .formttl {
    font-size: 6.763vw;
    line-height: 140%;
    letter-spacing: 0.338vw;
    font-weight: 600;
    margin-bottom: 5.314vw;
    text-align: center;
  }

  .form-Box .error {
    margin-bottom: 16px;
  }

  .form-Box .attention-color {
    color: #f00;
  }

  .form-Box table {
    margin-bottom: 12.077vw;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #c9c9c9;
  }

  .form-Box tr {
    border-bottom: 1px solid #c9c9c9;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-block: 4.831vw;
  }

  .form-Box th {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%; /* 36px */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 5px;
  }

  .form-Box td {
    text-align: left;
    font-size: 18px;
    font-weight: 350;
    line-height: 200%;
  }

  .form-Box td.add-td {
  }

  .form-Box td img {
    max-width: 100%;
    height: auto;
  }

  .form-Box td.add-td .input_area {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4.831vw 0;
  }

  .form-Box td.add-td02 .input_area {
    display: grid;
    grid-template-columns: 15.4vw minmax(0, 1fr);
    gap: 3.865vw;
    align-items: center;
  }

  .form-Box .from-btn-01 {
    text-align: center;
  }

  .form-Box .from-btn-02 {
    margin-top: 24px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .form-Box .button {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .form-Box .button:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .form-Box input[type="text"],
  .form-Box input[type="email"],
  .form-Box input[type="tel"],
  .form-Box input[type="date"],
  .form-Box input[type="datetime-local"],
  .form-Box select,
  .form-Box textarea {
    padding: 14px 20px;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    font-family: inherit;
    font-size: 16px;
    font-weight: 350;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
    border-radius: 4px;
    width: 100%;
  }

  .form-Box textarea {
    width: 100%;
    min-height: 120px;
    font-family: inherit;
  }

  .form-Box select {
    width: 100%;
  }

  input#address01 {
    margin-bottom: 4.831vw;
  }

  input#your-age {
    width: 100%;
    padding: 3.382vw 3vw;
  }

  span#your-gender {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.725vw 0;
  }

  .form-Box .wpcf7-list-item {
    margin: 0;
  }


  /* ボタン*/
  #confirm_area,
  #send_area {
    text-align: center;
  }

  #form .confirm_button,
  #form #back_button,
  input[type="submit"] {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 75.8vw;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.8px;
    padding: 25px 0;
    margin-bottom: 30px;
    font-family: inherit;
    top: 0;
    display: block;
    border-radius: 4px;
    margin-inline: auto;
  }

  #form .confirm_button {
    background-color: #1a1a1a;
    color: #fff;
  }

  input[type="submit"] {
    background-color: #ff6708;
    color: #fff;
  }

  #form #back_button {
    background: none;
    text-decoration: underline;
  }

  /* プライバシーポリシー */
  .priv-text .priv-ttl {
    margin-bottom: 2.415vw;
    font-size: 3.865vw;
    font-weight: bold;
  }

  .priv-text {
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    border: #b3b3b3 solid 1px;
    margin-bottom: 30px;
    background: #fff;
  }

  .priv-text p {
    margin-bottom: 4.831vw;
    font-size: 3.14vw;
    padding-bottom: 4.831vw;
    border-bottom: #ccc solid 1px;
  }

  .priv {
    text-align: center;
    margin-bottom: 7.246vw;
  }

  .priv-text .tt {
    margin-bottom: 2.415vw;
    font-size: 4.831vw;
    color: #333;
    font-weight: bold;
  }

  .privtext {
    text-align: center;
    margin-bottom: 18.841vw;
  }

  .shop-box {
    background: #f0f0f0;
  }

  /*必須ボタン*/
  .required {
    background: #ff6708;
    color: #fff;
    width: fit-content;
    font-size: 3.14vw;
    font-weight: 500;
    line-height: 120%; /* 15.6px */
    letter-spacing: 0.157vw;
    padding-inline: 1.449vw;
    border-radius: 0.966vw;
    margin-inline: 0 2.415vw;
    padding-block: 0.483vw;
  }

  .form-Box .pref-heading {
    padding-inline: 5.072vw 0;
    font-size: 18px;
    line-height: 2;
    font-weight: 350;
    position: relative;
    margin-block: 0 2.415vw;
  }

  .form-Box .pref-heading.ishikawa {
    margin-block: 4.831vw 2.415vw;
  }

  .form-Box .pref-heading::before {
    content: "";
    display: block;
    width: 3.623vw;
    height: 0.966vw;
    background: #1a1a1a;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .pref-group {
    background: #f5f5f5;
    padding: 2.831vw 4.831vw;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px 0;
  }

  .form-Box .age-wrap p {
    display: grid;
    grid-template-columns: 17% minmax(0, 1fr);
    gap: 0 2.415vw;
    align-items: center;
  }

  .form-Box .job-display-wrap p {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.415vw 0;
  }

  .form-Box .job-box {
    border: 1px solid #1a1a1a;
    border-radius: 0.966vw;
    font-size: 16px;
    font-weight: 350;
    line-height: 120%;
    letter-spacing: 0.8px;
    padding: 4.831vw;
  }
}
