@charset "UTF-8";

#recruit .flex {
  display: flex;
}
#recruit .section_title::after {
  border-bottom: 1px solid #00592a;
}
#recruit #page_header {
  background-image: url(../images/recruit/main@2x.jpg);
}

/* section10 */
#recruit #section10 {
  padding: 90px 0;
  text-align: center;
}
#recruit #section10 .recruitTitle {
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
}
#recruit #section10 .titleSub {
  border-bottom: 1px solid #cc0000;
  color: #cc0000;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}
/* section20 */
#recruit #section20 {
  background: url(../images/common/bg-beige.jpg);
  padding: 90px 0;
}
#recruit #section20 .itemTitle,
#recruit #section30 .itemTitle {
  color: #00592a;
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}
#recruit #section20 .itemText,
#recruit #section30 .itemText {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.12em;
}
/* section30 */
#recruit #section30 {
  padding: 90px 0 50px;
}
#recruit #section30 .itemText {
  margin-bottom: 80px;
}
#recruit #section30 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit #section30 .flex .imageItem {
  margin-bottom: 40px;
  width: 30%;
}
#recruit #section30 .imageText {
  text-align: justify;
  letter-spacing: 0.04em;
}
/* section40 */
#recruit #section40 {
  background: url(../images/common/bg-beige.jpg);
  padding: 90px 0;
}
#recruit #section40 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#recruit #section40 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* section50 */
#recruit #section50 {
  padding: 90px 0;
}
#recruit #section50 .recruitArea dl {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #b2b2b2;
}
#recruit #section50 .recruitArea dl:last-child {
  border-bottom: none;
}
#recruit #section50 .recruitArea dt {
  color: #00592a;
  width: 200px;
  text-align: right;
  padding-right: 40px;
}
#recruit #section50 .recruitArea dd .list {
  padding-left: 2.9em;
}
#recruit #section50 .recruitArea dd .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#recruit #section50 .recruitArea dd .indent2 {
  padding-left: 2em;
  text-indent: -2em;
}
#recruit #section50 .recruitArea dd .indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
#recruit #section50 .pageLink {
  border-bottom: 1px solid #00592a;
  color: #00592a;
}
/* section60 */
#recruit #section60 {
  padding-top: 150px;
  margin-top: -150px;
}
#recruit #section60 .infoArea {
  border: 5px solid #b1ce97;
  border-radius: 20px;
  padding: 40px 0;
}
#recruit #section60 .infoTitlearea {
  margin-bottom: 50px;
  text-align: center;
}
#recruit #section60 .infoTitle {
  color: #00592a;
  font-size: 28px;
}
#recruit #section60 .flex {
  justify-content: center;
}
#recruit #section60 .infoText {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
#recruit #section60 .infoDetail {
  font-size: 20px;
  text-align: center;
  margin: 0 50px;
}
#recruit #section60 .infoDetail span {
  font-size: 30px;
}
#recruit #section60 .infoDetail .mail {
  margin-top: 10px;
}
#recruit #section60 .titleSub {
  border-bottom: 1px solid #cc0000;
  color: #cc0000;
  display: inline-block;
  font-size: 20px;
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #recruit #section10 .recruitTitle {
    font-size: 21px;
    white-space: normal;
  }
  #recruit #section10 .titleSub,
  #recruit #section60 .titleSub {
    font-size: 18px;
  }
  #recruit #section20 .itemTitle,
  #recruit #section30 .itemTitle {
    font-size: 26px;
  }
  #recruit #section30 .flex .imageItem {
    width: 48%;
  }
  #recruit #section30 .recruitImage {
    width: 100%;
  }
  #recruit #section30 .flex .dummy {
    display: none;
  }
  #recruit #section30 .imageText {
    letter-spacing: 0.13em;
  }

  #recruit #section50 .recruitArea dl {
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
  #recruit #section50 .recruitArea dt {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  #recruit #section60 .flex {
    flex-direction: column;
  }
  #recruit #section60 .infoDetail + .infoDetail {
    margin-top: 20px;
  }
}

/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #recruit #section20 .itemTitle,
  #recruit #section30 .itemTitle {
    font-size: 24px;
  }
  #recruit #section20 .itemText,
  #recruit #section30 .itemText {
    font-size: 16px;
    letter-spacing: 0.17em;
  }
}

/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #recruit #page_header {
    background-position: -32vw;
  }
  #recruit #section10 {
    padding: 90px 0 40px;
  }
  #recruit #section10 .recruitTitle {
    font-size: 18px;
    text-align: left;
  }
  #recruit #section10 .titleSub,
  #recruit #section60 .titleSub {
    font-size: 16px;
  }
  #recruit #section20 {
    padding: 40px 0;
  }
  #recruit #section20 .itemTitle,
  #recruit #section30 .itemTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #recruit #section20 .itemText {
    letter-spacing: 0.11em;
    text-align: left;
  }

  #recruit #section30 {
    padding: 40px 0 0;
  }
  #recruit #section30 .itemTitle {
    letter-spacing: 0.02em;
  }
  #recruit #section30 .itemText {
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    text-align: left;
  }
  #recruit #section30 .flex .imageItem {
    width: 100%;
  }
  #recruit #section30 .imageText {
    letter-spacing: 0.1em;
  }

  #recruit #section40 {
    padding: 40px 0;
  }

  #recruit #section50 {
    padding: 40px 0;
  }
  #recruit #section50 .recruitArea dd .indent {
    letter-spacing: 0.1em;
  }
  #recruit #section50 .recruitArea dd .indent2 {
    letter-spacing: 0.1em;
  }

  #recruit #section60 .infoTitle {
    font-size: 24px;
  }
  #recruit #section60 .infoText {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #recruit #section60 .infoDetail {
    font-size: 16px;
    text-align: center;
  }
  #recruit #section60 .infoDetail span {
    font-size: 20px;
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  #recruit #section60 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
