/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .txt-box .txt-h2 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
  gap: 0.78125vw;
}
section#lead_area .txt-box .txt-h2 span {
  color: #2022B0;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  section#lead_area .txt-box .txt-h2 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
  section#lead_area .txt-box .txt-h2 span {
    font-size: 38px;
  }
}
/*==========================================================================
section#srecruit01
========================================================================== */
section#srecruit01 .inner {
  padding: 7.8125vw 0;
}
section#srecruit01 .main-box {
  padding: 6.25vw 3.6458333333vw 0;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
section#srecruit01 .main-box .bg {
  position: absolute;
  bottom: -1vw;
  left: 0;
  left: -9.75%;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.3vw;
}
section#srecruit01 .main-box .txt-h1 {
  border-bottom: solid 1px #2022B0;
  line-height: 1.3em;
  padding-bottom: 1.05vw;
  margin-bottom: 2.0833333333vw;
  color: #2022B0;
}
section#srecruit01 .main-box .txt-h1 span {
  color: #2022B0;
}
section#srecruit01 .main-box .txt-h3 {
  color: #ffffff;
  background: #2022B0;
  padding: 0.29vw 1.17vw;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.0833333333vw;
}
section#srecruit01 .main-box .img-box {
  width: 100%;
  height: 31.3vw;
}
section#srecruit01 .main-box .txt-box {
  margin-top: 3.6458333333vw;
}
section#srecruit01 .main-box .txt-box dl {
  margin: 0;
  padding: 0;
  gap: 2.6041666667vw;
}
section#srecruit01 .main-box .txt-box dt, section#srecruit01 .main-box .txt-box dd {
  margin: 0;
  padding: 0;
  padding: 1.8229166667vw 0;
  box-sizing: border-box;
}
section#srecruit01 .main-box .txt-box dt {
  width: 11.9791666667vw;
  box-sizing: border-box;
  flex: none;
  border-bottom: solid 1px #2022B0;
}
section#srecruit01 .main-box .txt-box dd {
  flex: auto;
  border-bottom: solid 1px #575A61;
}
section#srecruit01 .main-box .txt-box .txt-h3 {
  margin-bottom: 2.6041666667vw;
  color: #2022B0;
}
section#srecruit01 .main-box .slider-box {
  padding: 5.2083333333vw 0;
  height: 24.5vw;
  box-sizing: border-box;
}
section#srecruit01 .entry {
  padding: 1.5625vw 0;
  box-sizing: border-box;
  background: rgba(32, 34, 176, 0.3);
}
section#srecruit01 .entry .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #2022B0;
  border: solid 2px #2022B0;
  width: 36.5vw;
  height: 3.6458333333vw;
  border-radius: 0;
  margin: 0 auto;
  transition: 1s;
  box-sizing: border-box;
}
section#srecruit01 .entry .txt-a svg path {
  transition: 1s;
  fill: #ffffff;
}
section#srecruit01 .entry .txt-a:hover {
  background: #ffffff;
  color: #2022B0;
}
section#srecruit01 .entry .txt-a:hover svg path {
  fill: #2022B0;
}
section#srecruit01 .txt-l {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2022B0;
  background: #ffffff;
  border: solid 2px #2022B0;
  width: 16.6666666667vw;
  height: 3.6458333333vw;
  border-radius: 0;
  margin: 0 auto;
  margin-top: 7.8125vw;
  transition: 1s;
  box-sizing: border-box;
}
section#srecruit01 .txt-l:hover {
  background: #2022B0;
  color: #ffffff;
}
section#srecruit01 .txt-l:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#srecruit01 .inner {
    padding: 60px 0 100px;
  }
  section#srecruit01 .main-box {
    padding: 40px 5% 0;
  }
  section#srecruit01 .main-box .txt-h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  section#srecruit01 .main-box .txt-h1 span {
    font-size: 14px;
  }
  section#srecruit01 .main-box .txt-h3 {
    font-size: 14px;
    padding: 5px 20px;
    margin-bottom: 20px;
  }
  section#srecruit01 .main-box .img-box {
    width: 100%;
    height: 31.3vw;
  }
  section#srecruit01 .main-box .txt-box {
    margin-top: 20px;
  }
  section#srecruit01 .main-box .txt-box dl {
    margin: 0;
    padding: 0;
    gap: 0;
  }
  section#srecruit01 .main-box .txt-box dt, section#srecruit01 .main-box .txt-box dd {
    margin: 0;
    padding: 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
  section#srecruit01 .main-box .txt-box dt {
    width: 160px;
    font-size: 14px;
  }
  section#srecruit01 .main-box .txt-box dd {
    font-size: 14px;
  }
  section#srecruit01 .main-box .slider-box {
    padding: 30px 0;
    height: 58.5vw;
  }
  section#srecruit01 .entry {
    padding: 15px 0;
  }
  section#srecruit01 .entry .txt-a {
    width: 90%;
    height: 50px;
  }
  section#srecruit01 .txt-l {
    width: 220px;
    font-size: 16px;
    height: 50px;
    margin-top: 100px;
  }
}
/*# sourceMappingURL=single-recruit.css.map */