#solution .solution__number {
  font-size: 3.75rem;
  color: #00b312;
  font-weight: 700;
  width: 20%;
  line-height: 1em;
}
#solution .solution__text {
  width: 100%;
}
#solution .solution__text h3 {
  font-size: 6vw;
  font-weight: 700;
  margin: 1rem 0;
}
#solution .solution__text h3 .text-marker {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 15px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
  white-space: nowrap;
}
#solution .solution__text h3 .text-marker.scrollin {
  background-size: 100% 100%;
}

/* モーション低減時はマーカーを引く動きを出さず、最初から引き終わった状態にする */
@media (prefers-reduced-motion: reduce) {
  #solution .solution__text h3 .text-marker {
    background-size: 100% 100%;
    transition: none;
  }
}

#solution .solution__box:nth-child(1) .solution__number {
  color: #151e4a;
}
#solution .solution__box:nth-child(1) .solution__text h3 {
  color: #fff;
}
#solution .solution__box:nth-child(1) .solution__text h3 .text-marker {
  background-image: linear-gradient(0deg, #151e4a 100%, rgba(0, 0, 0, 0) 100%);
}
#solution .solution__box:nth-child(2) .solution__number {
  color: #02bf10;
}
#solution .solution__box:nth-child(2) .solution__text h3 {
  color: #fff;
}
#solution .solution__box:nth-child(2) .solution__text h3 .text-marker {
  background-image: linear-gradient(0deg, #02bf10 100%, rgba(0, 0, 0, 0) 100%);
}
#solution .solution__box:nth-child(3) .solution__number {
  color: #9bd310;
}
#solution .solution__box:nth-child(3) .solution__text h3 {
  color: #fff;
}
#solution .solution__box:nth-child(3) .solution__text h3 .text-marker {
  background-image: linear-gradient(0deg, #9bd310 100%, rgba(0, 0, 0, 0) 100%);
}
#solution .solution__image {
  position: relative;
  right: -15px;
}
#solution .solution__box {
  max-width: 1000px;
  display: flex;
  margin: 0 auto 50px auto;
  align-items: center;
}
#solution .solution__box.reverse {
  flex-direction: row-reverse;
}
#solution .solution__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  #solution .solution__text h3 {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  #solution .col-5 {
    max-width: 90%;
    float: none;
    flex: none;
    margin: 10px auto;
  }
  #solution .solution__text {
    font-size: 1.125rem;
  }
  #solution .solution__text h3 {
    font-size: 2.3vw;
  }
}
@media (min-width: 1000px) {
  #solution .solution__text h3 {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  #solution .solution__text h3 {
    font-size: 1.8rem;
  }
}
section#function {
  min-height: auto;
}


/* Start jobchange service section background */
section#start_jobchange_service {
  min-height: auto;
  background: url('../../images/top/business/bg_start_jobchange_service_sp.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20% 0;
  position: relative;
}

section#start_jobchange_service::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section#start_jobchange_service .container {
  color: #FFF;
  background: rgba(21, 30, 74, 0.9);
  border-radius: 10px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 20px 20px;
  position: relative;
}

section#start_jobchange_service .container::after {
  content: "";
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
  height: 100%;
  background: url('../../images/top/business/start_jobchange_sp.svg') no-repeat 22% bottom;
  background-size: contain;
  z-index: 99;
}

section#start_jobchange_service .container h2 {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  display: block;
  padding-top: 30px;
  color: #FFF;
}

section#start_jobchange_service .container p {
  margin-bottom: 20px;
  color: #FFF;
}

section#start_jobchange_service .container .btn-request {
  width: 300px;
  color: #000;
  border-radius: 9999px;
  background: #FFF;
  padding: 10px 20px 10px 70px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 99;
  background-image: linear-gradient(135deg, #151E4A 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  transition: background 0s ease-in-out;
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border: solid 2px #FFF;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  text-decoration: none;
}

section#start_jobchange_service .container .btn-request svg {
  margin-left: 10px;
}

section#start_jobchange_service .container .btn-request svg path {
  stroke: #000;
  transition: all 0s ease-in-out;
}

section#start_jobchange_service .container .btn-request:hover {
  text-decoration: none;
  background-position: 0;
  color: #FFF;
  transition: all 0.7s ease-in-out;
}

section#start_jobchange_service .container .btn-request:hover svg path {
  stroke: #FFF;
  transition: all 0.7s ease-in-out;
}

@media (min-width: 768px) {
  section#start_jobchange_service {
    padding: 50px 0;
    background: url('../../images/top/business/bg_start_jobchange_service_pc.png') no-repeat center center;
    background-size: cover;
  }

  section#start_jobchange_service::after {
    background: url('../../images/top/business/start_jobchange_pc.svg') no-repeat center bottom;
    z-index: 8;
  }

  section#start_jobchange_service .container {
    padding: 30px 60px;
  }

  section#start_jobchange_service .container::after {
    background: none;
  }

  section#start_jobchange_service .container h2 {
    background: none;
    padding-top: 30px;
  }

  section#start_jobchange_service .container .btn-request {
    width: 75%;
    padding: 12px 50px;
    justify-content: center;
    margin-bottom: 0;
  }
}
