@charset "utf-8";
/* CSS Document */
/* header_recruit */
.header_place_recruit {
  background-color: rgba(208, 202, 186, 0.80);
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
  padding-bottom: 60px;
}
.header_place_recruit_small {
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 38px;
  vertical-align: middle;
  background-color: rgba(208, 202, 186, 0.80);
}
@media screen and (max-width: 767px) {
  .header_place_recruit {
    padding-bottom: calc(38px + 90px);
  }
  .header_place_recruit_small {
    padding-bottom: 38px;
  }
}
/* recruitment-information job-description */
.recruitment-information_wrapper h2 {
  margin-top: clamp(1.875rem, 0.446rem + 7.14vw, 3.125rem);
}
.recruitment-information_wrapper p {
  padding-bottom: 40px;
  font-size: clamp(14px, 1.8vw, 16px);
  text-align: left;
}
.recruitment-information_wrapper h3, .apply_ttl {
  font-size: 2.2rem;
  padding-bottom: 30px;
}
.job-description_list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.job-description_list dt, .job-description_list dd {
  padding-bottom: 12px;
  border-bottom: 1px solid #d3cfcb;
  margin-bottom: 10px;
}
.job-description_list dt {
  width: 25%;
  font-size: 1.4rem;
  color: #534741;
  font-weight: 700;
}
.job-description_list dd {
  width: 75%;
  margin-inline-start: 0;
  font-size: 1.4rem;
}
.job-description_list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .recruitment-information_wrapper {
    max-width: 600px;
    height: auto;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 460px) {
  .job-description_list dt, .job-description_list dd {
    font-size: 1.2rem;
  }
}
/* apply */
.apply_form {
  margin-bottom: 30px;
}
.apply_flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.apply_flex-box div {
  width: 100%;
  max-width: 600px;
}
.apply_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.apply_form dd {
  border: 1px solid #7d7d7d;
  padding: 10px 20px 10px 10px;
  margin-bottom: 2%;
  width: calc(100% - 2px);
  height: 32px;
}
.apply_form dd:last-child {
  margin-bottom: 2%;
}
.apply_form dd:focus-within {
  border: 3px solid #7d7d7d;
}
.apply_form .apply_form_message {
  padding-bottom: calc(10px + 1px + 20px + 1px + 10px + 32px + 10px);
}
.apply_flex-box input, .apply_flex-box textarea {
  width: 99%;
  height: 30px;
}
.apply_flex-box textarea {
  height: 96px;
}
.apply_checkbox {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.apply_checkbox input {
  display: inline;
  margin-right: 15px;
}
.form_privacy {
  border-bottom: 1px solid;
}
.form_privacy:hover {
  opacity: 0.5;
}
.submit_btn {
  background-color: #534741;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 230px;
}
.submit_btn:hover {
  opacity: 0.7;
}