:root {
      --line-green: #06c755;
      --line-green-dark: #049846;
      --ink: #17212d;
      --ink-soft: #435163;
      --warm: #f5ede6;
      --warm-deep: #e9d3be;
      --card: #ffffff;
      --bg: #eef2f5;
      --gold: #c89a3d;
      --alert: #d94b4b;
      --border: #e7e8eb;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Noto Sans JP', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
      background: radial-gradient(circle at top, rgba(201, 154, 61, 0.14), transparent 28%), linear-gradient(180deg, #f4f6f8 0%, #e9eef2 100%);
      color: var(--ink);
      line-height: 1.75;
      margin: 0;
      padding: 0;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .FullWidthPageShellModern2026V1 {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      background: var(--card);
      box-shadow: none;
      overflow-x: hidden;
    }

    .HeroSectionBlockVibrant2026 {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #f3e6dd 0%, #fff9f2 100%);
      width: 100%;
    }

    .HeroGridLayoutDouble2026 {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
      gap: 32px;
      align-items: center;
      max-width: 1280px;
      margin: 0 auto;
      padding: 48px 40px 32px;
    }

    .HeroCopyTextGroup2026 {
      padding-bottom: 16px;
    }

    .HeroLabelBadgeStylish2026 {
      display: inline-block;
      padding: 7px 16px;
      border-radius: 999px;
      border: 1px solid rgba(23, 33, 45, 0.12);
      background: rgba(255, 255, 255, 0.62);
      font-size: 0.88rem;
      color: var(--ink);
      font-weight: 600;
    }

    .HeroMainTitleLarge2026 {
      margin: 18px 0 12px;
      font-size: 3.2rem;
      line-height: 1.2;
      letter-spacing: -0.02em;
      font-weight: 800;
      color: var(--ink);
    }

    .HeroSubTitleAccent2026 {
      margin: 0;
      font-size: 1.32rem;
      line-height: 1.4;
      font-weight: 800;
      color: var(--ink);
    }

    .HeroDescTextMuted2026 {
      margin: 18px 0 0;
      font-size: 1rem;
      color: var(--ink-soft);
      line-height: 1.65;
      max-width: 540px;
    }

    .HeroMiniCtaButton2026 {
      display: inline-block;
      margin-top: 24px;
      padding: 12px 22px;
      border-radius: 999px;
      background: var(--line-green);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 800;
      text-decoration: none;
      box-shadow: 0 10px 20px rgba(6, 199, 85, 0.22);
      transition: transform 0.2s ease;
    }

    .HeroMiniCtaButton2026:hover {
      transform: translateY(-2px);
      background: var(--line-green-dark);
    }

    .HeroPhotoWrapperCreative2026 {
      position: relative;
      min-height: 380px;
    }

    .HeroShapeBackgroundA2026 {
      position: absolute;
      background: #293342;
      z-index: 1;
      top: -28px;
      left: 8px;
      width: 86px;
      height: 200px;
      transform: skewX(-23deg);
    }

    .HeroShapeBackgroundB2026 {
      position: absolute;
      background: #293342;
      z-index: 1;
      right: -22px;
      top: -12px;
      width: 110px;
      height: 380px;
      transform: skewX(0deg);
    }

    .HeroPhotoClippedShell2026 {
      position: absolute;
      overflow: hidden;
      z-index: 2;
    }

    .HeroPhotoClippedShell2026 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .GlobalContentContainer2026 {
      max-width: 1280px;
      margin: 0 auto;
      padding: 48px 40px 64px;
    }

    .NoticeAlertCardWarm2026 {
      background: linear-gradient(135deg, #fff7ef 0%, #fffdf9 100%);
      border: 1px solid var(--warm-deep);
      border-radius: 28px;
      padding: 20px 24px;
      text-align: center;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
      margin-bottom: 32px;
    }

    .NoticeAlertCardWarm2026 strong {
      display: block;
      font-size: 1.28rem;
      color: var(--ink);
      margin-bottom: 6px;
    }

    .NoticeAlertCardWarm2026 span {
      color: var(--alert);
      font-weight: 800;
    }

    .TwoColumnFlexProfile2026 {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      margin-bottom: 48px;
    }

    .ProfileIntroCardModern2026 {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 24px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 28px;
      padding: 24px;
      box-shadow: 0 12px 28px rgba(25, 36, 53, 0.06);
    }

    .ProfileAvatarRound2026 {
        width: 100%;
      width: 410px;
     
      
      object-fit: cover;
      border: 4px solid rgba(6, 199, 85, 0.2);
      flex-shrink: 0;
    }

    .ProfileTextContent2026 strong {
      display: block;
      font-size: 1.25rem;
      margin-bottom: 8px;
    }

    .ProfileTextContent2026 p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 0.95rem;
      line-height: 1.65;
    }

    .TechFeatureCardHighlight2026 {
      flex: 1;
      background: linear-gradient(180deg, #faf7f3 0%, #ffffff 100%);
      border: 1px solid #ede4d9;
      border-radius: 28px;
      padding: 24px;
    }

    .SectionHeadingChip2026 {
      display: inline-block;
      margin: 0 0 18px;
      padding: 8px 20px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
    }

    .FeatureListCustom2026 {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .FeatureListCustom2026 li {
      position: relative;
      padding: 12px 0 12px 34px;
      border-bottom: 1px dashed #d6dbe1;
      color: var(--ink-soft);
      font-size: 0.96rem;
    }

    .FeatureListCustom2026 li::before {
      content: "?";
      position: absolute;
      left: 10px;
      top: 12px;
      color: var(--line-green-dark);
      font-weight: 800;
      font-size: 1.1rem;
    }

    .ActionNoteGold2026 {
      margin: 20px 0 0;
      padding: 16px;
      border-radius: 20px;
      background: linear-gradient(135deg, #fff6d7 0%, #fffdf2 100%);
      border: 1px solid #f1df9b;
      text-align: center;
      color: #6b5720;
      font-weight: 700;
    }

    .InsightVisualDarkBlock2026 {
      margin: 48px 0 40px;
      padding: 0;
    }

    .InsightCardGradient2026 {
      padding: 32px 36px;
      border-radius: 32px;
      background: linear-gradient(145deg, #1a2431 0%, #253142 100%);
      box-shadow: 0 20px 38px rgba(18, 33, 52, 0.25);
      color: #fff;
    }

    .InsightGridTwoColumns2026 {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 32px;
      align-items: center;
    }

    .InsightPortraitCircle2026 {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      overflow: hidden;
      border: 8px solid rgba(212, 162, 76, 0.96);
      background: #d4a24c;
      box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    }

    .InsightPortraitCircle2026 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .InsightRightText2026 h3 {
      margin: 0 0 12px;
      font-size: 1.8rem;
      font-weight: 700;
    }

    .InsightPillList2026 {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 16px;
    }

    .InsightPillItem2026 {
      background: rgba(255, 255, 255, 0.95);
      color: var(--ink);
      border-radius: 40px;
      padding: 10px 18px;
      font-size: 0.85rem;
      font-weight: 700;
    }

    .InsightFooterMeta2026 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .InsightNameRole2026 {
      font-size: 1rem;
      font-weight: 700;
    }

    .InsightChipGreen2026 {
      padding: 8px 18px;
      border-radius: 999px;
      background: var(--line-green);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 800;
    }

    .KnowledgeGridPoints2026 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 24px;
      margin: 32px 0 40px;
    }

    .KnowledgeCardItem2026 {
      background: #fff;
      border-radius: 24px;
      padding: 20px;
      border: 1px solid var(--border);
      box-shadow: 0 8px 20px rgba(19, 31, 47, 0.05);
    }

    .KnowledgeCardItem2026 h3 {
      margin: 0 0 10px;
      font-size: 1.1rem;
      color: #173f30;
      font-weight: 700;
    }

    .KnowledgeCardItem2026 p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 0.92rem;
      line-height: 1.65;
    }

    .ScheduleTimelineWrapper2026 {
      background: #fff;
      border-radius: 32px;
      padding: 28px 32px;
      margin: 24px 0 32px;
      border: 1px solid var(--border);
    }

    .StepListModern2026 {
      display: grid;
      gap: 20px;
      margin-top: 24px;
    }

    .StepItemFlex2026 {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      background: #fafcff;
      border-radius: 24px;
      padding: 20px;
      border: 1px solid #eef2f7;
    }

    .StepIndexNumber2026 {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--ink);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: 800;
      flex-shrink: 0;
    }

    .StepTextGroup2026 strong {
      display: block;
      font-size: 1.08rem;
      margin-bottom: 6px;
    }

    .StepTextGroup2026 p {
      margin: 0;
      font-size: 0.92rem;
      color: var(--ink-soft);
    }

    .AssuranceNote2026 {
      margin-top: 24px;
      padding: 20px;
      border-radius: 24px;
      background: #f7fafc;
      border: 1px solid #e4edf5;
      color: #677487;
      font-size: 0.9rem;
      text-align: center;
    }

    .SecondaryCtaButton2026 {
      margin: 32px 0 16px;
    }

    .SecondaryCtaButton2026 .CTAButtonLarge2026 {
      display: inline-block;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background: linear-gradient(180deg, var(--line-green) 0%, var(--line-green-dark) 100%);
      border-radius: 999px;
      padding: 18px 42px;
      font-size: 1.1rem;
      font-weight: 800;
      box-shadow: 0 14px 28px rgba(6, 199, 85, 0.28);
      transition: all 0.2s;
      border: none;
      cursor: pointer;
    }

    .FooterLegalArea2026 {
      padding: 40px 40px 32px;
      text-align: center;
      font-size: 0.85rem;
      color: #788598;
      border-top: 1px solid #edf1f5;
      background: #ffffff;
    }

    .FooterLinkGroup2026 {
      display: flex;
      justify-content: center;
      gap: 32px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }

    .LegalLinkItem2026 {
      color: #1b70c9;
      text-decoration: underline;
      cursor: pointer;
      font-weight: 500;
    }

    .FixedBottomBarGlobal2026 {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(18px);
      box-shadow: 0 -8px 28px rgba(18, 33, 52, 0.12);
      z-index: 100;
      padding: 16px 24px;
    }

    .FixedInnerContainer2026 {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .FormInlineGroup2026 {
      display: flex;
      flex: 2;
      gap: 16px;
      flex-wrap: wrap;
    }

    .FormInlineGroup2026 input {
      flex: 1;
      min-width: 220px;
      padding: 14px 20px;
      border-radius: 60px;
      border: 1px solid #cdd4dc;
      font-size: 0.9rem;
      background: white;
    }

    .FixedCtaButton2026 {
      background: linear-gradient(180deg, var(--line-green) 0%, var(--line-green-dark) 100%);
      border: none;
      border-radius: 60px;
      padding: 14px 32px;
      color: white;
      font-weight: 800;
      font-size: 0.95rem;
      cursor: pointer;
      transition: 0.2s;
      white-space: nowrap;
    }

    .FeedbackMessage2026 {
      margin-top: 8px;
      font-size: 0.8rem;
      font-weight: 500;
      text-align: center;
    }

    .PrivacyOverlayGlobal2026 {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(17, 25, 36, 0.7);
      z-index: 200;
      justify-content: center;
      align-items: center;
      padding: 24px;
    }

    .PrivacyModalCard2026 {
      width: min(680px, 90%);
      max-height: 85vh;
      overflow-y: auto;
      background: #fff;
      border-radius: 32px;
      padding: 32px 32px;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .PrivacyModalCard2026 h2 {
      margin: 0 0 20px;
      font-size: 1.6rem;
      text-align: center;
    }

    .PrivacyModalCard2026 p, .PrivacyModalCard2026 li {
      font-size: 0.92rem;
      line-height: 1.7;
      color: var(--ink-soft);
    }

    .CloseModalBtn2026 {
      display: block;
      margin: 28px auto 0;
      padding: 12px 32px;
      background: var(--ink);
      color: #fff;
      border: none;
      border-radius: 999px;
      font-size: 0.9rem;
      cursor: pointer;
    }

    @media (max-width: 1024px) {
      .HeroGridLayoutDouble2026 {
        grid-template-columns: 1fr;
        padding: 36px 24px;
        gap: 28px;
      }
      .HeroMainTitleLarge2026 {
        font-size: 2.5rem;
      }
      .GlobalContentContainer2026 {
        padding: 32px 24px;
      }
      .InsightGridTwoColumns2026 {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .InsightPortraitCircle2026 {
        margin: 0 auto;
      }
      .FixedInnerContainer2026 {
        flex-direction: column;
        align-items: stretch;
      }
      .FormInlineGroup2026 {
        flex-direction: column;
      }
      .FixedCtaButton2026 {
        width: 100%;
        white-space: normal;
      }
    }

    @media (max-width: 640px) {
      .TwoColumnFlexProfile2026 {
        flex-direction: column;
      }
      .ProfileIntroCardModern2026 {
        flex-direction: column;
        text-align: center;
      }
      .HeroMainTitleLarge2026 {
        font-size: 2rem;
      }
      .KnowledgeGridPoints2026 {
        grid-template-columns: 1fr;
      }
    }