@charset "UTF-8";

.page-service {
  background: #f2f2f2;
}

.service-module-header {
  text-align: center;
}

.service-module-title {
  font-size: .36rem;
  color: #333;
}

.service-module-desc {
  margin-top: .46rem;
  font-size: .18rem;
  color: #666;
}

.service-header .image {
  width: 100%;
}

.service-header__content {
  position: relative;
  z-index: 10;
  margin-top: -1.1rem;
}

.service-header__content .service-header__bg {
  width: 100%;
}

.service-header__content-inner {
  background: #fff;
}

/* .service-header__content-inner--detail {} */

.service-header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 .48rem;
}

.service-header__wrapper .left-wrap .tit {
  font-size: .36rem;
  color: var(--color-red);
}

.service-header__wrapper .left-wrap .desc {
  margin-top: .46rem;
  font-size: .18rem;
  color: #666;
}

.service-header__wrapper .right-wrap .desc {
  font-size: .16rem;
  color: #666;
}

.service-header__nav {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}

.service-header__nav.is-sticky {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 45;
  padding-top: 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.service-header__nav.is-sticky .service-header__nav-list {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.service-header__nav-placeholder {
  display: none;
}

.service-header__nav-list {
  display: flex;
  justify-content: center;
  gap: 1.18rem;
  transition: all .3s;
}

.service-header__nav-item a {
  position: relative;
  display: block;
  padding: .26rem 0;
  font-size: .18rem;
  color: #808080;
  transition: all .3s;
  white-space: nowrap;
}

.service-header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-red);
  transform: scaleX(0);
  transform-origin: right center;
  transition-property: transform;
  transition-duration: 0.3s;
}

.service-header__nav-item.active a {
  color: #333;
}

.service-header__nav-item.active a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

@media(hover: hover) {
  .service-header__nav-item a:hover {
    color: #333;
  }

  .service-header__nav-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.service-business {
  padding: .76rem 0 1.12rem;
}

.service-business-container {
  margin-top: .62rem;
}

.service-business-container .swiper-slide {
  padding: 20px 21px;
}

.service-business-container .swiper-slide.swiper-slide-active .business-slide-wrapper {
  /* box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08); */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.business-slide-wrapper {
  display: flex;
  align-items: center;
  padding: .5rem .56rem;
  border-radius: .24rem;
  background: #fff;
}

.business-slide-wrapper .tit {
  font-size: .3rem;
  color: var(--color-red);
}

.business-slide-wrapper .line {
  width: .46rem;
  height: 2px;
  margin-top: .28rem;
  background-color: var(--color-red);
}

.business-slide-wrapper .desc {
  width: 3.24rem;
  margin-top: .58rem;
  font-size: .14rem;
  color: #666;
}

.business-slide-wrapper .image-wrap {
  width: 1.9rem;
  margin-left: auto;
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
}

.business-slide-wrapper .image-wrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-marketing {
  padding: .88rem 0 1.8rem;
}

.service-marketing-container {
  margin-top: .98rem;
}

.service-marketing-container .card {
  display: flex;
  justify-content: space-between;
  padding: .5rem;
  border-radius: .24rem;
  background: #fff;
}

.service-marketing-container .card+.card {
  margin-top: .46rem;
}

.service-marketing-container .card-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-shrink: 0;
  padding: .78rem;
}

.service-marketing-container .card-image .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: .1rem .32rem;
  border-radius: 99px;
  font-size: 16px;
  color: #fff;
  background: var(--color-red);
}

.service-marketing-container .card-image .image {
  max-width: 4.2rem;
}

.service-marketing-container .card-text {
  min-width: 5.84rem;
}

.service-marketing-container .card-text .text-box+.text-box {
  margin-top: .96rem;
}

.service-marketing-container .card-text .tit {
  font-size: 22px;
  line-height: 1.8;
  color: var(--color-red);
}

.service-marketing-container .card-text .desc {
  margin-top: .26rem;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.service-marketing-container .card-text .quote {
  margin-top: .46rem;
  font-size: 14px;
  color: var(--color-red);
}

.service-marketing-container .card-text .bottom-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .36rem;
  margin-top: .66rem;
  padding-top: .34rem;
  border-top: 1px solid rgba(102, 102, 102, .5);
}

.service-marketing-container .card-text .bottom-wrap .label {
  font-size: 14px;
  color: #333;
}

.service-marketing-container .card-text .bottom-wrap .pill-button {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1;
}

.service-choose {
  position: relative;
  padding: .8rem 0 1.7rem;
}

.service-choose::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  background: linear-gradient(0deg, #ff030300 1%, #ff0303 100%);
}

.service-choose .service-module-header {
  position: relative;
  z-index: 1;
}

.service-choose .service-module-header .service-module-title {
  color: #fff;
}

.service-choose-container {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.service-choose-container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .26rem;
}

.service-choose-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .8rem 0;
  border-radius: .24rem;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-choose-container .item .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.98rem;
  height: 1.98rem;
  border-radius: 50%;
  background: #F2F2F2;
}

.service-choose-container .item .icon-wrap .icon {
  max-width: .86rem;
}

.service-choose-container .item .text-wrap {
  margin-top: .92rem;
  text-align: center;
}

.service-choose-container .item .text-wrap .tit {
  font-size: .2rem;
  color: #333;
}

.service-choose-container .item .text-wrap .desc {
  margin-top: .35rem;
  font-size: .14rem;
  line-height: 2;
  color: #808080;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-module-title {
    font-size: .44rem;
    line-height: 1.3;
  }

  .service-module-desc {
    margin-top: .32rem;
    font-size: .24rem;
    line-height: 1.8;
  }

  .service-header__content {
    margin-top: -.92rem;
  }

  .service-header__nav-list {
    gap: .72rem;
  }

  .service-header__nav-item a {
    padding: .2rem 0;
    font-size: .24rem;
  }

  .service-header__nav.is-sticky {
    justify-content: flex-start;
    padding-right: .24rem;
    padding-left: .24rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-header__nav.is-sticky::-webkit-scrollbar {
    display: none;
  }

  .service-header__nav.is-sticky .service-header__nav-list {
    width: max-content;
    min-width: 100%;
    margin: 0;
  }

  .service-business {
    padding: .7rem 0 .95rem;
  }

  .service-business-container {
    margin-top: .5rem;
  }

  .business-slide-wrapper {
    min-height: 3.4rem;
    padding: .42rem;
  }

  .business-slide-wrapper .tit {
    font-size: .4rem;
  }

  .business-slide-wrapper .desc {
    width: auto;
    max-width: 3.9rem;
    margin-top: .42rem;
    font-size: .2rem;
    line-height: 1.8;
  }

  .business-slide-wrapper .image-wrap {
    width: 1.65rem;
    flex: 0 0 auto;
    margin-left: .28rem;
  }

  .service-marketing {
    padding: .76rem 0 1.2rem;
  }

  .service-marketing-container {
    margin-top: .66rem;
  }

  .service-marketing-container .card {
    align-items: center;
    gap: .44rem;
    padding: .42rem;
  }

  .service-marketing-container .card-image {
    min-width: 0;
    padding: .42rem .24rem;
  }

  .service-marketing-container .card-image .image {
    width: min(3.6rem, 100%);
  }

  .service-marketing-container .card-text {
    min-width: 0;
    flex: 1 1 0;
  }

  .service-marketing-container .card-text .text-box+.text-box {
    margin-top: .52rem;
  }

  .service-marketing-container .card-text .tit {
    font-size: .3rem;
    line-height: 1.55;
  }

  .service-marketing-container .card-text .desc,
  .service-marketing-container .card-text .quote,
  .service-marketing-container .card-text .bottom-wrap .label {
    font-size: .2rem;
  }

  .service-marketing-container .card-text .bottom-wrap {
    gap: .18rem;
    margin-top: .44rem;
  }

  .service-choose {
    padding: .72rem 0 1.12rem;
  }

  .service-choose-container {
    margin-top: .64rem;
  }

  .service-choose-container .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .3rem;
  }

  .service-choose-container .item {
    padding: .55rem .2rem;
  }

  .service-choose-container .item .icon-wrap {
    width: 1.55rem;
    height: 1.55rem;
  }

  .service-choose-container .item .text-wrap {
    margin-top: .5rem;
  }
}

@media (max-width: 767px) {
  .page-service {
    overflow-x: hidden;
  }

  .service-module-title {
    font-size: .42rem;
    line-height: 1.35;
  }

  .service-module-desc {
    margin-top: .24rem;
    font-size: .26rem;
    line-height: 1.7;
  }

  .service-module-desc br {
    display: none;
  }

  .service-header {
    overflow: hidden;
  }

  .service-header .image {
    height: 5.7rem;
    object-fit: cover;
    object-position: center top;
  }

  .service-header__content {
    margin-top: -.84rem;
  }

  .service-header__content .service-header__bg {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }

  .service-header__nav {
    right: 16px;
    left: 16px;
    transform: none;
  }

  .service-header__nav-list {
    width: 100%;
    gap: 20px;
  }

  .service-header__nav-item a {
    padding: .18rem 0;
    font-size: .24rem;
    white-space: nowrap;
  }

  .service-header__nav.is-sticky {
    justify-content: flex-start;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-header__nav.is-sticky::-webkit-scrollbar {
    display: none;
  }

  .service-header__nav.is-sticky .service-header__nav-list {
    width: max-content;
    min-width: 100%;
    margin: 0;
  }

  .service-business {
    padding: .62rem 0 .78rem;
  }

  .service-business-container {
    margin-top: .38rem;
  }

  .service-business-container .swiper-slide {
    padding: 12px 16px;
  }

  .business-slide-wrapper {
    flex-direction: column;
    padding: .42rem;
    border-radius: .18rem;
  }

  .business-slide-wrapper .text-wrap {
    text-align: center;
  }

  .business-slide-wrapper .tit {
    font-size: .4rem;
  }

  .business-slide-wrapper .line {
    width: .56rem;
    margin: 0 auto;
    margin-top: .18rem;
  }

  .business-slide-wrapper .desc {
    width: auto;
    margin-top: .28rem;
    font-size: .24rem;
    line-height: 1.7;
  }

  .business-slide-wrapper .image-wrap {
    width: min(2.35rem, 70%);
    margin: .6rem auto 0;
  }

  .service-marketing {
    padding: .68rem 0 .9rem;
  }

  .service-marketing-container {
    margin-top: .42rem;
  }

  .service-marketing-container .card {
    flex-direction: column;
    gap: .34rem;
    padding: .32rem;
    border-radius: .18rem;
  }

  .service-marketing-container .card+.card {
    margin-top: .28rem;
  }

  .service-marketing-container .card-image {
    width: 100%;
    padding: .56rem .18rem .12rem;
  }

  .service-marketing-container .card-image .tag {
    padding: .08rem .24rem;
    font-size: .22rem;
  }

  .service-marketing-container .card-image .image {
    width: min(4rem, 86%);
  }

  .service-marketing-container .card-text {
    width: 100%;
    min-width: 0;
  }

  .service-marketing-container .card-text br {
    display: none;
  }

  .service-marketing-container .card-text .text-box+.text-box {
    margin-top: .42rem;
  }

  .service-marketing-container .card-text .tit {
    font-size: .32rem;
    line-height: 1.55;
  }

  .service-marketing-container .card-text .desc {
    margin-top: .18rem;
    font-size: .24rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }

  .service-marketing-container .card-text .quote {
    margin-top: .24rem;
    font-size: .24rem;
  }

  .service-marketing-container .card-text .bottom-wrap {
    align-items: flex-start;
    gap: .14rem;
    margin-top: .34rem;
    padding-top: .24rem;
  }

  .service-marketing-container .card-text .bottom-wrap .label {
    width: 100%;
    font-size: .24rem;
  }

  .service-marketing-container .card-text .bottom-wrap .pill-button {
    max-width: 100%;
    padding: 9px 14px;
    font-size: .22rem;
    white-space: normal;
    text-align: center;
  }

  .service-choose {
    padding: .64rem 0 .86rem;
  }

  .service-choose::after {
    height: 3.6rem;
  }

  .service-choose-container {
    margin-top: .42rem;
  }

  .service-choose-container .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .32rem;
  }

  .service-choose-container .item {
    min-width: 0;
    padding: .34rem .16rem;
    border-radius: .18rem;
  }

  .service-choose-container .item .icon-wrap {
    width: 1.45rem;
    height: 1.45rem;
  }

  .service-choose-container .item .icon-wrap .icon {
    max-width: .7rem;
  }

  .service-choose-container .item .text-wrap {
    margin-top: .28rem;
  }

  .service-choose-container .item .text-wrap .tit {
    font-size: .26rem;
    line-height: 1.35;
  }

  .service-choose-container .item .text-wrap .desc {
    margin-top: .18rem;
    font-size: .22rem;
    line-height: 1.65;
  }
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.cta-band__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cta-band h2 {
  font-size: .36rem;
  line-height: 1.56;
}

.cta-band p {
  font-size: .2rem;
  line-height: 1.56;
  color: #fff;
}

.cta-band__action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-band__action .pill-button+.pill-button {
  margin-left: .52rem;
}

/* @media (min-width: 768px) and (max-width: 1199px) {

  .cta-band .decor-arc,
  .cta-band .decor-arc .image {
    min-height: 3.8rem;
  }

  .cta-band .decor-arc .image {
    width: 100%;
    object-fit: cover;
  }

  .cta-band__inner {
    gap: .34rem;
  }

  .cta-band h2 {
    font-size: .42rem;
    line-height: 1.25;
  }

  .cta-band p {
    font-size: .22rem;
  }
} */

@media (max-width: 767px) {
  .cta-band {
    height: 40vh;
  }

  .cta-band .decor-arc,
  .cta-band .decor-arc .image {
    height: 100%;
  }

  .cta-band .decor-arc .image {
    width: 100%;
    object-fit: cover;
    object-position: 70% center;
  }

  .cta-band__inner {
    gap: .28rem;
    padding: .28rem 0;
  }

  .cta-band h2 {
    padding-left: 0;
    font-size: .42rem;
    line-height: 1.35;
    text-align: center;
  }
}

.service-detail-container {
  padding: .52rem 0 1.3rem;
}

.service-detail-wrapper {
  padding: .8rem 1.5rem .9rem;
  border-radius: .24rem;
  background: #fff;
}

.service-detail-wrapper+.service-detail-wrapper {
  margin-top: .84rem;
}

.service-detail-wrapper .header-wrap {
  text-align: center;
}

.service-detail-wrapper .title {
  font-size: .36rem;
  color: #333;
}

.service-detail-wrapper .title span {
  color: var(--color-red);
}

.service-detail-wrapper .text {
  display: inline-block;
  margin-top: .52rem;
  font-size: .18rem;
  color: #808080;
}

.service-detail-wrapper .text.problem {
  border-bottom: 1px solid #808080;
}

.service-detail-wrapper .content-wrap {
  display: flex;
  align-items: center;
  margin-top: 1.02rem;
}

.service-detail-wrapper .image-wrap {
  width: 50%;
}

.service-detail-wrapper .image-wrap .image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service-detail-wrapper .text-wrap {
  width: 50%;
  padding-left: 10%;
}

.service-detail-wrapper .text-wrap li+li {
  margin-top: .32rem;
}

.service-detail-wrapper .text-wrap .tit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .22rem;
  color: #4d4d4d;
  transition: all .3s;
  cursor: pointer;
}

.service-detail-wrapper .text-wrap .tit .icon-arrow {
  transition: all .3s;
}

.service-detail-wrapper .text-wrap .desc {
  height: 0;
  /* margin-top: .3rem; */
  font-size: .14rem;
  line-height: 1.8;
  color: #666;
  overflow: hidden;
  transition: height .3s;
}

.service-detail-wrapper .text-wrap .pill-button {
  margin-top: 1rem;
}

.service-detail-wrapper .text-wrap li.active .tit {
  color: var(--color-red);
}

.service-detail-wrapper .text-wrap li.active .tit .icon-arrow {
  transform: rotate(90deg);
}

.service-detail-wrapper .text-wrap li.active .desc {
  height: auto;
  margin-top: .3rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-header__content-inner--detail .service-header__wrapper {
    align-items: flex-start;
    gap: .64rem;
    padding: .72rem 0 .38rem;
  }

  .service-header__content-inner--detail .left-wrap,
  .service-header__content-inner--detail .right-wrap {
    min-width: 0;
    flex: 1 1 0;
  }

  .service-header__content-inner--detail .left-wrap .tit {
    font-size: .42rem;
    line-height: 1.3;
  }

  .service-header__content-inner--detail .left-wrap .desc,
  .service-header__content-inner--detail .right-wrap .desc {
    font-size: .24rem;
    line-height: 1.75;
  }

  .service-header__content-inner--detail .left-wrap .desc {
    margin-top: .3rem;
  }

  .service-header__content-inner--detail .service-header__nav {
    justify-content: flex-start;
    max-width: 100%;
    padding-top: .34rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-header__content-inner--detail .service-header__nav::-webkit-scrollbar {
    display: none;
  }

  .service-header__content-inner--detail .service-header__nav-list {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    gap: .5rem;
  }

  .service-detail-container {
    padding: .5rem 0 1rem;
  }

  .service-detail-wrapper {
    padding: .58rem .52rem .68rem;
  }

  .service-detail-wrapper+.service-detail-wrapper {
    margin-top: .52rem;
  }

  .service-detail-wrapper .title {
    font-size: .42rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .service-detail-wrapper .text {
    margin-top: .32rem;
    font-size: .24rem;
    line-height: 1.7;
  }

  .service-detail-wrapper .content-wrap {
    gap: .52rem;
    margin-top: .66rem;
  }

  .service-detail-wrapper .image-wrap {
    width: 46%;
    flex: 0 0 46%;
  }

  .service-detail-wrapper .text-wrap {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    padding-left: 0;
  }

  .service-detail-wrapper .text-wrap li+li {
    margin-top: .24rem;
  }

  .service-detail-wrapper .text-wrap .tit {
    font-size: .3rem;
    line-height: 1.45;
  }

  .service-detail-wrapper .text-wrap .desc {
    font-size: .22rem;
    overflow-wrap: anywhere;
  }

  .service-detail-wrapper .text-wrap .pill-button {
    max-width: 100%;
    margin-top: .62rem;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .service-header__content-inner--detail .service-header__wrapper {
    flex-direction: column;
    gap: .28rem;
    padding: .5rem 0 .28rem;
    text-align: center;
  }

  .service-header__content-inner--detail .left-wrap,
  .service-header__content-inner--detail .right-wrap {
    width: 100%;
    min-width: 0;
  }

  .service-header__content-inner--detail .left-wrap .tit {
    font-size: .42rem;
    line-height: 1.3;
  }

  .service-header__content-inner--detail .left-wrap .desc {
    margin-top: .22rem;
  }

  .service-header__content-inner--detail .left-wrap .desc,
  .service-header__content-inner--detail .right-wrap .desc {
    font-size: .25rem;
    line-height: 1.7;
  }

  .service-header__content-inner--detail .service-header__wrapper br {
    display: none;
  }

  .service-header__content-inner--detail .service-header__nav {
    justify-content: flex-start;
    max-width: 100%;
    padding-top: .18rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-header__content-inner--detail .service-header__nav::-webkit-scrollbar {
    display: none;
  }

  .service-header__content-inner--detail .service-header__nav-list {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    gap: .34rem;
  }

  .service-header__content-inner--detail .service-header__nav-list::after {
    content: "";
    flex: 0 0 1px;
  }

  .service-header__content-inner--detail .service-header__nav-item a {
    padding: .18rem 0;
  }

  .service-detail-container {
    padding: .42rem 0 .72rem;
  }

  .service-detail-wrapper {
    padding: .36rem .26rem .44rem;
    border-radius: .18rem;
  }

  .service-detail-wrapper+.service-detail-wrapper {
    margin-top: .34rem;
  }

  .service-detail-wrapper .title {
    font-size: .34rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .service-detail-wrapper .text {
    margin-top: .22rem;
    font-size: .24rem;
    line-height: 1.7;
  }

  .service-detail-wrapper .content-wrap {
    flex-direction: column;
    gap: .34rem;
    margin-top: .42rem;
  }

  .service-detail-wrapper .image-wrap,
  .service-detail-wrapper .text-wrap {
    width: 100%;
  }

  .service-detail-wrapper .image-wrap .image {
    width: min(100%, 5.4rem);
    margin: 0 auto;
  }

  .service-detail-wrapper .text-wrap {
    padding-left: 0;
  }

  .service-detail-wrapper .text-wrap li+li {
    margin-top: .24rem;
  }

  .service-detail-wrapper .text-wrap .tit {
    justify-content: space-between;
    gap: .2rem;
    font-size: .28rem;
    line-height: 1.45;
  }

  .service-detail-wrapper .text-wrap .desc {
    font-size: .24rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  .service-detail-wrapper .text-wrap .desc p+p {
    margin-top: .08rem;
  }

  .service-detail-wrapper .text-wrap .pill-button {
    width: 100%;
    margin-top: .44rem;
    padding-right: .24rem;
    padding-left: .24rem;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
  }
}

.service-header__content-inner--detail .service-header__nav.is-sticky {
  padding: 0;
}

.service-detail-content {
  padding-top: 1.3rem;
  text-align: center;
  font-size: .24rem;
  line-height: 1.7;
  color: #333;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-header__content-inner--detail .service-header__nav.is-sticky .service-header__nav-list {
    padding: 0 .24rem;
  }
}

@media (max-width: 767px) {
  .service-detail-content {
    padding-top: .72rem;
  }

  .service-header__content-inner--detail .service-header__nav.is-sticky .service-header__nav-list {
    padding: 0 0 0 16px;
  }
}