:root {
      --navy: #071a4d;
      --deep: #08173d;
      --blue: #00a3e0;
      --red: #e6003d;
      --yellow: #ffc335;
      --bg: #f4fbff;
      --soft: #eaf7ff;
      --text: #0f172a;
      --muted: #64748b;
      --line: #dbe8f0;
      --white: #fff;
      --shadow: 0 18px 45px rgba(7, 26, 77, .12);
      --radius: 24px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
      font-size: 16px;
      color: var(--text);
      line-height: 1.75;
      background: #fff
    }

    @media (max-width: 640px) {
      body {
        font-size: 14px;
      }
    }

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

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

    .container {
      width: min(1160px, 92%);
      margin: auto
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(12px)
    }

    .header-inner {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px
    }

    .logo {
      font-weight: 950;
      color: var(--navy);
      font-size: 23px;
      letter-spacing: .02em;
      white-space: nowrap
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 22px;
      font-weight: 700;
      font-size: 14px;
      color: #071a4d
    }

    .nav a {
      white-space: nowrap
    }

    .header-actions {
      display: flex;
      gap: 14px;
      align-items: center
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      font-weight: 700;
      letter-spacing: .02em;
      transition: .2s ease;
      white-space: nowrap
    }

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

    .btn-contact {
      border: 2px solid var(--blue);
      color: var(--blue);
      background: #fff;
      padding: 13px 28px;
      min-width: 164px
    }

    .btn-apply {
      background: var(--yellow);
      color: #111827;
      padding: 14px 32px;
      min-width: 170px;
      box-shadow: 0 12px 24px rgba(255, 195, 53, .25)
    }

    @media (max-width: 640px) {
      .btn {
        font-weight: 600;
      }
    }

    .hero {
      background: linear-gradient(115deg, #08173d 0%, #132a66 55%, #1647ad 100%);
      color: #fff;
      padding: 78px 0 58px;
      overflow: hidden
    }

    .hero-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 56px;
      align-items: center
    }

    .badge {
      display: inline-block;
      background: rgba(255, 255, 255, .14);
      border: 1px solid rgba(255, 255, 255, .28);
      color: #fff;
      padding: 8px 17px;
      border-radius: 999px;
      font-weight: 600;
      margin-bottom: 22px
    }

    .hero h1 {
      font-size: clamp(42px, 4.3vw, 62px);
      line-height: 1.17;
      letter-spacing: -.055em;
      font-weight: 800;
      margin-bottom: 22px
    }

    .hero h1 .yellow {
      color: #ffd21f
    }

    .hero h1 .nowrap {
      white-space: nowrap
    }

    .hero-sub {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.85;
      margin-bottom: 16px;
      color: #e8f4ff
    }

    .hero-text {
      font-size: 16px;
      color: #dbeafe;
      max-width: 640px;
      margin-bottom: 28px
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 18px
    }

    .hero .btn-contact {
      background: rgba(255, 255, 255, .10);
      border-color: rgba(255, 255, 255, .45);
      color: #fff
    }

    .note {
      font-size: 13px;
      color: #c8d9ff
    }

    .hero-gallery {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 22px 60px rgba(0, 0, 0, .22)
    }

    .gallery-item.main {
      grid-column: 1 / -1;
      aspect-ratio: 16/9;
      border-radius: 28px
    }

    .gallery-item.sub {
      aspect-ratio: 1.55/1
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .gallery-caption {
      position: absolute;
      left: 16px;
      bottom: 14px;
      background: rgba(8, 23, 61, .86);
      color: #fff;
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 13px;
      font-weight: 200;
      box-shadow: 0 8px 18px rgba(0, 0, 0, .18)
    }

    .gallery-item.sub .gallery-caption {
      left: 12px;
      right: 12px;
      bottom: 10px;
      border-radius: 12px;
      font-size: 12px;
      text-align: center;
      padding: 7px 8px
    } 

    section {
      padding: 84px 0
    }

    .section-head {
      text-align: center;
      margin-bottom: 42px
    }

    .eyebrow {
      font-weight: 600;
      color: var(--blue);
      margin-bottom: 8px
    }

    .section-head h2 {
      font-size: clamp(30px, 3.2vw, 44px);
      line-height: 1.35;
      color: var(--navy);
      letter-spacing: -.03em
    }

    .section-head p {
      margin-top: 12px;
      color: #475569
    }

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

    .card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 26px;
      box-shadow: 0 10px 28px rgba(7, 26, 77, .06)
    }

    .icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--soft);
      color: var(--blue);
      font-weight: 900;
      margin-bottom: 14px
    }

    .card h3 {
      font-size: 20px;
      color: var(--navy);
      margin-bottom: 10px
    }

    .card p {
      color: #475569
    }

    .features {
      background: #f7fbff
    }

    .feature-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px
    }

    .photo-card {
      background: #fff;
      border-radius: 26px;
      overflow: hidden;
      border: 1px solid var(--line);
      box-shadow: var(--shadow)
    }

    .photo-card img {
      height: 330px;
      width: 100%;
      object-fit: cover
    }

    .photo-body {
      padding: 24px
    }

    .photo-body h3 {
      font-size: 24px;
      color: var(--navy);
      margin-bottom: 8px
    }

    .photo-body p {
      color: #475569
    }

    .compare {
      background: #fff
    }

    .compare-box {
      background: #fff;
      border-radius: 28px;
      box-shadow: var(--shadow);
      overflow: hidden;
      border: 1px solid var(--line)
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr
    }

    .compare-row>div {
      padding: 18px 22px;
      border-bottom: 1px solid var(--line);
      font-weight: 500
    }

    .compare-row.head {
      background: var(--navy);
      color: #fff
    }

    .compare-row>div:not(:last-child) {
      border-right: 1px solid var(--line)
    }

    .good {
      color: #008c4a
    }

    .bad {
      color: #94a3b8
    }

    .uwk {
      background: #f0fbff;
      color: var(--navy)
    }

    .plans {
      background: #f7fbff
    }

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

    .plan {
      background: #fff;
      border: 2px solid var(--line);
      border-radius: 28px;
      padding: 28px;
      position: relative;
      box-shadow: 0 14px 34px rgba(7, 26, 77, .08)
    }

    .plan.recommend {
      border-color: var(--blue);
      transform: translateY(-8px)
    }

    .ribbon {
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--blue);
      color: #fff;
      padding: 5px 18px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600
    }

    .plan h3 {
      font-size: 24px;
      color: var(--navy)
    }

    .plan .target {
      display: inline-block;
      background: #eef8ff;
      color: var(--navy);
      font-weight: 600;
      border-radius: 999px;
      padding: 6px 12px;
      margin: 10px 0 18px;
      font-size: 13px
    }

    .price {
      font-size: 40px;
      font-weight: 800;
      color: var(--red);
      line-height: 1
    }

    .price small {
      font-size: 15px;
      color: #475569
    }

    .list {
      list-style: none;
      margin-top: 22px
    }

    .list li {
      position: relative;
      padding: 8px 0 8px 30px;
      font-weight: 600;
      color: #1e293b
    }

    .list li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #008c4a;
      font-weight: 400
    }

    .option {
      margin-top: 18px;
      color: #64748b;
      font-size: 13px
    }

    .flow {
      background: #fff
    }

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

    .step {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 10px 28px rgba(7, 26, 77, .06)
    }

    .step span {
      color: var(--blue);
      font-weight: 800;
      font-size: 13px
    }

    .faq {
      background: #f7fbff
    }

    .faq-list {
      max-width: 820px;
      margin: auto;
      display: grid;
      gap: 14px
    }

    details {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 20px 22px;
      box-shadow: 0 8px 22px rgba(7, 26, 77, .05)
    }

    summary {
      cursor: pointer;
      font-weight: 600;
      color: var(--navy)
    }

    details p {
      margin-top: 12px;
      color: #475569
    }

    .cta {
      background: linear-gradient(135deg, var(--navy), #073a8c);
      color: #fff;
      text-align: center
    }

    .cta h2 {
      font-size: clamp(30px, 3.2vw, 44px);
      line-height: 1.4;
      margin-bottom: 12px
    }

    .cta p {
      color: #dbeafe;
      margin-bottom: 26px
    }

    .footer {
      background: #06153d;
      color: #cbd5e1;
      padding: 28px 0;
      font-size: 14px
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap
    }

    .floating {
      display: none
    }

    .recommend-users {
      background: #fff
    }

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

    .recommend-item {
      background: #f7fbff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px 20px;
      font-weight: 600;
      color: var(--navy);
      box-shadow: 0 8px 20px rgba(7, 26, 77, .05)
    }

    .recommend-item:before {
      content: "✓";
      color: #008c4a;
      font-weight: 950;
      margin-right: 10px
    }

    .plan-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 24px
    }

    .plan-actions .btn {
      width: 100%;
      padding: 12px 14px;
      min-width: 0;
      font-size: 14px
    }

    .plans-note {
      text-align: center;
      color: #475569;
      font-weight: 400;
      margin-top: 26px
    }

    .company {
      background: #fff
    }

    .company-box {
      max-width: 940px;
      margin: auto;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 30px;
      box-shadow: var(--shadow)
    }

    .company-box>p {
      color: #475569;
      margin-bottom: 20px
    }

    .company-box dl {
      display: grid;
      gap: 0;
      border-top: 1px solid var(--line)
    }

    .company-box dl div {
      display: grid;
      grid-template-columns: 180px 1fr;
      border-bottom: 1px solid var(--line);
      padding: 16px 0;
      gap: 20px
    }

    .company-box dt {
      font-weight: 600;
      color: var(--navy)
    }

    .company-box dd {
      color: #1f2937
    }

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

    .footer-links a {
      text-decoration: underline;
      text-underline-offset: 3px
    }

    .under_sp{
      display: none;
    }

    @media(max-width:1080px) {
      .nav {
        display: none
      }

      .header-inner {
        height: 72px
      }

      .logo {
        font-size: 20px
      }

      .hero-grid {
        grid-template-columns: 1fr;
        gap: 34px
      }

      .hero {
        padding: 48px 0 54px
      }

      .hero h1 {
        font-size: clamp(40px, 8vw, 58px)
      }

      .feature-grid,
      .cards,
      .plan-grid,
      .flow-grid,
      .recommend-grid {
        grid-template-columns: 1fr
      }

      .plan.recommend {
        transform: none
      }

      .compare-row {
        grid-template-columns: 1fr 1fr 1fr
      }

      .compare-row>div {
        padding: 14px 12px;
        font-size: 14px
      }
    }

    @media(max-width:640px) {
      .company-box {
        padding: 20px
      }

      .company-box dl div {
        grid-template-columns: 1fr;
        gap: 4px
      }

      .recommend-item {
        padding: 15px 16px
      }

      .plan-actions {
        grid-template-columns: 1fr
      }

      .footer-links {
        display: grid;
        gap: 8px
      }

      .container {
        width: min(100% - 28px, 1160px)
      }

      .header-actions {
        display: none
      }

      .logo {
        font-size: 19px
      }

      .hero h1 {
        font-size: 28px;
        letter-spacing: -.055em
      }

      .hero h1 .nowrap {
        white-space: normal
      }

      .hero-sub {
        font-size: 16px;
        font-weight: 400;
      }

      .hero-text{
        font-size: 14px;
      }

      .hero-actions .btn {
        width: 100%;
        padding: 14px 20px
      }

      .hero-gallery {
        gap: 10px
      }

      .gallery-item.main {
        aspect-ratio: 4/3;
        border-radius: 22px
      }

      .gallery-item.sub {
        aspect-ratio: 1.1/1;
        border-radius: 18px
      }

      .gallery-caption {
        font-size: 11px;
        left: 10px;
        right: 10px;
        text-align: center;
        border-radius: 12px;
        padding: 7px 8px
      }

      .photo-card img {
        height: 240px
      }

      .photo-body h3 {
        font-size: 20px;
      }

      .plan h3 {
        font-size: 20px;
      }

      .price {
        font-size: 35px;
      }

      .plan .list li{
        font-weight: 400;
      }

      summary {
        font-weight: 500;
      }

      .compare-box {
        overflow-x: auto
      }

      .compare-row {
        min-width: 680px
      }

      .floating {
        display: flex;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 100;
        gap: 10px
      }

      .floating a {
        flex: 1;
        padding: 13px 8px;
        font-size: 14px
      }

      .footer {
        padding-bottom: 84px
      }

      section {
        padding: 62px 0
      }

      .under_sp{
        display: block;
      }
    }