.innerLead {
  padding-bottom: 44px;
}
.recruitmentCompany {
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}
.recruitmentCompany .eTxt {
  color: #e60033;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}
.recruitmentCompany h2 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 64px;
}
.companyBlock {
  border-bottom: 1px dashed #000;
  padding: 0 3% 44px;
  margin-bottom: 60px;
}
.companyBlock:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.companyBlock .box {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.06em;
}
.companyBlock .box .imgBox {
  width: 33.1%;
  text-align: center;
}
.companyBlock .box .imgBox img {
  max-width: 147px;
}
.companyBlock .box .imgBox figcaption {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0 35px;
}
.companyBlock .box .imgBox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 1px solid #000;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.companyBlock .box .imgBox .btn a:hover {
  background: #000;
  color: #fff;
}
.companyBlock .box .imgBox .btn a::after {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.companyBlock .box .txtBox {
  width: 59%;
}
.companyBlock .box .txtBox dt {
  display: flex;
  min-height: 40px;
  background: #f3f3f3;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 18px;
  margin-bottom: 14px;
}
.companyBlock .box .txtBox dd {
  font-size: 1.6rem;
  line-height: 1.563;
  padding: 0 20px 24px;
}
.companyBlock .box .txtBox dd b {
  font-weight: 500;
}
.jobDescription {
  padding: 26px 3% 53px;
  border-bottom: 1px solid #000;
}
.jobDescription .eTxt {
  color: #e60033;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}
.jobDescription h2 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 36px;
}
.jobDescription dl {
  max-width: 880px;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.jobDescription dt {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 3%;
  background: #f3f3f3;
  margin-bottom: 14px;
}
.jobDescription dt p {
  max-width: 660px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
.jobDescription dd {
  padding: 0 3%;
  margin-bottom: 26px;
}
.jobDescription dd p {
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.563;
}
.jobDescription dd p b {
  font-weight: 500;
}
.jobDescription dd p span {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
}
.selectionFlow {
  overflow: hidden;
  background: #f3f3f3;
  border-bottom: 1px solid #000;
}
.flowWrap {
  padding: 72px 3% 75px;
}
.flowWrap::before {
  display: none;
}
.flowWrap::after {
  top: -249px;
  left: -42.4%;
}
.flowDetails {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.flowDetails .imgBox {
  width: 43.5%;
  padding-top: 12px;
  position: relative;
  z-index: 2;
}
.flowDetails .imgBox .titleBox {
  border-left: 8px solid #e60033;
  padding: 25px 0 23px 32px;
  margin-bottom: 38px;
}
.flowDetails .imgBox .titleBox .eTxt {
  font-size: 2rem;
  letter-spacing: 0.22em;
  margin-bottom: 5px;
}
.flowDetails .imgBox .titleBox h2 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.flowDetails .txtBox {
  width: 50.4%;
  position: relative;
  z-index: 2;
}
.flowDetails .txtBox ul {
  position: relative;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.flowDetails .txtBox ul.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.flowDetails .txtBox ul::after {
  content: "";
  width: 1px;
  height: 96%;
  position: absolute;
  left: 7.5px;
  top: 15px;
  background: #000;
}
.flowDetails .txtBox li {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
  position: relative;
  z-index: 2;
}
.flowDetails .txtBox li:last-child {
  margin-bottom: 0;
}
.flowDetails .txtBox li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.flowDetails .txtBox li p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}
.flowDetails .txtBox li p::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20176%206%22%3E%20%3Cpath%20d%3D%22M174%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM164%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM154%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM144%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM134%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM124%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM114%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM104%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM94%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM84%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM74%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM64%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM54%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM44%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM34%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM24%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM14%2C5h-2c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM4%2C5h-2c-1.1%2C0-2-.9-2-2S.9%2C1%2C2%2C1h2c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2Z%22%2F%3E%3C%2Fsvg%3E') repeat-x;
  background-size: auto 3px;
  min-width: 86px;
  height: 2px;
  margin-right: 36px;
  position: relative;
  top: 2px;
}
.entryWrap {
  padding: 30px 0;
}
.entryWrap .eTxt {
  color: #e60033;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}
.entryWrap .jTxt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entryWrap .jTxt::before,
.entryWrap .jTxt::after {
  content: "";
  border-top: 1px dashed #000;
  height: 1px;
  width: 100%;
}
.entryWrap .jTxt::before {
  margin-right: 70px;
}
.entryWrap .jTxt::after {
  margin-left: 70px;
}
.entryWrap .jTxt p {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
}
.entryList {
  padding: 28px 3% 60px;
}
.entryList ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.entryList li {
  max-width: 425px;
  width: 48%;
  display: flex;
  flex-direction: column;
  margin: 0 1%;
}
.entryList li img {
  display: block;
  margin: 0 auto 40px;
  height: 48px;
  width: auto;
}
.entryList li .btn {
  margin-top: auto;
}
.entryList li .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  border: 1px solid #000;
}
.entryList li .btn a::after {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entryList li .btn a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
@media only screen and (max-width:749px) {
  .innerLead {
    padding: calc(19% + 17.33vw) 5% 17%;
  }
  .recruitmentCompany {
    padding-bottom: 2.5%;
  }
  .recruitmentCompany .eTxt {
    font-size: 5.33vw;
    margin-bottom: 1.4%;
  }
  .recruitmentCompany h2 {
    font-size: 5.33vw;
    margin-bottom: 14%;
  }
  .companyBlock {
    padding: 0 5% 3.5%;
    margin-bottom: 15%;
  }
  .companyBlock .box {
    max-width: none;
    display: block;
  }
  .companyBlock .box .imgBox {
    width: 88%;
    margin: 0 auto 15%;
  }
  .companyBlock .box .imgBox img {
    max-width: 50%;
  }
  .companyBlock .box .imgBox figcaption {
    font-size: 4vw;
    margin: 6.5% 0 8%;
  }
  .companyBlock .box .imgBox .btn a {
    min-height: 13.33vw;
    font-size: 4.26vw;
  }
  .companyBlock .box .txtBox {
    width: 100%;
  }
  .companyBlock .box .txtBox dt {
    min-height: 10.66vw;
    font-size: 4vw;
    padding: 0 5.5vw;
    margin-bottom: 4%;
  }
  .companyBlock .box .txtBox dd {
    font-size: 4.26vw;
    padding: 0 6vw 8%;
  }
  .jobDescription {
    padding: 9% 5% 1.5%;
  }
  .jobDescription .eTxt {
    font-size: 5.33vw;
    margin-bottom: 1.4%;
  }
  .jobDescription h2 {
    font-size: 5.33vw;
    margin-bottom: 10.5%;
  }
  .jobDescription dl {
    max-width: none;
  }
  .jobDescription dt {
    min-height: 10.66vw;
    padding: 0 5.5vw;
    margin-bottom: 4%;
  }
  .jobDescription dt p {
    max-width: none;
    font-size: 4vw;
  }
  .jobDescription dd {
    padding: 0 6vw;
    margin-bottom: 8%;
  }
  .jobDescription dd p {
    max-width: none;
    font-size: 4.26vw;
  }
  .jobDescription dd p span {
    margin-bottom: 1.5%;
  }
  .flowWrap {
    padding: 10% 5% 9%;
  }
  .flowWrap::after {
    top: -75vw;
    left: -141.4%;
  }
  .flowDetails {
    max-width: none;
    display: block;
  }
  .flowDetails .imgBox {
    width: 100%;
    padding: 0 0 9%;
  }
  .flowDetails .imgBox .titleBox {
    padding: 5% 0 3% 3.2vw;
    margin-bottom: 6%;
  }
  .flowDetails .imgBox .titleBox .eTxt {
    font-size: 4.53vw;
    margin-bottom: 0;
  }
  .flowDetails .imgBox .titleBox h2 {
    font-size: 6.66vw;
  }
  .flowDetails .txtBox {
    width: 100%;
  }
  .flowDetails .txtBox ul {
    margin-left: 4%;
  }
  .flowDetails .txtBox ul::after {
    height: 96%;
    left: 1.8vw;
    top: 4vw;
  }
  .flowDetails .txtBox li {
    margin-bottom: 14.8%;
  }
  .flowDetails .txtBox li::before {
    min-width: 4vw;
    min-height: 4vw;
    top: 2px;
  }
  .flowDetails .txtBox li p {
    font-size: 4.53vw;
    white-space: nowrap;
  }
  .flowDetails .txtBox li p::before {
    min-width: 13.46vw;
    height: 0.53vw;
    margin-right: 3vw;
  }
  .entryWrap {
    padding: 8% 0;
  }
  .entryWrap .eTxt {
    font-size: 5.33vw;
    margin-bottom: 0.8%;
  }
  .entryWrap .jTxt::before,
  .entryWrap .jTxt::after {
    position: relative;
    top: -4.5vw;
  }
  .entryWrap .jTxt::before {
    margin-right: 7vw;
  }
  .entryWrap .jTxt::after {
    margin-left: 7vw;
  }
  .entryWrap .jTxt p {
    font-size: 5.33vw;
  }
  .entryList {
    padding: 11% 10% 6%;
  }
  .entryList ul {
    display: block;
  }
  .entryList li {
    max-width: none;
    width: 100%;
    margin: 0 0 23%;
  }
  .entryList li:last-of-type {
    margin-bottom: 0;
  }
  .entryList li img {
    margin: 0 auto 7%;
    height: 14vw;
  }
  .entryList li:last-child img {
    height: 12.5vw;
    margin-bottom: 11%;
  }
  .entryList li .btn a {
    min-height: 13.33vw;
    font-size: 4vw;
  }
}