.p-top-business {
  background-color: #f9f9f9;
}

.p-top-business__inner {
  max-width: 69.375rem;
  margin-inline: auto;
}
.p-top-business__head {
  padding-inline: 0;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__head {
    padding-inline: 1.5rem;
  }
}

.p-top-business__header-sentence {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: auto;
  width: fit-content;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__header-sentence {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-top-business__header-sentence {
    margin-top: 1.8125rem;
    text-align: left;
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-top-business__header-sentence {
    font-size: 1.125rem;
  }
}

.p-top-business__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__content {
    margin-top: 1.375rem;
  }
}

.p-top-business__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__list {
    gap: 1.25rem;
    align-items: center;
  }
}

.p-top-business__card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767.99px) and (min-width: 500px) {
  .p-top-business__card {
    width: calc(100% - 3rem);
    max-width: 35.375rem;
  }
}

.p-top-business__card-head {
  width: 28.4375rem;
  height: auto;
  aspect-ratio: 455/300;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-head {
    width: 100%;
    max-width: 34.375rem;
  }
}

.p-top-business__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-business__card-body {
  padding-block: 2.5rem;
  max-width: 34.375rem;
  flex: 1;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-body {
    padding-block: 1.875rem;
    max-width: 31.25rem;
  }
}

.p-top-business__card-title {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #0d46b7;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-top-business__card-title {
    font-size: 1.25rem;
  }
}

.p-top-business__card-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-top-business__card-text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-top-business__card-text {
    font-size: 0.9375rem;
  }
}

.p-top-business__btn-more {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-business__btn-more {
    margin-top: 1.5rem;
  }
}

.p-top-business__btn-more + .p-top-business__btn-more {
  margin-block-start: 1em;
}

.p-top-business__btn-more-link {
  margin-left: auto;
}

@media screen and (max-width: 767.99px) {
  .p-business-fv__title {
    font-size: 1.75rem;
  }
}

.p-business-archive__service-head {
  width: 36.25rem;
  max-width: 100%;
  margin-inline-start: auto;
}