.innerLead {
  padding: 132px 3% 37px;
}
.innerLead .notes {
  margin-top: 66px;
}
.innerLead .notes .eTxt {
  font-size: 2.5rem;
  color: #e60033;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-bottom: 4px;
  text-align: center;
}
.innerLead .notes h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 27px;
}
.innerLead .notes p {
  max-width: 542px;
  margin: 0 auto;
  text-align: left;
}
.jobFlow {
  padding: 40px 0 40px 3%;
  background: #f3f3f3;
  overflow: auto;
}
.jobFlow figure {
  width: calc(1002px + 3%);
  padding-right: 3%;
  margin: 0 auto;
}
.movieBlock {
  padding: 27px 3% 40px;
}
.movieBlock .eTxt {
  text-align: center;
  font-size: 2.5rem;
  color: #e60033;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-bottom: 20px;
}
.movieBlock .movie {
  position: relative;
  max-width: 675px;
  margin: 0 auto;
}
.movieBlock .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.occupationBlock {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.occupationBlock:last-of-type {
  border-bottom: none;
}
.description {
  max-height: 793px;
  overflow-y: auto;
  padding: 0 3%;
  position: relative;
  z-index: 2;
}
.sales .description {
  background: url(../img/occupation/sales_bg.webp) no-repeat right 0 #e6e7e6;
  background-size: auto 793px;
}
.systemEngineer .description {
  background: url(../img/occupation/systemengineer_bg.webp) no-repeat right 0 #e6e7e6;
  background-size: auto 793px;
}
.customerEngineer .description {
  background: url(../img/occupation/customerengineer_bg.webp) no-repeat right 0 #e6e7e6;
  background-size: auto 793px;
}
.staff .description {
  background: url(../img/occupation/staff_bg.webp) no-repeat right 0 #e6e7e6;
  background-size: auto 793px;
}
.detailWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 96px;
}
.detailWrap .type {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.detailWrap .type span {
  font-size: 2.5rem;
  color: #e60033;
  font-weight: 300;
  margin-right: 18px;
}
.detailWrap h3 span {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .8s;
  display: inline;
}
.show .detailWrap h3 span {
  color: #fff;
  background-size: 100% 100%;
}
.detailWrap .note {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
  margin: 30px 0 46px;
  max-width: 580px;
}
.detailWrap .descriptionContents {
  max-width: 580px;
}
.detailWrap .descriptionContents h4 {
  font-size: 2rem;
  font-weight: 500;
  border-left: 8px solid #e60033;
  padding: 8px 0 11px 15px;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.detailWrap .descriptionContents .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.detailWrap .descriptionContents .box .imgBox {
  width: 31.2%;
}
.detailWrap .descriptionContents .box .txtBox {
  width: 61.5%;
}
.detailWrap .descriptionContents .box .txtBox h5 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.detailWrap .descriptionContents .box .txtBox p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
}
.typeOfBusiness {
  padding: 40px 3% 48px;
}
.typeOfBusiness::before {
  display: none;
}
.typeOfBusiness::after {
  top: -320px;
  right: -50.8%;
  transform: scale(-1, 1);
}
.typeOfBusiness .details {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.typeOfBusiness .details h4 {
  font-size: 2rem;
  font-weight: 500;
  border-left: 8px solid #e60033;
  padding: 8px 0 11px 15px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.typeOfBusiness .details .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.typeOfBusiness .details .box .imgBox {
  width: 30.2%;
}
.typeOfBusiness .details .box .txtBox {
  width: 65.5%;
}
.typeOfBusiness .details .box .txtBox h5 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.typeOfBusiness .details .box .txtBox p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
}
.typeOfBusiness .details .pointBlock {
  border: 1px dashed #000;
  border-radius: 20px;
  padding: 34px 3%;
  margin-top: 38px;
}
.typeOfBusiness .details .pointBlock .eTxt {
  text-align: center;
  font-size: 2.5rem;
  color: #e60033;
  font-weight: 300;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.typeOfBusiness .details .pointBlock h6 {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 26px
}
.typeOfBusiness .details .pointBlock h6 span {
  font-weight: 500;
  color: #e60033;
}
.typeOfBusiness .details .pointBlock p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.563;
  max-width: 700px;
  margin: 0 auto;
}
.interviewBlock {
  padding: 0 3%;
}
.interviewWrap {
  max-width: 1130px;
  margin: 0 auto;
}
.interviewWrap h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 26px;
}
.interviewList {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.08em;
}
.interviewList .box {
  width: 23.2%;
  margin: 0 2.4% 38px 0;
}
.interviewList .box:nth-of-type(4n) {
  margin-right: 0;
}
.interviewList .box a {
  display: block;
}
.interviewList .box figure {
  margin-bottom: 15px;
}
.interviewList .box .meta {
  border-left: 8px solid #e60033;
  padding: 6px 0 6px 13px;
  line-height: 1.344;
}
.interviewList .box .meta .dept {
  font-size: 1.7rem;
  font-weight: 500;
}
.interviewList .box .meta .name {
  font-size: 1.5rem;
  padding: 5px 0 0 1px;
}
@media only screen and (max-width:900px) {
  .sales .description {
    background: url(../img/occupation/sales_bg_s.jpg) no-repeat right 0 #e6e7e6;
    background-size: auto 793px;
  }
  .systemEngineer .description {
    background: url(../img/occupation/systemengineer_bg_s.jpg) no-repeat right 0 #e6e7e6;
    background-size: auto 793px;
  }
  .customerEngineer .description {
    background: url(../img/occupation/customerengineer_bg_s.jpg) no-repeat right 0 #e6e7e6;
    background-size: auto 793px;
  }
  .staff .description {
    background: url(../img/occupation/staff_bg_s.jpg) no-repeat right 0 #e6e7e6;
    background-size: auto 793px;
  }
}
@media only screen and (max-width:749px) {
  .innerLead {
    padding: calc(19% + 17.33vw) 5% 8.5%;
  }
  .innerLead .notes {
    margin-top: 18%;
  }
  .innerLead .notes .eTxt {
    font-size: 5.33vw;
    margin-bottom: 1.5%;
  }
  .innerLead .notes h2 {
    font-size: 5.33vw;
    margin-bottom: 8%;
  }
  .innerLead .notes p {
    max-width: none;
  }
  .jobFlowTxt {
    padding: 0 5% 2%;
  }
  .jobFlowTxt p {
    font-size: 3.73vw;
    font-weight: bold;
    text-align: right;
  }
  .jobFlowTxt p::after {
    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%2074%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20stroke%3A%20%23000%3B%20stroke-dasharray%3A%208%204%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C10h34%22%2F%3E%20%3Cpath%20d%3D%22M68.4%2C11.1c-2.1%2C1.5-4.7%2C4.1-6.6%2C6.6l2.1%2C1.4c2.7-3.5%2C6.5-6.9%2C10.1-9.1-3.5-2.3-7.4-5.6-10.1-9.1l-2.1%2C1.4c1.8%2C2.4%2C4.5%2C5%2C6.6%2C6.6h-30.6v2.4h30.8l-.2-.3Z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: contain;
    width: 9.86vw;
    height: 2.66vw;
    display: inline-block;
    margin-left: 2.5vw
  }
  .jobFlow {
    padding: 7% 0 13% 5vw;
  }
  .jobFlow figure {
    width: calc(1002px + 5vw);
    padding-right: 5vw;
  }
  .movieBlock {
    padding: 8% 5% 11%;
  }
  .movieBlock .eTxt {
    font-size: 5.33vw;
    margin-bottom: 10%;
  }
  .movieBlock .movie {
    max-width: 100%;
  }
  .occupationBlock {
    padding-bottom: 3%;
  }
  .description {
    max-height: none;
    padding: 0;
  }
  .sales .description {
    background: none;
  }
  .systemEngineer .description {
    background: none;
  }
  .customerEngineer .description {
    background: none;
  }
  .staff .description {
    background: none;
  }
  .detailWrap {
    max-width: none;
    padding: 88vw 0 6%;
    background: #e6e7e6;
  }
  .sales .detailWrap {
    background: url(../img/occupation/sales_bg_sp.webp) no-repeat 0 0 #e6e7e6;
    background-size: 100%;
  }
  .systemEngineer .detailWrap {
    background: url(../img/occupation/systemengineer_bg_sp.webp) no-repeat 0 0 #e6e7e6;
    background-size: 100%;
  }
  .customerEngineer .detailWrap {
    background: url(../img/occupation/customerengineer_bg_sp.webp) no-repeat 0 0 #e6e7e6;
    background-size: 100%;
  }
  .staff .detailWrap {
    background: url(../img/occupation/staff_bg_sp.webp) no-repeat 0 0 #e6e7e6;
    background-size: 100%;
  }
  .detailWrap .type {
    font-size: 5.33vw;
    line-height: 1.25;
    margin: 0 5% 4.5%;
  }
  .detailWrap .type span {
    font-size: 6.66vw;
    margin-right: 0;
    display: block;
  }
  .detailWrap h3 {
    line-height: 2.2;
    margin: 0 5%;
  }
  .detailWrap h3 span {
    font-size: 5.33vw;
  }
  .detailWrap .note {
    font-size: 4.26vw;
    margin: 5% 5% 7.5%;
    max-width: none;
  }
  .detailWrap .descriptionContents {
    max-width: none;
  }
  .detailWrap .descriptionContents h4 {
    font-size: 5.33vw;
    padding: 2.5% 0 3% 3.2vw;
    margin: 0 5% 5.5%;
  }
  .detailWrap .descriptionList {
    display: flex;
    overflow-x: auto;
    margin-left: 5%;
  }
  .detailWrap .descriptionContents .box {
    display: block;
    flex-shrink: 0;
    width: 77.5%;
    margin: 0 6% 0 0;
  }
  .detailWrap .descriptionContents .box .imgBox {
    width: 100%;
  }
  .detailWrap .descriptionContents .box .txtBox {
    width: 100%;
    padding: 8% 7% 5%;
  }
  .detailWrap .descriptionContents .box .txtBox h5 {
    font-size: 5.33vw;
    margin-bottom: 3%;
  }
  .detailWrap .descriptionContents .box .txtBox p {
    font-size: 4.26vw;
  }
  .typeOfBusiness {
    padding: 8% 0 8.5%;
  }
  .typeOfBusiness::before {
    display: none;
  }
  .typeOfBusiness::after {
    top: -320px;
    right: -50.8%;
    transform: scale(-1, 1);
  }
  .typeOfBusiness .details {
    max-width: none;
  }
  .typeOfBusiness .details h4 {
    font-size: 5.33vw;
    padding: 2.5% 0 3% 3.2vw;
    margin: 0 5% 6.5%;
  }
  .typeOfBusiness .detailsList {
    display: flex;
    overflow-x: auto;
    margin-left: 5%;
  }
  .typeOfBusiness .details .box {
    display: block;
    flex-shrink: 0;
    width: 77.5%;
    margin: 0 6% 0 0;
  }
  .typeOfBusiness .details .box .imgBox {
    width: 100%;
  }
  .typeOfBusiness .details .box .txtBox {
    width: 100%;
    padding: 7% 6% 5%;
  }
  .typeOfBusiness .details .box .txtBox h5 {
    font-size: 5.33vw;
    margin-bottom: 6%;
  }
  .typeOfBusiness .details .box .txtBox p {
    font-size: 4.26vw;
  }
  .typeOfBusiness .details .pointBlock {
    padding: 12% 0;
    margin: 6% 5% 0;
  }
  .typeOfBusiness .details .pointBlock .eTxt {
    font-size: 6.66vw;
    margin-bottom: 8.5%;
  }
  .typeOfBusiness .details .pointBlock h6 {
    font-size: 5.33vw;
    margin-bottom: 11.5%;
    line-height: 1.85;
  }
  .typeOfBusiness .details .pointBlock p {
    font-size: 4.26vw;
    max-width: 76%;
    margin: 0 auto;
  }
  .interviewBlock {
    padding: 0 5%;
  }
  .interviewWrap {
    max-width: none;
  }
  .interviewWrap h3 {
    font-size: 5.33vw;
    margin-bottom: 4%;
  }
  .interviewList {
    justify-content: space-between;
  }
  .interviewList .box {
    width: 47.5%;
    margin: 0 0 8.6%;
  }
  .interviewList .box figure {
    margin-bottom: 5%;
  }
  .interviewList .box .meta {
    padding: 9% 0 10% 6%;
  }
  .interviewList .box .meta .dept {
    font-size: 4.26vw;
  }
  .interviewList .box .meta .name {
    font-size: 3.73vw;
    padding: 2% 0 0;
  }
}