/* ========================================
  Service Page
======================================== */

/* ========================================
  Service Tab Links
======================================== */
.service-tabs {
  padding: 10rem 0;
}

.service-tabs__inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
}

.service-tabs__link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #44403c;
  padding-bottom: 0.8rem;
  transition: opacity 0.3s ease;
}

.service-tabs__link:hover {
  opacity: 0.7;
}

.service-tabs__link-body {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding-bottom: 1.1rem;
}

.service-tabs__link-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f87a3b;
  line-height: 1;
}

.service-tabs__link-title {
  font-size: 2rem;
  font-weight: 700;
  color: #44403c;
  line-height: 1;
}

.service-tabs__link-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.service-tabs__link-icon img {
  width: 100%;
  height: 100%;
}

/* ========================================
  Service Banner
======================================== */
.service-banner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.1rem;
}

.service-banner--consulting {
  padding: 8rem 0 1rem;
}

.service-banner__inner {
  width: 100%;
  background: #f87a3b;
  border-radius: 1.8rem;
  padding: 3rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  overflow: hidden;
}

.service-banner__sub {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.425;
  position: relative;
  z-index: 1;
}

.service-banner__title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.service-banner__motif {
  position: absolute;
  right: -40px;
  top: 45%;
  transform: translateY(-50%);
  height: 190%;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.service-banner__motif img {
  height: 100%;
  width: auto;
}

.service-banner__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 1.95rem solid transparent;
  border-right: 1.95rem solid transparent;
  border-top: 2rem solid #f87a3b;
  margin-top: -0.1rem;
}

/* ========================================
  Service Description
======================================== */
.service-desc {
  padding: 6rem 0;
}

.service-desc__inner {
  width: fit-content;
  gap: 8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-desc__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.service-desc__text {
  font-size: 2.2rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
  line-height: 1.8;
}

.service-desc__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.service-desc__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 2.2rem 0.6rem;
  background: #ECE6DB;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f87a3b;
  text-align: center;
  letter-spacing: 0.12rem;
}

.service-desc__image {
  width: 42.8rem;
  height: 24rem;
  overflow: hidden;
  flex-shrink: 0;
}

.service-desc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
  Service Detail (4 items)
======================================== */
.service-detail {
  padding: 2rem 0 6rem;
}

.service-detail__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.service-detail__header {
  margin-bottom: 5.2rem;
}

.service-detail__heading {
  font-size: 4.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.4;
  margin-top: 1.4rem;
}

.service-detail__list {
  display: flex;
  gap: 3rem;
}

.service-detail__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-detail__item-img {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-detail__item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-detail__item-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 2.7rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.185;
}

.service-detail__item-dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.4rem solid #f87a3b;
  flex-shrink: 0;
}

.service-detail__item-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.9;
}

.service-detail__pdf-link {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
  border-top: 1px solid #d9d0be;
  padding-top: 3rem;
}

.service-detail__pdf-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4a4a4a;
  display: inline-flex;
  align-items: center;
}

.service-detail__pdf-anchor {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}

.service-detail__pdf-word {
  color: #f87a3b;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.service-detail__pdf-anchor:hover .service-detail__pdf-word {
  opacity: 0.5;
}

.service-detail__pdf-icon {
  width: 1.4rem;
  height: auto;
}

/* ========================================
  Service Area (対応エリア)
======================================== */
.service-area {
  padding: 0rem 2rem 10rem;
}

.service-area__inner {
  max-width: 100rem;
  margin: 0 auto;
  background: #f5f0eb;
  border-radius: 2rem;
  display: flex;
  align-items: flex-start;
  padding: 5rem 6rem;
  gap: 4rem;
}

.service-area__info {
  flex-shrink: 0;
}

.service-area__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #f87a3b;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.service-area__title-icon {
  width: 2.4rem;
  height: auto;
  flex-shrink: 0;
}

.service-area__list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.service-area__list li {
  font-size: 1.8rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.25;
  padding-left: 2rem;
  position: relative;
}

.service-area__list li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #f87a3b;
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.service-area__note {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.service-area__map {
  flex: 1;
  min-width: 0;
}

.service-area__map img {
  width: 100%;
  height: auto;
}

/* ========================================
  FAQ Section
======================================== */
.service-faq {
  padding: 10rem 0;
  background: #f5f1e9;
}

.service-faq__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.service-faq__header {
  margin-bottom: 5.2rem;
}

.service-faq__heading {
  font-size: 4.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.4;
  margin-top: 1.4rem;
}

.service-faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 7rem;
}

/* --- FAQ Item --- */
.faq-item {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2.8rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.faq-item__question,
.faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.faq-item__question {
  align-items: center;
}

.faq-item__badge {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faq-item__badge--q {
  background: #f87a3b;
}

.faq-item__badge--a {
  background: #375b58;
}

.faq-item__q-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f87a3b;
  line-height: 1.69;
}

.faq-item__a-text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.9;
}

/* --- Contact Card (FAQ内) --- */
.service-faq .contact__card {
  padding: 5.2rem 5rem;
}

.service-faq .contact__card-lead {
  font-size: 1.8rem;
  font-weight: 700;
  color: #44403c;
  text-align: center;
  letter-spacing: 0.05em;
}

/* ========================================
  Service Problems (こんなお悩みはありませんか？)
======================================== */
.service-problems {
  padding: 3rem 2rem 7.5rem;
  position: relative;
  overflow: hidden;
}

.service-problems__inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-problems__heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
  letter-spacing: 0.096rem;
  line-height: 1.425;
  margin-bottom: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.service-problems__heading::before,
.service-problems__heading::after {
  content: '';
  display: block;
  width: 4rem;
  height: 2px;
  background: #44403c;
}

.service-problems__heading::before {
  transform: rotate(55deg);
}

.service-problems__heading::after {
  transform: rotate(-55deg);
}

.service-problems__heading-accent {
  color: #f87a3b;
}

.service-problems__cards {
  display: flex;
  gap: 2rem;
  width: 100%;
  position: relative;
}

.service-problems__illust {
  position: absolute;
  bottom: 0;
  width: 18rem;
  height: auto;
  pointer-events: none;
}

.service-problems__illust--left {
  right: calc(100% - 8rem);
  top: 7.5rem;
}

.service-problems__illust--right {
  left: calc(100% - 8rem);
  top: 7.5rem;
}

.service-problems__card {
  flex: 1;
  background: #375b58;
  border-radius: 1.6rem;
  padding: 4.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-problems__card p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

/* ========================================
  Service Plans (加算取得は弊社にご依頼ください！)
======================================== */
.service-plans {
  padding: 8rem 2rem 9rem;
  background: #f5f1e9;
}

.service-plans__inner {
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3rem;
}

.service-plans__heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
  letter-spacing: 0.096rem;
  line-height: 1.425;
}

.service-plans__heading-accent {
  color: #f87a3b;
}

.service-plans__circles {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
}

.service-plans__circle {
  width: 31.8rem;
  height: 31.8rem;
  border-radius: 50%;
  background: #f87a3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 2rem;
}

.service-plans__circle-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.service-plans__circle-title strong {
  font-size: 3.4rem;
  font-weight: 500;
}

.service-plans__circle-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.service-plans__note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
}

.service-plans__note a {
  color: #f87a3b;
  text-decoration: underline;
}

.service-plans__appeal {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #44403c;
  line-height: 2.2;
  letter-spacing: 0.12rem;
}

.service-plans__appeal p {
  text-decoration: underline dashed #44403c;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 1px;
}

.service-plans__appeal strong {
  font-weight: 700;
}

/* ========================================
  Service Benefits (加算取得のメリット)
======================================== */
.service-benefits {
  padding: 12rem 0 6rem;
}

.service-benefits__inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  gap: 6.9rem;
}

.service-benefits__left {
  flex: 1;
}

.service-benefits__header {
  margin-bottom: 3.8rem;
}

.service-benefits__heading {
  font-size: 4.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.4;
  margin-top: 1.4rem;
}

.service-benefits__lead {
  font-size: 2rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.55;
}

.service-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-benefits__list li {
  font-size: 2.4rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.4;
  padding: 1.8rem 0 1.8rem 3.6rem;
  border-bottom: 1px solid #ECE6DB;
  position: relative;
}

.service-benefits__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2.8rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url('../img/service/benefits-check.svg') no-repeat center / contain;
}

.service-benefits__list li strong {
  color: #f87a3b;
  font-weight: 700;
}

.service-benefits__chart {
  width: 49.5rem;
  flex-shrink: 0;
  overflow: hidden;
}

.service-benefits__chart-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.service-benefits__chart-title-dot {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.4rem solid #f87a3b;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.service-benefits__chart img {
  width: 100%;
  height: auto;
}

/* ========================================
  Service Flow (ご利用の流れ)
======================================== */
.service-flow {
  padding: 0rem 0 10rem;
}

.service-flow__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.service-flow__header {
  margin-bottom: 5.2rem;
}

.service-flow__heading {
  font-size: 4.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.4;
  margin-top: 1.4rem;
}

.service-flow__steps {
  display: flex;
  width: 100%;
}

.service-flow__step {
  flex: 1;
  padding: 2rem 1rem 3.7rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  position: relative;
}

.service-flow__step:not(:last-child) {
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
  padding-right: 4.4rem;
  margin-right: -2rem;
}

.service-flow__step:nth-child(1) {
  background: #FEF2EB;
  z-index: 5;
}

.service-flow__step:nth-child(2) {
  background: #FEE4D8;
  z-index: 4;
}

.service-flow__step:nth-child(3) {
  background: #FDD7C4;
  z-index: 3;
}

.service-flow__step:nth-child(4) {
  background: #FBBC9D;
  z-index: 2;
}

.service-flow__step:nth-child(5) {
  background: #EB9367;
  z-index: 1;
}

.service-flow__step-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #44403c;
  text-align: center;
  letter-spacing: 0.066rem;
  line-height: 1.554;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.service-flow__step-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #44403c;
  line-height: 1.6625;
}

/* ========================================
  SP Responsive (max-width: 767px)
======================================== */
@media (max-width: 767px) {

  /* --- Tab Links --- */
  .service-tabs {
    padding: 6rem 2rem 3rem;
  }

  .service-tabs__inner {
    flex-direction: column;
    gap: 2rem;
  }

  .service-tabs__link-label {
    font-size: 1.3rem;
  }

  .service-tabs__link-title {
    font-size: 1.6rem;
  }

  .service-tabs__link-icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  /* --- Banner --- */
  .service-banner {
    padding: 6rem 2rem 1.8rem;
  }

  .service-banner__inner {
    border-radius: 1.2rem;
    padding: 2.4rem 2rem 2.8rem;
    gap: 0.4rem;
  }

  .service-banner__sub {
    font-size: 1.4rem;
  }

  .service-banner__title {
    font-size: 2.4rem;
  }

  .service-banner__arrow {
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid #f87a3b;
  }

  /* --- Description --- */
  .service-desc {
    padding: 2rem 2rem;
  }

  .service-desc__inner {
    flex-direction: column;
    gap: 3rem;
  }

  .service-desc__text {
    font-size: 1.8rem;
  }

  .service-desc__badges {
    gap: 0.5rem;
  }

  .service-desc__badge {
    font-size: 1.4rem;
    padding: 0.6rem 1.4rem 0.8rem;
    letter-spacing: 0.06rem;
  }

  .service-desc__image {
    width: 100%;
    height: auto;
    aspect-ratio: 428 / 240;
    max-width: 400px;
  }

  /* --- Service Detail --- */
  .service-detail {
    padding: 4rem 2rem;
  }

  .service-detail__header {
    margin-bottom: 3rem;
  }

  .service-detail__heading {
    font-size: 3rem;
  }

  .service-detail__list {
    flex-direction: column;
    gap: 4rem;
  }

  .service-detail__item-img {
    height: 16rem;
  }

  .service-detail__item-title {
    font-size: 2.2rem;
  }

  .service-detail__item-desc {
    font-size: 1.4rem;
  }

  .service-detail__pdf-link {
    margin-top: 4rem;
    flex-direction: column;
    gap: 1.2rem;
  }

  .service-detail__pdf-icon {
    width: 1.8rem;
  }

  /* --- Area --- */
  .service-area {
    padding: 4rem 2rem;
  }

  .service-area__inner {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 2.4rem;
    border-radius: 1.6rem;
  }

  .service-area__title {
    font-size: 2.2rem;
  }

  .service-area__list {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem 3rem;
  }

  .service-area__list li {
    font-size: 1.6rem;
  }

  .service-area__note {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  /* --- FAQ --- */
  .service-faq {
    padding: 6rem 2rem;
  }

  .service-faq__header {
    margin-bottom: 3rem;
  }

  .service-faq__heading {
    font-size: 3rem;
  }

  .service-faq__list {
    gap: 1.4rem;
    margin-bottom: 4rem;
  }

  .faq-item {
    padding: 2rem;
    gap: 1.2rem;
  }

  .faq-item__q-text {
    font-size: 1.6rem;
  }

  .faq-item__a-text {
    font-size: 1.4rem;
  }

  .faq-item__badge {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .service-faq .contact__card {
    padding: 3rem 2rem;
  }

  .service-faq .contact__card-lead {
    font-size: 1.5rem;
  }

  /* --- Problems --- */
  .service-problems {
    padding: 5rem 2rem 10rem;
  }

  .service-problems__heading {
    font-size: 2rem;
    margin-bottom: 3rem;
    gap: 3rem;
  }

  .service-problems__heading>span {
    text-align: center;
  }

  .service-problems__heading::before,
  .service-problems__heading::after {
    width: 2rem;
    flex-shrink: 0;
  }

  .service-problems__illust {
    width: 10rem;
  }

  .service-problems__illust--left {
    right: auto;
    left: 0;
    top: auto;
    bottom: -12rem;
  }

  .service-problems__illust--right {
    left: auto;
    right: 0;
    top: auto;
    bottom: -12rem;
  }

  .service-problems__cards {
    flex-direction: column;
    gap: 1.4rem;
  }

  .service-problems__card {
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
  }

  .service-problems__card p {
    font-size: 1.8rem;
  }

  /* --- Plans --- */
  .service-plans {
    padding: 5rem 2rem 6rem;
  }

  .service-plans__heading {
    font-size: 2.2rem;
  }

  .service-plans__circles {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }

  .service-plans__circle {
    width: 26rem;
    height: 26rem;
    gap: 1rem;
  }

  .service-plans__circle-title {
    font-size: 2rem;
  }

  .service-plans__circle-title strong {
    font-size: 2.8rem;
  }

  .service-plans__circle-desc {
    font-size: 1.4rem;
  }

  .service-plans__note {
    font-size: 1.2rem;
  }

  .service-plans__appeal {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 1rem;
  }

  /* --- Benefits --- */
  .service-benefits {
    padding: 5rem 2rem 3rem;
  }

  .service-benefits__inner {
    flex-direction: column;
    gap: 3rem;
  }

  .service-benefits__header {
    margin-bottom: 2.5rem;
  }

  .service-benefits__heading {
    font-size: 3rem;
  }

  .service-benefits__lead {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .service-benefits__list li {
    font-size: 1.8rem;
    padding: 1.8rem 0 1.8rem 3rem;
  }

  .service-benefits__list li::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 2rem;
  }

  .service-benefits__chart {
    width: 100%;
  }

  .service-benefits__chart-title {
    font-size: 2rem;
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .service-benefits__chart-title-dot {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 0.35rem;
  }

  /* --- Flow --- */
  .service-flow {
    padding: 2rem 2rem 6rem;
  }

  .service-flow__header {
    margin-bottom: 3rem;
  }

  .service-flow__heading {
    font-size: 3rem;
  }

  .service-flow__steps {
    flex-direction: column;
    gap: 0;
  }

  .service-flow__step {
    padding: 3rem 2rem 2.2em;
    border-radius: 0;
  }

  .service-flow__step:not(:last-child) {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5rem), 50% 100%, 0 calc(100% - 1.5rem));
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
    margin-right: 0;
    margin-bottom: -1.5rem;
  }

  .service-flow__step:not(:last-child)::after {
    display: none;
  }

  .service-flow__step-title {
    font-size: 1.8rem;
    height: auto;
    padding-bottom: 1.2rem;
  }

  .service-flow__step-desc {
    font-size: 1.4rem;
  }
}