@charset "UTF-8";
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* キービジュアル */
.p-recruit-list-kv {
  position: relative;
  height: 320px;
  margin: 0px;
  padding-top: 54px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-kv {
    height: 280px;
    padding-top: 20px;
  }
}
.p-recruit-list-kv::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 299px;
  height: 321px;
  background: url("../img/recruit/recruit-kv01.png") no-repeat 100% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-kv::after {
    bottom: -35px;
    width: 200px;
    height: 215px;
  }
}
.p-recruit-list-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-kv__desc {
    font-size: 18px;
  }
}
.p-recruit-list-kv__text {
  font-weight: bold;
}

.p-recruit-list-kv02 {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-kv02 {
    height: 160px;
  }
}
.p-recruit-list-kv02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1600/500;
}

.p-recruit-list__content {
  padding: 139px 0 283px 0;
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-recruit-list__content {
    padding: 80px 0 150px 0;
  }
}
.p-recruit-list__title {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__title {
    font-size: 18px;
  }
}
.p-recruit-list__lead {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__lead {
    margin-bottom: 50px;
    font-size: 15px;
  }
}

.p-recruit-list-content {
  margin-bottom: 30px;
  padding: 30px 50px 30px 40px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-content {
    padding: 30px 20px 30px 20px;
  }
}
.p-recruit-list-content__head {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-content__head {
    padding-right: 22px;
  }
}
.p-recruit-list-content__head.is-open .p-recruit-list-content__head-btn {
  transform: rotate(-45deg);
}
.p-recruit-list-content__head-btn {
  position: absolute;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #5c4e42;
  border-right: 2px solid #5c4e42;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-list-content__head-btn {
    top: calc(50% - 5px);
    right: 0px;
    width: 10px;
    height: 10px;
  }
}
.p-recruit-list-content__body {
  display: none;
  padding-top: 50px;
}

.job-title-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 13px;
}

.job-employment {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .job-employment {
    gap: 10px;
  }
}
.job-employment li {
  display: block;
  padding: 1px 19px 1px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job-employment li {
    padding: 1px 14px 1px;
    font-size: 14px;
  }
}

.job-city {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3px;
}

.job-station {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3px;
}
.job-station::before {
  content: "/";
  position: relative;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
}

.job-type {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .job-type {
    font-size: 20px;
  }
}

.job-note {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .job-note {
    font-size: 16px;
  }
}

.job-inner {
  width: 100%;
  max-width: 773px;
  margin: auto;
}

.job-sub-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .job-sub-title {
    font-size: 18px;
  }
}
.job-sub-title::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -6px;
  width: calc(100% + 12px);
  height: 6px;
  background-color: #fabe10;
  z-index: -1;
}

.job-imgs {
  width: 100%;
  max-width: 853px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .job-imgs .gallery-item {
    width: 100% !important;
  }
}
.job-imgs .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  border: 2px solid #fff !important;
}

.job-description {
  margin-bottom: 50px;
  line-height: 1.88;
}

.job-appeal {
  position: relative;
  width: 100%;
  max-width: 853px;
  margin: 0 auto 40px auto;
  padding: 20px 20px 25px 20px;
  border-radius: 10px;
  background-color: #fff2c7;
}
.job-appeal::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -50px;
  width: 70px;
  height: 48px;
  background: url("../img/recruit/icon-voice.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .job-appeal::before {
    top: 24px;
    width: 45px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .job-appeal::before {
    left: -30px;
    width: 35px;
    height: 23px;
  }
}

.job-appeal-list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 13px 40px;
  margin: 16px 0 0 0;
  padding: 0;
}
.job-appeal-list li {
  display: block;
  padding: 2px 0px 2px 27px;
  background: url("../img/recruit/icon-check.png") no-repeat 0 1.5px;
  background-size: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .job-appeal-list li {
    width: 100%;
    font-size: 15px;
  }
}

.job-days {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .job-days {
    font-size: 15px;
  }
}

.job-days-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px 30px;
}
.job-days-block__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 25px;
  padding: 0 3px;
  border-radius: 5px;
  background-color: #554538;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job-days-block__heading {
    width: 100%;
  }
}
.job-days-block__text {
  margin-top: -3px;
  width: calc(100% - 130px - 30px);
}
@media screen and (max-width: 767px) {
  .job-days-block__text {
    width: 100%;
    margin-top: 0px;
  }
}

.job-row02 {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  width: 100%;
  max-width: 853px;
  margin: 0 auto 45px;
}
.job-row02__item {
  width: 270px;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
  background-color: #fff2c7;
}
@media screen and (max-width: 767px) {
  .job-row02__item {
    margin: auto;
  }
}
.job-row02 .job-sub-title {
  margin: 0 auto 13px auto;
}

.job-treatment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.job-employment-pt2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.job-employment-pt2 span::after {
  content: "/";
  position: relative;
  top: 0;
  left: 0;
}
.job-employment-pt2 span:last-of-type::after {
  display: none;
}

.job-salary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.job-work-place {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .job-work-place {
    font-size: 15px;
  }
}

.job-map {
  width: 100%;
  max-width: 853px;
  margin: 0 auto 73px;
}
.job-map iframe {
  width: 100%;
  height: 280px;
}

.job-occupation-none {
  padding: 50px 10px 20px 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
}

.job-submit-btn {
  margin-bottom: 50px;
  text-align: center;
}
.job-submit-btn a {
  display: inline-block;
  width: 434px;
  height: auto;
  max-width: 100%;
  padding: 0.6em 10px 0.61em 10px;
  border-radius: 50px;
  border: none;
  background-image: linear-gradient(to bottom, #ffbe00, #ffd662);
  font-size: 27px;
  font-weight: bold;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .job-submit-btn a {
    padding: 0.6em 10px 0.61em 10px;
    font-size: 20px;
  }
}

/* 求人に応募
--------------------------- */
/* キービジュアル */
.p-recruit-kv {
  position: relative;
  height: 320px;
  margin: 0px;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-recruit-kv {
    height: 280px;
    padding-top: 20px;
  }
}
.p-recruit-kv::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 299px;
  height: 321px;
  background: url("../img/recruit/recruit-kv01.png") no-repeat 100% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-kv::after {
    bottom: -35px;
    width: 200px;
    height: 215px;
  }
}
.p-recruit-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-recruit-kv__desc {
    font-size: 18px;
  }
}
.p-recruit-kv__text {
  font-weight: bold;
}

.p-recruit__content {
  padding: 139px 0 283px 0;
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    padding: 80px 0 150px 0;
  }
}
.p-recruit__title {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
}
.p-recruit__lead {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}

.p-recruit-content {
  padding: 40px 90px 70px 90px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-content {
    padding: 40px 20px 70px 20px;
  }
}

.p-recruit-sec01 .p-contact-form__title {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .p-contact-form__title {
    font-size: 22px;
  }
}
.p-recruit-sec01 [data-name=acceptance-867] {
  display: block;
  text-align: center;
}
.p-recruit-sec01 input[type=submit] {
  margin: 35px auto 0;
}
.p-recruit-sec01 .recruit-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.p-recruit-sec01 .recruit-form-row > p:first-of-type {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .recruit-form-row > p:first-of-type {
    max-width: 100%;
  }
}
.p-recruit-sec01 .recruit-form-row > p:last-of-type {
  width: 100%;
  max-width: calc(100% - 250px - 15px);
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .recruit-form-row > p:last-of-type {
    max-width: 100%;
  }
}
.p-recruit-sec01 .job-employment-type-readonly {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 0;
  border: none;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .job-employment-type-readonly {
    max-width: 100%;
  }
}
.p-recruit-sec01 .job-city-readonly {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  border: none;
  font-size: 15px;
}
.p-recruit-sec01 .job-type-readonly {
  height: 51px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .job-type-readonly {
    height: 95px;
    margin-bottom: 0px;
    font-size: 18px;
  }
}
.p-recruit-sec01 .job-note-readonly {
  height: auto;
  margin-bottom: 50px;
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 .job-note-readonly {
    font-size: 16px;
  }
}

.wpcf7 input[type=file] {
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=file] {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=file]::-webkit-file-upload-button {
    position: relative
    top: -10px;
  }
  .wpcf7 input[type=file]::file-selector-button {
    position: relative
    top: -10px;
  }
}

.recruit-thanks article.page {
  padding: 100px 0 100px 0;
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .recruit-thanks article.page {
    padding: 80px 0 150px 0;
  }
}
.recruit-thanks .p-sent-kv {
  height: auto;
  margin: 0;
  padding-top: 0;
}
.recruit-thanks .p-sent-kv__row {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-thanks .p-sent-kv__row {
    margin-bottom: 20px;
  }
}

.recruit-thanks-content {
  padding: 60px 20px 80px 20px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-thanks-content {
    padding: 50px 20px 50px 20px;
  }
}
.recruit-thanks-content__inner {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.recruit-thanks-content .p-contact-kv__text {
  margin-bottom: 20px;
  font-weight: 500;
}