.elementor-9 .elementor-element.elementor-element-e6684a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-e6684a1:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-e6684a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://saitama-forklift.jp/wp/wp-content/uploads/2026/04/saimata_forklift.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-9 .elementor-element.elementor-element-859a0f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-17b3d3c */.sfFv,
  .sfFv * {
    box-sizing: border-box;
  }

  .sfFv {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;
    color: #0f1f36;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.90) 32%, rgba(255,255,255,.45) 58%, rgba(255,255,255,.08) 100%),
      url("FV背景画像URLをここに入れる");
    background-size: cover;
    background-position: center right;
  }

  .sfFv a {
    color: inherit;
    text-decoration: none;
  }

  .sfFv__inner {
    max-width: 1480px; /* ← 横幅拡張 */
    min-height: 720px;
    margin: 0 auto;
    padding: 26px 40px 72px;
    display: flex;
    flex-direction: column;
  }

  .sfFv__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .sfFv__company {
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 950;
    color: #0b4ea2;
  }

  .sfFv__sub {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 800;
    color: #5a697d;
  }

  .sfFv__topCta {
    display: flex;
    gap: 12px;
  }

  .sfFv__tel,
  .sfFv__contact {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    white-space: nowrap;
  }

  .sfFv__tel {
    background: rgba(255,255,255,.92);
    border: 1px solid #dce7f4;
    color: #0b4ea2 !important;
  }

  .sfFv__contact {
    background: #0b4ea2;
    color: #fff !important;
  }

  .sfFv__body {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 32px;
  }

  .sfFv__copy {
    max-width: 760px; /* ← 文字側も広げる */
  }

  .sfFv__badge {
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 999px;
    background: #0b4ea2;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 22px;
  }

  .sfFv__title {
    margin: 0;
    font-size: clamp(45px, 4vw, 0px); /* ← 少し大きく */
    line-height: 1.08;
    font-weight: 950;
    color: #07182f;
  }

  .sfFv__title span {
    color: #0b4ea2;
  }

  .sfFv__lead {
    margin: 24px 0 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 900;
    color: #13243b;
  }

  .sfFv__text {
    max-width: 720px;
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 600;
    color: #48586d;
  }

  .sfFv__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 760px;
    margin-top: 34px;
  }

  .sfFvAction {
    min-height: 118px;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 2px solid #d9e5f5;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 14px 30px rgba(13,44,84,.09);
  }

  .sfFvAction--rental { border-color: #0b4ea2; }
  .sfFvAction--used { border-color: #f28a1a; }

  .sfFvAction__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
  }

  .sfFvAction__small {
    display: block;
    font-size: 12px;
    font-weight: 850;
    color: #5d6b7f;
  }

  .sfFvAction__main {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
    font-size: 28px; /* ← CTA文字も少し大きく */
    font-weight: 700;
    line-height: 1.2;
  }

  .sfFvAction--rental .sfFvAction__main { color: #0b4ea2; }
  .sfFvAction--used .sfFvAction__main { color: #f28a1a; }

  .sfFvAction__desc {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 750;
    color: #333f52;
  }

  .sfFvAction__arrow {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sfFvAction--rental .sfFvAction__arrow { background: #0b4ea2; }
  .sfFvAction--used .sfFvAction__arrow { background: #f28a1a; }

  .sfFv__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .sfFv__note {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    border: 1px solid #dfe8f4;
    font-size: 13px;
    font-weight: 850;
    color: #27384f;
  }

  @media (max-width: 960px) {
    .sfFv {
      min-height: auto;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 50%, rgba(255,255,255,.55) 100%),
        url("FV背景画像URLをここに入れる");
    }

    .sfFv__inner {
      max-width: 100%;
      min-height: auto;
      padding: 22px 20px 56px;
    }

    .sfFv__topCta {
      display: none;
    }

    .sfFv__copy,
    .sfFv__text,
    .sfFv__actions {
      max-width: 100%;
    }

    .sfFv__actions {
      grid-template-columns: 1fr;
    }

    .sfFv__title {
      font-size: 42px;
    }

    .sfFv__lead {
      font-size: 18px;
    }

    .sfFvAction__main {
      font-size: 24px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6f84f9 */.sfFaq,
  .sfFaq * {
    box-sizing: border-box;
  }

  .sfFaq {
    width: 100%;
    padding: 78px 24px 86px;
    background: #f7fafd;
    color: #0f1f36;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .sfFaq button,
  .sfFaq button:hover,
  .sfFaq button:focus,
  .sfFaq button:active {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    background: transparent !important;
    background-image: none !important;
    color: inherit !important;
    border: 0 !important;
    transform: none !important;
  }

  .sfFaq__inner {
    max-width: 980px;
    margin: 0 auto;
  }

  .sfFaq__head {
    margin-bottom: 34px;
  }

  .sfFaq__label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    color: #0b4ea2;
  }

  .sfFaq__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 750;
    color: #07182f;
  }

  .sfFaq__list {
    border-top: 1px solid #dce6f1;
  }

  .sfFaq__item {
    border-bottom: 1px solid #dce6f1;
  }

  .sfFaq__questionBtn {
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    cursor: pointer;
    text-align: left;
    font: inherit;
  }

  .sfFaq__questionBtn:hover,
  .sfFaq__questionBtn:focus,
  .sfFaq__questionBtn:active {
    background: transparent !important;
  }

  .sfFaq__mark {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 950;
    color: #0b4ea2;
    line-height: 1.8;
  }

  .sfFaq__question {
    flex: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    color: #0f233d;
  }

  .sfFaq__icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    border-radius: 999px;
    border: 1px solid #cfdbea;
    position: relative;
    background: #ffffff;
  }

  .sfFaq__icon::before,
  .sfFaq__icon::after {
    content: "";
    position: absolute;
    background: #0b4ea2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sfFaq__icon::before {
    width: 11px;
    height: 2px;
  }

  .sfFaq__icon::after {
    width: 2px;
    height: 11px;
    transition: opacity .25s ease;
  }

  .sfFaq__item.is-open .sfFaq__icon {
    background: #0b4ea2;
    border-color: #0b4ea2;
  }

  .sfFaq__item.is-open .sfFaq__icon::before,
  .sfFaq__item.is-open .sfFaq__icon::after {
    background: #ffffff;
  }

  .sfFaq__item.is-open .sfFaq__icon::after {
    opacity: 0;
  }

  .sfFaq__answerWrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
  }

  .sfFaq__answerInner {
    display: flex;
    gap: 18px;
    padding: 0 0 26px;
  }

  .sfFaq__answerMark {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 950;
    color: #f28a1a;
    line-height: 1.9;
  }

  .sfFaq__answer {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #4a596e;
  }

  @media (max-width: 768px) {
    .sfFaq {
      padding: 62px 18px 68px;
    }

    .sfFaq__questionBtn,
    .sfFaq__answerInner {
      gap: 13px;
    }

    .sfFaq__question {
      font-size: 16px;
    }

    .sfFaq__answer {
      font-size: 14px;
      line-height: 1.9;
    }
  }

  @media (max-width: 560px) {
    .sfFaq {
      padding: 54px 16px 60px;
    }

    .sfFaq__head {
      margin-bottom: 26px;
    }

    .sfFaq__questionBtn {
      padding: 20px 0;
    }

    .sfFaq__icon {
      width: 24px;
      height: 24px;
    }
  }/* End custom CSS */