@charset "UTF-8";

/* =========================================================
テーブルデザイン
========================================================= */
.table_A {
  border-bottom: 1px solid #d0d0d1;
  width: 100%;
  margin: 20px 0;
}

.table_A th {
  font-weight: bold;
}

.table_A th {
  border-right: 1px solid #d0d0d1;
}

.table_A tr {
  border-top: 1px solid #d0d0d1;
}

.table_A th,
.table_A td {
  padding: 30px 40px;
}

@media screen and (max-width: 1010px) {
  .table_A th,
  .table_A td {
    display: block;
    padding: 15px 0;
  }
}

.table_A th {
  width: 28%;
}

@media screen and (max-width: 1010px) {
  .table_A th {
    border-right: none;
    border-bottom: 1px solid #d0d0d1;
    border-bottom: 1px solid #d0d0d1;
    width: 100%;
    padding: 10px 20px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="button"],
input[type="submit"],
select,
button {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #757575;
}

@media screen and (max-width: 1010px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="button"],
  input[type="submit"],
  select,
  button {
    font-size: 13px;
  }
}

select {
  background: url(../img/common/bg_select.svg) no-repeat right 10px center/9px
    auto;
  padding: 0 60px 0 20px;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.link_btn {
  text-align: center;
}

.link_btn input[type="submit"] {
  border: none;
  background: url(../img/common/icon_arrow_r.svg) no-repeat right 40px
    center/16px auto;
  height: auto;
  font-size: 15px;
  transition: opacity 0.5s;
  cursor: pointer;
}

.radio_input {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}

.radio_input span:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  width: 27px;
  height: 27px;
  margin: auto;
}

.radio_input input[type="radio"] {
  display: inline-block;
  margin-left: -30px !important;
  opacity: 0;
}

@media screen and (max-width: 1010px) {
  .radio_input input[type="radio"] {
    margin-right: 15px;
  }
}

.radio_input input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  border-radius: 50%;
  background: #3696cc;
  width: 15px;
  height: 15px;
  margin: auto;
}

.input_btn_wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1010px) {
  .input_btn_wrap {
    flex-wrap: wrap;
  }
}

.input_btn_wrap li {
  margin: 0 10px;
}

@media screen and (max-width: 1010px) {
  .input_btn_wrap li {
    width: 100%;
  }
}

.input_btn_wrap li input {
  margin: 0;
}

@media screen and (max-width: 1010px) {
  .input_btn_wrap .btn_back {
    order: 1;
    margin-top: 10px;
  }
}

.input_btn_wrap .btn_back button {
  padding-left: 100px;
  cursor: pointer;
}

@media screen and (max-width: 1010px) {
  .input_btn_wrap .btn_back button {
    padding-left: 0px;
    font-size: 14px;
  }
}

.input_btn_wrap .btn_back button:before,
.input_btn_wrap .btn_back button:after {
  right: auto;
  left: 50px;
}

.input_btn_wrap .btn_back button:after {
  transform: rotate(-135deg);
}

.red {
  color: #f00;
}

input[type="adress"],
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .radio_input {
    margin-right: 10px;
    width: 46%;
  }
}

/* =========================================================
step（採用ステップ）
========================================================= */
.recruit_step h4 {
  margin-top: -30px;
}

@media screen and (max-width: 1010px) {
  .recruit_step h4 {
    margin-top: -10px;
  }
}

.step_list {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 60px auto;
}

@media screen and (max-width: 1010px) {
  .step_list {
    width: 100%;
    margin: 30px auto;
  }
}

.step_list li {
  color: #fff;
  text-align: center;
  background: #eee7e0;
  border-radius: 30px;
  position: relative;
  padding: 8px 30px;
  width: 200px;
}

@media screen and (max-width: 1010px) {
  .step_list li {
    padding: 0px 10px;
    width: 28%;
    line-height: 40px;
    font-size: 12px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.step_list li.on {
  background: #c67b68;
  color: #fff;
}

.step_list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 4px solid;
  border-right: 4px solid;
  color: rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  top: 17px;
}

@media screen and (max-width: 1010px) {
  .step_list li:not(:last-child):after {
    right: -14px;
    width: 11px;
    height: 11px;
    border-top: 1px solid;
    border-right: 1px solid;
    top: 15px;
  }
}

/* =========================================================
entry_form（募集要項エントリーフォーム）
========================================================= */
.form_area {
  padding-top: 30px;
}

@media screen and (max-width: 1010px) {
  .form_area {
    padding-top: 0;
  }
}

.form_area .table_A {
  margin: 0 0 80px;
}

@media screen and (max-width: 1010px) {
  .form_area .table_A {
    margin: 30px 0;
  }
}

.form_area .table_A td {
  width: 650px;
}

@media screen and (max-width: 1010px) {
  .form_area .table_A td {
    width: 100%;
    padding: 15px 10px;
  }
}

input {
  width: 100%;
}

.radio_input input {
  width: inherit;
}

@media screen and (min-width: 768px) {
  .form_area .table_A th,
  .form_area .table_A td {
    padding: 22px 35px;
    vertical-align: middle;
    text-align: left;
    position: relative;
  }
}

.form_area .table_A th .required,
.form_area .table_A th .nini {
  margin-left: 5px;
  position: absolute;
  right: 20px;
  padding: 0px 8px;
  border-radius: 5px;
  font-weight: 500;
  border: 2px solid #c67b68;
}

.form_area .table_A th .required {
  background: #c67b68;
  color: #fff;
}

.form_area .select-wrap input {
  margin: 0 15px;
}

@media screen and (max-width: 1010px) {
  .form_area .select-wrap input {
    margin: 0;
    margin-bottom: 7px;
  }
}

.form_area .name_input {
  display: inline-block;
  width: 2em;
}

@media screen and (max-width: 1010px) {
  .form_area .name_input {
    width: 3.5em;
  }
}

input + .form_area .name_input {
  margin-left: 20px;
}

.form_area .adress_input {
  display: inline-block;
  width: 4em;
}

@media screen and (max-width: 1010px) {
  .form_area .adress_input {
    width: 5.5em;
  }
}

input + .form_area .adress_input {
  margin-left: 20px;
}

.form_area textarea {
  width: 100%;
  line-height: 25px;
  padding: 10px 10px;
}

.form_area textarea.h150 {
  height: 150px;
}

@media screen and (max-width: 1010px) {
  .form_area textarea.h150 {
    height: 200px;
  }
}

.form_area textarea.h300 {
  height: 300px;
}

.form_area select {
  width: 100%;
  margin-bottom: 20px;
  background: none !important;
  font-size: 14px;
}

@media screen and (max-width: 1010px) {
  .form_area select {
    font-size: 13px;
  }
}

.form_area select::-ms-expand {
  display: none;
}

.form_area .select-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.form_area .select-wrap:after {
  display: none;
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.form_area .select-wrap input {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sec_title + hr + p {
    margin-bottom: 50px;
  }
}

.back_top {
  margin-top: 50px;
}

.policy_wrap {
  margin: -30px auto 50px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1010px) {
  .policy_wrap {
    margin: -20px 0 30px;
  }
}

.policy_wrap p {
  margin-bottom: 15px;
}

.policy_wrap a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .policy_wrap .radio_input {
    padding-left: 45px;
  }
}

.policy_wrap .radio_input span {
  font-weight: bold;
  font-size: 1.2rem;
}

.policy_wrap .radio_input span:before {
  border-radius: 3px;
}

.policy_wrap .radio_input input[type="checkbox"] {
  display: inline-block;
  margin-left: -35px !important;
  opacity: 0;
}

.policy_wrap .radio_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.radio_input input[type="checkbox"] {
  display: inline-block;
  margin-left: -30px !important;
  opacity: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1010px) and (min-width: 767px) {
  .radio_input input[type="checkbox"] {
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 767px) {
  .radio_input input[type="checkbox"] {
    margin-left: -50px !important;
  }
}

.select-wrap .radio_input span:before {
  border-radius: 0 !important;
}

.radio_input input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  bottom: 4px;
  left: 7px;
  border-bottom: 3px solid #c67b68;
  border-left: 3px solid #c67b68;
  width: 12px;
  height: 7px;
  margin: auto;
  transform: rotate(-40deg);
  transition: opacity ease-in 0.1s;
}

/* =========================================================
確認画面
========================================================= */
/* 送信ボタン */

.privacy-box {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.privacy-box .radio_input {
  margin: 15px 0;
  display: inline-block;
}
.privacy-box .radio_input input[type="checkbox"] {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .privacy-box .radio_input {
    width: 32%;
  }
}

.privacy-box a {
  border-bottom: 1px solid #b86e55;
  color: #b86e55;
}
.submit-btn {
  /* buttonタグのリセットCSS */
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  background-color: #c67b68;
  cursor: pointer;
  width: 310px;
  height: 60px;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}

.submit-btn:hover {
  background: #b86e55;
  transition: 0.3s ease;
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

.backBtn {
  /* buttonタグのリセットCSS */
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #c67b68;
  border: 2px solid #c67b68;
  background-color: #fff;
  cursor: pointer;
  width: 310px;
  height: 60px;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}

.backBtn:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}

.btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 700px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .btn-box {
    width: 100%;
  }
  .backBtn {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
  }
  .submit-btn {
    width: 100%;
    height: 55px;
  }
}

/* =========================================================
完了画面
========================================================= */
.contactLead {
  padding: 30px 0;
}

span.error {
  color: red;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

td.error {
  background-color: #fff5f5;
}
.input-text.post {
  width: 250px;
  margin: 0 0 10px 10px;
}
/*# sourceMappingURL=map/guideline.css.map */
