#page.parts.flow .main-content {
  padding: 115px 0 160px 0;
}
#page.parts.flow .page-ttl {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #page.parts.flow .main-content {
    padding: 40px 0 70px 0;
  }
  #page.parts.flow .page-ttl {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
#page.parts.flow .step-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 135px auto;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 40px;
}
#page.parts.flow .step-wrapper:before {
  content: "";
  display: block;
  background-image: url(../img/truck_flow/character.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -54px;
  right: 505px;
  z-index: 8;
}
#page.parts.flow .step-wrapper .step {
  background-image: url(../img/truck_flow/navi-item-bg-center.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  position: relative;
  text-align: center;
  color: #fff;
}
#page.parts.flow .step-wrapper .step:not(:last-child) {
  margin-left: -25px;
}
#page.parts.flow .step-wrapper .step:nth-child(1) {
  background-image: url(../img/truck_flow/navi-item-bg.png);
  z-index: 5;
  margin-left: 0;
}
#page.parts.flow .step-wrapper .step:nth-child(2) {
  z-index: 4;
}
#page.parts.flow .step-wrapper .step:nth-child(3) {
  z-index: 3;
}
#page.parts.flow .step-wrapper .step:nth-child(4) {
  z-index: 2;
}
#page.parts.flow .step-wrapper .step:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  background-image: url(../img/truck_flow/navi-item-bg-last.png);
  margin-left: -30px;
  z-index: 1;
}
#page.parts.flow .step-wrapper .step .number {
  font-size: 21px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: absolute;
  left: 20px;
  margin-bottom: 2px;
}
#page.parts.flow .step-wrapper .step .label {
  font-size: 16px;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  #page.parts.flow .step-wrapper {
    margin: 0 auto min(11.25vw, 135px) auto;
    width: 92%;
  }
  #page.parts.flow .step-wrapper .step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    background-size: 100% 100%;
  }
  #page.parts.flow .step-wrapper .step:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  #page.parts.flow .step-wrapper .step .number {
    font-size: min(1.75vw, 21px);
  }
  #page.parts.flow .step-wrapper .step .label {
    font-size: min(1.3333333333vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #page.parts.flow .step-wrapper {
    max-width: 345px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
  }
  #page.parts.flow .step-wrapper:before {
    width: 46px;
    height: 46px;
    top: -35px;
    left: 184px;
  }
  #page.parts.flow .step-wrapper .step {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    background-image: url(../img/truck_flow/navi-item-bg-center-sp.png);
    background-size: 100% 100%;
    text-align: center;
    height: 62px;
  }
  #page.parts.flow .step-wrapper .step:not(:last-child) {
    margin-left: -10px;
  }
  #page.parts.flow .step-wrapper .step:nth-child(1) {
    background-image: url(../img/truck_flow/navi-item-bg-sp.png);
  }
  #page.parts.flow .step-wrapper .step:first-child {
    margin-left: 0;
  }
  #page.parts.flow .step-wrapper .step:last-child {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    background-image: url(../img/truck_flow/navi-item-bg-last-sp.png);
    margin-left: -10px;
  }
  #page.parts.flow .step-wrapper .step .number {
    display: none;
  }
  #page.parts.flow .step-wrapper .step .label {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 0;
  }
}
#page.parts.flow .step-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#page.parts.flow .step-list .step-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
#page.parts.flow .step-list .step-list-item:not(:last-child) {
  margin: 0 0 90px 0;
}
#page.parts.flow .step-list .step-list-item-img {
  width: 100%;
  max-width: 386px;
}
#page.parts.flow .step-list .step-list-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ED5A24;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ED5A24;
}
#page.parts.flow .step-list .step-list-item-content span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
  letter-spacing: 0;
}
#page.parts.flow .step-list .step-list-item-content p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding: 0 8px;
}
#page.parts.flow .step-list .step-list-item-contect-wrap {
  margin: 40px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.parts.flow .step-list .step-list-item-content-tel {
  width: 100%;
  max-width: 250px;
  display: block;
}
#page.parts.flow .step-list .step-list-item-content-btn {
  width: 100%;
  max-width: 290px;
  background-color: #ED5A24;
  border-radius: 10px;
  height: 62px;
  border: 4px solid #3e3c39;
  -webkit-box-shadow: 0px 2px #3e3c39;
          box-shadow: 0px 2px #3e3c39;
  position: relative;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-right: 30px;
  background-image: url(../img/truck_flow/arrow-white.png);
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: right 60px center;
}
@media screen and (max-width: 1200px) {
  #page.parts.flow .step-list {
    width: 92%;
  }
}
@media screen and (max-width: 1000px) {
  #page.parts.flow .step-list .step-list-item-contect-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #page.parts.flow .step-list .step-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  #page.parts.flow .step-list .step-list-item:not(:last-child) {
    margin: 0 0 65px 0;
  }
  #page.parts.flow .step-list .step-list-item-content {
    display: contents;
  }
  #page.parts.flow .step-list .step-list-item-content h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #page.parts.flow .step-list .step-list-item-content span {
    font-size: 22px;
    margin-right: 15px;
  }
  #page.parts.flow .step-list .step-list-item-content p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    padding: unset;
  }
  #page.parts.flow .step-list .step-list-item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  #page.parts.flow .step-list .step-list-item-contect-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin: 25px auto 0 auto;
  }
  #page.parts.flow .step-list .step-list-item-content-btn {
    max-width: 340px;
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-size: 8px 14px;
    background-image: url(../img/truck_flow/arrow-white-sp.png);
  }
}