#recruit-page {
  /*====================== 全体 =====================*/
  /*====================== sec001 =====================*/
  /*====================== sec002 =====================*/
  /*====================== sec005 =====================*/
}
#recruit-page p {
  font-size: 1.6rem;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  #recruit-page p {
    font-size: 1.4rem;
    line-height: 2.2em;
  }
}
#recruit-page a {
  display: block;
}
#recruit-page section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #recruit-page section {
    margin-bottom: 9%;
  }
}
@media screen and (min-width: 767px) {
  #recruit-page .sp {
    display: none;
  }
}
#recruit-page img {
  margin: 0 auto;
  display: block;
}
#recruit-page .sec001 h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .sec001 h2 {
    margin-bottom: 9%;
  }
}
#recruit-page .sec002 h3 {
  font-size: 2.2rem;
  line-height: 1.8em;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 6%;
  padding: 6% 4%;
  background: #e4e7ec;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit-page .sec002 h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
    letter-spacing: 0.2rem;
  }
}
#recruit-page .sec002 h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 4% auto 0;
  background-color: #434343;
}
#recruit-page .sec002 h3 span {
  font-weight: bold;
}
#recruit-page .flex-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #recruit-page .flex-box {
    display: grid;
  }
}
#recruit-page .flex-item {
  margin: 0 4% 4% 4%;
  max-width: 300px;
}
#recruit-page .flex-item h4 {
  margin: 15px 0;
  padding: 4% 6%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 1.6rem;
  line-height: 1.5em;
}
#recruit-page .flex-item p {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 4% 6%;
}
#recruit-page .sec005 h3 {
  font-size: 2.2rem;
  line-height: 1.8em;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 6%;
  padding: 6% 4%;
  background: #e4e7ec;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit-page .sec005 h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
    letter-spacing: 0.2rem;
  }
}
#recruit-page .sec005 h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 4% auto 0;
  background-color: #434343;
}
#recruit-page .sec005-inner {
  text-align: center;
  margin-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  #recruit-page .sec005-inner {
    padding: 0 6%;
  }
}
#recruit-page .flex-box_action {
  display: flex;
  justify-content: center;
}
#recruit-page .recruit-rnw__fv {
  max-width: 1920px;
  width: 100%;
  height: 400px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit-page .recruit-rnw__fv {
    height: 66.6vw;
  }
}
#recruit-page .recruit-rnw__fv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#recruit-page .recruit-rnw__inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1064px) {
  #recruit-page .recruit-rnw__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #recruit-page .recruit-rnw__inner {
    width: 90%;
  }
}
#recruit-page .recruit-rnw__cth {
  width: 100%;
  text-align: center;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  #recruit-page .recruit-rnw__cth {
    width: 92%;
    display: block;
    text-align: left;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #recruit-page .recruit-rnw__cth {
    width: 90%;
  }
}
#recruit-page .company-overview {
  width: 100%;
}
@media (min-width: 1025px) {
  #recruit-page .company-overview__head {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  #recruit-page .company-overview__data {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #recruit-page .sec005 {
    margin-left: -2%;
    margin-right: -2%;
  }
  #recruit-page .sec005 img {
    width: 104%;
  }
}
