.service5-section {
  background-color: #fff;
  padding: 5rem;
}

.service5-section__label {
  width: 17.5rem;
  margin-bottom: 1.75rem;
  position: relative;
  left: -5rem;
}

.service5-section__label-img {
  width: 100%;
  height: auto;
  display: block;
}

.service5-section__label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poiret One", sans-serif;
  font-weight: 100;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.service5-section__label-text--strong {
  color: #d5ff13;
  font-weight: 100;
}

.service5-section__title-pc {
  max-width: 82.5rem;
  margin: 0 auto 2.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.service5-section__title-sp {
  display: none;
}

.service5-section__title--highlight-pc {
  color: #3153ad;
}

.service5-section__title--highlight-sp-1 {
  display: none;
}
.service5-section__title--highlight-sp-2 {
  display: none;
}

.service5-section__inner {
  max-width: 82.5rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
  flex-wrap: nowrap;
}

.service5-section__image {
  max-width: 600px;
}

.service5-section__recruit-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.service5-section__text {
  flex: 1 1 25rem;
  max-width: calc(100% - 600px);
  color: #1f2a4e;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.75;
  text-align: center;
}

@media (width <= 1300px) {
  .service5-section__image {
    max-width: 46.153846vw;
  }

  .service5-section__text {
    max-width: calc(100% - 46.153846vw);
  }
}

.service5-section__desc {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  text-align: left;
}

.service5-section__desc--strong {
  color: #000;
  font-weight: 700;
}

.service5-section__desc--highlight {
  background: linear-gradient(transparent 60%, #a6f8cd 60%);
}

.service5-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-decoration: none;
  background: linear-gradient(135deg, #67c0f6 0%, #54ace1 100%);
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  padding: 1rem 6rem;
  border-radius: 2.5rem;
  transition: background 0.2s;
}

.service5-section__button-icon {
  width: 0.625rem;
  height: auto;
  display: inline-block;
}

.service5-section__button:hover {
  background: linear-gradient(135deg, #54ace1 0%, #4398cb 100%);
}

@media (width <= 950px) {
  .service5-section {
    padding-bottom: 0;
  }
  .service5-section__inner {
    flex-direction: column;
    gap: 0rem;
    margin-top: 0;
  }

  .service5-section__image {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .service5-section__text {
    max-width: 100%;
  }
}

@media (width <= 800px) {
  .service5-section__inner {
    flex-wrap: wrap;
  }
}

@media (width <= 600px) {
  .service5-section {
    padding: 5rem 1rem;
  }

  .service5-section__label-text {
    left: 60%;
    font-size: 2.8rem;
  }

  .service5-section__title {
    font-size: 1.3rem;
  }

  .service5-section__desc {
    font-size: 1rem;
  }

  .service5-section__button {
    padding: 1rem 4rem;
    font-size: 1rem;
  }
}

@media (width <= 430px) {
  .service5-section {
    padding: 2rem 1rem;
  }

  .service5-section__label {
    margin-bottom: 1rem;
  }

  .service5-section__title-pc {
    display: none;
  }

  .service5-section__title--highlight-pc {
    display: none;
  }

  .service5-section__title-sp {
    display: block;
    max-width: 82.5rem;
    margin: 0 auto 1.2rem;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
  }

  .service5-section__title--highlight-sp-1 {
    display: inline;
    color: #3153ad;
  }
  .service5-section__title--highlight-sp-2 {
    display: inline;
    color: #3153ad;
    white-space: nowrap;
    font-size: 1.125rem;
  }

  .service5-section__inner {
    flex-direction: column;
    gap: 0rem;
    margin-top: 0;
  }

  .service5-section__image {
    flex: 1 1;
  }

  .service5-section__text {
    max-width: 100%;
    flex: auto;
  }

  .service5-section__desc {
    margin-bottom: 1rem;
  }

  .service5-section__button {
    padding: 1rem 3rem;
  }
}
