@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : ab.css
 author     : Abilive
 style info :
=================================================================== */
/* ----------------------------------------
	採用情報
---------------------------------------- */
.disable {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .view_pc-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .recruit_text {
    font-size: 14px;
    text-align: justify;
  }
}

.recruit_title {
  font-size: 28px;
  border-bottom: 1px solid #e2dfdb;
}
@media only screen and (max-width: 767px) {
  .recruit_title {
    font-size: 22px;
    border-top: 1px solid #e2dfdb;
  }
}

.recruit_table tr td {
  border: none;
  border-bottom: solid 1px #e2dfdb;
}
@media only screen and (max-width: 767px) {
  .recruit_table tr td {
    font-size: 14px;
  }
}
.recruit_table tr td:first-of-type {
  white-space: nowrap;
}

.recruit_button a {
  background-color: #7F7A73;
  border-radius: 5px;
  transition: 0.3s;
}
.recruit_button a:visited {
  color: #fff;
  text-decoration: none;
}
.recruit_button a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

/* ----------------------------------------
	お問い合わせ
---------------------------------------- */
.contact_box_btn > p {
  display: flex;
}
.contact_box_btn > p .wpcf7-previous {
  color: #fff;
  background-color: #7f7a73;
  border: none;
  border-radius: 5px;
  padding: 0 25px;
  margin-right: 15px;
  transition: 0.35s;
}
@media only screen and (max-width: 767px) {
  .contact_box_btn > p .wpcf7-previous {
    font-size: 14px;
  }
}
.contact_box_btn > p .wpcf7-previous:hover {
  background-color: #993300;
}

.contact_box_content table {
  width: 100%;
}
.contact_box_content table tr th {
  width: 200px;
  border-bottom: solid 1px #e2dfdb;
}
@media only screen and (max-width: 767px) {
  .contact_box_content table tr th {
    width: 120px;
  }
}
.contact_box_content table tr th > p {
  font-size: 16px;
  padding: 10px;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .contact_box_content table tr th > p {
    font-size: 14px;
    text-align: left;
    padding: 8px;
  }
}
.contact_box_content table tr td {
  border-bottom: solid 1px #e2dfdb;
}
.contact_box_content table tr td > p {
  font-size: 16px;
  padding: 10px;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .contact_box_content table tr td > p {
    font-size: 14px;
    text-align: left;
    padding: 8px;
  }
}

/* ----------------------------------------
	新しいお問い合わせフォーム
---------------------------------------- */
.confirm_area,
.thanks_area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.Form .title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  color: #373027;
  letter-spacing: 0.05em;
}
.Form .Form-Item > p .wpcf7-form-control-wrap select,
.Form .Form-Item > p .wpcf7-form-control-wrap input,
.Form .Form-Item > p .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: solid 1px #000;
  border-radius: 0;
  padding: 8px;
}
.Form .box_input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1022px) {
  .Form .box_input {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.Form .txt_area {
  margin-top: 30px;
}
@media only screen and (max-width: 1022px) {
  .Form .txt_area {
    margin-top: 20px;
  }
}
.Form .button-wrap {
  margin-top: 20px;
}
.Form .button-wrap .confirm_button {
  color: #fff;
  background-color: #7f7a73;
  border: 2px solid #7f7a73;
  border-radius: 5px;
  padding: 5px 25px;
  cursor: pointer;
  transition: 0.3s;
}
.Form .button-wrap .confirm_button:hover {
  background-color: #993300;
  border: 2px solid #993300;
}

.confirm_area table {
  width: 100%;
}
.confirm_area table tr th,
.confirm_area table tr td {
  font-size: 16px;
  border-bottom: solid 1px #e2dfdb;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .confirm_area table tr th,
  .confirm_area table tr td {
    font-size: 14px;
    text-align: left;
    padding: 8px;
  }
}
.confirm_area table tr th {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .confirm_area table tr th {
    width: 120px;
  }
}
.confirm_area .box_btn {
  display: flex;
}
@media only screen and (max-width: 1022px) {
  .confirm_area .box_btn {
    justify-content: center;
  }
}
.confirm_area .box_btn .btn_back > p > input {
  color: #fff;
  background-color: #7f7a73;
  border: 1px solid #7f7a73;
  border-radius: 5px;
  padding: 5px 25px;
  cursor: pointer;
  transition: 0.3s;
}
.confirm_area .box_btn .btn_back > p > input:hover {
  background-color: #993300;
  border: 1px solid #993300;
}
.confirm_area .box_btn .btn_submit > p > input {
  border: 1px solid #7f7a73;
  border-radius: 5px;
  padding: 5px 25px;
  margin-left: 10px;
  transition: 0.3s;
}
.confirm_area .box_btn .btn_submit > p > input:hover {
  opacity: 0.7;
}
.confirm_area .box_btn .btn_submit > p .wpcf7-spinner {
  display: none;
}
