@charset "utf-8";

/* ==================================================== */
/*  #採用情報
/* ==================================================== */
footer {
  margin-top: 0;
}
.sub-contents.recruit {
  padding-top: 0;
}
.recruit .contents-head .contents-tlt {
  background: url(../img/recruit/head_img.webp) no-repeat center / cover;
}

.recruit .se_ttl {
  margin-bottom: 65px;
  font-size: var(--fs32);
  font-weight: bold;
  color: #2d5b60;
}
.recruit .cmn-n-btn:after {
  transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .sub-contents.recruit {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .recruit .se_ttl {
    margin-bottom: 40px;
    font-size: var(--fs24);
  }
}

/* ==================================================== */
/*  #read
/* ==================================================== */
.recruit .read {
  padding-top: 80px;
}
.recruit .read h3 {
  margin-bottom: 60px;
  font-size: var(--fs26);
  font-weight: bold;
  color: #2d5b60;
}
.recruit .read .text p {
  font-size: var(--fs16);
  line-height: 1.93;
}
.recruit .read .flex {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit .read .text {
  order: 1;
  width: 40%;
}
.recruit .read figure {
  order: 2;
  width: 54%;
  margin-top: 0;
}
.recruit .read .btn_box {
  justify-content: center;
  order: 3;
  width: 100%;
  margin-top: 80px;
}
.recruit .read .btn_box.flex {
  gap: 4.6%;
}

@media screen and (max-width: 767px) {
  .recruit .read {
    padding-top: 50px;
  }
  .recruit .read h3 {
    margin-bottom: 30px;
    font-size: var(--fs18);
  }
  .recruit .read .text p {
    font-size: var(--fs14);
  }
  .recruit .read .flex {
    display: flex;
    flex-direction: column;
  }
  .recruit .read .text {
    order: 1;
    width: 100%;
  }
  .recruit .read .btn_box {
    order: 2;
    margin-top: 30px;
  }
  .recruit .read .btn_box.flex {
    flex-direction: row;
  }
  .recruit .read .btn_box .cmn-n-btn {
    max-width: 155px;
  }
  .recruit .read figure {
    order: 3;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 65px;
  }
}

/* ==================================================== */
/*  #voice
/* ==================================================== */

.recruit .voice {
  padding-top: 120px;
}
.recruit .voice .voices-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  gap: 20px 3.2%;
}
.recruit .voice .voices-list .voice-card,
.recruit .voice .voices-list .card_img {
  width: 48.4%;
}

.recruit .voice .voices-list .card_img {
  width: 48.4%;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recruit .voice .voices-list .voice-card {
  padding: 30px 3.5% 40px;
  border: 1px solid #4a8c80;
}

.recruit .voice .voices-list .voice-card .card_ttl.flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;

  gap: 30px;
}
.recruit .voice .voices-list .voice-card .card_ttl h4 {
  font-size: var(--fs22);
  font-weight: bold;
}
.recruit .voice .voices-list .voice-card .card_ttl figure {
  flex-shrink: 0;
  width: 23%;
  max-width: 113px;
}
.recruit .voice .voices-list .voice-card .card_ttl.flex.card_etc {
  justify-content: center;
  margin-bottom: 30px;
}
.recruit .voice .voices-list .voice-card .card_ttl.card_etc h4 {
  padding-top: 10px;
  color: #4a8c80;
}
.recruit .voice .voices-list .voice-card .text p {
  position: relative;
  padding-left: 1.3em;
  font-size: var(--fs16);
}
.recruit .voice .voices-list .voice-card .text p:not(:last-child) {
  margin-bottom: 15px;
}
.recruit .voice .voices-list .voice-card .text p::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 14.23px;
  height: 16px;
  background-image: url(../img/recruit/voice-text_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transform: translateY(-50%);
}
.recruit .voice .voices-list .voice-card .text.etc-list p::before {
  position: absolute;
  top: 0.8em;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a8c80;
  content: "";
  transform: translateY(-50%);
}
/* PC表示ではコントロールを非表示にする */
.voice-slider-controls {
  display: none;
}

@media screen and (max-width: 767px) {
  .recruit .voice {
    overflow: hidden;
    padding-top: 80px;
  }
  .voice-slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit .voice .voices-list {
    flex-wrap: nowrap;
    width: max-content;
    transition: transform 0.3s ease;

    gap: 15px;
  }
  .recruit .voice .voices-list .card_img {
    display: none; /* スマホでは画像を非表示にしてスライドの列から除外 */
  }

  .recruit .voice .voices-list .voice-card {
    flex-shrink: 0;
    width: 260px;
    padding: 15px;
  }

  .recruit .voice .voices-list .voice-card .text p {
    font-size: var(--fs14);
  }
  .recruit .voice .voices-list .voice-card .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .recruit .voice .voices-list .voice-card .card_ttl.flex {
    flex-direction: column-reverse;

    gap: 14px;
  }
  .recruit .voice .voices-list .voice-card .card_ttl figure {
    width: 85px;
  }
  .recruit .voice .voices-list .voice-card .card_ttl h4 {
    font-size: var(--fs16);
  }
  .recruit .voice .sp-img_box {
    margin-top: 35px;
  }

  .recruit .voice .voices-list .voice-card .card_ttl.card_etc h4 {
    padding-top: 30px;
  }
  /* ＝＝＝＝＝＝＝＝スライダーの設定＝＝＝＝＝＝＝＝ */
  .voice-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .voice-slider-controls .pagination {
    display: flex;

    gap: 8px;
  }
  .voice-slider-controls .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dce5e3;
  }

  .voice-slider-controls .dot.active {
    background-color: #4a8c80;
  }

  .voice-slider-controls .arrows {
    display: flex;

    gap: 10px;
  }
  .voice-slider-controls .arrow {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #dce5e3;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
  }
  .voice-slider-controls .arrow.prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4a8c80;
    content: "←";
    transform: translate(-50%, -50%);
  }
  .voice-slider-controls .arrow.next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4a8c80;
    content: "→";
    transform: translate(-50%, -50%);
  }
}

/* ==================================================== */
/*  #requirements
/* ==================================================== */

.recruit .requirements {
  padding-top: 150px;
}
.recruit .requirements .requirements_box.flex {
  justify-content: space-between;

  gap: 40px;
}
.recruit .requirements .requirements_box:not(:last-child) {
  margin-bottom: 100px;
}
.recruit .requirements .requirements_box h3 {
  flex-shrink: 0;
  /* width: 31%; */
  margin: 0 auto 0 6%;
  font-size: var(--fs25);
  font-weight: bold;
}
.recruit .requirements .requirements_box h3 span {
  display: block;
  font-size: var(--fs16);
  font-weight: normal;
  color: #4a8c80;
}
.recruit .requirements .requirements_box .text-area {
  width: 65%;
  margin-top: 30px;
  font-size: var(--fs16);
}
.recruit .requirements .requirements_box .text-area .flex {
  padding: 20px 0 22px;
  border-bottom: 1px solid #ddd;

  gap: 20px;
}
.recruit .requirements .requirements_box .text-area .label {
  flex-shrink: 0;
  width: 150px;
  padding-left: 0.5em;
  font-weight: bold;
  color: #4a8c80;
}

@media screen and (max-width: 1024px) {
  .recruit .requirements {
    padding-top: 100px;
  }
  .recruit .requirements .requirements_box h3 {
    margin: 0;
    font-size: var(--fs18);
  }
  .recruit .requirements .requirements_box h3 span {
    font-size: var(--fs14);
  }
  .recruit .requirements .requirements_box.flex {
    flex-direction: column;

    gap: 20px;
  }
  .recruit .requirements .requirements_box .text-area {
    width: 100%;
    margin-top: 0;
    font-size: var(--fs14);
  }
  .recruit .requirements .requirements_box .text-area .label {
    width: 80px;
    padding-left: 0.5em;
  }
}

/* ==================================================== */
/*  #entry
/* ==================================================== */
.recruit .entry {
  display: grid;
  width: 100%;
  height: 630px;
  min-height: 520px;
  margin: 150px auto 0;
  background: url(../img/recruit/entry_bg.webp) no-repeat center / cover;

  place-items: center;
}

.recruit .entry .entry-wrapper h2 {
  margin-bottom: 30px;
  font-size: var(--fs49);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.recruit .entry .entry-wrapper h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs14);
}
.recruit .entry .entry-wrapper .text {
  margin-bottom: 50px;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
  text-align: center;
  color: #fff;
}
.recruit .entry .entry-wrapper .text p.note {
  font-size: var(--fs16);
  font-weight: normal;
}

.recruit .entry .entry-wrapper .btn_area.flex {
  gap: 80px;
}
.recruit .entry .entry-wrapper .btn_area .tel_box,
.recruit .entry .entry-wrapper .btn_area .entry_box {
  width: 25.622vw;
  min-width: 310px;
  margin: 0 auto;
  padding: 20px 20px 25px;
  border-radius: 15px;
  line-height: 1;
  text-align: center;
}
.recruit .entry .entry-wrapper .btn_area .tel_box {
  border: 1px solid #2d5b60;
  background-color: #fff;
  color: #2d5b60;
}
.recruit .entry .entry-wrapper .btn_area .entry_box {
  border: 1px solid #fff;
  background-color: #2d5b60;
  color: #fff;
}
.recruit .entry .entry-wrapper .btn_area h5 {
  margin-bottom: 13px;
  font-size: var(--fs15);
  font-weight: bold;
}
.recruit .entry .entry-wrapper .btn_area h4 {
  margin-bottom: 7px;
  font-size: var(--fs28);
  font-weight: bold;
  line-height: 1;
}
.recruit .entry .entry-wrapper .btn_area p.note {
  font-size: var(--fs13);
}

@media screen and (max-width: 767px) {
  .recruit .entry {
    height: 460px;
    min-height: auto;
  }
  .recruit .entry .entry-wrapper h2 {
    margin-bottom: 20px;
    font-size: var(--fs30);
  }
  .recruit .entry .entry-wrapper h2 span {
    font-size: var(--fs12);
  }
  .recruit .entry .entry-wrapper .text {
    margin-bottom: 20px;
    font-size: var(--fs14);
  }
  .recruit .entry .entry-wrapper .text p.note {
    font-size: var(--fs13);
  }
  .recruit .entry .entry-wrapper .btn_area.flex {
    flex-direction: column;

    gap: 20px;
  }
  .recruit .entry .entry-wrapper .btn_area .tel_box,
  .recruit .entry .entry-wrapper .btn_area .entry_box {
    padding: 15px 20px 15px;
  }
  .recruit .entry .entry-wrapper .btn_area h5,
  .recruit .entry .entry-wrapper .btn_area p.note {
    font-size: var(--fs13);
  }
  .recruit .entry .entry-wrapper .btn_area h5 {
    margin-bottom: 10px;
  }
  .recruit .entry .entry-wrapper .btn_area h4 {
    font-size: var(--fs22);
  }
}
