:root {
      --ink: #101522;
      --navy: #07111f;
      --navy-2: #0d1c33;
      --navy-3: #122542;
      --gold: #c8a45d;
      --gold-2: #e6cf92;
      --cream: #f7f2e8;
      --white: #ffffff;
      --muted: #657084;
      --line: rgba(255, 255, 255, 0.16);
      --shadow: 0 24px 80px rgba(2, 10, 25, 0.28);
      --radius: 24px;
      --max: 1120px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--ink);
      background: #fbfaf7;
      line-height: 1.8;
      letter-spacing: 0.02em;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

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

    button {
      font: inherit;
    }

    .page {
      overflow: hidden;
    }

    .container {
      width: min(calc(100% - 28px), var(--max));
      margin: 0 auto;
    }

    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
      background: linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(9, 20, 36, 0.94) 58%, rgba(17, 28, 45, 0.94) 100%);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(230, 207, 146, 0.16);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
    }

    .header__inner {
      width: min(calc(100% - 28px), var(--max));
      height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 4px 0 0;
      border-radius: 10px;
      background: linear-gradient(135deg, #ffffff 0%, #f7f2e8 100%);
      border: 1px solid rgba(230, 207, 146, 0.42);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
      white-space: nowrap;
      overflow: hidden;
    }

    .brand__logo {
      display: block;
      width: 170px;
      max-height: 44px;
      object-fit: contain;
      transform: translateX(-6px);
    }

    .brand:hover {
      transform: translateY(-1px);
      filter: brightness(1.03);
    }

    .brand__mark {
      position: relative;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 2px solid var(--gold);
      box-shadow: 0 0 0 5px rgba(200, 164, 93, 0.12), inset 0 0 16px rgba(230, 207, 146, 0.25);
    }

    .brand__mark::after {
      content: "";
      position: absolute;
      inset: 8px;
      border-radius: 999px;
      border: 1px solid rgba(230, 207, 146, 0.8);
    }

    .brand__text {
      display: grid;
      gap: 0;
      line-height: 1.1;
    }

    .brand__main {
      font-size: 14px;
    }

    .brand__sub {
      color: var(--gold-2);
      font-size: 11px;
      letter-spacing: 0.18em;
      font-family: "Shippori Mincho", serif;
    }

    .header__nav {
      display: flex;
      align-items: center;
      gap: 22px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px;
      font-weight: 700;
    }

    .header__nav a:hover {
      color: var(--gold-2);
    }

    .header__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--gold), #f4dc98);
      color: #11151d;
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 10px 26px rgba(200, 164, 93, 0.25);
    }

    .hero {
      position: relative;
      min-height: 820px;
      padding: 134px 0 0;
      overflow: hidden;
      background:
        radial-gradient(circle at 82% 24%, rgba(200, 164, 93, 0.32), transparent 28%),
        radial-gradient(circle at 15% 18%, rgba(50, 91, 150, 0.42), transparent 32%),
        linear-gradient(135deg, rgba(5, 9, 18, 0.92) 0%, rgba(11, 23, 40, 0.9) 46%, rgba(18, 36, 65, 0.9) 100%),
        url("../image/plus-abstract-bg.jpg") center / cover no-repeat;
      color: #fff;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 88%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 120px;
      background: linear-gradient(to bottom, transparent, #fbfaf7);
      pointer-events: none;
    }

    .hero__inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
      align-items: end;
      gap: 48px;
      min-height: calc(820px - 134px);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 20px;
      color: var(--gold-2);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 1px;
      background: currentColor;
    }

    .hero__title {
      margin: 0;
      font-family: "Shippori Mincho", serif;
      font-size: clamp(42px, 6vw, 76px);
      line-height: 1.12;
      letter-spacing: 0.04em;
      text-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
    }

    .hero__title span {
      display: block;
    }

    .hero__lead {
      width: min(100%, 660px);
      margin: 26px 0 0;
      color: rgba(255, 255, 255, 0.84);
      font-size: 17px;
      font-weight: 500;
    }

    .hero__badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 26px 0 0;
      padding: 0;
      list-style: none;
    }

    .hero__badges li {
      padding: 9px 14px;
      border: 1px solid rgba(230, 207, 146, 0.42);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.9);
      font-size: 13px;
      font-weight: 700;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      margin: 34px 0 0;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 56px;
      padding: 0 28px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 900;
      letter-spacing: 0.04em;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn--gold {
      background: linear-gradient(135deg, #b9903e 0%, #f4dc98 52%, #bd9342 100%);
      color: #12151c;
      box-shadow: 0 18px 46px rgba(200, 164, 93, 0.34);
    }

    .btn--outline {
      border-color: rgba(255, 255, 255, 0.28);
      color: #fff;
      background: rgba(255, 255, 255, 0.06);
    }

    .btn--outline:hover {
      background: rgba(255, 255, 255, 0.12);
    }

    .hero__note {
      margin: 14px 0 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
    }

    .hero__visual {
      position: relative;
      min-height: 520px;
    }

    .hero-card {
      position: relative;
      min-height: 520px;
      border-radius: 34px;
      overflow: hidden;
      background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(200, 164, 93, 0.22), transparent 48%),
        #0d1829;
      border: 1px solid rgba(230, 207, 146, 0.24);
      box-shadow: var(--shadow);
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 22px;
      border: 1px solid rgba(230, 207, 146, 0.2);
      border-radius: 26px;
      pointer-events: none;
    }

    .hero-card__placeholder {
      position: absolute;
      inset: 34px 30px 118px;
      display: grid;
      place-items: center;
      border-radius: 24px;
      border: 1px dashed rgba(230, 207, 146, 0.42);
      background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 32%),
        rgba(255, 255, 255, 0.04);
      color: rgba(255, 255, 255, 0.74);
      text-align: center;
      font-weight: 900;
      letter-spacing: 0.1em;
    }

    .hero-card__placeholder small {
      display: block;
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.55);
      font-size: 12px;
      letter-spacing: 0.04em;
      font-weight: 500;
    }

    .hero-card__image {
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.04);
    }

    .hero-card__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, rgba(5, 10, 20, 0.02) 0%, rgba(5, 10, 20, 0.28) 62%, rgba(5, 10, 20, 0.78) 100%),
        linear-gradient(135deg, rgba(200, 164, 93, 0.18), transparent 42%);
      pointer-events: none;
    }

    .hero-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-card__copy {
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 30px;
      z-index: 2;
      padding: 20px 22px;
      border-radius: 20px;
      background: rgba(5, 10, 20, 0.78);
      border: 1px solid rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(10px);
    }

    .hero-card__copy p {
      margin: 0;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 700;
      line-height: 1.7;
    }

    .hero-card__copy b {
      color: var(--gold-2);
      font-family: "Shippori Mincho", serif;
      font-size: 24px;
      letter-spacing: 0.08em;
    }



    .section {
      padding: 96px 0;
    }

    .section--dark {
      background: linear-gradient(135deg, #07111f, #11233d);
      color: #fff;
    }

    .section--cream {
      background: var(--cream);
    }

    .section__head {
      width: min(100%, 760px);
      margin: 0 auto 46px;
      text-align: center;
    }

    .section__label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 12px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    .section__title {
      margin: 0;
      font-family: "Shippori Mincho", serif;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.35;
      letter-spacing: 0.05em;
    }

    .section__text {
      margin: 18px 0 0;
      color: var(--muted);
      font-weight: 500;
    }

    .section--dark .section__text {
      color: rgba(255, 255, 255, 0.74);
    }

    .problem-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .problem-card {
      padding: 28px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid rgba(16, 21, 34, 0.08);
      box-shadow: 0 14px 42px rgba(16, 21, 34, 0.08);
    }

    .problem-card__num {
      color: var(--gold);
      font-family: "Shippori Mincho", serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
    }

    .problem-card h3 {
      margin: 18px 0 10px;
      font-size: 20px;
      line-height: 1.55;
    }

    .problem-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .statement {
      position: relative;
      padding: 54px;
      border-radius: 30px;
      background:
        linear-gradient(135deg, rgba(200, 164, 93, 0.16), transparent),
        #fff;
      border: 1px solid rgba(200, 164, 93, 0.26);
      box-shadow: 0 18px 60px rgba(16, 21, 34, 0.08);
    }

    .statement::before {
      content: "“";
      position: absolute;
      top: -16px;
      left: 32px;
      color: rgba(200, 164, 93, 0.18);
      font-family: "Shippori Mincho", serif;
      font-size: 130px;
      line-height: 1;
    }

    .statement p {
      position: relative;
      margin: 0;
      font-family: "Shippori Mincho", serif;
      font-size: clamp(24px, 3.4vw, 38px);
      line-height: 1.7;
      letter-spacing: 0.05em;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .feature-card {
      position: relative;
      padding: 34px 28px;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.14);
      overflow: hidden;
    }

    .feature-card::after {
      content: "";
      position: absolute;
      inset: auto -40px -80px auto;
      width: 160px;
      height: 160px;
      border-radius: 999px;
      background: rgba(200, 164, 93, 0.12);
    }

    .feature-card__label {
      display: inline-block;
      margin-bottom: 18px;
      color: var(--gold-2);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.16em;
    }

    .feature-card h3 {
      margin: 0 0 14px;
      font-size: 22px;
      line-height: 1.5;
    }

    .feature-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
    }

    .support {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 46px;
      align-items: center;
    }

    .support__visual {
      min-height: 420px;
      border-radius: 30px;
      background:
        linear-gradient(160deg, rgba(200, 164, 93, 0.18), rgba(18, 37, 66, 0.08)),
        #fff;
      border: 1px dashed rgba(200, 164, 93, 0.48);
      display: grid;
      place-items: center;
      text-align: center;
      color: #8b7549;
      font-weight: 900;
      box-shadow: 0 20px 70px rgba(16, 21, 34, 0.08);
    }

    .support__visual small {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 500;
    }

    .support-list {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .support-list li {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      padding: 18px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(16, 21, 34, 0.08);
    }

    .support-list span {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--navy);
      color: var(--gold-2);
      font-weight: 900;
    }

    .support-list h3 {
      margin: 0 0 4px;
      font-size: 17px;
      line-height: 1.5;
    }

    .support-list p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .job-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .job-card {
      padding: 22px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(16, 21, 34, 0.08);
      box-shadow: 0 12px 34px rgba(16, 21, 34, 0.06);
    }

    .job-card h3 {
      margin: 0 0 8px;
      color: var(--navy);
      font-size: 16px;
    }

    .job-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }

    .flow {
      display: grid;
      gap: 16px;
      counter-reset: flow;
    }

    .flow__item {
      position: relative;
      display: grid;
      grid-template-columns: 210px 1fr;
      gap: 30px;
      align-items: center;
      padding: 32px 40px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .flow__step {
      color: var(--gold-2);
      font-family: "Shippori Mincho", serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      letter-spacing: 0.04em;
    }

    .flow__item h3 {
      margin: 0 0 6px;
      font-size: 20px;
    }

    .flow__item p {
      margin: 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
    }

    .cta-box {
      position: relative;
      padding: 56px;
      border-radius: 34px;
      overflow: hidden;
      background:
        radial-gradient(circle at 90% 20%, rgba(230, 207, 146, 0.28), transparent 30%),
        linear-gradient(135deg, #07111f, #122542 58%, #07111f);
      color: #fff;
      box-shadow: var(--shadow);
      text-align: center;
    }

    .cta-box::before {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 26px;
      border: 1px solid rgba(230, 207, 146, 0.18);
      pointer-events: none;
    }

    .cta-box__inner {
      position: relative;
      z-index: 1;
      width: min(100%, 760px);
      margin: 0 auto;
    }

    .cta-box h2 {
      margin: 0;
      font-family: "Shippori Mincho", serif;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.45;
      letter-spacing: 0.05em;
    }

    .cta-box p {
      margin: 18px 0 28px;
      color: rgba(255, 255, 255, 0.78);
      font-weight: 500;
    }

    .faq {
      width: min(100%, 880px);
      margin: 0 auto;
      display: grid;
      gap: 12px;
    }

    .faq__item {
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(16, 21, 34, 0.08);
      box-shadow: 0 10px 28px rgba(16, 21, 34, 0.05);
    }

    .faq__q {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 22px;
      border: none;
      background: transparent;
      color: var(--ink);
      text-align: left;
      cursor: pointer;
      font-weight: 900;
    }

    .faq__q::after {
      content: "+";
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--navy);
      color: var(--gold-2);
      line-height: 1;
      transition: transform 0.2s ease;
    }

    .faq__item.is-open .faq__q::after {
      content: "−";
      transform: rotate(180deg);
    }

    .faq__a {
      display: none;
      padding: 0 22px 22px;
      color: var(--muted);
      font-size: 14px;
    }

    .faq__item.is-open .faq__a {
      display: block;
    }

    .footer {
      padding: 34px 0 104px;
      background: #050912;
      color: rgba(255, 255, 255, 0.68);
      font-size: 12px;
    }

    .footer__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .footer__links {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer__links a:hover {
      color: var(--gold-2);
    }

    .sp-fixed-cta {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 60;
      display: block;
    }

    .sp-fixed-cta .btn {
      min-height: 54px;
      padding: 0 26px;
      box-shadow: 0 16px 40px rgba(7, 17, 31, 0.32);
    }


    .problem-visual,
    .wide-visual,
    .premium-banner {
      margin-top: 34px;
      border-radius: 30px;
      overflow: hidden;
      border: 1px solid rgba(200, 164, 93, 0.18);
      box-shadow: 0 18px 60px rgba(16, 21, 34, 0.08);
      background: #fff;
    }

    .problem-visual {
      overflow: hidden;
      border-radius: 32px;
      background: #07111f;
    }

    .problem-visual img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center 32%;
    }

    .wide-visual img,
    .premium-banner img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
    }

    .problem-visual {
      max-height: 420px;
    }

    .premium-banner {
      margin-top: 28px;
      max-height: 360px;
      background: var(--navy);
    }

    .feature-card {
      padding: 0;
    }

    .feature-card__image {
      position: relative;
      height: 190px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.04);
    }

    .feature-card__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(7, 17, 31, 0.02), rgba(7, 17, 31, 0.56));
      pointer-events: none;
    }

    .feature-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .feature-card:hover .feature-card__image img {
      transform: scale(1.04);
    }

    .feature-card__body {
      position: relative;
      z-index: 1;
      padding: 28px;
    }

    .support__visual {
      display: block;
      padding: 0;
      overflow: hidden;
      border-style: solid;
      border-color: rgba(200, 164, 93, 0.26);
      background: var(--navy);
    }

    .support__visual img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
    }

    .cta-box__bg {
      position: absolute;
      inset: 0;
      background: url("../image/plus-cta-bg.jpg") center / cover no-repeat;
      opacity: 0.22;
      filter: saturate(0.9) contrast(1.08);
    }

    .cta-box__bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(7, 17, 31, 0.86), rgba(18, 37, 66, 0.82));
    }


    /* FV：人物素材をカード内ではなく背景になじませる配置 */
    .hero__content {
      position: relative;
      z-index: 3;
      padding: 58px 0 108px;
    }

    .hero__visual--talent {
      position: relative;
      min-height: 686px;
      align-self: end;
      pointer-events: none;
    }

    .hero__visual--talent::before {
      content: "";
      position: absolute;
      right: -136px;
      bottom: 16px;
      width: 660px;
      height: 660px;
      border-radius: 999px;
      background:
        radial-gradient(circle, rgba(230, 207, 146, 0.24) 0%, rgba(200, 164, 93, 0.12) 34%, transparent 68%);
      filter: blur(2px);
      opacity: 0.92;
    }

    .hero__visual--talent::after {
      content: "";
      position: absolute;
      right: -110px;
      bottom: -74px;
      width: 670px;
      height: 190px;
      background: radial-gradient(ellipse, rgba(0, 0, 0, 0.48), transparent 68%);
      filter: blur(8px);
    }

    .hero__talent {
      position: absolute;
      right: -28px;
      bottom: -72px;
      z-index: 2;
      width: min(540px, 40vw);
      max-height: 760px;
      object-fit: contain;
      filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.42));
    }
    .support__title {
      font-size: clamp(30px, 3.2vw, 40px);
      line-height: 1.45;
    }

    .support__title span {
      display: block;
    }

    .position-visual {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    .position-visual img {
      width: 100%;
      height: 380px;
      min-height: 0;
      object-fit: cover;
      object-position: center 45%;
    }

    .job-grid--position {
      margin-top: 26px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
    }

    .job-grid--position .job-card {
      padding: 20px 18px;
    }

    .job-grid--position .job-card h3 {
      font-size: 15px;
      line-height: 1.5;
    }

    .job-grid--position .job-card p {
      font-size: 12.5px;
    }

    /* Flow画像：PCでは少し控えめにする */
    #flow .wide-visual {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    #flow .wide-visual img {
      width: 100%;
      height: 380px;
      min-height: 0;
      object-fit: cover;
      object-position: center 48%;
    }

    /* Flowカード：PC時のSTEP文字を少しだけ抑える */
    #flow .flow__step {
      font-size: 32px;
    }

    .support__title {
      font-size: clamp(28px, 3vw, 38px);
      line-height: 1.45;
      letter-spacing: 0.04em;
    }

    .support__title span {
      display: block;
      white-space: nowrap;
    }

    .cta-title span {
      display: block;
      white-space: nowrap;
    }

    @media (max-width: 1024px) {
      .header__nav a:not(.header__cta) {
        display: none;
      }

      .hero__inner {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .hero__content {
        padding: 28px 0 0;
      }

      .hero__visual {
        min-height: 430px;
      }

      .hero-card {
        min-height: 430px;
      }

      .hero__visual--talent {
        min-height: 500px;
      }

      .hero__visual--talent::before {
        right: 50%;
        bottom: 12px;
        transform: translateX(50%);
        width: 560px;
        height: 560px;
      }

      .hero__visual--talent::after {
        right: 50%;
        bottom: -66px;
        transform: translateX(50%);
        width: 560px;
        height: 160px;
      }

      .hero__talent {
        right: 50%;
        bottom: -66px;
        transform: translateX(50%);
        width: min(430px, 78vw);
      }

      .problem-grid,
      .feature-grid {
        grid-template-columns: 1fr;
      }

      .support {
        grid-template-columns: 1fr;
      }

      .job-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .position-visual img {
        height: 320px;
      }

      .job-grid--position {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .container {
        width: min(calc(100% - 28px), var(--max));
      }

      .header__inner {
        width: min(calc(100% - 28px), var(--max));
        height: 64px;
      }

      .brand {
        padding: 0 3px 0 0;
        border-radius: 9px;
      }

      .brand__logo {
        width: 132px;
        max-height: 34px;
        transform: translateX(-4px);
      }

      .sp-fixed-cta {
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 60;
      }

      .sp-fixed-cta .btn {
        width: 100%;
        min-height: 54px;
        box-shadow: 0 14px 34px rgba(7, 17, 31, 0.32);
      }


      .brand__main {
        font-size: 12px;
      }

      .brand__sub {
        font-size: 10px;
      }

      .brand__mark {
        width: 30px;
        height: 30px;
      }

      .hero {
        min-height: auto;
        padding: 100px 0 54px;
      }

      .eyebrow {
        margin-bottom: 14px;
        font-size: 11px;
      }

      .hero__lead {
        font-size: 15px;
      }

      .hero__badges li {
        font-size: 12px;
      }

      .hero__actions {
        align-items: stretch;
      }

      .btn {
        width: 100%;
        min-height: 54px;
        padding: 0 18px;
      }

      .hero-card {
        min-height: 360px;
        border-radius: 26px;
      }

      .hero-card__placeholder {
        inset: 24px 20px 108px;
      }

      .hero-card__copy {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 16px;
      }

      .hero-card__copy b {
        font-size: 20px;
      }


      .hero__visual--talent {
        min-height: 390px;
        margin-top: 18px;
      }

      .hero__visual--talent::before {
        right: 50%;
        bottom: 8px;
        transform: translateX(50%);
        width: 430px;
        height: 430px;
      }

      .hero__visual--talent::after {
        right: 50%;
        bottom: -58px;
        transform: translateX(50%);
        width: 430px;
        height: 140px;
      }

      .hero__talent {
        right: 50%;
        bottom: -56px;
        transform: translateX(50%);
        width: min(360px, 88vw);
      }

      .section {
        padding: 68px 0;
      }

      .section__head {
        margin-bottom: 30px;
        text-align: left;
      }

      .statement {
        padding: 34px 24px;
      }

      .support__visual,
      .support__visual img {
        min-height: 260px;
      }

      .problem-visual,
      .wide-visual,
      .premium-banner {
        border-radius: 22px;
      }

      .problem-visual img,
      .wide-visual img,
      .premium-banner img {
        min-height: 220px;
      }

      .feature-card__image {
        height: 170px;
      }

      .support-list li {
        grid-template-columns: 1fr;
      }

      .job-grid {
        grid-template-columns: 1fr;
      }

      .flow__item {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .cta-box {
        padding: 42px 24px;
        border-radius: 26px;
      }

      .footer__inner {
        align-items: flex-start;
        flex-direction: column;
      }

      .position-visual {
        max-width: 100%;
      }

      .position-visual img {
        height: 240px;
      }

      .job-grid--position {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .job-grid--position .job-card {
        padding: 20px;
      }

      .job-grid--position .job-card h3 {
        font-size: 16px;
      }

      .job-grid--position .job-card p {
        font-size: 13px;
      }
      /* スマホのFlow画像は今のバランスを維持 */
      #flow .wide-visual img {
        height: auto;
        min-height: 220px;
      }

      /* スマホのSTEP文字を少し小さく */
      #flow .flow__step {
        font-size: 25px;
        line-height: 1;
        letter-spacing: 0.03em;
      }

      /* スマホのFlowカードを少し左寄せに見せる */
      #flow .flow__item {
        padding: 34px 28px;
      }

      .support__title {
        font-size: clamp(22px, 6.2vw, 25px);
        line-height: 1.55;
        letter-spacing: 0.02em;
      }

      .support__title span {
        display: block;
        white-space: nowrap;
      }

      .cta-title {
        font-size: clamp(24px, 7vw, 30px);
        line-height: 1.55;
        letter-spacing: 0.03em;
      }

      #jobs-title {
        font-size: clamp(24px, 6vw, 28px);
        line-height: 1.35;
        letter-spacing: 0.03em;
        white-space: nowrap;
      }

    }

/* Utility spacing classes moved from inline styles */
.job-grid--spaced,
.flow--spaced {
  margin-top: 28px;
}

/* ------------------------------------------------------------
   2026-06 feedback: Plus LP CTA / FV badge / line-break tuning
------------------------------------------------------------ */
.header__cta,
.btn--gold.js-cta {
  white-space: nowrap;
}

.hero__badges {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  align-items: center;
  gap: 10px;
}

.hero__badges li {
  white-space: nowrap;
  text-align: center;
  line-height: 1.45;
}

.section__title,
.problem-card h3,
.feature-card h3,
.support-list h3,
.job-card h3,
.flow__item h3,
.cta-title {
  text-wrap: balance;
}

.feature-card h3 {
  line-height: 1.58;
  letter-spacing: 0.02em;
}

.feature-card p {
  line-height: 1.85;
}

@media (max-width: 1024px) {
  .hero__badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 680px);
  }

  .hero__badges li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    gap: 8px;
  }

  .header__nav {
    gap: 8px;
  }

  .header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 22px;
  }

  .hero__badges li {
    min-height: 38px;
    padding: 8px 8px;
    font-size: 11.5px;
    white-space: normal;
  }

  .hero__badges li:nth-child(5) {
    grid-column: 1 / -1;
    width: min(100%, 240px);
    justify-self: center;
  }

  .hero__lead {
    line-height: 1.9;
  }

  .feature-card h3 {
    font-size: 20px;
    line-height: 1.55;
  }

  .feature-card p {
    font-size: 13.5px;
    line-height: 1.9;
  }

  .support__title span {
    white-space: normal;
  }

  .sp-fixed-cta .btn {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}


/* ------------------------------------------------------------
   2026-06-21 Plus LP smartphone refinement
   - mobile floating CTA appears after scroll
   - controlled line breaks for SP headings/cards
------------------------------------------------------------ */
.sp-title-line {
  display: inline;
}

@media (max-width: 767px) {
  /* FVでは表示せず、スクロール後にJSで表示 */
  .sp-fixed-cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(120%);
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .sp-fixed-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* text-wrap: balance の自動改行を抑えて、指定位置で自然に見せる */
  #problem-title,
  #reason-title,
  .problem-card h3,
  .feature-card h3 {
    text-wrap: auto;
  }

  .sp-title-line {
    display: block;
  }

  #problem-title {
    font-size: clamp(23px, 6.2vw, 26px);
    line-height: 1.55;
    letter-spacing: 0.025em;
  }

  #problem-title .sp-title-line,
  .problem-card h3 .sp-title-line,
  .feature-card h3 .sp-title-line {
    white-space: nowrap;
  }

  .problem-card h3 {
    font-size: 18px;
    line-height: 1.62;
    letter-spacing: 0.01em;
  }

  #reason-title {
    font-size: clamp(21px, 5.7vw, 23px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  #reason-title .sp-title-line:first-child {
    font-size: 0.95em;
  }

  .feature-card h3 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}


/* ------------------------------------------------------------
   2026-06-21 Plus LP PC heading refinement
   - controlled line breaks for PC problem/feature titles
   - keep reason title on one line on PC
------------------------------------------------------------ */
.pc-title-line {
  display: block;
  white-space: nowrap;
}

.problem-title-sp {
  display: none;
}

.problem-card h3 .sp-title-line,
.feature-card h3 .sp-title-line {
  display: block;
  white-space: nowrap;
}

#reason-title {
  white-space: nowrap;
}

@media (min-width: 768px) {
  #problem-title {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    text-wrap: auto;
  }

  #reason-title {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(30px, 3.4vw, 42px);
    text-wrap: auto;
  }

  .problem-card h3,
  .feature-card h3 {
    text-wrap: auto;
  }
}

@media (max-width: 767px) {
  #problem-title .pc-title-line {
    display: none;
  }

  #problem-title .problem-title-sp {
    display: block;
  }

  #reason-title {
    white-space: normal;
  }
}


/* PC：Plus特徴タイトルを1行表示 */
@media (min-width: 768px) {
  #reason-title {
    white-space: nowrap;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.25;
  }

  #reason-title .sp-title-line {
    display: inline;
  }
}

/* SP：今まで通り「インユアナビエージェント」「Plusの特徴」で改行 */
@media (max-width: 767px) {
  #reason-title {
    white-space: normal;
  }

  #reason-title .sp-title-line {
    display: block;
  }
}
