/* ==============================
求人ページcss
=============================== */
.recruit_top h2 {
  position: relative;
  top: 20vw;
  font-size: 3vw;
  left: 10vw;
  width: 60vw;
  color: #004960;
  text-shadow: 0 0 0px rgb(0 0 0 / 0.5);
}
#recruit .rec_overview p {
  font-weight: 500;
  text-align: center;
}
#recruit .rec_overview p:first-of-type {
  font-size: 1.5vw;
}
.rec_overview ol {
  display: grid;
  justify-items: center;
  margin: 4vw auto;
  width: 88%;
  grid-template-columns: 1fr 1fr 1fr ;
  gap: 1vw;
}
.rec_overview li {
  border-radius: 50vw;
  background: #0ab2f5;
  width: 15vw;
  height: 15vw;
  text-align: center;
  list-style: none;
  font-size: 1.2vw;
  font-weight: 500;
  display: grid;
  align-content: center;
}
.rec_overview span {
  font-size: 3vw;
  display: block;
  font-weight: 400;
  position: relative;
  bottom: 1vw;
}
#recruit .rec_overview h2 {
  margin-bottom: 2vw;
}

#recruit .QandA dt p {
  background: #0ab2f5;
  padding: 1vw;
  margin: 0 0 0 -0.5vw;
  border-radius: 1vw;
  width: 75%;
}
#recruit .QandA dd p {
  background: #f5860a;
  padding: 1vw;
  margin: 0 0 0 16.5vw;
  border-radius: 1vw;
 width: 75%;
}
#recruit .QandA dt,
#recruit .QandA dd {
  margin: 2vw 10vw;
  display: grid;
  grid-template-columns: 2fr 1fr 30fr;
  align-items: center;
}
#recruit .QandA dd {
  grid-template-columns: 30fr 1fr 2fr;

}
#recruit .QandA dd span:first-of-type {
  order: 3;
}
#recruit .QandA dd span:nth-of-type(2) {
  order: 2;
  font-size: 4vw;
  color: #f5860a;
  line-height: 0;
  display: block;
  padding-bottom: 0.5vw;
}
#recruit .QandA dd p {
  order: 1;
}
#recruit .QandA dt span:nth-of-type(2) {
  color: #0ab2f5;
  font-size: 4vw;
  line-height: 0;
  display: block;
  padding-bottom: 0.5vw;
}
.QandA dt span:first-of-type {
  display: block;
  text-align: center;
  border-radius: 50vw;
  background: #0ab2f5;
  height: 4vw;
  width: 4vw;
  margin: 0 auto;
  font-size: 2vw;
  color: #fff;
  font-weight: 600;
  line-height: 3.6vw;
}
.QandA dd span:first-of-type {
  display: block;
  text-align: center;
  border-radius: 50vw;
  background: #f5860a;
  height: 4vw;
  width: 4vw;
  margin: 0 auto;
  font-size: 2vw;
  color: #fff;
  font-weight: 600;
  line-height: 3.6vw;
}
.qa_info {
  text-align: center;
  margin-top: 5vw;
}

.recruit_flow ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 5vw auto;
  width: 88vw;
  column-gap: 1vw;
}
.recruit_flow li {
  background: #fff;
  border-radius: 2vw;
  padding: 3vw 2vw 5vw;
  text-align: center;
  list-style: none;
}
.recruit_flow dl {
  display: flex;
  flex-direction: column-reverse;
}
.recruit_flow span {
  display: inline-block;
  width: 13vw;
  margin: 3vw auto 0;
  background: #004960;
  border-radius: 50vw;
  color: #fff;
  font-size: 1.2vw;
  line-height: 3.6vw;
}
.recruit_flow dd:nth-of-type(2) {
  margin-bottom: 2vw;
  font-weight: 500;
}
.recruit_flow dd:nth-of-type(3) {
  position: absolute;
  height: 0;
  width: 17.5vw;
}
.recruit_flow dd:nth-of-type(3) img {
  width: 5vw;
  padding: 1vw;
}


.schedule li {
  display: grid;
  background: #004960;
  border-radius: 1vw;
  width: 88vw;
  margin: 5vw auto;
  grid-template-areas: "aa bb cc""aa ee cc""dd ee cc""dd ee cc";
  grid-template-columns: 2fr 8fr 6fr;
  padding: 2vw;
  gap: 2vw;
}
.schedule li img:first-child {
  grid-area: aa;
  width: 8vw;
  margin: 3vw auto 0;
}
.schedule li img:nth-child(2) {
  grid-area: dd;
  width: 3vw;
  margin: 0 auto 3vw;
}
.schedule li h2 {
  grid-area: bb;
  color: #fff;
  margin-top: 6vw;
  display: inline;
  background: linear-gradient(transparent 75%, #0ab2f5 60%);
  width: fit-content;
  height: 2.1vw;
}
#recruit .schedule li p {
  grid-area: ee;
  color: #fff;
  width: 100%;
}
.schedule li img:last-child {
  grid-area: cc;
}
.schedule li:last-child img:nth-child(2) {
  display: none;
}


.guideline ol {
  width: 78vw;
  margin: 0 auto;
}
.guideline li {
  background: #fff;
  border-radius: 1vw;
  padding: 0 2vw;
  line-height: 5vw;
  font-size: 1.2vw;
  font-weight: 500;
  list-style: number inside;
  margin: 2vw auto;
}


.page_recruit summary {
  display: grid;
  grid-template-columns: 10fr 1fr;
  padding: 1vw;
  width: 78vw;
  margin: 1vw auto;
  border: 3px solid;
  border-radius: 1vw;
  cursor: pointer;
}
.page_recruit .border_blue {
  border-color: #0ab2f5;
}
.page_recruit .border_orange {
  border-color: #f5860a;
}
.page_recruit .border_navy {
  border-color: #004960;
}
.page_recruit summary::after {
  content: "＋";
  font-size: 1.5vw;
}
.page_recruit details[open] summary::after {
  content: "－";
  font-size: 1.2vw;
}
.page_recruit h3 {
  font-size: 1.5vw;
  font-weight: 400;
}
.slot_blue {
  background: #0ab2f5;
}
.slot_orange {
  background: #f5860a;
}
.slot_navy {
  background: #004960;
}

.slot {
  width: 74vw;
  margin: 0 auto;
  border-radius: 1vw;
  padding: 2vw;
}
  .slot dt,
  .slot dd,
  .slot p {
    font-size: 1.2vw;
  }

.slot_navy dt,
.slot_navy dd,
.slot_navy p {
  color: #fff;
}
.slot_navy dt {
  text-decoration: underline;
} 
.slot_navy dd {
  margin-bottom: 1vw;
}


.occupation h2 {
  text-align: center;
}
.occupation h2:nth-of-type(2) {
  margin-top: 3vw;
}
.page_recruit .apply {
  padding-top: 9vw;
  margin-top: 0;
  background: #0ab2f5;
}
.apply .text p {
  font-size: 1.2vw;
    width: 55vw;
    margin: 3vw auto;
}
.page_recruit .wpcf7 {
  width: 60vw;
  margin: 3vw auto 5vw;
}
.page_recruit input, 
.page_recruit textarea {
  width: 95%;
  height: 3vw;
  padding: 1vw;
  font-size: 1.5vw;
  border-radius: 1vw;
  border: 0;
}
.carrier input {
  width: 10vw;
}
.page_recruit label {
  font-size: 1.2vw;
}
#recruit .wpcf7-form p {
  margin: 1vw auto;
}
.page_recruit .wpcf7-submit {
  width: 10vw;
  height: 5vw;
  font-size: 1.3vw;
}
.page_recruit .wpcf7-submit:hover {
  background: #055d7f;
  color: #fff;
  box-shadow: 2px 2px 1px #999;
  transform: translateX(-2px);
}
.space-row {
  margin: 20px 0; /* 上下の余白 */
}






/* =============================
スマートフォン用css max-width768
=============================== */
@media screen and (max-width: 768px){
  .recruit_top h2 {
    font-size: 4.5vw;
    width: 100%;
    left: 0;
    text-align: center;
  }
  #recruit .rec_overview p:first-child {
    font-size: 4vw;
  }
  .rec_overview ol {
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
    margin: 10vw auto;
  }
  .rec_overview li {
    width: 40vw;
    height: 40vw;
    font-size: 4vw;
  }
  #recruit .rec_overview p {
    width: 100%;
  }
  .rec_overview span {
    font-size: 5vw;
  }
  #recruit .QandA dt,
  #recruit .QandA dd {
    margin: 3vw;
  }
  .QandA dt span:first-of-type,
  .QandA dd span:first-of-type {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    line-height: 9.6vw;
  }
  #recruit .QandA dt span:nth-of-type(2),
  #recruit .QandA dd span:nth-of-type(2) {
    font-size: 6vw;
  }
  #recruit .QandA dt p,
  #recruit .QandA dd p {
    border-radius: 2vw;
    padding: 4vw;
    width: 90%;
    line-height: 5vw;
  }
  #recruit .QandA dt p {
    margin: 0 0 0 -1vw;
  }
  #recruit .QandA dd p {
    margin: 0 0 0 1vw;
  }
  .recruit_flow ol {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .recruit_flow dl {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    grid-template-areas: "a b""a c";
    padding-left: 3vw;
  }
  .recruit_flow dl dt {
    grid-area: b;
  }
  .recruit_flow dd:first-of-type {
    grid-area: a;
  }
  .recruit_flow dd:last-of-type {
    grid-area: c;
  }
  .recruit_flow span {
    font-size: 4vw;
    line-height: 8vw;
    width: 35vw;
  }
    #recruit .recruit_flow dd:last-of-type p {
      text-align: center;
  }

  .schedule li {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 2vw;
  padding: 5vw;
  gap: 3vw;
  grid-template-areas: unset;
  width: 80vw;
}
.schedule li img:first-child,
.schedule li img:nth-child(2), 
.schedule li h2,
#recruit .schedule li p,
.schedule li img:last-child {
  grid-area: unset;
}
.schedule li img:first-child {
  display: none;
}
.schedule li img:nth-child(2) {
  order: 4;
  width: 7vw;
}

.schedule li h2 {
  height: 6.1vw;
}

  .guideline li {
    line-height: 5vw;
    font-size: 4vw;
    padding: 2vw;
  }
  .page_recruit summary {
    padding: 2vw;
    border: 2px solid;
    border-radius: 2vw;
    align-items: center;
  }
  .page_recruit h3 {
    font-size: 4vw;
  }
  .page_recruit summary::after {
    font-size: 4vw;
    text-align: center;
  }
  .page_recruit details[open] summary::after {
    font-size: 4vw;
  }
  .slot {
    margin: 2vw auto;
    padding: 3vw;
  }
  .slot dt,
  .slot dd,
  .slot p {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .slot_navy dd {
  margin-bottom: 3vw;
}

.page_recruit .wpcf7 {
  width: 80vw;
  margin: 5vw auto;
}
#recruit .wpcf7-form p {
  margin: 3vw auto;
  width: 100%;
}
.page_recruit label {
  font-size: 4vw;
}
.page_recruit input,
.page_recruit textarea {
  height: 8vw;
  font-size: 4vw;
}
.page_recruit textarea {
  height: 40vw;
}
.carrier input {
  margin-right: 3vw;
  width: 15vw;
}
.page_recruit .wpcf7-submit {
  height: 10vw;
  width: 20vw;
  font-size: 4vw;
  display: block;
  margin: 3vw auto;
}








}


