:root {
    --uc-navy: #14233a;
    --uc-navy-deep: #092946;
    --uc-orange: #f26a16;
    --uc-orange-soft: #ffe6d2;
    --uc-teal: #168c8d;
    --uc-teal-soft: #a8d6d2;
    --uc-paper: #fbfaf7;
    --uc-border: #e4e9eb;
    --uc-muted: #536070;
    --uc-white: #fff;
    --uc-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.uchoice-redesign-page {
    background: var(--uc-paper);
}

body:has(.uc-site) {
    background: var(--uc-paper) !important;
}

.uchoice-redesign-page #sp_menu,
.uchoice-redesign-page #header,
.uchoice-redesign-page #fix_header,
.uchoice-redesign-page #main_visual,
.uchoice-redesign-page .l-footer,
.uchoice-redesign-page .p-fixBtnWrap,
.uchoice-redesign-page #pagetop,
body:has(.uc-site) #sp_menu,
body:has(.uc-site) #header,
body:has(.uc-site) #fix_header,
body:has(.uc-site) #main_visual,
body:has(.uc-site) .l-footer,
body:has(.uc-site) .p-fixBtnWrap,
body:has(.uc-site) #pagetop {
    display: none !important;
}

.uchoice-redesign-page #content.l-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.uchoice-redesign-page #main_content,
.uchoice-redesign-page .l-mainContent,
.uchoice-redesign-page .l-mainContent__inner,
.uchoice-redesign-page .post_content,
body:has(.uc-site) #content.l-content,
body:has(.uc-site) #main_content,
body:has(.uc-site) .l-mainContent,
body:has(.uc-site) .l-mainContent__inner,
body:has(.uc-site) .post_content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.uchoice-redesign-page .post_content {
    color: var(--uc-navy);
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    letter-spacing: 0;
}

.uc-header {
    background: rgba(251, 250, 247, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(20, 35, 58, 0.06);
    left: 0;
    position: sticky;
    top: 0;
    transition: box-shadow 0.35s var(--uc-ease), background 0.35s var(--uc-ease);
    width: 100%;
    z-index: 999;
}

.uc-header.is-scrolled {
    background: rgba(251, 250, 247, 0.94);
    box-shadow: 0 18px 45px rgba(20, 35, 58, 0.08);
}

.uc-header__inner {
    align-items: center;
    display: flex;
    gap: 28px;
    height: 82px;
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 32px;
}

.uc-header__logo {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 52px;
    text-decoration: none;
}

.uc-header__logo img {
    display: block;
    filter: drop-shadow(0 1px 0 rgba(20, 35, 58, 0.35)) drop-shadow(0 0 1px rgba(20, 35, 58, 0.25));
    height: 100%;
    object-fit: contain;
    width: auto;
}

.uc-logo {
    align-items: center;
    color: var(--uc-navy) !important;
    display: inline-flex;
    gap: 7px;
    line-height: 1;
    text-decoration: none !important;
}

.uc-logo__mark {
    background: linear-gradient(135deg, #ff6a13 0 47%, #0d8f92 48% 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: 0 !important;
    line-height: 1;
    transform: rotate(-8deg);
}

.uc-logo__word {
    color: var(--uc-navy);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.01em !important;
    white-space: nowrap;
}

.uc-logo__word small {
    color: var(--uc-navy);
    font-size: 10px;
    font-weight: 900;
    margin-left: 2px;
}

.uc-logo--footer .uc-logo__word,
.uc-logo--footer .uc-logo__word small {
    color: var(--uc-white);
}

.uc-header__nav {
    align-items: center;
    display: flex;
    flex: 1;
    gap: clamp(18px, 2.6vw, 42px);
    justify-content: flex-end;
}

.uc-header__nav a,
.uc-mobile-nav a {
    color: var(--uc-navy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.uc-header__nav a:hover,
.uc-mobile-nav a:hover {
    color: var(--uc-orange);
}

.uc-header__cta {
    align-items: center;
    background: var(--uc-orange);
    border-radius: 999px;
    color: var(--uc-white) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    min-height: 44px;
    padding: 0 22px;
    text-decoration: none;
    transition: transform 0.25s var(--uc-ease), background 0.25s ease;
}

.uc-header__cta:hover {
    background: #df5d10;
    transform: translateY(-1px);
}

.uc-header__toggle {
    background: transparent;
    border: 0;
    display: none;
    height: 42px;
    padding: 0;
    position: relative;
    width: 42px;
}

.uc-header__toggle span {
    background: var(--uc-navy);
    border-radius: 999px;
    display: block;
    height: 2px;
    left: 9px;
    position: absolute;
    transition: transform 0.25s var(--uc-ease), opacity 0.25s ease;
    width: 24px;
}

.uc-header__toggle span:nth-child(1) {
    top: 13px;
}

.uc-header__toggle span:nth-child(2) {
    top: 20px;
}

.uc-header__toggle span:nth-child(3) {
    top: 27px;
}

.uc-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.uc-header__toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.uc-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.uc-mobile-nav {
    background: rgba(251, 250, 247, 0.98);
    border-top: 1px solid rgba(20, 35, 58, 0.08);
    display: none;
    padding: 8px 24px 22px;
}

.uc-site {
    background:
        radial-gradient(circle at 12% 26%, rgba(255, 230, 210, 0.5), transparent 23%),
        radial-gradient(circle at 88% 50%, rgba(168, 214, 210, 0.28), transparent 26%),
        var(--uc-paper);
    color: var(--uc-navy);
    overflow: hidden;
}

.post_content > .uc-site,
#main_content .post_content > .uc-site {
    clear: none !important;
    margin: 0 !important;
    max-width: none !important;
}

.uc-site * {
    box-sizing: border-box;
}

.uc-site :where(section, article, div, header, footer, nav, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, figure, ul, ol, li) {
    border: 0;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    letter-spacing: 0;
}

.uc-site :where(h1, h2, h3, h4, h5, h6, p, dl, dt, dd, figure, ul, ol) {
    background: transparent;
    border: 0;
    clear: none;
    padding: 0;
}

.uc-site :where(h1, h2, h3, h4, h5, h6)::before,
.uc-site :where(h1, h2, h3, h4, h5, h6)::after,
.uc-site :where(p)::before,
.uc-site :where(p)::after,
.uc-site :where(a)::before,
.uc-site :where(a)::after {
    content: none !important;
    display: none !important;
}

.uc-site :where(img, svg) {
    border: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.uc-site a {
    color: inherit;
}

.uc-site :where(a) {
    text-decoration: none;
}

.uc-hero,
.uc-purpose,
.uc-business,
.uc-process,
.uc-values,
.uc-strength,
.uc-company,
.uc-bottom-cta,
.uc-footer {
    margin-inline: auto;
    max-width: 1210px;
    padding-inline: 32px;
}

.uc-hero {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1.18fr);
    min-height: 720px;
    padding-bottom: 48px;
    padding-top: 38px;
    position: relative;
}

.uc-kicker,
.uc-section-label {
    color: var(--uc-orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    margin: 0 0 28px;
}

.uc-hero h1 {
    color: var(--uc-navy);
    font-size: clamp(54px, 6.8vw, 86px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 24px;
}

.uc-hero__lead {
    color: var(--uc-navy);
    font-size: clamp(18px, 1.9vw, 24px);
    font-weight: 800;
    line-height: 1.85;
    margin: 0 0 12px;
}

.uc-hero__text,
.uc-section-head p,
.uc-purpose__copy > p,
.uc-strength__copy p,
.uc-bottom-cta p,
.uc-footer p {
    color: var(--uc-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
}

.uc-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.uc-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 12px;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    text-decoration: none !important;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s var(--uc-ease);
}

.uc-button span,
.uc-link-arrow {
    transition: transform 0.25s var(--uc-ease);
}

.uc-button:hover,
.uc-business-card:hover {
    transform: translateY(-3px);
}

.uc-button:hover span,
.uc-business-card:hover .uc-link-arrow {
    transform: translateX(4px);
}

.uc-button--primary {
    background: var(--uc-orange);
    color: var(--uc-white) !important;
}

.uc-button--secondary {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #ccd4da;
    color: var(--uc-navy) !important;
}

.uc-hero__visual {
    aspect-ratio: 1.22 / 1;
    min-height: 560px;
    position: relative;
}

.uc-mark,
.uc-ghost,
.uc-label,
.uc-motion-ring,
.uc-spark,
.uc-orb,
.uc-flow {
    position: absolute;
}

.uc-mark {
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 18px 34px rgba(20, 35, 58, 0.12);
    white-space: nowrap;
}

.uc-mark--u {
    color: var(--uc-orange);
    font-size: clamp(190px, 18vw, 290px);
    left: 60px;
    top: 28px;
    transform: rotate(-10deg);
}

.uc-mark--ideal {
    color: var(--uc-teal);
    font-size: clamp(58px, 7vw, 92px);
    right: 84px;
    top: 106px;
}

.uc-mark--real {
    color: #f18a4e;
    bottom: 56px;
    font-size: clamp(54px, 7vw, 88px);
    right: 40px;
}

.uc-ghost {
    color: rgba(20, 35, 58, 0.055);
    font-size: clamp(170px, 18vw, 280px);
    font-weight: 900;
    right: -76px;
    top: 205px;
}

.uc-flow {
    filter: drop-shadow(0 20px 42px rgba(20, 35, 58, 0.08));
    inset: 38px -18px 0 0;
    height: 90%;
    width: 100%;
}

.uc-flow path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.uc-flow__wide {
    opacity: 0.74;
    stroke-width: 36;
}

.uc-flow__wide--one {
    stroke: var(--uc-teal-soft);
}

.uc-flow__wide--two {
    stroke: rgba(9, 41, 70, 0.18);
}

.uc-flow__line {
    stroke-dasharray: 18 22;
    stroke-width: 2;
}

.uc-flow__line--orange {
    stroke: #f08a44;
}

.uc-flow__line--teal {
    stroke: var(--uc-teal);
}

.uc-flow__dash {
    stroke: rgba(20, 35, 58, 0.28);
    stroke-dasharray: 3 12;
    stroke-width: 1.5;
}

.uc-motion-ring {
    border: 1px solid rgba(22, 140, 141, 0.24);
    border-radius: 999px;
    display: block;
    opacity: 0.72;
    transform-origin: center;
}

.uc-motion-ring--a {
    height: 196px;
    right: 64px;
    top: 34px;
    transform: rotate(-14deg);
    width: 196px;
}

.uc-motion-ring--b {
    border-color: rgba(242, 106, 22, 0.22);
    bottom: 52px;
    height: 270px;
    left: 160px;
    transform: rotate(23deg);
    width: 270px;
}

.uc-motion-ring--c {
    border-style: dashed;
    border-color: rgba(9, 41, 70, 0.17);
    height: 150px;
    right: 6px;
    top: 258px;
    width: 150px;
}

.uc-spark {
    background: var(--uc-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(22, 140, 141, 0.08);
    display: block;
    height: 8px;
    width: 8px;
}

.uc-spark--a {
    left: 124px;
    top: 98px;
}

.uc-spark--b {
    right: 206px;
    top: 126px;
}

.uc-spark--c {
    bottom: 176px;
    left: 286px;
}

.uc-spark--d {
    bottom: 114px;
    right: 238px;
}

.uc-spark--e {
    background: var(--uc-orange);
    bottom: 54px;
    left: 126px;
    box-shadow: 0 0 0 8px rgba(242, 106, 22, 0.09);
}

.uc-label {
    color: var(--uc-navy);
    font-size: 15px;
    font-weight: 900;
}

.uc-label--one {
    right: 245px;
    top: 28px;
}

.uc-label--two {
    right: 26px;
    top: 208px;
}

.uc-label--three {
    bottom: 198px;
    right: 166px;
}

.uc-label--four {
    left: 92px;
    top: 266px;
}

.uc-label--five {
    bottom: 112px;
    left: 342px;
}

.uc-orb {
    border-radius: 50%;
    box-shadow: 0 16px 26px rgba(20, 35, 58, 0.18);
    display: block;
    transform-origin: center;
}

.uc-hero__visual .uc-orb::after {
    border: 1px solid currentcolor;
    border-radius: 50%;
    content: "";
    inset: -12px;
    opacity: 0.18;
    position: absolute;
    transform: scale(0.78);
}

.uc-orb--orange {
    background: radial-gradient(circle at 30% 25%, #ffd6af, #f26a16 68%, #c84d0a);
}

.uc-orb--teal {
    background: radial-gradient(circle at 32% 25%, #d0f2ee, #168c8d 66%, #0c5964);
}

.uc-orb--navy {
    background: radial-gradient(circle at 32% 25%, #a8c9e4, #07345b 68%, #052039);
}

.uc-orb--coral {
    background: radial-gradient(circle at 32% 25%, #ffe2d3, #f47d5a 66%, #cf5537);
}

.uc-orb--gray {
    background: radial-gradient(circle at 32% 25%, #fff, #aeb4ba 68%, #7f8790);
}

.uc-orb--a {
    height: 46px;
    right: 245px;
    top: 94px;
    width: 46px;
}

.uc-orb--b {
    bottom: 152px;
    height: 44px;
    left: 330px;
    width: 44px;
}

.uc-orb--c {
    bottom: 205px;
    height: 38px;
    left: 84px;
    width: 38px;
}

.uc-orb--d {
    bottom: 118px;
    height: 32px;
    left: 210px;
    width: 32px;
}

.uc-orb--e {
    bottom: 202px;
    height: 42px;
    right: 16px;
    width: 42px;
}

.uc-orb--f {
    bottom: 78px;
    height: 44px;
    left: 10px;
    width: 44px;
}

.uc-orb--g {
    height: 24px;
    right: -12px;
    top: 102px;
    width: 24px;
}

.uc-statement {
    padding: 70px 24px 82px;
    position: relative;
}

.uc-section-head {
    margin: 0 auto 32px;
    max-width: 760px;
}

.uc-section-head--center {
    text-align: center;
}

.uc-section-head h2,
.uc-purpose h2,
.uc-business h2,
.uc-process h2,
.uc-values h2,
.uc-strength h2,
.uc-bottom-cta h2 {
    color: var(--uc-navy);
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.55;
    margin: 0 0 22px;
}

.uc-section-head--center h2 {
    font-size: clamp(34px, 4.2vw, 48px);
}

.uc-deco {
    border: 1px dashed rgba(22, 140, 141, 0.4);
    border-radius: 50%;
    display: block;
    height: 150px;
    position: absolute;
    width: 150px;
}

.uc-deco::after {
    background: var(--uc-teal);
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    width: 12px;
}

.uc-deco--left {
    left: 8%;
    top: 86px;
}

.uc-deco--right {
    right: 8%;
    top: 20px;
}

.uc-purpose {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 0.88fr 1.12fr;
    padding-bottom: 70px;
    padding-top: 40px;
}

.uc-mini-timeline {
    display: grid;
    gap: 24px;
    margin-top: 32px;
}

.uc-mini-timeline article {
    display: grid;
    gap: 0 18px;
    grid-template-columns: 16px 1fr;
}

.uc-mini-timeline article > span {
    align-self: start;
    background: var(--uc-orange);
    border-radius: 50%;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 9px;
    margin-top: 8px;
    position: relative;
    width: 9px;
}

.uc-mini-timeline article:nth-child(2) > span {
    background: var(--uc-teal);
}

.uc-mini-timeline article:nth-child(3) > span {
    background: var(--uc-navy);
}

.uc-mini-timeline h3 {
    font-size: 18px;
    font-weight: 900;
    grid-column: 2;
    margin: 0 0 5px;
}

.uc-mini-timeline p {
    color: var(--uc-muted);
    font-size: 14px;
    font-weight: 700;
    grid-column: 2;
    line-height: 1.8;
    margin: 0;
}

.uc-photo-card {
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(20, 35, 58, 0.1);
    min-height: 330px;
    overflow: hidden;
    position: relative;
}

.uc-photo-card img,
.uc-company__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.uc-whiteboard {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(3px);
    inset: 0;
    position: absolute;
}

.uc-whiteboard span {
    border: 2px solid rgba(20, 35, 58, 0.28);
    border-radius: 50%;
    color: rgba(20, 35, 58, 0.65);
    display: grid;
    font-size: 13px;
    font-weight: 900;
    height: 86px;
    place-items: center;
    position: absolute;
    width: 86px;
}

.uc-whiteboard span:nth-child(1) {
    left: 33%;
    top: 28%;
}

.uc-whiteboard span:nth-child(2) {
    left: 48%;
    top: 18%;
}

.uc-whiteboard span:nth-child(3) {
    left: 58%;
    top: 42%;
}

.uc-whiteboard span:nth-child(4) {
    left: 42%;
    top: 52%;
}

.uc-whiteboard span:nth-child(5) {
    left: 64%;
    top: 18%;
}

.uc-business,
.uc-process,
.uc-values,
.uc-strength,
.uc-company {
    padding-bottom: 78px;
    padding-top: 28px;
}

.uc-business .uc-section-head,
.uc-process .uc-section-head,
.uc-values .uc-section-head {
    margin-left: 0;
}

.uc-business-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uc-business-card {
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(20, 35, 58, 0.1);
    min-height: 206px;
    overflow: hidden;
    padding: 34px 34px 30px;
    position: relative;
    text-decoration: none !important;
    transition: transform 0.3s var(--uc-ease), box-shadow 0.3s var(--uc-ease);
}

.uc-business-card h3 {
    color: var(--uc-white);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 16px;
    position: relative;
    z-index: 1;
}

.uc-business-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    max-width: 330px;
    position: relative;
    z-index: 1;
}

.uc-link-arrow {
    color: var(--uc-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.uc-business-card--digital {
    background:
        radial-gradient(circle at 70% 18%, rgba(22, 140, 141, 0.55), transparent 18%),
        radial-gradient(circle at 86% 50%, rgba(242, 106, 22, 0.62), transparent 9%),
        linear-gradient(135deg, #0a2645, #123a5f);
}

.uc-card-bgline {
    border: 1px solid rgba(168, 214, 210, 0.55);
    border-left: 0;
    border-radius: 50%;
    height: 260px;
    position: absolute;
    right: -30px;
    top: 18px;
    transform: rotate(-18deg);
    width: 360px;
}

.uc-business-card--pilates {
    background:
        linear-gradient(90deg, rgba(9, 122, 122, 0.94), rgba(9, 122, 122, 0.68), rgba(255, 255, 255, 0.12)),
        url("https://uchoice.co.jp/wp-content/uploads/2025/10/office-style-img04.jpg") center / cover;
}

.uc-process {
    display: grid;
    gap: 64px;
    grid-template-columns: 0.72fr 1.28fr;
}

.uc-process__list {
    border-left: 1px dashed rgba(20, 35, 58, 0.24);
    display: grid;
    gap: 0;
    grid-auto-rows: minmax(112px, auto);
    padding-left: 42px;
}

.uc-process__list article {
    align-items: start;
    display: grid;
    gap: 0 24px;
    grid-template-columns: 62px minmax(180px, 0.45fr) minmax(0, 1fr);
    min-height: 112px;
    position: relative;
}

.uc-process__list article::before {
    background: var(--uc-orange);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -48px;
    position: absolute;
    top: 10px;
    width: 10px;
}

.uc-process__list article:nth-child(2)::before {
    background: var(--uc-teal);
}

.uc-process__list article:nth-child(3)::before {
    background: #f7bf93;
}

.uc-process__list article:nth-child(4)::before {
    background: #35638c;
}

.uc-process__list article:nth-child(5)::before {
    background: var(--uc-navy);
}

.uc-process__list span {
    color: var(--uc-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.uc-process__list h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.uc-process__list p {
    color: var(--uc-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
}

.uc-values__grid {
    display: grid;
    gap: 42px;
    grid-template-columns: 0.84fr 1.16fr;
}

.uc-value-card,
.uc-value-list {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--uc-border);
    border-radius: 8px;
}

.uc-value-card--large {
    min-height: 180px;
    overflow: hidden;
    padding: 38px 34px 30px 190px;
    position: relative;
}

.uc-value-orb {
    background:
        radial-gradient(circle at 35% 30%, rgba(242, 106, 22, 0.42), transparent 28%),
        radial-gradient(circle at 60% 68%, rgba(168, 214, 210, 0.75), transparent 30%);
    border-radius: 50%;
    height: 150px;
    left: 48px;
    position: absolute;
    top: 28px;
    width: 150px;
}

.uc-value-card h3,
.uc-value-list h3,
.uc-strength__list h3 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.55;
    margin: 0 0 8px;
}

.uc-value-card p,
.uc-value-list p,
.uc-strength__list p {
    color: var(--uc-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
}

.uc-value-list {
    display: grid;
}

.uc-value-list article {
    align-items: start;
    display: grid;
    gap: 6px 24px;
    grid-template-areas:
        "icon title"
        "icon copy";
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 28px 34px;
}

.uc-value-list article > span {
    grid-area: icon;
}

.uc-value-list article > h3 {
    grid-area: title;
    min-width: 0;
    overflow-wrap: normal;
    white-space: normal;
    word-break: keep-all;
    writing-mode: horizontal-tb;
}

.uc-value-list article > p {
    grid-area: copy;
    min-width: 0;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
    writing-mode: horizontal-tb;
}

.uc-value-list article + article {
    border-top: 1px solid var(--uc-border);
}

.uc-icon-chart,
.uc-icon-target {
    border: 2px solid var(--uc-teal);
    border-radius: 50%;
    display: block;
    height: 42px;
    position: relative;
    width: 42px;
}

.uc-icon-chart::before,
.uc-icon-target::before {
    color: var(--uc-teal);
    content: "↗";
    font-size: 22px;
    font-weight: 900;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -55%);
}

.uc-icon-target::before {
    content: "◎";
}

.uc-strength {
    align-items: start;
    display: grid;
    gap: 54px;
    grid-template-columns: 0.78fr 1.22fr;
}

.uc-strength__list {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--uc-border);
    border-radius: 8px;
}

.uc-strength__list article {
    display: grid;
    gap: 0 18px;
    grid-template-columns: 34px 0.55fr 1fr;
    padding: 20px 28px;
}

.uc-strength__list article + article {
    border-top: 1px solid var(--uc-border);
}

.uc-strength__list span {
    color: var(--uc-navy);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.uc-logos {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--uc-border);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 auto 44px;
    max-width: 1120px;
    padding: 16px 26px;
}

.uc-logos img {
    filter: grayscale(1);
    max-height: 34px;
    object-fit: contain;
    opacity: 0.78;
    width: 100%;
}

.uc-logos span {
    color: var(--uc-muted);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.uc-company__grid {
    display: grid;
    gap: 54px;
    grid-template-columns: 0.86fr 1.14fr;
}

.uc-company__photo {
    border-radius: 8px;
    height: 218px;
    overflow: hidden;
}

.uc-company__table {
    margin: 0;
}

.uc-company__table div {
    border-bottom: 1px solid var(--uc-border);
    display: grid;
    gap: 24px;
    grid-template-columns: 120px 1fr;
    padding: 16px 0;
}

.uc-company__table dt,
.uc-company__table dd {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.uc-company__table dt {
    color: var(--uc-muted);
}

.uc-bottom-cta {
    align-items: center;
    background:
        radial-gradient(circle at 9% 42%, rgba(168, 214, 210, 0.62), transparent 11%),
        radial-gradient(circle at 93% 20%, rgba(242, 106, 22, 0.28), transparent 9%),
        linear-gradient(90deg, #fff5eb, #fff9f2);
    border-radius: 999px;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr auto;
    margin-bottom: -28px;
    min-height: 118px;
    overflow: hidden;
    padding-bottom: 22px;
    padding-top: 22px;
    position: relative;
    z-index: 2;
}

.uc-bottom-cta h2 {
    margin-bottom: 0;
}

.uc-bottom-cta p {
    margin: 0;
}

.uc-footer {
    background: var(--uc-navy);
    color: var(--uc-white);
    display: grid;
    gap: 34px;
    grid-template-columns: 0.9fr 1.4fr auto;
    max-width: none;
    padding-bottom: 28px;
    padding-top: 58px;
}

.uc-footer__brand,
.uc-footer__nav,
.uc-footer__copy {
    margin-inline: auto;
    max-width: 1210px;
}

.uc-footer__brand {
    margin: 0;
}

.uc-footer__brand img {
    background: transparent;
    filter: none;
    height: 38px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.uc-footer p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    margin: 10px 0 0;
}

.uc-footer__nav {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(5, minmax(72px, auto));
}

.uc-footer__nav a {
    color: var(--uc-white) !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.7;
    text-decoration: none;
}

.uc-footer__nav span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
}

.uc-footer__copy {
    align-self: end;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    white-space: nowrap;
}

.uc-site [data-uc-reveal] {
    opacity: 1;
    transform: none;
}

.uc-site [data-uc-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: opacity 0.8s var(--uc-ease), transform 0.8s var(--uc-ease);
}

/* SWELL applies high-specificity article styles to headings and blocks.
   Keep the redesign self-contained so the page tracks the reference image. */
#main_content .post_content .uc-site :where(h1, h2, h3, h4, p, a, dl, dt, dd, article, section, figure)::before,
#main_content .post_content .uc-site :where(h1, h2, h3, h4, p, a, dl, dt, dd, article, section, figure)::after {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
}

#main_content .post_content .uc-site {
    background:
        radial-gradient(circle at 9% 27%, rgba(255, 232, 214, 0.42), transparent 18%),
        radial-gradient(circle at 91% 58%, rgba(168, 214, 210, 0.22), transparent 24%),
        #fbfaf7 !important;
    color: var(--uc-navy) !important;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
    letter-spacing: 0 !important;
}

#main_content .post_content .uc-site :where(h1, h2, h3, h4, p, a, span, dt, dd) {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
    letter-spacing: 0 !important;
}

#main_content .post_content .uc-hero,
#main_content .post_content .uc-purpose,
#main_content .post_content .uc-business,
#main_content .post_content .uc-process,
#main_content .post_content .uc-values,
#main_content .post_content .uc-strength,
#main_content .post_content .uc-company,
#main_content .post_content .uc-bottom-cta,
#main_content .post_content .uc-footer {
    max-width: 1220px !important;
}

#main_content .post_content .uc-hero {
    gap: 34px !important;
    grid-template-columns: minmax(350px, 0.82fr) minmax(560px, 1.18fr) !important;
    min-height: 650px !important;
    padding-bottom: 44px !important;
    padding-top: 28px !important;
}

#main_content .post_content .uc-kicker,
#main_content .post_content .uc-section-label {
    background: none !important;
    color: var(--uc-orange) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.18em !important;
    line-height: 1 !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
}

#main_content .post_content .uc-hero h1 {
    background: none !important;
    border: 0 !important;
    color: var(--uc-navy) !important;
    font-size: clamp(60px, 6.2vw, 88px) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
}

#main_content .post_content .uc-hero__lead {
    color: var(--uc-navy) !important;
    font-size: clamp(17px, 1.55vw, 22px) !important;
    font-weight: 900 !important;
    line-height: 1.9 !important;
    margin: 0 0 8px !important;
}

#main_content .post_content .uc-hero__text,
#main_content .post_content .uc-section-head p,
#main_content .post_content .uc-purpose__copy > p,
#main_content .post_content .uc-strength__copy p,
#main_content .post_content .uc-bottom-cta p,
#main_content .post_content .uc-footer p {
    color: var(--uc-muted) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.9 !important;
    margin-bottom: 0 !important;
}

#main_content .post_content .uc-button {
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    min-height: 48px !important;
    padding: 0 23px !important;
}

#main_content .post_content .uc-hero__visual {
    min-height: 520px !important;
}

#main_content .post_content .uc-mark--u {
    font-size: clamp(210px, 18vw, 300px) !important;
    left: 56px !important;
    top: 18px !important;
}

#main_content .post_content .uc-mark--ideal {
    font-size: clamp(66px, 6.8vw, 104px) !important;
    right: 42px !important;
    top: 86px !important;
}

#main_content .post_content .uc-mark--real {
    bottom: 34px !important;
    font-size: clamp(66px, 6.6vw, 104px) !important;
    right: 8px !important;
}

#main_content .post_content .uc-ghost {
    color: rgba(20, 35, 58, 0.05) !important;
    font-size: clamp(170px, 18vw, 280px) !important;
    right: -88px !important;
    top: 218px !important;
}

#main_content .post_content .uc-section-head h2,
#main_content .post_content .uc-purpose h2,
#main_content .post_content .uc-business h2,
#main_content .post_content .uc-process h2,
#main_content .post_content .uc-values h2,
#main_content .post_content .uc-strength h2,
#main_content .post_content .uc-bottom-cta h2 {
    background: none !important;
    border: 0 !important;
    color: var(--uc-navy) !important;
    font-size: clamp(30px, 3.3vw, 42px) !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.55 !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

#main_content .post_content .uc-section-head--center h2 {
    font-size: clamp(34px, 3.9vw, 48px) !important;
    letter-spacing: 0.08em !important;
}

#main_content .post_content .uc-statement {
    padding-bottom: 74px !important;
    padding-top: 40px !important;
}

#main_content .post_content .uc-purpose {
    gap: 72px !important;
    grid-template-columns: 0.88fr 1.12fr !important;
    padding-bottom: 58px !important;
    padding-top: 36px !important;
}

#main_content .post_content .uc-photo-card,
#main_content .post_content .uc-business-card,
#main_content .post_content .uc-value-card,
#main_content .post_content .uc-value-list article,
#main_content .post_content .uc-strength__list,
#main_content .post_content .uc-company__table,
#main_content .post_content .uc-logos {
    border-color: rgba(20, 35, 58, 0.11) !important;
    box-shadow: none !important;
}

#main_content .post_content .uc-business-card {
    min-height: 206px !important;
    padding: 32px 30px !important;
}

#main_content .post_content .uc-business-card h3 {
    color: var(--uc-white) !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

#main_content .post_content .uc-business-card p,
#main_content .post_content .uc-business-card .uc-link-arrow {
    color: rgba(255, 255, 255, 0.92) !important;
}

#main_content .post_content .uc-process__list {
    gap: 0 !important;
    grid-auto-rows: minmax(112px, auto) !important;
}

#main_content .post_content .uc-process__list article {
    align-items: start !important;
    gap: 0 24px !important;
    grid-template-columns: 62px minmax(180px, 0.45fr) minmax(0, 1fr) !important;
    min-height: 112px !important;
}

#main_content .post_content .uc-process__list article h3,
#main_content .post_content .uc-mini-timeline h3,
#main_content .post_content .uc-value-list h3,
#main_content .post_content .uc-strength__list h3 {
    background: none !important;
    border: 0 !important;
    color: var(--uc-navy) !important;
    font-weight: 900 !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

#main_content .post_content .uc-mini-timeline,
#main_content .post_content .uc-mini-timeline article,
#main_content .post_content .uc-mini-timeline h3,
#main_content .post_content .uc-mini-timeline p {
    min-width: 0 !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
}

#main_content .post_content .uc-mini-timeline article {
    grid-template-columns: 16px minmax(0, 1fr) !important;
}

#main_content .post_content .uc-value-list article {
    align-items: start !important;
    display: grid !important;
    gap: 6px 24px !important;
    grid-template-areas:
        "icon title"
        "icon copy" !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
}

#main_content .post_content .uc-mini-timeline article > span {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
}

#main_content .post_content .uc-mini-timeline h3,
#main_content .post_content .uc-mini-timeline p {
    grid-column: 2 !important;
}

#main_content .post_content .uc-value-list article > span {
    grid-area: icon !important;
}

#main_content .post_content .uc-value-list article > h3 {
    grid-area: title !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    word-break: keep-all !important;
    writing-mode: horizontal-tb !important;
}

#main_content .post_content .uc-value-list article > p {
    grid-area: copy !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
}

@keyframes ucFloatY {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@keyframes ucFloatX {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(12px, 0, 0);
    }
}

@keyframes ucRingPulse {
    0%,
    100% {
        opacity: 0.34;
        transform: rotate(var(--uc-ring-rotate, 0deg)) scale(0.92);
    }
    50% {
        opacity: 0.8;
        transform: rotate(calc(var(--uc-ring-rotate, 0deg) + 8deg)) scale(1.08);
    }
}

@keyframes ucSparkDrift {
    0%,
    100% {
        opacity: 0.45;
        transform: translate3d(0, 0, 0) scale(0.85);
    }
    50% {
        opacity: 1;
        transform: translate3d(16px, -18px, 0) scale(1.2);
    }
}

@keyframes ucOrbPulse {
    0%,
    100% {
        transform: scale(0.96);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes ucSignalRing {
    0% {
        opacity: 0.24;
        transform: scale(0.72);
    }
    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

.uc-motion-ring {
    animation: ucRingPulse 9s ease-in-out infinite;
}

.uc-motion-ring--a {
    --uc-ring-rotate: -14deg;
}

.uc-motion-ring--b {
    --uc-ring-rotate: 23deg;
    animation-delay: -2.4s;
}

.uc-motion-ring--c {
    --uc-ring-rotate: 0deg;
    animation-delay: -4.8s;
}

.uc-spark {
    animation: ucSparkDrift 6.4s ease-in-out infinite;
}

.uc-spark--b,
.uc-spark--d {
    animation-delay: -2.2s;
    animation-direction: reverse;
}

.uc-spark--c,
.uc-spark--e {
    animation-delay: -4.1s;
}

.uc-hero__visual .uc-orb {
    animation: ucOrbPulse 5.8s ease-in-out infinite;
}

.uc-hero__visual .uc-orb::after {
    animation: ucSignalRing 2.8s ease-out infinite;
}

.uc-hero__visual .uc-orb:nth-of-type(2n)::after {
    animation-delay: -1.4s;
}

.uc-deco,
.uc-bottom-cta .uc-orb,
.uc-value-orb {
    animation: ucFloatY 8s ease-in-out infinite;
}

.uc-bottom-cta .uc-orb:nth-of-type(2n),
.uc-deco--right {
    animation-name: ucFloatX;
    animation-duration: 10s;
}

@media (max-width: 1080px) {
    .uc-header__nav {
        display: none;
    }

    .uc-header__inner {
        height: 72px;
    }

    .uc-header__toggle {
        display: block;
        margin-left: auto;
    }

    .uc-mobile-nav.is-open {
        display: grid;
        gap: 14px;
    }

    .uc-hero,
    .uc-purpose,
    .uc-process,
    .uc-strength {
        grid-template-columns: 1fr;
    }

    .uc-hero {
        min-height: auto;
        padding-top: 56px;
    }

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

    .uc-bottom-cta,
    .uc-footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .uc-header__inner,
    .uc-hero,
    .uc-purpose,
    .uc-business,
    .uc-process,
    .uc-values,
    .uc-strength,
    .uc-company,
    .uc-bottom-cta,
    .uc-footer {
        padding-inline: 20px;
    }

    .uc-header__cta {
        display: none;
    }

    .uc-header__logo {
        height: 32px;
    }

    .uc-hero h1 {
        font-size: 48px;
    }

    .uc-hero__visual {
        margin-inline: -42px;
        min-height: 420px;
        transform: scale(0.86);
        transform-origin: top center;
    }

    .uc-business-grid,
    .uc-values__grid,
    .uc-company__grid {
        grid-template-columns: 1fr;
    }

    .uc-process__list article,
    .uc-strength__list article {
        grid-template-columns: 1fr;
    }

    .uc-process__list {
        padding-left: 28px;
    }

    .uc-process__list article::before {
        left: -34px;
    }

    .uc-value-card--large {
        padding: 150px 26px 28px;
    }

    .uc-value-orb {
        left: 28px;
        top: 20px;
    }

    .uc-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uc-company__table div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .uc-bottom-cta {
        border-radius: 24px;
        margin-inline: 20px;
        padding: 28px 24px;
    }

    .uc-bottom-cta .uc-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .uc-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .uc-hero__visual {
        margin-bottom: -50px;
        min-height: 360px;
        transform: scale(0.7);
    }

    .uc-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .uc-button {
        width: 100%;
    }

    .uc-section-head h2,
    .uc-purpose h2,
    .uc-business h2,
    .uc-process h2,
    .uc-values h2,
    .uc-strength h2,
    .uc-bottom-cta h2 {
        font-size: 29px;
    }
}

@media (max-width: 1080px) {
    #main_content .post_content .uc-hero,
    #main_content .post_content .uc-purpose,
    #main_content .post_content .uc-process,
    #main_content .post_content .uc-strength {
        grid-template-columns: 1fr !important;
    }

    #main_content .post_content .uc-hero {
        min-height: auto !important;
        padding-top: 56px !important;
    }

    #main_content .post_content .uc-purpose {
        gap: 40px !important;
    }

    #main_content .post_content .uc-hero__visual {
        min-height: 500px !important;
    }

    #main_content .post_content .uc-bottom-cta,
    #main_content .post_content .uc-footer {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 780px) {
    #main_content .post_content .uc-header__inner,
    #main_content .post_content .uc-hero,
    #main_content .post_content .uc-purpose,
    #main_content .post_content .uc-business,
    #main_content .post_content .uc-process,
    #main_content .post_content .uc-values,
    #main_content .post_content .uc-strength,
    #main_content .post_content .uc-company,
    #main_content .post_content .uc-bottom-cta,
    #main_content .post_content .uc-footer {
        padding-inline: 20px !important;
    }

    #main_content .post_content .uc-hero h1 {
        font-size: 48px !important;
        line-height: 1.2 !important;
    }

    #main_content .post_content .uc-hero__visual {
        margin-inline: -42px !important;
        min-height: 420px !important;
        transform: scale(0.86) !important;
        transform-origin: top center !important;
    }

    #main_content .post_content .uc-business-grid,
    #main_content .post_content .uc-values__grid,
    #main_content .post_content .uc-company__grid,
    #main_content .post_content .uc-process__list article,
    #main_content .post_content .uc-strength__list article {
        grid-template-columns: 1fr !important;
    }

    #main_content .post_content .uc-process__list {
        gap: 24px !important;
        grid-auto-rows: auto !important;
        padding-left: 28px !important;
    }

    #main_content .post_content .uc-process__list article {
        gap: 6px !important;
        min-height: 0 !important;
    }

    #main_content .post_content .uc-process__list article::before {
        left: -34px !important;
    }

    #main_content .post_content .uc-bottom-cta {
        border-radius: 24px !important;
        margin-inline: 20px !important;
        padding: 28px 24px !important;
    }

    #main_content .post_content .uc-bottom-cta .uc-actions {
        align-items: stretch !important;
        flex-direction: column !important;
    }
}

@media (max-width: 520px) {
    #main_content .post_content .uc-hero__visual {
        margin-bottom: -50px !important;
        min-height: 360px !important;
        transform: scale(0.7) !important;
    }

    #main_content .post_content .uc-actions {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    #main_content .post_content .uc-button {
        width: 100% !important;
    }

    #main_content .post_content .uc-section-head h2,
    #main_content .post_content .uc-purpose h2,
    #main_content .post_content .uc-business h2,
    #main_content .post_content .uc-process h2,
    #main_content .post_content .uc-values h2,
    #main_content .post_content .uc-strength h2,
    #main_content .post_content .uc-bottom-cta h2 {
        font-size: 29px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    [data-uc-reveal] {
        opacity: 1;
        transform: none;
    }
}
