      /* ===== Reset ===== */
      *, *::before, *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      html {
        -webkit-text-size-adjust: 100%;
      }

      body {
        margin: 0;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.5;
        color: #333;
        background: #fff;
      }

      img {
        width: 100%;
        height: auto;
        display: block;
        border: none;
        vertical-align: bottom;
      }

      a {
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: 0 0;
        text-decoration: none;
      }

      a:hover {
        cursor: pointer;
        opacity: 0.8;
      }

      ul, ol {
        list-style: none;
      }

      table {
        border-collapse: collapse;
        border-spacing: 0;
      }

      button, input, select, textarea {
        font: inherit;
      }

      .sp-br { display: none; }
      .pc-br { display: block; }

      @media (max-width: 768px) {
        .sp-br { display: block; }
        .pc-br { display: none; }
      }

      /* =========================
      header
      ========================= */
      .header {
        position: fixed;
        height: 95px;
        background: #000;
        display: flex;
        align-items: center;
        padding-left: 157px;
        width: 100%;
        z-index: 99999;
      }

      .header-logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 157px;
        height: 157px;
        background: #fff;
        border-bottom-right-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 18px rgba(0,0,0,0.25);
        z-index: 10;
      }

      .header-logo img {
        width: 110px;
        height: auto;
      }

      .header-inner {
        width: 100%;
        padding: 0 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .header-catch {
        color: #f5c400;
        font-size: 36px;
        font-weight: 900;
        letter-spacing: .05em;
      }

      .header-right {
        display: flex;
        align-items: center;
        gap: 32px;
      }

      .header-tel {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
      }

      .tel-icon {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
      }

      .tel-icon svg {
        width: 100%;
        height: 100%;
        display: block;
      }

      .tel-number {
        font-size: 28px;
        font-weight: 800;
      }

      .tel-time {
        display: block;
        font-size: 14px;
      }

      .header-cta {
        background: linear-gradient(#f7cf2d,#e7b91d);
        color: #000;
        height: 60px;
        padding: 0 28px;
        border-radius: 999px;
        font-size: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .cta-line {
        width: 40px;
        height: 2px;
        background: #000;
      }

      .cta-dot {
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
      }

      @media (max-width:768px) {
        .header {
          height: 60px;
          padding-left: 83px;
        }

        .header-logo {
          width: 83px;
          height: 83px;
          border-bottom-right-radius: 22px;
          box-shadow: 0 4px 12px rgba(0,0,0,.25);
        }

        .header-logo img {
          width: 58px;
        }

        .header-inner {
          padding: 0 10px;
        }

        .header-catch {
          font-size: 16px;
        }

        .header-right {
          display: none;
        }

        .tel-icon {
          width: 22px;
          height: 22px;
        }
      }

      /* =========================
      FV
      ========================= */
      .fv { padding-top: 0; }
      .fv-image { display: block; }
      .fv-image img {
        width: 100%;
        height: auto;
        display: block;
      }

      .fv-menu {
        background: #0A0730;
        padding: 28px 20px 46px;
      }

      .fv-menu__inner {
        max-width: 1600px;
        margin: 0 auto;
      }

      .fv-menu__lead {
        position: relative;
        width: fit-content;
        margin: 0 auto 26px;
        padding: 0 84px;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
      }

      .fv-menu__lead::before,
      .fv-menu__lead::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 42px;
        height: 2px;
        background: #fff;
      }

      .fv-menu__lead::before {
        left: 20px;
        transform: translateY(-50%) rotate(58deg);
      }

      .fv-menu__lead::after {
        right: 20px;
        transform: translateY(-50%) rotate(-58deg);
      }

      .fv-menu__box {
        max-width: 1280px;
        margin: 0 auto;
        background: #efefef;
        border-radius: 20px;
        padding: 24px 40px;
      }

      .fv-menu__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 54px;
        flex-wrap: wrap;
      }

      .fv-menu__item {
        color: #04004f;
        font-size: 38px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.02em;
        white-space: nowrap;
      }

      @media (max-width: 768px) {
        .fv { padding-top: 0; }
        .fv-menu { padding: 20px 12px 28px; }
        .fv-menu__lead {
          margin-bottom: 16px;
          padding: 0 34px;
          font-size: 17px;
        }
        .fv-menu__lead::before,
        .fv-menu__lead::after {
          width: 18px;
          height: 2px;
        }
        .fv-menu__lead::before { left: 8px; }
        .fv-menu__lead::after { right: 8px; }
        .fv-menu__box {
          border-radius: 12px;
          padding: 14px 16px;
        }
        .fv-menu__list { gap: 12px 20px; }
        .fv-menu__item { font-size: 20px; }
      }

      /* =========================
      works count
      ========================= */
      .works-count {
        position: relative;
        overflow: hidden;
        background: #efefef;
        padding: 80px 0 72px;
      }

      .works-count__inner { position: relative; }
      .works-count__row {
        overflow: hidden;
        width: 100%;
      }
      .works-count__row--top { margin-bottom: 34px; }
      .works-count__row--bottom { margin-top: 34px; }
      .works-count__track {
        display: flex;
        width: max-content;
        gap: 28px;
      }
      .works-count__track--right { animation: worksSlideRight 90s linear infinite; }
      .works-count__track--left { animation: worksSlideLeft 90s linear infinite; }
      .works-count__item {
        flex: 0 0 auto;
        width: 188px;
      }
      .works-count__center {
        position: relative;
        z-index: 5;
        width: min(820px, calc(100% - 80px));
        margin: 0 auto;
      }
      .works-count__center img {
        width: 100%;
        margin: 0 auto;
      }

      @keyframes worksSlideLeft {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-50% - 14px)); }
      }
      @keyframes worksSlideRight {
        0% { transform: translateX(calc(-50% - 14px)); }
        100% { transform: translateX(0); }
      }

      @media (max-width: 768px) {
        .works-count { padding: 42px 0 38px; }
        .works-count__row--top { margin-bottom: 18px; }
        .works-count__row--bottom { margin-top: 18px; }
        .works-count__track { gap: 14px; }
        .works-count__item { width: 102px; }
        .works-count__center {
          width: calc(100% - 32px);
          max-width: 360px;
        }
        .works-count__track--right,
        .works-count__track--left { animation-duration: 48s; }
      }

      /* =========================
      difference band
      ========================= */
      .difference-band {
        background:#0A0730;
        padding:20px 20px;
        text-align:center;
      }
      .difference-band__inner {
        max-width:1200px;
        margin:0 auto;
      }
      .difference-band__sub {
        color:#fff;
        font-size:32px;
        font-weight:700;
        margin-bottom:16px;
      }
      .difference-band__main {
        font-size:80px;
        font-weight:900;
        line-height:1.3;
        letter-spacing:.05em;
      }
      .gradient {
        background:linear-gradient(to bottom, #EDCB07 0%, #F2AB05 100%);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;
        background-clip:text;
      }
      .big { font-size:1.25em; }

      @media (max-width:768px) {
        .difference-band { padding:40px 16px; }
        .difference-band__sub { font-size:16px; }
        .difference-band__main { font-size:32px; }
        .big { font-size:1.3em; }
      }

      /* =========================
      case grid
      ========================= */
      .case-grid {
        background: #FFFAF4;
        padding: 72px 20px 80px;
      }
      .case-grid__inner {
        max-width: 1280px;
        margin: 0 auto;
      }
      .case-grid__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 18px;
        align-items: start;
      }
      @media (max-width: 1024px) {
        .case-grid {
          padding: 56px 16px 64px;
        }
        .case-grid__list {
          grid-template-columns: repeat(2, 1fr);
          gap: 18px 16px;
        }
      }
      @media (max-width: 768px) {
        .case-grid {
          padding: 40px 14px 48px;
        }
        .case-grid__list {
          grid-template-columns: 1fr 1fr;
          gap: 6px;
        }
      }

      /* =========================
      worry section
      ========================= */
      .worry-section {
        background: #efefef;
        padding: 72px 20px 90px;
      }
      .worry-section__inner {
        max-width: 1180px;
        margin: 0 auto;
      }
      .worry-section__title {
        position: relative;
        width: fit-content;
        margin: 0 auto 42px;
        min-height: 126px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .worry-section__title-circle {
        position: absolute;
        top: 50%; left: 50%;
        width: 158px; height: 158px;
        border-radius: 50%;
        background: #efc75d;
        transform: translate(-50%, -50%);
      }
      .worry-section__title-text {
        position: relative;
        z-index: 1;
        color: #2d2d2d;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0.04em;
      }
      .worry-section__main {
        display: grid;
        grid-template-columns: 1fr 420px 1fr;
        gap: 18px;
        align-items: center;
      }
      .worry-section__bubbles {
        display: flex;
        flex-direction: column;
        gap: 28px;
      }
      .worry-section__bubbles--left { align-items: flex-start; }
      .worry-section__bubbles--right { align-items: flex-end; }
      .worry-bubble {
        background: #060046;
        color: #fff;
        border-radius: 24px;
        padding: 18px 22px;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.55;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        max-width: 390px;
      }
      .worry-bubble span { color: #f5b400; }
      .worry-section__bubbles--left .worry-bubble { border-bottom-right-radius: 0; }
      .worry-section__bubbles--right .worry-bubble { border-bottom-left-radius: 0; }
      .worry-bubble--small { padding: 14px 20px; }
      .worry-section__people { text-align: center; }
      .worry-section__people img {
        max-width: 420px;
        margin: 0 auto;
      }
      .worry-section__arrow {
        width: 54px;
        margin: 30px auto 24px;
      }
      .worry-solution {
        position: relative;
        max-width: 1030px;
        margin: 0 auto;
        background: #efe7d6;
        border-radius: 28px;
        padding: 34px 40px 34px 260px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      }
      .worry-solution__hand {
        position: absolute;
        left: 18px;
        bottom: -10px;
        width: 230px;
      }
      .worry-solution__lead {
        color: #111;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.5;
      }
      .worry-solution__lead span { color: #ef7f00; }
      .worry-solution__highlight {
        display: inline-block;
        margin-top: 10px;
        padding: 6px 10px 8px;
        background: #f3ba00;
        color: #000;
        font-size: 26px;
        font-weight: 900;
        line-height: 1.4;
      }
      .worry-solution__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 18px;
      }
      .worry-solution__tags li {
        background: #07004c;
        color: #fff;
        border-radius: 999px;
        padding: 8px 18px 10px;
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
      }
      .worry-solution__text {
        margin-top: 16px;
        color: #111;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.45;
      }

      @media (min-width: 769px) {
        .worry-section__bubbles--left .worry-bubble:nth-child(1) { margin-left: 34px; }
        .worry-section__bubbles--left .worry-bubble:nth-child(3) { margin-left: 18px; }
        .worry-section__bubbles--right .worry-bubble:nth-child(1) { margin-right: 22px; }
        .worry-section__bubbles--right .worry-bubble:nth-child(3) { margin-right: 46px; }
        .worry-section__bubbles--right .worry-bubble:nth-child(4) { margin-right: 10px; }
      }

      @media (max-width: 1100px) {
        .worry-section__main {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .worry-section__people { order: 1; }
        .worry-section__bubbles--left {
          order: 2;
          align-items: center;
        }
        .worry-section__bubbles--right {
          order: 3;
          align-items: center;
        }
        .worry-bubble { width: min(100%, 760px); }
        .worry-solution {
          padding: 30px 28px 30px 220px;
        }
        .worry-solution__hand { width: 190px; }
      }

      @media (max-width: 768px) {
        .worry-section {
          padding: 42px 14px 52px;
        }
        .worry-section__title {
          min-height: 84px;
          margin-bottom: 26px;
        }
        .worry-section__title-circle {
          width: 96px;
          height: 96px;
        }
        .worry-section__title-text {
          font-size: 24px;
          line-height: 1.4;
          text-align: center;
        }
        .worry-section__main {
          display: flex;
          flex-direction: column;
          gap: 18px;
        }
        .worry-section__bubbles--top-sp,
        .worry-section__bubbles--bottom-sp {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }
        .worry-bubble {
          width: fit-content;
          max-width: 100%;
          border-radius: 16px;
          padding: 12px 14px;
          font-size: 14px;
          line-height: 1.45;
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
          margin-left: 0 !important;
          margin-right: 0 !important;
          transform: none !important;
        }
        .worry-section__bubbles--left .worry-bubble { border-bottom-right-radius: 0; }
        .worry-section__bubbles--right .worry-bubble { border-bottom-left-radius: 0; }
        .worry-section__people {
          order: 2;
          text-align: center;
        }
        .worry-section__people img {
          max-width: 210px;
          margin: 0 auto;
        }
        .worry-section__bubbles--top-sp .worry-bubble:nth-child(1) { margin-left: 10px !important; }
        .worry-section__bubbles--top-sp .worry-bubble:nth-child(3) { margin-left: 18px !important; }
        .worry-section__bubbles--bottom-sp .worry-bubble:nth-child(1) { margin-left: 20px !important; }
        .worry-section__bubbles--bottom-sp .worry-bubble:nth-child(2) { margin-left: 48px !important; }
        .worry-section__bubbles--bottom-sp .worry-bubble:nth-child(3) { margin-left: 8px !important; }
        .worry-section__bubbles--bottom-sp .worry-bubble:nth-child(4) { margin-left: 30px !important; }
        .worry-section__arrow {
          width: 34px;
          margin: 20px auto 18px;
        }
        .worry-solution {
          border-radius: 20px;
          padding: 20px 18px 22px;
        }
        .worry-solution__hand { display: none; }
        .worry-solution__content { text-align: center; }
        .worry-solution__lead { font-size: 18px; }
        .worry-solution__highlight {
          margin-top: 10px;
          font-size: 18px;
          padding: 6px 8px;
        }
        .worry-solution__tags {
          justify-content: center;
          gap: 8px;
          margin-top: 14px;
        }
        .worry-solution__tags li {
          font-size: 14px;
          padding: 8px 12px;
        }
        .worry-solution__text {
          margin-top: 14px;
          font-size: 20px;
          line-height: 1.5;
        }
      }

      /* =========================
      mid cta
      ========================= */
      .mid-cta {
        position: relative;
        overflow: hidden;
        padding: 84px 20px 88px;
        background: #e4aa11;
      }
      .mid-cta__bg {
        position: absolute;
        inset: 0;
        background:
          linear-gradient(rgba(228, 170, 17, 0.78), rgba(228, 170, 17, 0.78)),
          url("img/cta-bg.jpg") no-repeat center center / cover;
        opacity: 1;
      }
      .mid-cta__inner {
        position: relative;
        z-index: 1;
        max-width: 1100px;
        margin: 0 auto;
      }
      .mid-cta__label {
        position: relative;
        width: fit-content;
        margin: 0 auto -20px;
        padding: 16px 48px;
        border-radius: 999px;
        background: #efd27b;
        color: #111;
        font-size: 23px;
        font-weight: 900;
        line-height: 1.3;
        text-align: center;
        z-index: 2;
      }
      .mid-cta__label::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #efd27b;
      }
      .mid-cta__box {
        background: #f5f5f5;
        padding: 72px 64px 0;
      }
      .mid-cta__title {
        position: relative;
        margin: 0;
        padding-bottom: 14px;
        color: #222;
        font-size: 32px;
        font-weight: 900;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 0.01em;
      }
      .mid-cta__title::after {
        content: "";
        display: block;
        width: min(100%, 1040px);
        height: 6px;
        margin: 10px auto 0;
        background: #e7ac00;
      }
      .mid-cta__content {
        display: grid;
        grid-template-columns: 340px 1fr;
        gap: 40px;
        align-items: end;
        margin-top: 24px;
      }
      .mid-cta__person { text-align: center; }
      .mid-cta__person img {
        max-width: 320px;
        margin: 0 auto;
      }
      .mid-cta__info { padding-bottom: 40px; }
      .mid-cta__tel-wrap {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 26px;
      }
      .mid-cta__tel-label {
        flex: 0 0 auto;
        border: 1px solid #555;
        background: #fff;
        padding: 12px 16px;
        color: #111;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.2;
        text-align: center;
      }
      .mid-cta__tel {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        color: #000;
      }
      .mid-cta__tel-icon {
        width: 42px;
        height: 42px;
        display: block;
        flex: 0 0 auto;
      }
      .mid-cta__tel-number {
        font-size: 44px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.01em;
      }
      .mid-cta__btn {
        width: 100%;
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        border-radius: 8px;
        padding: 8px 30px;
        color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
        transition: transform 0.2s ease, opacity 0.2s ease;
      }
      .mid-cta__btn + .mid-cta__btn { margin-top: 28px; }
      .mid-cta__btn:hover {
        transform: translateY(-2px);
        opacity: 1;
      }
      .mid-cta__btn--mail { background: #f58600; }
      .mid-cta__btn--line { background: linear-gradient(90deg, #39c36e 0%, #08cf56 100%); }
      .mid-cta__btn-icon {
        flex: 0 0 auto;
        width: 58px;
        height: 58px;
        color: #fff;
      }
      .mid-cta__btn-text {
        flex: 1 1 auto;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.3;
        text-align: center;
      }
      .mid-cta__btn-arrow {
        flex: 0 0 auto;
        font-size: 66px;
        font-weight: 400;
        line-height: 1;
      }
      @media (max-width: 1200px) {
        .mid-cta {
          padding: 72px 16px 76px;
        }
        .mid-cta__label {
          font-size: 22px;
          padding: 14px 28px;
        }
        .mid-cta__box { padding: 60px 32px 0; }
        .mid-cta__title { font-size: 42px; }
        .mid-cta__content {
          grid-template-columns: 260px 1fr;
          gap: 24px;
        }
        .mid-cta__tel-label { font-size: 20px; }
        .mid-cta__tel-number { font-size: 52px; }
        .mid-cta__btn {
          min-height: 82px;
          padding: 16px 22px;
        }
        .mid-cta__btn-text { font-size: 30px; }
        .mid-cta__btn-arrow { font-size: 54px; }
      }
      @media (max-width: 768px) {
        .mid-cta {
          padding: 44px 14px 48px;
        }
        .mid-cta__label {
          margin-bottom: -12px;
          padding: 10px 16px;
          font-size: 15px;
          border-radius: 999px;
          text-align: center;
        }
        .mid-cta__label::after {
          bottom: -10px;
          border-left-width: 8px;
          border-right-width: 8px;
          border-top-width: 10px;
        }
        .mid-cta__box { padding: 28px 16px 24px; }
        .mid-cta__title {
          font-size: 17px;
          line-height: 1.45;
          padding-bottom: 8px;
          text-align: center;
        }
        .mid-cta__title::after {
          height: 4px;
          margin-top: 6px;
        }
        .mid-cta__person { display: none; }
        .mid-cta__content {
          grid-template-columns: 1fr;
          gap: 14px;
          margin-top: 16px;
        }
        .mid-cta__info { padding-bottom: 0; }
        .mid-cta__tel-wrap {
          align-items: center;
          gap: 6px;
          margin-bottom: 14px;
        }
        .mid-cta__tel-label {
          padding: 6px 10px;
          font-size: 13px;
          text-align: center;
        }
        .mid-cta__tel {
          justify-content: center;
          gap: 6px;
        }
        .mid-cta__tel-icon {
          width: 20px;
          height: 20px;
        }
        .mid-cta__tel-number {
          font-size: 26px;
          letter-spacing: -0.02em;
        }
        .mid-cta__btn {
          min-height: 54px;
          padding: 12px 14px;
          gap: 10px;
        }
        .mid-cta__btn + .mid-cta__btn { margin-top: 10px; }
        .mid-cta__btn-icon {
          width: 24px;
          height: 24px;
        }
        .mid-cta__btn-text {
          font-size: 16px;
          text-align: center;
        }
        .mid-cta__btn-arrow { font-size: 24px; }
      }

      /* =========================
      reason section
      ========================= */
      .reason-section {
        background: #fff;
        padding: 88px 20px 0;
      }
      .reason-section__inner {
        max-width: 1180px;
        margin: 0 auto;
        text-align: center;
      }
      .reason-section__title {
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
        color: #333;
        font-size: 38px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.02em;
        border-bottom: 10px solid #9a9aac;
      }
      .reason-section__lead { margin-top: 46px; }
      .reason-section__lead p {
        margin: 0;
        color: #111;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0.02em;
      }
      .reason-section__lead p + p { margin-top: 34px; }
      .reason-section__result { margin-top: 48px; }
      .reason-section__result img {
        display: block;
        width: 100%;
        max-width: 930px;
        margin: 0 auto;
      }
      .highlight-yellow {
        background: linear-gradient(transparent 60%, #ffd54f 60%);
        font-weight: 800;
      }
      @media (max-width: 1024px) {
        .reason-section {
          padding: 68px 16px 0;
        }
        .reason-section__title {
          font-size: 42px;
          border-bottom-width: 7px;
        }
        .reason-section__lead { margin-top: 34px; }
        .reason-section__lead p { font-size: 21px; }
        .reason-section__lead p + p { margin-top: 24px; }
        .reason-section__result { margin-top: 36px; }
      }
      @media (max-width: 768px) {
        .reason-section {
          padding: 44px 14px 0;
        }
        .reason-section__title {
          display: block;
          padding-bottom: 8px;
          font-size: 20px;
          line-height: 1.5;
          border-bottom-width: 5px;
        }
        .reason-section__lead { margin-top: 24px; }
        .reason-section__lead p {
          font-size: 14px;
          line-height: 1.75;
        }
        .reason-section__lead p + p { margin-top: 18px; }
        .reason-section__result { margin-top: 28px; }
      }

      /* =========================
      reason list
      ========================= */
      .reason-list { padding: 80px 20px; }
      .reason-list__inner {
        max-width: 1000px;
        margin: 0 auto;
        display: grid;
        gap: 40px;
      }

      .reason-list__inner picture {
        display: block;
      }
      @media (max-width: 768px) {
        .reason-list {
          padding: 40px 14px;
        }

        .reason-list__inner {
          gap: 30px;
        }
      }

      /* =========================
      price plan
      ========================= */
      .price-plan {
        background: #f7f3e8;
        padding: 88px 20px 96px;
      }
      .price-plan__inner {
        max-width: 1000px;
        margin: 0 auto;
      }
      .price-plan__header {
        position: relative;
        width: fit-content;
        margin: 0 auto 34px;
        padding: 0 18px;
      }
      .price-plan__header-mark {
        position: absolute;
        top: 50%; left: 50%;
        width: 98px; height: 98px;
        border-radius: 50%;
        background: #efc75d;
        transform: translate(-50%, -50%);
      }
      .price-plan__title {
        position: relative;
        z-index: 1;
        margin: 0;
        color: #2f2f2f;
        font-size: 34px;
        font-weight: 900;
        line-height: 1.3;
        letter-spacing: 0.04em;
      }
      .price-plan__lead-card {
        display: grid;
        grid-template-columns: 1fr 210px;
        gap: 20px;
        align-items: center;
        max-width: 680px;
        margin: 0 auto 28px;
        padding: 26px 28px;
        background: #fcfcfc;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      }
      .price-plan__check-list {
        display: grid;
        gap: 12px;
      }
      .price-plan__check-list li {
        position: relative;
        padding-left: 30px;
        color: #0c0c50;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.55;
      }
      .price-plan__check-list li::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #efb300;
      }
      .price-plan__check-list li::after {
        content: "✓";
        position: absolute;
        top: 3px;
        left: 0;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        line-height: 20px;
        text-align: center;
      }
      .price-plan__lead-illust img {
        display: block;
        width: 100%;
        max-width: 180px;
        margin-left: auto;
      }
      .price-plan__point-box {
        margin: 0 auto 32px;
        padding: 30px 28px 28px;
        background: #efbc00;
        border-radius: 12px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.07);
      }
      .price-plan__point-head {
        position: relative;
        width: fit-content;
        margin: 0 auto 20px;
        color: #fff;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.2;
      }
      .price-plan__point-head::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        margin-top: 6px;
        background: rgba(255, 255, 255, 0.95);
      }
      .price-plan__point-list {
        display: grid;
        gap: 14px;
        max-width: 700px;
        margin: 0 auto;
      }
      .price-plan__point-list li {
        position: relative;
        padding: 14px 18px 14px 48px;
        background: #fff;
        border-radius: 10px;
        color: #0c0c50;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.5;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
      }
      .price-plan__point-list li::before {
        content: "";
        position: absolute;
        top: 50%; left: 16px;
        width: 22px; height: 22px;
        border-radius: 50%;
        background: #0b0750;
        transform: translateY(-50%);
      }
      .price-plan__point-list li::after {
        content: "✓";
        position: absolute;
        top: 50%; left: 16px;
        width: 22px; height: 22px;
        color: #efbc00;
        font-size: 13px;
        font-weight: 900;
        line-height: 22px;
        text-align: center;
        transform: translateY(-50%);
      }
      .price-plan__cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 28px;
      }
      .plan-card {
        overflow: hidden;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
      }
      .plan-card__head {
        margin: 0;
        padding: 14px 16px;
        background: #050047;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.4;
        text-align: center;
      }
      .plan-card__head--blue { background: #2382c5; }
      .plan-card__body { padding: 20px 18px 22px; }
      .plan-card__main-price {
        margin: 0 0 18px;
        line-height: 1.3;
      }
      .plan-card__price-value {
        color: #e7a300;
        font-size: 26px;
        font-weight: 900;
      }
      .plan-card__tax {
        margin-left: 6px;
        color: #444;
        font-size: 13px;
        font-weight: 700;
      }
      .plan-card__rate {
        margin: 0 0 18px;
        color: #2382c5;
        font-size: 52px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
      }
      .plan-card__note-list {
        display: grid;
        gap: 10px;
      }
      .plan-card__note-list li {
        position: relative;
        padding-left: 14px;
        color: #0c0c50;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.65;
      }
      .plan-card__note-list li::before {
        content: "";
        position: absolute;
        top: 0.7em;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #e7a300;
        transform: translateY(-50%);
      }
      .price-plan__guide-title {
        margin: 0;
        padding: 14px 16px;
        background: #efbc00;
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.4;
        text-align: center;
        border-radius: 10px 10px 0 0;
      }
      .price-plan__table-wrap {
        overflow: hidden;
        border: 1px solid #d8d8d8;
        border-top: 0;
        border-radius: 0 0 10px 10px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
      }
      .price-plan__table {
        width: 100%;
        border-collapse: collapse;
      }
      .price-plan__table thead th {
        padding: 15px 12px;
        background: #050047;
        color: #fff;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.4;
        border-right: 1px solid #cfcfcf;
      }
      .price-plan__table thead th:last-child { border-right: 0; }
      .price-plan__table tbody td {
        padding: 15px 12px;
        color: #0c0c50;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
      }
      .price-plan__table tbody td:nth-child(1) {
        font-size: 18px;
        font-weight: 900;
        color: #08104f;
      }
      .price-plan__table tbody td:nth-child(2) {
        font-size: 14px;
        font-weight: 700;
        color: #7f8398;
      }
      .price-plan__table tbody td:last-child { border-right: 0; }
      .price-plan__table tbody td:nth-child(1),
      .price-plan__table tbody td:nth-child(2) {
        text-align: center;
        white-space: nowrap;
      }
      .price-plan__table .is-accent {
        color: #7f8398;
        font-weight: 700;
      }
      @media (max-width: 900px) {
        .price-plan {
          padding: 68px 16px 76px;
        }
        .price-plan__title { font-size: 28px; }
        .price-plan__header-mark {
          width: 86px;
          height: 86px;
        }
        .price-plan__lead-card {
          grid-template-columns: 1fr 160px;
          padding: 22px 22px;
        }
        .price-plan__lead-illust img { max-width: 150px; }
        .price-plan__cards { grid-template-columns: 1fr; }
      }
      @media (max-width: 768px) {
        .price-plan {
          padding: 46px 14px 54px;
        }
        .price-plan__header { margin-bottom: 24px; }
        .price-plan__header-mark {
          width: 74px;
          height: 74px;
        }
        .price-plan__title { font-size: 24px; }
        .price-plan__lead-card {
          grid-template-columns: 1fr;
          gap: 14px;
          padding: 18px 16px;
          margin-bottom: 22px;
          border-radius: 10px;
        }
        .price-plan__check-list { gap: 10px; }
        .price-plan__check-list li {
          font-size: 14px;
          padding-left: 28px;
        }
        .price-plan__lead-illust img {
          max-width: 120px;
          margin: 0 auto;
        }
        .price-plan__point-box {
          padding: 22px 14px 16px;
          margin-bottom: 22px;
          border-radius: 10px;
        }
        .price-plan__point-head {
          margin-bottom: 16px;
          font-size: 18px;
        }
        .price-plan__point-list { gap: 10px; }
        .price-plan__point-list li {
          padding: 12px 14px 12px 40px;
          font-size: 14px;
          border-radius: 8px;
        }
        .price-plan__point-list li::before,
        .price-plan__point-list li::after {
          left: 12px;
          width: 20px;
          height: 20px;
        }
        .price-plan__point-list li::after {
          font-size: 12px;
          line-height: 20px;
        }
        .plan-card__head {
          font-size: 16px;
          padding: 13px 12px;
        }
        .plan-card__body { padding: 16px 14px 18px; }
        .plan-card__price-value { font-size: 22px; }
        .plan-card__rate { font-size: 42px; }
        .plan-card__note-list li { font-size: 14px; }
        .price-plan__guide-title {
          font-size: 18px;
          padding: 12px 12px;
        }
        .price-plan__table-wrap { overflow-x: auto; }
        .price-plan__table { min-width: 640px; }
        .price-plan__table thead th,
        .price-plan__table tbody td {
          font-size: 13px;
          padding: 12px 10px;
        }
        .price-plan__table tbody td:nth-child(1) {
          font-size: 16px;
        }
        .price-plan__table tbody td:nth-child(2) {
          font-size: 12px;
        }
      }

      /* =========================
      faq
      ========================= */
      .faq-section {
        background: #efefef;
        padding: 88px 20px 100px;
      }
      .faq-section__inner {
        max-width: 980px;
        margin: 0 auto;
      }
      .faq-section__header {
        position: relative;
        width: fit-content;
        margin: 0 auto 40px;
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .faq-section__header-mark {
        position: absolute;
        top: 50%; left: 50%;
        width: 120px; height: 120px;
        border-radius: 50%;
        background: #efc75d;
        transform: translate(-50%, -50%);
      }
      .faq-section__title {
        position: relative;
        z-index: 1;
        margin: 0;
        color: #333;
        font-size: 34px;
        font-weight: 900;
        letter-spacing: 0.04em;
        line-height: 1.3;
      }
      .faq-list {
        display: grid;
        gap: 16px;
      }
      .faq-item {
        background: #f7f7f7;
        border: 1px solid #d3d3d3;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }
      .faq-item summary {
        list-style: none;
      }
      .faq-item summary::-webkit-details-marker { display: none; }
      .faq-item__question {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        gap: 16px;
        align-items: center;
        padding: 22px 24px;
        cursor: pointer;
      }
      .faq-item__qicon,
      .faq-item__aicon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        line-height: 1;
        flex-shrink: 0;
      }
      .faq-item__qicon { background: #efb700; }
      .faq-item__aicon { background: #2684c8; }
      .faq-item__question-text {
        color: #0b0b4f;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.5;
      }
      .faq-item__toggle {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #2684c8;
        position: relative;
        justify-self: end;
      }
      .faq-item__toggle::before,
      .faq-item__toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background: #fff;
        transform-origin: center;
        transition: transform 0.2s ease;
      }
      .faq-item__toggle::before { transform: translate(-70%, -50%) rotate(45deg); }
      .faq-item__toggle::after { transform: translate(-30%, -50%) rotate(-45deg); }
      .faq-item[open] .faq-item__toggle::before { transform: translate(-70%, -50%) rotate(-45deg); }
      .faq-item[open] .faq-item__toggle::after { transform: translate(-30%, -50%) rotate(45deg); }
      .faq-item__answer-wrap {
        padding: 0 24px 20px;
      }
      .faq-item__answer {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 16px;
        align-items: flex-start;
        padding: 18px 20px;
        background: #ececec;
        border-left: 4px solid #2684c8;
        border-radius: 10px;
      }
      .faq-item__answer p {
        margin: 0;
        color: #0b0b4f;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
      }
      @media (max-width: 768px) {
        .faq-section {
          padding: 46px 14px 54px;
        }
        .faq-section__header {
          min-height: 82px;
          margin-bottom: 24px;
        }
        .faq-section__header-mark {
          width: 82px;
          height: 82px;
        }
        .faq-section__title { font-size: 24px; }
        .faq-list { gap: 12px; }
        .faq-item { border-radius: 10px; }
        .faq-item__question {
          grid-template-columns: 34px 1fr 34px;
          gap: 12px;
          padding: 16px 14px;
        }
        .faq-item__qicon,
        .faq-item__aicon {
          width: 34px;
          height: 34px;
          font-size: 20px;
        }
        .faq-item__question-text {
          font-size: 15px;
          line-height: 1.5;
        }
        .faq-item__toggle {
          width: 32px;
          height: 32px;
        }
        .faq-item__toggle::before,
        .faq-item__toggle::after { width: 10px; }
        .faq-item__answer-wrap { padding: 0 14px 14px; }
        .faq-item__answer {
          grid-template-columns: 34px 1fr;
          gap: 12px;
          padding: 14px 12px;
          border-radius: 8px;
        }
        .faq-item__answer p {
          font-size: 14px;
          line-height: 1.8;
        }
      }

      /* =========================
      contact
      ========================= */
      .contact-section {
        background: #f7f3e8;
        padding: 88px 20px 100px;
      }
      .contact-section__inner {
        max-width: 1000px;
        margin: 0 auto;
      }
      .contact-section__header {
        text-align: center;
        margin-bottom: 34px;
      }
      .contact-section__title {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 28px 36px;
        color: #333;
        font-size: 34px;
        font-weight: 900;
        line-height: 1.3;
        letter-spacing: 0.04em;
      }
      .contact-section__title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96px;
        height: 96px;
        background: #efc75d;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
      }
      .contact-section__lead {
        margin: 20px auto 0;
        max-width: 720px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
      }
      .contact-section__box {
        margin: 0 auto;
        padding: 34px 32px 36px;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      }
      .contact-form {
        display: grid;
        gap: 22px;
      }
      .contact-form__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
      }
      .contact-form__field {
        display: grid;
        gap: 8px;
      }
      .contact-form__label {
        color: #0c0c50;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.4;
      }
      .contact-form__field.is-required .contact-form__label::after {
        content: "必須";
        display: inline-block;
        margin-left: 8px;
        padding: 2px 6px;
        background: #efb300;
        color: #fff;
        font-size: 11px;
        font-weight: 900;
        line-height: 1.2;
        border-radius: 4px;
        vertical-align: middle;
      }
      .contact-form__input,
      .contact-form__select,
      .contact-form__textarea {
        width: 100%;
        padding: 14px 16px;
        border: 1px solid #cfcfcf;
        border-radius: 8px;
        background: #fff;
        color: #222;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        appearance: none;
      }
      .contact-form__select {
        background-image:
          linear-gradient(45deg, transparent 50%, #333 50%),
          linear-gradient(135deg, #333 50%, transparent 50%);
        background-position:
          calc(100% - 20px) calc(50% - 2px),
          calc(100% - 14px) calc(50% - 2px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
      }
      .contact-form__textarea {
        resize: vertical;
        min-height: 180px;
      }
      .contact-form__input:focus,
      .contact-form__select:focus,
      .contact-form__textarea:focus {
        outline: none;
        border-color: #efb300;
        box-shadow: 0 0 0 3px rgba(239, 179, 0, 0.12);
      }
      .contact-form__privacy { margin-top: -4px; }
      .contact-form__check {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6;
        cursor: pointer;
      }
      .contact-form__check input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: #0c0c50;
      }
      .contact-form__submit {
        margin-top: 6px;
        text-align: center;
      }
      .contact-form__button {
        min-width: 280px;
        padding: 16px 28px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(180deg, #f7cf2d 0%, #e7b91d 100%);
        color: #111;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.2;
        cursor: pointer;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease, opacity 0.2s ease;
      }
      .contact-form__button:hover {
        transform: translateY(-1px);
        opacity: 0.95;
      }
      @media (max-width: 768px) {
        .contact-section {
          padding: 46px 14px 54px;
        }
        .contact-section__title {
          font-size: 24px;
          padding: 20px 26px;
        }
        .contact-section__title::before {
          width: 72px;
          height: 72px;
        }
        .contact-section__lead {
          margin-top: 14px;
          font-size: 14px;
          line-height: 1.75;
        }
        .contact-section__box {
          padding: 22px 16px 24px;
          border-radius: 10px;
        }
        .contact-form { gap: 16px; }
        .contact-form__row {
          grid-template-columns: 1fr;
          gap: 16px;
        }
        .contact-form__label { font-size: 14px; }
        .contact-form__input,
        .contact-form__select,
        .contact-form__textarea {
          padding: 12px 14px;
          font-size: 14px;
          border-radius: 8px;
        }
        .contact-form__textarea { min-height: 160px; }
        .contact-form__button {
          width: 100%;
          min-width: 0;
          padding: 15px 20px;
          font-size: 16px;
        }
      }

      /* =========================
      footer
      ========================= */
      .footer {
        background: #F2AB05;
        padding: 56px 20px 24px;
        color: #fff;
      }
      .footer__inner {
        max-width: 1000px;
        margin: 0 auto;
      }
      .footer__head {
        margin-bottom: 22px;
        text-align: center;
      }
      .footer__sub {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.08em;
        opacity: 0.9;
      }
      .footer__title {
        margin: 4px 0 0;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.3;
        letter-spacing: 0.04em;
      }
      .footer__box {
        padding: 22px 24px;
        background: #fff;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
      }
      .footer__row {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 14px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
      }
      .footer__row:last-child {
        border-bottom: 0;
        padding-bottom: 0;
      }
      .footer__row dt,
      .footer__row dd,
      .footer__row a {
        color: #000;
      }
      .footer__row dt {
        margin: 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.7;
      }
      .footer__row dd {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
      }
      .footer__copy {
        margin: 18px 0 0;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.4;
        opacity: 0.9;
      }
      .floating-cta {
        position: relative;
        padding: 22px 10px 10px;
        background: rgba(255,255,255,0.96);
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.18);
        backdrop-filter: blur(6px);
      }

        .floating-cta__label{
          position:absolute;
          top:-14px;
          left:50%;
          transform:translateX(-50%);
          background:#ff8a00;
          color:#fff;
          font-size:12px;
          font-weight:700;
          padding:6px 14px;
          border-radius:999px;
          box-shadow:0 4px 10px rgba(0,0,0,0.15);
          white-space:nowrap;
        }

        .floating-cta {
        display: none;
      }

      @media (max-width: 768px) {
        .floating-cta {
          position: fixed;
          left: 10px;
          right: 10px;
          bottom: 10px;
          z-index: 99999;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 8px;
        }

        .floating-cta__btn {
          min-height: 52px;
          border-radius: 999px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          color: #fff;
          font-size: 14px;
          font-weight: 900;
          line-height: 1.2;
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
        }

        .floating-cta__btn--mail {
          background: #f58600;
        }

        .floating-cta__btn--tel {
          background: #07004c;
        }

        .floating-cta__icon {
          width: 18px;
          height: 18px;
          display: block;
          flex: 0 0 auto;
        }

        .floating-cta__icon svg {
          width: 100%;
          height: 100%;
          display: block;
        }

        body {
          padding-bottom: 74px;
        }

        .footer {
          padding: 42px 14px 20px;
        }
        .footer__head { margin-bottom: 18px; }
        .footer__sub { font-size: 12px; }
        .footer__title { font-size: 22px; }
        .footer__box {
          padding: 16px 14px;
          border-radius: 8px;
        }
        .footer__row {
          grid-template-columns: 1fr;
          gap: 4px;
          padding: 10px 0;
        }
        .footer__row dt,
        .footer__row dd {
          font-size: 13px;
          line-height: 1.7;
        }
        .footer__copy {
          margin-top: 16px;
          font-size: 11px;
        }
      }