.elementor-5227 .elementor-element.elementor-element-7397ab4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:9px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5227 .elementor-element.elementor-element-b95de8d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5227 .elementor-element.elementor-element-6876a28{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5227 .elementor-element.elementor-element-2e3f1e8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5227 .elementor-element.elementor-element-772fc67{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5227 .elementor-element.elementor-element-afbc24f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5227 .elementor-element.elementor-element-56eb6ad{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5227 .elementor-element.elementor-element-dc92bb3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b95de8d */.fv {
  position: relative;
  overflow: hidden;
  background: #08275b;
  color: #fff;
}

.fv-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      105deg,
      rgba(5, 28, 66, 1) 0%,
      rgba(5, 28, 66, 1) 46%,
      rgba(5, 28, 66, .72) 62%,
      rgba(5, 28, 66, .28) 100%
    ),
    url("https://sapomake.com/wp-content/uploads/2026/02/9a78bb5f5a629a0006d7e332760ebfd7.jpg");
  background-size: cover;
  background-position: center right;
}

.fv-bg::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  width: 16%;
  height: 130%;
  background: rgba(255, 255, 255, .08);
  transform: skewX(-30deg);
}

.fv-inner {
  position: relative;
  z-index: 2;
  width: min(1400px, 95%);
  margin: auto;
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  padding: 80px 0 60px;
  gap: 20px;
}

.fv-left {
  max-width: 100%;
}

.fv-label {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 32px;
}

.fv h1 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
}

.fv h1 span {
  color: #f58220;
}

.fv-lead {
  margin: 24px 0 32px;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.8;
  font-weight: 700;
}

.fv-service-wrap {
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.fv-service-img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.fv-device {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-device img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.4));
}

.fv-bottom {
  position: relative;
  z-index: 3;
  background: #02074f;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 22px 40px;
  gap: 20px;
}

.fv-bottom-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.fv-bottom-item::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f58220;
  color: #02074f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

/* タブレット */
@media (max-width: 1024px) {
  .fv-inner {
    grid-template-columns: 58% 42%;
    padding: 100px 0 30px;
    gap: 16px;
    align-items: center;
    min-height: auto;
  }

  .fv h1 {
    white-space: normal;
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .fv-label {
    font-size: 13px;
    padding: 6px 18px;
    margin-bottom: 20px;
  }

  .fv-lead {
    font-size: 15px;
    margin: 14px 0 20px;
  }

  .fv-bottom {
    padding: 16px 24px;
  }

  .fv-bottom-item {
    font-size: 12px;
    white-space: normal;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .fv-inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 70px 16px 20px;
    gap: 16px;
  }

  .fv-label {
    font-size: 11px;
    padding: 5px 14px;
    margin-bottom: 12px;
  }

.fv h1 {
  font-size: 22px;
  line-height: 1.4;
  white-space: normal;
}

  .fv h1 span {
    font-size: 1.1em;
  }

.fv-lead {
  font-size: 13px;
  line-height: 1.75;
  margin: 10px 0 14px;
}

  .fv-device {
    width: 100%;
    position: static;
  }

  .fv-device img {
    width: 85%;
    max-width: 320px;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.3));
  }

  .fv-service-wrap {
    position: static;
    width: 100%;
    border-radius: 14px;
  }

  .fv-service-img {
    border-radius: 14px;
  }

  .fv-bottom {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    gap: 8px;
  }

  .fv-bottom-item {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
  }

  .fv-bottom-item::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    flex-shrink: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e3f1e8 */.consult-form-section {
  background: #fff;
  padding: 72px 0 72px;
  font-family: "Noto Sans JP", sans-serif;
}

.consult-form-inner {
  width: min(1500px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 820px) 430px;
  justify-content: center;
  gap: 64px;
  align-items: start;
}

.consult-left,
.consult-right {
  min-width: 0;
}

.consult-head {
  text-align: center;
  margin-bottom: 44px;
}

.consult-catch {
  margin: 0 0 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.consult-head h2 {
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .02em;
}

.consult-head h2 span,
.form-title span {
  color: #f58220;
}

.consult-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 64px;
}

.consult-icon-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff7df;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 18px 10px;
  box-sizing: border-box;
}

.consult-icon-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.consult-icon-card p {
  margin: 0;
  color: #111;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.consult-safe-title {
  text-align: center;
  color: #02074f;
  font-size: 32px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: .02em;
}

.consult-safe-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: stretch;
}

.consult-person {
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.consult-person img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.consult-safe-box {
  background: #fff7df;
  border-radius: 24px;
  padding: 30px 32px;
  display: grid;
  gap: 20px;
}

.consult-safe-item {
  position: relative;
  padding-left: 32px;
}

.consult-safe-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  background: #f58220;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.consult-safe-item h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.consult-safe-item p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.consult-message {
  background: #02074f;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  padding: 22px 26px;
  border-radius: 0 0 24px 24px;
}

.consult-message span {
  color: #f58220;
  font-weight: 700;
}

.consult-right {
  position: sticky;
  top: 90px;
}

.form-title {
  margin: 0 0 12px;
  color: #111;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
}

.form-lead {
  margin: 0 0 30px;
  padding-bottom: 24px;
  border-bottom: 2px solid #777;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.consult-form .cta-form__field {
  margin-bottom: 16px !important;
}

.consult-form .cta-form__field input,
.consult-form .cta-form__field textarea,
.consult-form .cta-form__field select {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1.5px solid #c8ccd5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #222 !important;
  padding: 18px 20px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  outline: none !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

.consult-form .cta-form__field input::placeholder,
.consult-form .cta-form__field textarea::placeholder {
  color: #777;
  font-weight: 400;
}

.consult-form .cta-form__field input:focus,
.consult-form .cta-form__field textarea:focus,
.consult-form .cta-form__field select:focus {
  border-color: #f58220 !important;
  box-shadow: 0 0 0 4px rgba(245,130,32,.12) !important;
  transform: translateY(-1px) !important;
}

.consult-form .cta-form__field textarea {
  min-height: 220px !important;
  resize: vertical !important;
}

.consult-form label {
  display: inline-block !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
}

.consult-form .cta-form__field--acceptance {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 6px 0 24px !important;
  color: #222 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.consult-form .cta-form__field--acceptance input {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  accent-color: #f58220 !important;
  flex-shrink: 0 !important;
}

.consult-form .cta-form__field--acceptance a {
  color: #08245a !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.consult-form .cta-form__submit input[type="submit"] {
  width: 100% !important;
  height: 72px !important;
  border: none !important;
  border-radius: 14px !important;
  background: #f58220 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px rgba(245,130,32,.18) !important;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

.consult-form .cta-form__submit input[type="submit"]:hover {
  background: #ef7817 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(245,130,32,.25) !important;
}

@media (max-width: 1200px) {
  .consult-form-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .consult-right {
    position: static;
  }
}

@media (max-width: 767px) {
  .consult-form-section {
    padding: 36px 0 48px;
  }

  .consult-form-inner {
    width: calc(100% - 28px);
  }

  .consult-head {
    margin-bottom: 24px;
  }

  .consult-catch {
    font-size: 12px;
  }

  .consult-head h2 {
    font-size: 20px;
  }

  .consult-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 32px;
  }

  .consult-icon-card {
    border-radius: 16px;
    aspect-ratio: auto;
    min-height: 100px;
    padding: 14px 10px;
    gap: 6px;
  }

  .consult-icon-card img {
    width: 36px;
    height: 36px;
  }

  .consult-icon-card p {
    font-size: 11px;
  }

  .consult-safe-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .consult-safe-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .consult-person {
    border-radius: 16px 16px 0 0;
  }

  .consult-person img {
    height: 200px;
    min-height: auto;
  }

  .consult-safe-box {
    border-radius: 0;
    padding: 16px 14px;
    gap: 14px;
  }

  .consult-safe-item {
    padding-left: 28px;
  }

  .consult-safe-item::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .consult-safe-item h3 {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .consult-safe-item p {
    font-size: 12px;
    line-height: 1.55;
  }

  .consult-message {
    border-radius: 0 0 16px 16px;
    font-size: 13px;
    padding: 14px 16px;
    line-height: 1.7;
  }

  .form-title {
    font-size: 20px;
  }

  .form-lead {
    font-size: 13px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .consult-form .cta-form__field input,
  .consult-form .cta-form__field textarea,
  .consult-form .cta-form__field select {
    font-size: 14px !important;
    padding: 14px 15px !important;
  }

  .consult-form .cta-form__field textarea {
    min-height: 160px !important;
  }

  .consult-form .cta-form__submit input[type="submit"] {
    height: 60px !important;
    font-size: 16px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afbc24f */.digital-support-section {
  background: #fff;
  padding: 8px 0 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.digital-support-inner {
  width: min(1500px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 820px) 430px;
  justify-content: center;
  gap: 64px;
  align-items: center;
}

.digital-box {
  background: #fff7df;
  border-radius: 24px;
  padding: 22px;
}

.digital-box h2 {
  margin: 0 0 10px;
  text-align: center;
  color: #17388c;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
}

.digital-box > p {
  margin: 0 0 16px;
  color: #222;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.digital-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.digital-service-item {
  min-width: 0;
  text-align: center;
}

.digital-service-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.digital-service-item h3 {
  margin: 0 0 6px;
  color: #02074f;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.digital-service-item p {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.digital-right {
  text-align: center;
}

.digital-or {
  margin: 0 0 14px;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.digital-right .digital-line-btn,
.digital-right .digital-phone-btn {
  width: 100%;
  min-height: 86px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.digital-right .digital-line-btn {
  background: #59c55c;
  margin-bottom: 12px;
}

.digital-right .digital-phone-btn {
  background: #02074f;
}

.digital-right .digital-line-btn:hover {
  background: #4eb653;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(89,197,92,.22);
}

.digital-right .digital-phone-btn:hover {
  background: #030a63;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2,7,79,.22);
}

.digital-right .digital-line-btn::before,
.digital-right .digital-phone-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.digital-right .digital-line-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='12' width='48' height='36' rx='10' fill='white'/%3E%3Cpath d='M22 48 L18 58 L32 48 Z' fill='white'/%3E%3Ctext x='32' y='36' text-anchor='middle' font-size='13' font-weight='700' fill='%2359c55c' font-family='Arial'%3ELINE%3C/text%3E%3C/svg%3E");
}

.digital-right .digital-phone-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M23.5 12.5c2.2-1.1 4.8-.2 5.9 2l4 8.2c.9 1.8.4 4-1.1 5.3l-3 2.5c2.8 5.6 7.4 10.2 13 13l2.5-3c1.3-1.6 3.5-2 5.3-1.1l8.2 4c2.2 1.1 3.1 3.7 2 5.9l-2.8 5.6c-1 2-3.1 3.2-5.3 3-25.3-2.6-45.5-22.8-48-48-.2-2.2 1-4.3 3-5.3l5.6-2.8z'/%3E%3C/svg%3E");
}

.digital-right .digital-line-btn span,
.digital-right .digital-phone-btn span {
  grid-column: 2;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.digital-right .digital-line-btn small,
.digital-right .digital-phone-btn small {
  grid-column: 2;
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  opacity: .9;
  text-align: left;
  white-space: nowrap;
}

.digital-note {
  margin-top: 24px;
  color: #222;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
}

.digital-note a {
  color: #f58220;
  text-decoration: none;
  font-weight: 600;
}

.sp-fixed-contact {
  display: none;
}

@media (max-width: 1024px) {
  .digital-support-section {
    padding: 6px 0 80px;
  }

  .digital-support-inner {
    width: calc(100% - 24px);
    display: block;
  }

  .digital-box {
    padding: 18px;
    border-radius: 18px;
  }

  .digital-box h2 {
    font-size: 26px;
  }

  .digital-box > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .digital-service-card {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px;
    padding: 18px 14px;
  }

  .digital-service-item img {
    width: 50px;
    height: 50px;
  }

  .digital-service-item h3 {
    font-size: 18px;
  }

  .digital-service-item p {
    font-size: 12px;
  }

  .digital-right {
    display: none;
  }

  body {
    padding-bottom: 128px;
  }

  .sp-fixed-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 -6px 20px rgba(0,0,0,.12);
    transform: translateY(100%);
    transition: transform .4s ease;
  }

  .sp-fixed-contact.is-visible {
    transform: translateY(0);
  }

  .sp-fixed-contact a {
    position: relative;
    min-height: 56px;
    padding: 8px 16px 8px 58px;
    border-radius: 14px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  }

  .sp-fixed-contact a:hover {
    transform: translateY(-2px);
  }

  .sp-fixed-line {
    background: #59c55c;
  }

  .sp-fixed-line:hover {
    background: #4eb653;
  }

  .sp-fixed-tel {
    background: #02074f;
  }

  .sp-fixed-tel:hover {
    background: #030a63;
  }

  .sp-fixed-line::before,
  .sp-fixed-tel::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .sp-fixed-line::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='12' width='48' height='36' rx='10' fill='white'/%3E%3Cpath d='M22 48 L18 58 L32 48 Z' fill='white'/%3E%3Ctext x='32' y='36' text-anchor='middle' font-size='13' font-weight='700' fill='%2359c55c' font-family='Arial'%3ELINE%3C/text%3E%3C/svg%3E");
  }

  .sp-fixed-tel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M23.5 12.5c2.2-1.1 4.8-.2 5.9 2l4 8.2c.9 1.8.4 4-1.1 5.3l-3 2.5c2.8 5.6 7.4 10.2 13 13l2.5-3c1.3-1.6 3.5-2 5.3-1.1l8.2 4c2.2 1.1 3.1 3.7 2 5.9l-2.8 5.6c-1 2-3.1 3.2-5.3 3-25.3-2.6-45.5-22.8-48-48-.2-2.2 1-4.3 3-5.3l5.6-2.8z'/%3E%3C/svg%3E");
  }

  .sp-fixed-contact a > span:first-child {
    display: block;
    color: #fff;
    font-size: 18px !important;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
  }

  .sp-fixed-contact a > small {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 10px !important;
    line-height: 1.3;
    font-weight: 400;
    opacity: .82;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .digital-support-section {
    padding: 4px 0 80px;
  }

  .digital-box {
    padding: 14px;
    border-radius: 16px;
  }

  .digital-box h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .digital-box > p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 12px;
  }

  .digital-service-card {
    padding: 14px 10px !important;
    gap: 12px 8px !important;
    border-radius: 14px;
  }

  .digital-service-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }

  .digital-service-item h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .digital-service-item p {
    font-size: 11px;
    line-height: 1.5;
  }
}/* End custom CSS */