@charset 'UTF-8';

/*採用フロー修正2021*/

.schedulePageFlow-box ol {
  text-align: left;
}

.schedulePageFlow-box ol li {
  width: 19%;
  height: 90px;
}

.schedulePageFlow-box ol li .inner {
  position: relative;
  padding: 0;
  background: none !important;
}

.schedulePageFlow-box ol li .inner:before {
  content: '';
  border-top: 0 solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 90px solid #7cc8d2;
}

.schedulePageFlow-box ol li .inner .ttl {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.schedulePageFlow-box ol li .inner .num {
  margin-left: 5px;
}

.schedulePageFlow-box ol li .inner .num img {
  height: 40px;
}

.schedulePageFlow-box ol li:nth-child(2) .inner:before {
  border-left: 90px solid #d3cfd0;
}
.schedulePageFlow-box ol li:nth-child(3) .inner:before {
  border-left: 90px solid #d3cfd0;
}

.schedulePageFlow-box ol li:nth-child(4) {
  margin-right: 0;
}

.schedulePageFlow-box ol li:nth-child(4):before {
  position: absolute;
  top: 50%;
  right: -34px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 22px 0 22px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #c9caca;
}

.schedulePageFlow-box ol li:nth-child(4) .inner:before {
  border-left: 90px solid #d3cfd0;
}
.schedulePageFlow-box ol li:nth-child(6) .inner:before {
  border-left: 90px solid #d3cfd0;
}
.schedulePageFlow-box ol li:nth-child(7) .inner:before {
  border-left: 90px solid #d3cfd0;
}

.schedulePageFlow-box ol li:nth-child(5) {
  margin-right: 45px;
  margin-bottom: 45px;
  margin-left: 100px;
}

.schedulePageFlow-box ol li:nth-child(5) .inner:before {
  border-left: 90px solid #d3cfd0;
}

.schedulePageFlow-box ol li:nth-child(6) {
  margin-bottom: 45px;
}

.schedulePageFlow-box ol li:nth-child(7) {
  margin-bottom: 45px;
}

.schedulePageFlow-box ol li:nth-child(8):before {
  display: none;
}

.schedulePageFlow-box ol li:nth-child(8) {
  margin-right: 0;
  margin-bottom: 45px;
}

.schedulePageFlow-box ol li:nth-child(9) {
  margin-right: 45px;
  margin-bottom: 45px;
  margin-left: 100px;
}

.schedulePageFlow-box ol li:nth-child(9) .inner {
  background-color: #d8e585;
}

.schedulePageFlow-box ol li:nth-child(10) {
  margin-right: 0;
}

.schedulePageFlow-box ol li:nth-child(10):before {
  display: none;
}

.schedulePageFlow-box ol li:nth-child(10) .inner {
  background-color: #ea617b;
}

.schedulePageOutro-txt {
  max-width: 980px;
  margin: 0 auto 100px;
  text-align: left;
}

.shokushuPageTtl-txt::before {
  background: url(../../images/shokushu/page_ttl01.svg) no-repeat center top;
}

@media only screen and (max-width: 1299px) {
  .schedulePageFlow-box ol {
    text-align: center;
  }

  .schedulePageFlow-box ol li {
    width: 230px;
  }

  .schedulePageFlow-box ol li:nth-child(3) {
    margin-right: 45px;
  }

  .schedulePageFlow-box ol li:nth-child(3):before {
    position: absolute;
    top: 50%;
    right: -34px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 22px 0 22px 18px;
    border-style: solid;
    border-color: transparent transparent transparent #c9caca;
  }

  .schedulePageFlow-box ol li:nth-child(4) {
    margin-right: 45px;
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(5) {
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(6) {
    margin-right: 45px;
  }

  .schedulePageFlow-box ol li:nth-child(6):before {
    position: absolute;
    top: 50%;
    right: -34px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 22px 0 22px 18px;
    border-style: solid;
    border-color: transparent transparent transparent #c9caca;
  }

  .schedulePageFlow-box ol li:nth-child(8) {
    margin-right: 40px;
  }

  .schedulePageFlow-box ol li:nth-child(9) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .schedulePageFlow-box ol li:nth-child(4) {
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(5) {
    margin-right: 40px;
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(7) {
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(9) {
    margin-right: 0;
    margin-left: 0;
  }

  .schedulePageFlow-box ol li:nth-child(10) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .schedulePageFlow-box ol li:nth-child(3) {
    margin-right: auto;
  }

  .schedulePageFlow-box ol li:nth-child(3):before {
    top: auto;
    top: auto;
    right: auto;
    bottom: -31px;
    bottom: -31px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    border-width: 15px 12.5px 0;
    border-color: #c9caca transparent transparent;
  }

  .schedulePageFlow-box ol li:nth-child(4) {
    margin-right: auto;
    margin-left: auto;
  }

  .schedulePageFlow-box ol li:nth-child(4):before {
    top: auto;
    top: auto;
    right: auto;
    bottom: -31px;
    bottom: -31px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    border-width: 15px 12.5px 0;
    border-color: #c9caca transparent transparent;
  }

  .schedulePageFlow-box ol li:nth-child(5) {
    margin-right: auto;
    margin-left: auto;
  }

  .schedulePageFlow-box ol li:nth-child(6) {
    margin-right: auto;
  }

  .schedulePageFlow-box ol li:nth-child(6):before {
    top: auto;
    top: auto;
    right: auto;
    bottom: -31px;
    bottom: -31px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    border-width: 15px 12.5px 0;
    border-color: #c9caca transparent transparent;
  }

  .schedulePageFlow-box ol li:nth-child(7) {
    margin-right: auto;
    margin-left: auto;
  }

  .schedulePageFlow-box ol li:nth-child(8) {
    margin-right: auto;
    margin-left: auto;
  }

  .schedulePageFlow-box ol li:nth-child(9) {
    margin-right: auto;
    margin-left: auto;
  }

  .schedulePageFlow-box ol li:nth-child(10) {
    margin-right: auto;
    margin-left: auto;
  }
}

.shokushuSec-wrap-table>dt>span {
  margin-left: -6px;
}
@media only screen and (max-width: 425px) {
  .shokushuSec-wrap-table>dt>span {
    margin-left: 0;
  }
}