@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&family=Racing+Sans+One&display=swap");

.houseCleaning {
  --text-color: #212121;
  --border-color: #dadada;
  --bg-color: #f2f2f0;
  --yellow: #ffe100;
  --text-yellow: #ffd400;
  --navy: #033b83;
  --white: #fff;
  --cream: #fffacc;
  --black: #000;

  --outfit: "Outfit", sans-serif;
  --racing: "Racing Sans One", sans-serif;

  --marker: linear-gradient(transparent 75%, var(--yellow) 25%);
  --marker-light: linear-gradient(transparent 50%, var(--cream) 50%);

  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--text-color);
}

.houseCleaning.value {
  --main-color: #fffacc;
  --shadow-color: rgba(143, 126, 0, 0.5);
}
.houseCleaning.easy {
  --main-color: #e4f8da;
  --shadow-color: rgba(60, 174, 0, 0.5);
}
.houseCleaning.bath {
  --main-color: #e5f2ff;
  --shadow-color: rgba(0, 96, 205, 0.5);
}
.houseCleaning.air {
  --main-color: #d8f6f4;
  --shadow-color: rgba(47, 196, 184, 0.5);
}
.houseCleaning.duct {
  --main-color: #ffeadc;
  --shadow-color: rgba(229, 127, 58, 0.5);
}

/* メインビジュアル */
.mv h2 img {
  display: block;
  width: 100%;
}
.mv .btnAbove {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mv .btnAbove {
    margin-top: 30px;
  }
}

/* おすすめのおとくなパック紹介 */
.intro {
  background: var(--main-color);
  margin-top: 56px;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 48px;
    padding: 24px 16px;
  }
}
.intro h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .intro h3 {
    font-size: 1.8rem;
  }
}
.intro > .anno {
  margin-top: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .intro > .anno {
    padding: 0;
  }
}
.intro-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 572px;
  margin-inline: auto;
  margin-top: 24px;
  padding: 16px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0px 0px 10px 0px var(--shadow-color);
}
@media screen and (max-width: 768px) {
  .intro-box {
    width: auto;
    padding: 16px 8px;
  }
}
.intro-detail > *:not(.intro-detail-title) {
  padding: 0 24px;
}
.intro-detail-title {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.intro-detail-title .sm {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
}
.intro-detail .anno {
  margin-top: 8px;
}
.intro-price {
  display: block;
  width: 100%;
}
.intro-price:has(.function) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .intro-price:has(.function) {
    grid-template-columns: 1fr;
  }
}
.intro-price .function,
.intro-price .price-box .unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.intro-price .function {
  margin-bottom: 10px;
  text-align: center;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .intro-price .function {
    margin-bottom: 5px;
    grid-column: span 1;
  }
}
.intro-price:has(.function) .price-box .price {
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .intro-price:has(.function) .price-box .price {
    font-size: 6.4rem;
  }
}
.intro-price:has(.function) .price-box .yen {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .intro-price:has(.function) .price-box .yen {
    font-size: 2rem;
  }
}
.intro-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 2px;
  background: var(--bg-color);
}
.intro-time {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .intro-time {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.intro-time .time-box {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  font-weight: 700;
}
.intro-time .time-box .right {
  position: relative;
}
.intro-time .time-box .right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 24px;
  background: var(--text-color);
  transform: translate(0, -50%);
}
.intro-time .time-box .lg {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .intro-time .time-box + .time-box > .right {
    width: 112px;
  }
  .intro-time .time-box + .time-box > div {
    text-align: center;
    width: 50px;
  }
}

/* before/after */
.ba-slide .swiper-slide {
  width: 300px;
}
.ba-slide .slide-head {
  display: flex;
  align-items: center;
  height: 34px;
  margin-bottom: 16px;
  padding: 0 16px;
  border-radius: 2px;
  background: var(--bg-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.ba-slide .slide-head.mb-0 {
  margin-bottom: 0;
}
.ba-slide .slide-head.mb-38 {
  margin-bottom: 38px;
}
.ba-slide .slide-head .sm {
  margin-top: 0.3em;
  font-size: 1.4rem;
}
.ba-slide .slide-head-sub {
  display: block;
  margin: 8px 0 16px;
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1;
}
.ba-slide .slide-img {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ba-slide .slide-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* アンケート */
.survey .anno {
  margin-top: 16px;
  text-align: center;
}

/* user */
.user-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .user-list {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
.user-list li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
  background: var(--bg-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.user-list li .head {
  display: grid;
  place-content: center;
  grid-column: span 2;
  border-radius: 22px;
  background: var(--yellow);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.user-list li .person {
  display: flex;
  gap: 16px;
}
.user-list li .person img {
  width: 120px;
}
.user-list li .box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: span 2;
  padding: 16px;
  border-radius: 4px;
  background: var(--white);
}
.user-list li .box .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.user .anno {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .user .anno {
    margin-top: 24px;
    padding: 0 16px;
  }
}

/* anchor */
.anchor .btn {
  margin-inline: auto;
}

/* cv */
.cv {
  display: flex;
  flex-direction: column;
  padding: 32px 0px;
  gap: 18px;
  background: var(--bg-color);
}

/* point */
.point-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .point-list {
    padding: 0 16px;
  }
}
.point-list li .head {
  display: block;
  margin-bottom: 4px;
  color: var(--text-yellow);
  font-family: var(--outfit);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.point-list li .head:after {
  content: "";
  width: 92%;
  height: 1px;
  background: var(--yellow);
  position: absolute;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .point-list li .head:after {
    width: 88%;
  }
}
.point-list li .title {
  margin-bottom: 32px;
  padding: 21px 24px 23px;
  border-radius: 4px;
  background: var(--bg-color);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .point-list li .title {
    margin-bottom: 24px;
    padding: 10px 16px 12px;
    font-size: 2rem;
  }
}
.point-box {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .point-box {
    flex-direction: column;
    gap: 24px;
  }
}
.point-box img {
  width: 342px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point-box img {
    width: 100%;
  }
}
.point-box ol {
  margin-top: 16px;
}
.point-box .diff {
  margin-top: 36px;
  padding: 32px 16px 16px;
  border-radius: 4px;
  background: var(--cream);
  position: relative;
}
@media screen and (max-width: 768px) {
  .point-box .diff {
    padding: 32px 16px 16px;
  }
}
.point-box .diff-head {
  display: grid;
  place-content: center;
  width: 146px;
  height: 28px;
  border-radius: 24px;
  background: var(--yellow);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
}

/* スマイレージ */
.smileage {
  padding: 56px 32px 24px;
  background: var(--bg-color);
  position: relative;
}
.smileage-head {
  width: 362px;
  padding: 16px;
  background: var(--yellow);
  border-radius: 4px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .smileage-head {
    width: 342px;
    font-size: 1.6rem;
  }
}
.smileage-head:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M9 12L0.339746 2.76017e-07L17.6603 1.79022e-06L9 12Z' fill='%23FFE100'/%3E%3C/svg%3E")
    no-repeat center / contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 3px));
}
.smileage-box {
  width: 480px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 40px 0 24px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .smileage-box {
    width: auto;
  }
}
.smileage-box .smileage-box-head {
  display: grid;
  place-content: center;
  width: 280px;
  height: 32px;
  border-radius: 20px;
  background: var(--yellow);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smileage-box p {
  margin: 0 100px 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smileage-box p {
    margin: 0 31px 8px;
  }
}
.smileage .anno {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smileage .anno {
    text-align: left;
  }
}

/* flow */
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .flow-list {
    padding: 0 16px;
  }
}
.flow-list li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.flow-list li .anno {
  margin-top: 16px;
}
.flow-list-head {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.flow-list-head .number {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--yellow);
  font-family: var(--outfit);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.flow-list-head p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

/* 一覧 */
.table-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .table-list {
    padding: 0 16px;
  }
}
.table-list > li {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .table-list > li {
    padding: 16px;
  }
}
.table-list > li:has(.table-bottom) {
  padding-bottom: 0;
}
.table-list > li .price-box {
  width: auto;
  margin-inline: initial;
}
@media screen and (max-width: 768px) {
  .table-list > li .price-box.width-100-sp {
    width: 100%;
  }
}

.tabel-head {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--yellow);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.table-flex {
  display: flex;
  align-items: end;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .table-flex {
    flex-direction: column;
  }
}
.table-flex-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .table-flex-col2 {
    grid-template-columns: 1fr;
  }
}
.table-flex-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .table-flex-col3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.table-flex-col3 .price-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.table-flex-col3 .price-box .price-box-column {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .table-flex-col3 .price-box .price-box-column {
    flex-direction: row;
    align-items: end;
    margin-top: 16px;
    margin-left: auto;
  }
}
.table-flex-text {
  width: 376px;
}
@media screen and (max-width: 768px) {
  .table-flex-text {
    width: 100%;
  }
}
.table-flex-text .anno {
  margin-top: 8px;
}
.table-bottom {
  margin: 24px calc(((700px - 100%) / 2) * -1) 0;
  padding: 16px 24px;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid var(--border-color);
  background: var(--bg-color);
}
@media screen and (max-width: 768px) {
  .table-bottom {
    margin: 24px calc((((100vw - 32px) - 100%) / 2) * -1) 0;
    padding: 16px;
  }
}

/* voice */
.voice-slide .swiper-slide {
  width: 300px;
}
.voice-slide .slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 275px;
  padding: 16px;
  border-radius: 4px;
  background: var(--bg-color);
}
.voice-slide .slide-inner .head {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted var(--text-color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.voice-slide .slide-inner .slide-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.voice-slide .slide-inner .slide-icon img {
  width: 48px;
}
.voice .anno {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .voice .anno {
    margin-top: 24px;
    padding: 0 16px;
  }
}
/*---------------------
    パーツ 
----------------------*/
.section {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 64px;
  }
}
.section-lg {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .section-lg {
    margin-top: 110px;
  }
}
/* 見出し */
.hgroup {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hgroup {
    padding: 0 16px;
  }
}
.hgroup p {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-yellow);
  font-family: var(--outfit);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hgroup h3 .sub {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .hgroup h3 .sub {
    font-size: 1.4rem;
  }
}
.hgroup h3 .main {
  width: fit-content;
  margin-inline: auto;
  margin-top: 8px;
  background: var(--marker);
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .hgroup h3 .main {
    font-size: 2.4rem;
  }
}
h4 {
  margin-bottom: 24px;
  background: var(--marker-light);
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h4 {
    margin: 0 16px 24px;
  }
}

/* 値段 */
.price-box {
  width: fit-content;
  margin-inline: auto;
}
.price-box .text {
  white-space: nowrap;
}
.price-box-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.price-box-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-box-column.ai-end {
  align-items: end;
}
.price-box .function {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 1.4;
}
.price-box .function.dot {
  margin-bottom: 8px;
  border-bottom: 1px dotted var(--border-color);
}
.price-box .function .sm {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.price-box .mark {
  background: var(--marker);
  white-space: nowrap;
}
.price-box .unit {
  display: block;
}
@media screen and (max-width: 768px) {
  .price-box .unit {
    font-size: 2.2rem;
  }
}
.price-box .price,
.price-box .yen {
  color: #e82d11;
  line-height: 1;
}
.price-box .price {
  font-family: var(--racing);
  font-size: 6.4rem;
}
.price-box-sm .price {
  font-size: 4rem;
}
.price-box .yen {
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 900;
}
.price-box-sm .yen {
  font-size: 1.6rem;
}

/* ボタン */
.btnAbove {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .btnAbove {
    font-size: 1.8rem;
  }
}

.btnArea {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnArea {
    flex-direction: column;
  }
}

.btnTxt {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .btnTxt {
    flex-direction: column;
    margin-top: 24px;
  }
}
.btnTxt .brc {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .btnTxt .brc {
    line-height: 1;
  }
}
.btnTxt .tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .btnTxt .tel {
    font-size: 2.2rem;
  }
}

.btn {
  display: grid;
  place-content: center;
  width: 310px;
  height: 52px;
  border-radius: 4px;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-inline: auto;
  }
}
.btn:after {
  content: "";
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.btn--web {
  background: var(--navy);
  box-shadow: 0px 6px 0px 0px #001c40;
  color: var(--white) !important;
}
.btn--web:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18' fill='none'%3E%3Cpath d='M2.5 17L10.5 10L2.5 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.btn--tel {
  background: var(--yellow);
  box-shadow: 0px 6px 0px 0px #d2b900;
  color: var(--text-color) !important;
}
.btn--tel:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18' fill='none'%3E%3Cpath d='M2.5 17L10.5 10L2.5 3' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.btn--cleaning {
  height: 48px;
  padding-right: 1em;
  background: var(--white);
  border: 2px solid var(--navy);
  box-shadow: 0px 6px 0px 0px var(--navy);
  color: var(--navy) !important;
  font-size: 1.6rem;
}
.btn--cleaning:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M1 1L8 7L15 1' fill='white'/%3E%3Cpath d='M1 1L8 7L15 1' stroke='%23033B83' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.anno {
  font-size: 1.2rem;
  line-height: 1.3;
  position: relative;
}
.anno::before {
  content: "※";
}
.anno + .anno {
  margin-top: 0;
}

.lh-150 {
  line-height: 1.5;
}

.img-lg {
  width: 520px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .img-lg {
    width: 100%;
    padding: 0 16px;
  }
}

/*---------------------
    打ち消し用 
----------------------*/
@media screen and (max-width: 768px) {
  .content-wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-detail-items {
    width: 100%;
  }
}
img {
  width: 100%;
}

/* swiper */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 16px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 8px;
  }
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 16px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 8px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: calc(0px - (40px / 2));
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' transform='matrix(-1 0 0 1 40 0)' fill='%23033B83' stroke='white'/%3E%3Cpath d='M22 26L16 20L22 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' fill='%23033B83' stroke='white'/%3E%3Cpath d='M18 26L24 20L18 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
