@layer figreset,figoverridable,reset,theme,base,figutils,components,utilities;

@layer figoverridable {
  :root {
    font-synthesis: none;
  }
}

@layer figutils {
  :root {
    --banner-height: 48px;
    --banner-height-v2: 40px;
    --full-height-with-banner: calc(100dvh - var(--banner-height));
  }

  @media (max-width: 600px) {
    .banner-v2-container {
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto !important;
    }
  }

  .wrapper-with-banner .min-h-screen {
    min-height: var(--full-height-with-banner);
  }

  .wrapper-with-banner .h-screen {
    height: var(--full-height-with-banner);
  }
}

/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-600: oklch(.577 .245 27.325);
    --color-yellow-100: oklch(.973 .071 103.193);
    --color-yellow-800: oklch(.476 .114 61.907);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-100: oklch(.932 .032 255.585);
    --color-blue-200: oklch(.882 .059 254.128);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-purple-50: oklch(.977 .014 308.299);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .875rem;
    --text-xs--line-height: calc(1.25 / .875);
    --text-sm: 1rem;
    --text-sm--line-height: calc(1.5 / 1);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-relaxed: 1.625;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-16 {
    top: calc(var(--spacing) * 16);
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .ml-16 {
    margin-left: calc(var(--spacing) * 16);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[600px\] {
    min-height: 600px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-0\.5 {
    width: calc(var(--spacing) * .5);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-gray-400 {
    border-color: var(--color-gray-400);
  }

  .border-gray-800 {
    border-color: var(--color-gray-800);
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-50 {
    --tw-gradient-from: var(--color-gray-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-gray-800 {
    --tw-gradient-to: var(--color-gray-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-purple-50 {
    --tw-gradient-to: var(--color-purple-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/90 {
    color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:border-gray-400:hover {
      border-color: var(--color-gray-400);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-40 {
      padding-block: calc(var(--spacing) * 40);
    }
  }
}

:root {
  --font-size: 17px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

html, body, #container, #container > div {
  height: 100%;
}

/* リボンバッジ（角折れデザイン） */
.ribbon-badge {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 10;
}

.ribbon-badge-inner {
  position: relative;
  background-color: #8B5E3C;
  color: #fff;
  padding: 10px 24px 10px 18px;
  font-size: 1rem;
  font-weight: 500;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.ribbon-badge-inner::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #5C4A3A transparent transparent transparent;
}

/* ===========================================
   新・料金セクション
   =========================================== */
.price-section-new {
  background: linear-gradient(180deg, #FAF7F2 0%, #F5EDE0 100%);
}

.price-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #5C4A3A;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
}

/* 価格カード */
.price-card-new {
  background: #fff;
  border: 4px solid #A56C42;
  border-radius: 2px;
  padding: 2rem 2.5rem 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* キャンペーンバッジ */
.price-campaign-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #C4956C;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
  z-index: 1;
}

/* 価格情報 */
.price-info {
  margin-bottom: 1.5rem;
  margin: 8vh
}

.price-original {
  font-size: 1.2rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.price-strikethrough {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 1.4rem;
}

.price-main-row {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
}

.price-main {
  font-size: 3rem;
  font-weight: 700;
  color: #eb1e1e;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.price-yen {
  font-size: 1.75rem;
}

.price-tax {
  font-size: 1rem;
  color: #A56C42;
}

.price-discount-badge {
  position: absolute;
  right: 12vw;
  top: 56%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C4956C;
  color: #fff;
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 700;
}

.price-period {
  font-size: 0.9rem;
  color: #A56C42;
  margin-bottom: 0.875rem;
}

.price-monthly {
  font-size: 1.2rem;
  color: #6b7280;
}

.price-monthly-amount {
  font-weight: 700;
  color: #5C4A3A;
}

/* 料金CTAボタン */
.price-cta-button {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  font-size: 1.375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 24px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}

.price-cta-button:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(180, 30, 62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* プランに含まれるもの */
.price-includes {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 2rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid #E5E7EB;
}

.price-includes-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}

.price-includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.price-includes-column {
  padding: 0 1rem;
  border-right: 1px solid #E5E7EB;
}

.price-includes-column:last-child {
  border-right: none;
}

.price-includes-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: none;
}

.price-includes-icon {
  width: 28px;
  height: 28px;
  color: #3B82F6;
  flex-shrink: 0;
}

.price-includes-icon svg {
  width: 100%;
  height: 100%;
}

.price-includes-column-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
}

.price-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-includes-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.7rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  text-wrap: nowrap;
}

.price-includes-list li:last-child {
  margin-bottom: 0;
}

.price-includes-list strong {
  color: #1f2937;
  font-weight: 600;
}

.price-check-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.price-check-icon::before {
  content: '✓';
  color: #3B82F6;
  font-size: 0.75rem;
  font-weight: 700;
}



@media (max-width: 768px) {
  .price-section-title {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  
  .price-card-new {
    padding: 1.5rem 1rem 2rem;
    border-left-width: 3px;
  }
  
  .price-campaign-badge {
    font-size: 4vw;
    padding: 1vh 2vh;
  }
  .price-info {
    margin: 5vh 0;
  }
  
  .price-original {
    font-size: 4vw;
  }
  .price-strikethrough {
    font-size: 5vw;
  }
  
  .price-main {
    font-size: 10vw;
  }
  
  .price-yen {
    font-size: 4vw;
  }
  
  .price-tax {
    font-size: 4vw;
  }
  
  .price-discount-badge {
    font-size: 4.5vw;
    padding: 0.5vh 1vh;
    right: -9vw;
    top: 3vh;
  }
  
  .price-period {
    font-size: 3vw;
  }
  
  .price-monthly {
    font-size: 5vw;
  }
  
  .price-cta-button {
    width: 100%;
    max-width: 280px;
    padding: 0.75rem 2rem;
    font-size: 0.9375rem;
  }
  
  .price-includes {
    padding: 3vh 1vw;
    margin-top: 1rem;
  }
  
  .price-includes-title {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 3vh;
    text-align: center;
  }
  
  .price-includes-grid {
    grid-template-columns: 1fr;
    gap: 3vh;
  }
  
  .price-includes-column {
    padding: 0;
    border-right: none;
  }
  
  .price-includes-header {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1vh;
  }
  
  .price-includes-icon {
    width: 28px;
    height: 28px;
  }
  
  .price-includes-column-title {
    font-size: 3.5vw;
    font-weight: 600;
    color: #1f2937;
  }
  
  .price-includes-list li {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 0.5vh;
    text-wrap: wrap;
    margin-left: 1vw;
  }
  
  .price-check-icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
  
  .price-check-icon::before {
    font-size: 0.75rem;
  }
}

/* How to Join セクション */
.how-to-join-section {
  background: linear-gradient(to bottom, #FAF7F2 0%, #ffffff 100%);
}

.flow-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 600px;
  margin: 8vh auto;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.flow-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-arrow {
  font-size: 1.25rem;
  color: #9ca3af;
  line-height: 1;
  padding: 0.75rem 0;
  font-weight: 300;
  text-align: center;
  margin-left: 20px;
}

.flow-content {
  flex: 1;
}

.flow-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.flow-desc {
  font-size: 1.0625rem;
  color: #6b7280;
  line-height: 1.7;
}

.flow-cta-button {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  font-size: 1.375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 24px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
}

.flow-cta-button:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(180, 30, 62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* ヘッダーCTAボタン */
.header-cta-button {
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 0.625rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 16px rgba(180, 30, 62, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}

.header-cta-button:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-1px);
  box-shadow: 
    0 6px 20px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* ヒーローCTAボタン（旧） */
.hero-cta-button {
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  font-size: 1.375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 24px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
}

.hero-cta-button:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(180, 30, 62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* ===========================================
   新FVセクション
   =========================================== */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 背景画像 */
.hero-bg {
  position: relative;
  width: 100%;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}


/* コンテンツエリア */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  padding: 5.2vw;
}

/* 左側テキストエリア */
.hero-text-area {
  position: relative;
  max-width: 600px;
  left: 11%;
  top: 9%;
}


/* キャッチコピー */
.hero-catchcopy {
  font-family: 'Inter', sans-serif;
  font-size: 2.65vw;
  font-weight: 600;
  line-height: 1.2;
  color: #A56C42;
  margin-bottom: 0.1rem;
  letter-spacing: 0.02em;
}

.hero-catchcopy__x {
  color: #A56C42;
  font-weight: 700;
}

.hero-catchcopy__black {
  color: #000000;
}

/* メインタイトル「アイリス」 */
.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 6.7vw;
  font-weight: 700;
  color: #A56C42;
  letter-spacing: 0em;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

/* 説明文 */
.hero-description {
  font-size: 1.2vw;
  line-height: 2;
  color: #333333;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-left: 0.8rem;
}

/* 先行モニター枠 */
.hero-monitor-box {
  border: 2px solid rgba(139, 115, 85, 0.5);
  border-radius: 0;
  padding: 1rem 1.5rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
}

.hero-monitor-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

/* 特徴タグ */
.hero-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero-feature-tag {
  display: inline-block;
  font-size: 0.875rem;
  color: #4a4a4a;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(139, 115, 85, 0.4);
  background: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

/* CTAボタンラッパー */
.hero-cta-wrapper {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

/* 新しいヒーローCTAボタン */
.hero-cta-button-new {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  font-size: 1.375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 24px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
}

.hero-cta-button-new:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(180, 30, 62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* 右下スパークル装飾 */
.hero-sparkle {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 48px;
  height: 48px;
  color: #E8D5B7;
  z-index: 15;
  opacity: 0.9;
}

.hero-sparkle svg {
  width: 100%;
  height: 100%;
}

/* FVセクション レスポンシブ（768px以下：スマホ用） */
@media (max-width: 768px) {
  .hero-content {
    padding-left: 5%;
    align-items: flex-start;
    padding-top: 2%;
  }
  
  .hero-text-area {
    max-width: 100%;
    left: 0;
    top: 8%;
    padding: 0 0.5rem;
  }
  
  
  /* スマホ用キャッチコピー */
  .hero-catchcopy {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 0.5%;
  }
  
  .hero-catchcopy br {
    display: block;
  }
  
  /* スマホ用タイトル「アイリス」 */
  .hero-title {
    font-size: 13vw;
    letter-spacing: 0.05em;
    margin-bottom: 0.5%;
  }
  
  /* スマホ用説明文 */
  .hero-description {
    font-size: 3.2vw;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    margin-left: 0.25rem;
  }
  
  .hero-description br {
    display: block;
  }
  
  .hero-monitor-box {
    padding: 0.875rem 1rem;
  }
  
  .hero-monitor-text {
    font-size: 1.125rem;
  }
  
  .hero-feature-tag {
    font-size: 0.8125rem;
  }
  
  .hero-cta-wrapper {
    bottom: 4%;
    width: 90%;
    text-align: center;
  }
  
  .hero-cta-button-new {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 280px;
  }
  
  .hero-sparkle {
    width: 32px;
    height: 32px;
    bottom: 15%;
    right: 5%;
  }
}

@media (max-width: 640px) {
  .header-cta-button {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
  }
  
  .hero-cta-button {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
  }
}

@media (max-width: 640px) {
  .flow-step {
    gap: 1rem;
  }
  
  .flow-icon {
    width: 52px;
    height: 52px;
  }
  
  .flow-arrow {
    margin-left: 18px;
  }
  
  .flow-title {
    font-size: 1.125rem;
  }
  
  .flow-desc {
    font-size: 1rem;
  }
  
  .flow-desc br {
    display: none;
  }
}

/* コミュニティセクション */
.community-section {
  background: linear-gradient(135deg, #F5EDE0 0%, #EDE4D4 50%, #F5EDE0 100%);
}

.community-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,253,249,0.95) 0%, rgba(250,247,242,0.98) 100%);
  border: 3px solid #A56C42;
  border-radius: 1rem;
  padding: 4rem 2rem;
  min-height: 200px;
  overflow: hidden;
}

.community-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.community-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
  color: #78350f;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.community-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #8B5E3C;
  margin-bottom: 0.5rem;
}

.community-text {
  font-size: 1rem;
  color: #A56C42;
  font-weight: 500;
}

/* 装飾アイコン */
.community-icon {
  position: absolute;
  color: #A56C42;
  z-index: 1;
  opacity: 0.85;
}

.community-icon svg {
  width: 100%;
  height: 100%;
}

.icon-gear-1 {
  width: 32px;
  height: 32px;
  top: 25%;
  left: 18%;
  transform: rotate(-15deg);
}

.icon-gear-2 {
  width: 20px;
  height: 20px;
  top: 55%;
  left: 22%;
  opacity: 0.6;
}

.icon-gear-3 {
  width: 28px;
  height: 28px;
  top: 20%;
  right: 28%;
}

.icon-network-1 {
  width: 36px;
  height: 36px;
  top: 35%;
  left: 28%;
  transform: rotate(10deg);
}

.icon-network-2 {
  width: 30px;
  height: 30px;
  top: 30%;
  right: 20%;
}

.icon-sparkle {
  width: 28px;
  height: 28px;
  bottom: 15%;
  right: 8%;
  color: #A56C42;
}

@media (max-width: 768px) {
  .community-card {
    padding: 3rem 1.5rem;
    min-height: 160px;
  }
  
  .community-icon {
    display: none;
  }
  
  .community-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 640px) {
  .community-card {
    padding: 2.5rem 1rem;
  }
  
  .community-title {
    font-size: 1.25rem;
  }
  
  .community-badge {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
  }
}

/* FAQセクション */
.faq-section {
  background: linear-gradient(180deg, #FFFDF9 0%, #FAF7F2 100%);
}

/* FAQ アコーディオン */
.faq-accordion {
  display: flex;
  flex-direction: column;
}

.faq-item {
  overflow: hidden;
}

.faq-item--warm {
  background-color: #FFFDF9;
  border-color: #D4C4B0 !important;
}

.faq-item--warm:hover {
  border-color: #A56C42 !important;
}

.faq-badge-q {
  background-color: #A56C42;
  color: #fff;
}

.faq-badge-a {
  background-color: #D4C4B0;
  color: #5C4A3A;
}

.faq-question {
  list-style: none;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  display: none;
}

.faq-question:focus {
  outline: none;
}

.faq-question:focus-visible {
  outline: 2px solid #374151;
  outline-offset: 2px;
}

/* アイコンのアニメーション */
.faq-icon {
  transition: transform 0.3s ease;
}

.faq-icon-vertical {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 開いた時のアイコン変化（＋ → −） */
.faq-item[open] .faq-icon-vertical {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

/* 回答部分のアニメーション */
.faq-answer {
  animation: faq-slide-down 0.3s ease-out;
}

@keyframes faq-slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ホバーエフェクト */
.faq-question:hover .faq-icon svg {
  color: #374151;
}

/* CTAセクション */
.cta-section {
  background: linear-gradient(to bottom, #FAF7F2 0%, #F5EDE0 100%);
}

.cta-heading {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* CTAボタン（トンマナ統一） */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  padding: 1.25rem 4rem;
  font-size: 1.375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 24px rgba(180, 30, 62, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
}

.cta-button:hover {
  background: linear-gradient(180deg, #E04060 0%, #C82E4E 50%, #B02840 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(180, 30, 62, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.cta-button svg {
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .cta-heading {
    font-size: 1.5rem;
  }
  
  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.0625rem;
  }
}

/* 活動内容セクション */
.activity-section {
  background: linear-gradient(180deg, #FFFDF9 0%, #FAF7F2 100%);
}

.activity-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.6;
}

.activity-title__highlight {
  color: #A56C42;
  position: relative;
}

.activity-title__highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, #A56C42, #8B5E3C);
  border-radius: 2px;
}

/* 活動内容セクション - グリッドレイアウト */
.activity-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  align-items: stretch;
}

.activity-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.activity-card--left {
  display: flex;
  flex-direction: column;
}

.activity-right-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* 右側カードのサイズ調整 */
.activity-right-column .activity-card:first-child {
  flex: 2.5;
}

.activity-right-column .activity-card:last-child {
  flex: 1;
}

/* カードヘッダー */
.activity-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.activity-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.activity-card__icon {
  width: 32px;
  height: 32px;
  color: #A56C42;
  flex-shrink: 0;
}

.activity-card__icon svg {
  width: 100%;
  height: 100%;
}

.activity-card__desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* チェックリスト */
.activity-card__checklist {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.activity-card__check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.5;
}

.activity-card__check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #A56C42;
}

.activity-card__check-icon svg {
  width: 100%;
  height: 100%;
}

/* 受講スタイルセクション */
.activity-card__style-section {
  margin-top: auto;
  padding-top: 1rem;
}

.activity-card__style-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.activity-card__style-label::before,
.activity-card__style-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.activity-card__style-label::before {
  margin-right: 1rem;
}

.activity-card__style-label::after {
  margin-left: 1rem;
}

.activity-card__style-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.activity-card__style-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
}

/* トグルスイッチ */
.activity-card__toggle {
  width: 36px;
  height: 20px;
  background: #e5e7eb;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s;
}

.activity-card__toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.activity-card__toggle--on {
  background: #A56C42;
}

.activity-card__toggle--on::after {
  transform: translateX(16px);
}

/* リスト（個別コーチング） */
.activity-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.activity-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.5;
}

.activity-card__arrow {
  flex-shrink: 0;
  color: #A56C42;
  font-weight: 600;
}

/* 例（エンタメlab） */
.activity-card__example {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

.activity-card__star {
  flex-shrink: 0;
  color: #9ca3af;
}

.activity-bottom-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
  line-height: 2;
  margin-top: 2.5rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .activity-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .activity-card--left {
    grid-row: auto;
  }

  .activity-card__desc {
    font-size: 0.875rem;
  }
  
  .activity-title {
    font-size: 1.375rem;
  }
  
  .activity-card__check-item {
    font-size: 0.67rem;
  }
  
  .activity-card__list-item {
    font-size: 0.67rem;
  }
  .activity-card__example {
    font-size: 0.67rem;
  }
  
  .activity-bottom-text {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}

/* プログラム概要（About）セクション */
.about-section {
  position: relative;
  background: linear-gradient(135deg, #FAF7F2 0%, #F5EDE0 30%, #EDE4D4 60%, #F5EDE0 100%);
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(165, 108, 66, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(200, 75, 75, 0.04) 0%, transparent 40%);
  pointer-events: none;
}

.about-sparkle {
  position: absolute;
  bottom: 8%;
  right: 5%;
  width: 32px;
  height: 32px;
  color: #A56C42;
  opacity: 0.7;
  z-index: 1;
}

.about-sparkle svg {
  width: 100%;
  height: 100%;
}

.about-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.6;
}

.about-title__highlight {
  color: #A56C42;
  position: relative;
}

.about-title__highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, #A56C42, #8B5E3C);
  border-radius: 2px;
}

.about-desc {
  color: #374151;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* プログラム概要セクション - カードグリッド */
.program-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.program-card {
  background: #fff;
  border: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.program-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.program-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.program-card__label {
  display: inline-block;
  background: linear-gradient(135deg, #A56C42 0%, #8B5E3C 100%);
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

.program-card__icon {
  width: 32px;
  height: 32px;
  color: #A56C42;
  flex-shrink: 0;
}

.program-card__icon svg {
  width: 100%;
  height: 100%;
}

.program-card__desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.7;
}

/* プログラム概要カードのレスポンシブ対応 */
@media (max-width: 1024px) {
  .program-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .program-cards-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0;
  }
  
  .program-card {
    background: #fff;
    border-radius: 0.875rem;
    padding: 1.125rem 1rem 1rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  
  .program-card:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  
  .program-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }
  
  .program-card__label {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #A56C42 0%, #8B5E3C 100%);
    border-radius: 9999px;
    padding: 0.375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
  }
  
  .program-card__icon {
    width: 24px;
    height: 24px;
    color: #A56C42;
    opacity: 0.9;
  }
  
  .program-card__desc {
    font-size: 0.9375rem;
    color: #1f2937;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  
  .about-title {
    font-size: 1.2375rem;
  }
  
  .about-sparkle {
    display: block;
    position: absolute;
    bottom: 3%;
    right: 4%;
    width: 24px;
    height: 24px;
    color: #A56C42;
    opacity: 0.75;
  }
  
  .flow-cta-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 280px;
  }
  .leading-relaxed {
    font-size: 0.875rem;
  }
}

/* ===========================================
   需要セクション
   =========================================== */
:root {
  --demand-primary: #A56C42;
  --demand-primary-light: rgba(165, 108, 66, 0.15);
  --demand-primary-dark: #8B5E3C;
  --color-warm-brown: #A56C42;
  --color-warm-brown-dark: #8B5E3C;
  --color-warm-brown-light: #C4956C;
  --color-warm-accent: #C84B4B;
  --color-warm-bg: #FAF7F2;
  --color-warm-bg-alt: #F5EDE0;
}

.demand-section {
  background: linear-gradient(180deg, #F5EDE0 0%, #FAF7F2 100%);
}

.demand-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.8;
  text-align: center;
}

.demand-title__highlight {
  font-size: 1.75rem;
  font-weight: 700;
  color: #A56C42;
  letter-spacing: 0.05em;
  position: relative;
}

.demand-title__highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, #A56C42, #8B5E3C);
  border-radius: 2px;
}

/* スマホ専用表示（PCでは非表示） */
.sp-only {
  display: none;
}

.sp-break {
  display: none;
}

.demand-title__x {
  color: #A56C42;
  font-weight: 400;
  margin: 0 0.1em;
}

/* スマホ表示時のフォントサイズ調整は下部のメディアクエリで行う */

/* シンプルなセクション見出し（ハイライトなし） */
.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #5C4A3A;
  letter-spacing: 0.05em;
  text-align: center;
}

.demand-label {
  font-size: 1.3rem;
  color: #6b7280;
  margin-bottom: 1rem;
  text-align: center;
}

/* 現在社会で活躍している人材 */
.demand-current-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.demand-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.demand-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.demand-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.demand-card__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
}

.demand-card__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.demand-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}

/* バーグラフ */
.demand-card__bars {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.demand-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.demand-bar__label {
  font-size: 0.9375rem;
  color: #4b5563;
  white-space: nowrap;
  min-width: 100px;
}

.demand-bar__track {
  flex: 1;
  height: 16px;
  background: #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.demand-bar__fill {
  height: 100%;
  border-radius: 8px;
  transition: width 0.5s ease;
}

.demand-bar__fill--high {
  width: 90%;
  background: linear-gradient(90deg, #A56C42 0%, #C4956C 100%);
}

.demand-bar__fill--low {
  width: 25%;
  background: #9ca3af;
}

.demand-pattern-text {
  text-align: center;
  font-size: 1.3rem;
  color: #6b7280;
  margin-top: 1.25rem;
}

.demand-shortage-standalone {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.demand-shortage-highlight {
  display: inline;
  font-size: 1.6rem;
  font-weight: 800;
  color: #dc2626;
  background: linear-gradient(transparent 60%, #fef08a 60%);
  padding: 0 0.25rem;
}

/* 不足している人材 */
.demand-shortage-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.demand-label--shortage {
  align-self: flex-start;
  margin-bottom: 1.5rem;
}

.demand-arrow {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: -12px;
}

.demand-shortage-box {
  position: relative;
  width: 100%;
  background: #FFFDF9;
  border: 2px solid #A56C42;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(165, 108, 66, 0.15);
}

.demand-shortage-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

/* 公式エリア: 実務経験 + 生成AI活用 = キャリア前進 */
.demand-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.demand-formula__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.demand-formula__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(165, 108, 66, 0.1);
  border: 2px solid rgba(165, 108, 66, 0.4);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(165, 108, 66, 0.15);
  overflow: hidden;
}

.demand-formula__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demand-formula__item span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #A56C42;
}

.demand-formula__operator {
  font-size: 2rem;
  font-weight: 700;
  color: #A56C42;
}

.demand-shortage-desc {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
  line-height: 2;
}

/* 需要セクション レスポンシブ */
@media (max-width: 768px) {
  .demand-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .demand-title {
    font-size: 4vw;
  }

  .demand-title__highlight {
    font-size: 5vw;
  }
  
  .demand-title__highlight::after {
    display: none;
  }
  
  .sp-only {
    display: block;
  }
  
  br.sp-only {
    display: block;
  }
  
  .sp-break {
    display: block;
    height: 0.5%;
  }
  
  .demand-current-section {
    padding: 1.25rem;
  }
  
  .demand-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .demand-card {
    padding: 1.25rem;
  }
  
  .demand-card__header {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  
  .demand-card__icon {
    width: 50px;
    height: 50px;
  }
  
  .demand-card__title {
    font-size: 0.95rem;
  }
  
  .demand-bar__label {
    min-width: 85px;
    font-size: 0.875rem;
  }
  
  .demand-shortage-box {
    padding: 1.5rem 1rem;
  }
  
  .demand-shortage-title {
    font-size: 1.25rem;
  }
  
  .demand-formula {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.5rem;
    padding: 1rem;
    justify-items: center;
    align-items: center;
  }
  
  /* 上段: 実務経験(1番目) + 生成AI活用(2番目) */
  .demand-formula__item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    text-align: center;
  }
  
  .demand-formula__operator:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }
  
  .demand-formula__item:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    text-align: center;
  }
  
  /* 中段: = を二重シェブロン矢印に変更 */
  .demand-formula__operator:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    gap: 4px;
  }
  
  .demand-formula__operator:nth-of-type(2)::before,
  .demand-formula__operator:nth-of-type(2)::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid #C9A77A;
    border-bottom: 2px solid #C9A77A;
    transform: rotate(45deg);
  }
  
  .demand-formula__operator:nth-of-type(2)::before {
    border-color: #A56C42;
  }
  
  .demand-formula__operator:nth-of-type(2)::after {
    margin-top: -12px;
    border-color: #C9A77A;
  }
  
  /* 下段: キャリア前進(3番目) */
  .demand-formula__item:nth-of-type(3) {
    grid-column: 1 / -1;
    grid-row: 3;
    flex-direction: row;
    justify-content: center;
    background: rgba(165, 108, 66, 0.08);
    padding: 1rem 2rem;
    border-radius: 12px;
    width: 100%;
    max-width: 280px;
  }
  
  .demand-formula__icon {
    width: 72px;
    height: 72px;
  }
  
  .demand-formula__icon img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  
  .demand-formula__item span {
    font-size: 1.3rem;
  }
  
  .demand-formula__operator {
    font-size: 1.5rem;
  }
  
  .demand-shortage-desc {
    font-size: 1.1rem;
  }
  
  .demand-shortage-desc br {
    display: none;
  }
}

/* ===================================
   共感セクション（課題セクション）
   =================================== */
.empathy-section {
  background: linear-gradient(180deg, #FAF7F2 0%, #F5EDE0 100%);
  padding: 5rem 1rem;
}

.empathy-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empathy-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

/* 悩みカード3つ横並び */
.empathy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 0rem;
  margin-top: 14vh;
}

.empathy-card {
  background-color: #FFFDF9;
  border: 2px solid #D4C4B0;
  border-radius: 12px;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(165, 108, 66, 0.08);
}

.empathy-card__icon {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #D4C4B0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.empathy-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empathy-card__text {
  margin-top: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.7;
}

/* 下向き矢印（二重シェブロン） */
.empathy-arrow {
  margin: 1.5rem 0 1rem;
  display: flex;
  justify-content: center;
}

/* 解決策ボックス */
.empathy-solution {
  background: linear-gradient(135deg, #C4956C 0%, #A56C42 50%, #8B5E3C 100%);
  border: none;
  border-radius: 16px;
  padding: 1.75rem 3rem;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(165, 108, 66, 0.35);
}

.empathy-solution__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}

/* 共感セクション レスポンシブ */
@media (max-width: 768px) {
  .empathy-section {
    padding: 3rem 1rem;
  }

  .empathy-title {
    font-size: 1.375rem;
    margin-bottom: 2%;
  }

  /* スマホ用レイアウト：アイコン横並び + テキスト縦並び */
  .empathy-cards {
    display: grid;
    grid-template-columns: repeat(3, 70px);
    grid-template-rows: auto auto auto auto;
    gap: 0;
    justify-content: center;
    column-gap: 1rem;
    position: relative;
    padding-bottom: 0;
    margin-top: 23%;
  }

  .empathy-card {
    display: contents;
  }

  /* アイコン部分：上部に横並び・中央寄せ */
  .empathy-card__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto ;
    background: #FFFDF9;
    border: 2px solid #D4C4B0;
    position: relative;
    z-index: 10;
    justify-self: center;
  }

  .empathy-card:nth-child(1) .empathy-card__icon {
    grid-column: 1;
    grid-row: 1;
  }

  .empathy-card:nth-child(2) .empathy-card__icon {
    grid-column: 2;
    grid-row: 1;
  }

  .empathy-card:nth-child(3) .empathy-card__icon {
    grid-column: 3;
    grid-row: 1;
  }

  /* テキスト部分：下部ボックス内に縦並び */
  .empathy-card__text {
    grid-column: 1 / -1;
    font-size: 0.9375rem;
    text-align: left;
    padding: 0.875rem 1rem 0.875rem 2.5rem;
    margin: 0;
    position: relative;
    background: #FFFDF9;
    border-left: 2px solid #D4C4B0;
    border-right: 2px solid #D4C4B0;
    width: calc(100vw - 2rem);
    justify-self: center;
  }

  .empathy-card__text::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #A56C42;
    border-radius: 50%;
  }

  .empathy-card:nth-child(1) .empathy-card__text {
    grid-row: 2;
    border-top: 2px solid #D4C4B0;
    border-radius: 12px 12px 0 0;
    padding-top: 1rem;
    margin-top: -20%;
  }

  .empathy-card:nth-child(2) .empathy-card__text {
    grid-row: 3;
    border-top: 1px dashed #D4C4B0;
  }

  .empathy-card:nth-child(3) .empathy-card__text {
    grid-row: 4;
    border-top: 1px dashed #D4C4B0;
    border-bottom: 2px solid #D4C4B0;
    border-radius: 0 0 12px 12px;
    padding-bottom: 1rem;
  }

  .empathy-card__text br {
    display: none;
  }

  .empathy-solution {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    max-width: 90%;
  }

  .empathy-solution__text {
    font-size: 4vw;
  }
}

/* ファウンダーセクション */
.founder-section {
  background: linear-gradient(180deg, #FAF7F2 0%, #F5EDE0 100%);
}

/* ファウンダープロフィール - PC表示時の写真サイズ調整 */
@media (min-width: 48rem) {
  .founder-grid {
    align-items: stretch;
  }

  .founder-photo-wrapper {
    display: flex;
    flex-direction: column;
  }

  .founder-photo {
    height: 100%;
    flex: 1;
  }
}

/* CTA説明文のスタイル */
.cta-description {
  line-height: 2;
  font-size: 1rem;
}

.cta-description strong {
  color: #374151;
  font-weight: 600;
}

.cta-highlight {
  background: linear-gradient(transparent 60%, rgba(165, 108, 66, 0.2) 60%);
  font-weight: 600;
  color: #A56C42;
}

@media (min-width: 48rem) {
  .cta-description {
    font-size: 1.125rem;
    line-height: 2.2;
  }
}

/* CTAセクション スマホ用スタイル */
@media (max-width: 767px) {
  .cta-heading {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  
  .cta-description-sp {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  
  .cta-description-sp strong {
    color: #374151;
    font-weight: 600;
  }
}

/* Tailwind風レスポンシブユーティリティ */
@media (min-width: 768px) {
  .md\:inline {
    display: inline !important;
  }
  
  .md\:hidden {
    display: none !important;
  }
}

/* スマホ版での注釈テキストサイズ調整 */
@media (max-width: 767px) {
  .price-note {
    font-size: 0.675rem; /* 0.75rem (text-xs) の0.9倍 */
  }
  
  .price-subtext {
    font-size: 0.9rem; /* 1rem の0.9倍 */
  }
}

/* スマホ版のみ表示 */
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  
  .sp-nowrap {
    white-space: nowrap;
  }
}

/* ===========================================
   予約カレンダーセクション
   =========================================== */
.booking-section {
  background: linear-gradient(180deg, #F5EDE0 0%, #FAF7F2 100%);
}

.booking-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-top: 1rem;
}

.booking-loading {
  text-align: center;
  padding: 3rem;
  color: #6b7280;
}

.booking-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.booking-nav-btn {
  background: #A56C42;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.booking-nav-btn:hover {
  background: #8B5E3C;
  transform: scale(1.1);
}

.booking-month {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5C4A3A;
  min-width: 200px;
  text-align: center;
}

.booking-calendar-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.booking-calendar {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  min-width: 600px;
}

.booking-calendar th,
.booking-calendar td {
  border: 1px solid #E5E7EB;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}

.booking-calendar td {
  padding: 0.25rem;
}

.booking-calendar thead th {
  background: #4A90E2;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 1vh 1vw;
}

.booking-calendar thead th.weekend {
  background: #E8A5A5;
}

.booking-time-header {
  width: 70px;
}

.day-label {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.9;
}

.booking-time {
  background: #FAF7F2;
  font-weight: 600;
  color: #5C4A3A;
  font-size: 0.875rem;
  white-space: nowrap;
}

.booking-slot {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #22C55E;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 1vh 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.booking-slot:hover {
  background: rgba(34, 197, 94, 0.1);
}

.booking-slot--available {
  color: #22C55E;
}

.booking-slot--unavailable {
  background: transparent;
  border: none;
  color: #DC2626;
  cursor: not-allowed;
  font-size: 1rem;
  font-weight: 700;
}

.booking-slot--past {
  background: transparent;
  border: none;
  color: #9CA3AF;
  cursor: not-allowed;
  font-size: 0.875rem;
}

/* 凡例 */
.booking-legend {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.booking-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4B5563;
}

.booking-legend-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.booking-legend-icon--available {
  background: transparent;
  border: none;
  color: #22C55E;
  font-size: 1rem;
  font-weight: 700;
}

.booking-legend-icon--unavailable {
  background: transparent;
  border: none;
  color: #DC2626;
  font-size: 1rem;
  font-weight: 700;
}

/* モーダル */
.booking-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.booking-modal.active {
  display: flex;
}

.booking-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.booking-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #9CA3AF;
  cursor: pointer;
}

.booking-modal-close:hover {
  color: #374151;
}

.booking-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.booking-modal-datetime {
  font-size: 1.125rem;
  font-weight: 600;
  color: #A56C42;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  background: #FAF7F2;
  border-radius: 8px;
  text-align: center;
}

.booking-form-group {
  margin-bottom: 1rem;
}

.booking-form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.booking-form-group .required {
  color: #DC2626;
}

.booking-form-group input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.booking-form-group input:focus {
    outline: none;
    border-color: #A56C42;
  }
  
  .booking-modal-consent {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }
  
  .booking-modal-note {
    font-size: 0.9375rem;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
  }
  
  .booking-modal-link {
    color: #1F2937;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
  }
  
  .booking-modal-link:hover {
    color: #111827;
  }
  
  .booking-submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(180deg, #D42E4E 0%, #B81E3E 50%, #A01830 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 1rem;
}

.booking-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(180, 30, 62, 0.4);
}

.booking-submit-btn:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* 予約カレンダー スマホ対応 */
@media (max-width: 768px) {
  .booking-calendar {
    min-width: 500px;
  }
  
  .booking-slot {
    min-height: 40px;
    font-size: 0.875rem;
  }
  
  .booking-modal-content {
    padding: 1.5rem;
  }
  
  .booking-legend {
    gap: 1rem;
  }
}
