/* Top page styles. Loaded only on the front page. */
.company-home {
    --home-container: 1080px;
    --home-container-narrow: 960px;
    --home-container-cta: 880px;
    --home-gutter: clamp(24px, 4vw, 56px);
    --home-section: 96px;
    --home-section-compact: 82px;
    --home-radius: 20px;
    --home-border: 1px solid rgba(120, 90, 60, 0.09);
    --home-shadow: 0 8px 22px rgba(80, 60, 40, 0.04);
    --home-accent: #e77735;
    --home-accent-dark: #c45f25;
    --home-mint: #edf7f3;
    --home-beige: #f8f3ea;
    --home-cream: #fffaf2;
    --home-panel: #fbf8f2;
    --home-ink: #233136;
    --home-text: #536467;
    --home-green: #2f8f78;
    --home-pink: #c98796;
    --home-peach: #fff1df;
    --home-peach-deep: #f6c49a;
    --home-sage: #e6f3ea;
    --home-rose: #fff0f2;
    --home-yellow: #fff6cf;
    --home-miraitizu-pink: #e85c86;
    --home-miraitizu-pink-light: #fff1f6;
    --home-line: rgba(72, 87, 74, 0.12);
    --company-v5-gold: #EFB01A;
    --company-v5-gold-deep: #C2870A;
    --company-v5-gold-soft: #FBEFCE;
    --company-v5-pink: #E86A8A;
    --company-v5-pink-deep: #D14E70;
    --company-v5-pink-soft: #FBE4EB;
    --company-v5-cyan: #00A8C8;
    --company-v5-cyan-deep: #0088A4;
    --company-v5-cyan-soft: #DBF0F5;
    --company-v5-green: #2FAE6E;
    --company-v5-green-deep: #1E8E57;
    --company-v5-green-soft: #DDF1E7;
    --company-v5-ink: #241F1B;
    --company-v5-ink-soft: #6B6358;
    --company-v5-ink-mute: #9C9488;
    --company-v5-paper: #FFFFFF;
    --company-v5-bg-pink: #FDF4F7;
    --company-v5-bg-cyan: #F1FAFC;
    --company-v5-bg-green: #F2FAF6;
    --company-v5-bg-gold: #FCE9C2;
    --company-v5-value-gold: #FDF6E4;
    --company-v5-value-cyan: #EFF8FB;
    --company-v5-value-pink: #FCF0F4;
    --company-v5-line: #EBE1D2;
    --company-v5-hair: rgba(36, 31, 27, .09);
    --company-v5-shadow: 0 24px 50px -34px rgba(60, 44, 20, .40);
    --company-v5-shadow-soft: 0 14px 30px -24px rgba(60, 44, 20, .34);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow: visible;
    background: var(--home-cream);
}
body.home #container {
    background: linear-gradient(180deg, #fffaf2 0, #fffaf2 40%, #fff 40%, #fff 100%);
}
body.home #wrap {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
body.home #main {
    width: 100%;
    padding-right: 0;
}
body.home #head-menu {
    display: none;
}
.company-home * {
    box-sizing: border-box;
}
.company-home *:before {
    box-sizing: border-box;
}
.company-home *:after {
    box-sizing: border-box;
}
.company-home > section {
    width: 100%;
    margin: 0;
    padding-right: var(--home-gutter);
    padding-left: var(--home-gutter);
    scroll-margin-top: 110px;
}
.company-home > section > * {
    width: 100%;
    max-width: var(--home-container);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-section-head {
    width: 100%;
    max-width: var(--home-container-narrow);
    min-width: 0;
    margin-right: auto;
    margin-bottom: clamp(40px, 5vw, 58px);
    margin-left: auto;
    text-align: center;
}
.company-home .company-section-lead {
    width: 100%;
    max-width: 640px;
    min-width: 0;
    margin: 25px auto 0;
    color: var(--company-v5-ink-soft);
    font-size: clamp(.95rem, 1.6vw, 1.02rem);
    line-height: 1.85;
}
.company-home p {
    margin: 0;
    color: var(--home-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 2.1;
}
.company-card {
    min-width: 0;
    border: var(--home-border);
    border-radius: var(--home-radius);
    background: #fff;
    box-shadow: none;
}
.company-home .material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}
.company-home .company-section-head__label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    color: var(--home-accent-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.company-home .company-section-head__label:before {
    display: none;
}
.company-home .company-section-head h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--home-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
}
.company-home .company-section-lead p + p {
    margin-top: 10px;
}
.company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 62px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.company-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}
.company-btn--primary {
    background: var(--home-accent);
    box-shadow: 0 14px 26px rgba(231, 119, 53, 0.18);
    color: #fff;
}
.company-btn--primary:hover {
    background: var(--home-accent-dark);
    box-shadow: 0 18px 32px rgba(196, 95, 37, 0.24);
    color: #fff;
}
.company-btn--secondary {
    border: 1px solid rgba(231, 119, 53, 0.24);
    background: #fff;
    box-shadow: 0 10px 22px rgba(103, 75, 43, 0.07);
    color: var(--home-accent);
}
.company-btn--secondary:hover {
    border-color: var(--home-accent);
    background: #fff4e8;
    box-shadow: 0 16px 28px rgba(231, 119, 53, 0.14);
    color: var(--home-accent-dark);
}
.company-sp-br {
    display: none;
}
.company-pc-br {
    display: block;
}
.company-hero {
    padding-top: 80px;
    padding-bottom: 112px;
    background: var(--home-cream);
}
.company-hero-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: center;
}
.company-hero__title {
    max-width: 1040px;
    margin: 0 0 30px;
    color: var(--home-ink);
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(42px, 3.05vw, 44px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.company-home .company-hero__title {
    margin: 0 0 30px;
}
.company-hero__title span {
    display: block;
}
.company-hero__title span + span {
    margin-top: 4px;
}
.company-hero__title strong {
    color: inherit;
    font-weight: 800;
}
.company-hero__lead {
    max-width: 960px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.15;
}
.company-hero__service-name {
    position: relative;
    display: inline-block;
    margin: 0 0.28em;
    font-size: 1.38em;
    font-weight: 800;
    line-height: 1;
    vertical-align: -0.03em;
}
.company-hero__service-name:after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -0.16em;
    height: 0.32em;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.16;
}
.company-hero__service-name--kokotomo {
    color: var(--home-accent);
    margin-left: 0;
}
.company-hero__service-name--miraitizu {
    color: var(--home-miraitizu-pink);
}
.company-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 45px;
}
.company-hero-ornament {
    position: relative;
    min-height: 430px;
    overflow: visible;
}
.company-hero-ornament__image {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 500px;
    max-width: none;
    opacity: 0.34;
    transform: rotate(-8deg);
}
.company-hero-ornament__ring {
    display: none;
}
.company-hero-services {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
    margin-top: 112px;
}
.company-service-showcase {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 0;
    border: 1px solid rgba(225, 190, 150, 0.58);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 26px 54px rgba(103, 75, 43, 0.10);
}
.company-service-showcase__media {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 78px 30px 30px;
    border-bottom: 1px solid rgba(225, 190, 150, 0.34);
    border-radius: 26px 26px 0 0;
    background: #fff;
}
.company-device-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 24px 10px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-sizing: border-box;
}
.company-device-asset {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
}
.company-service-showcase__badges {
    position: absolute;
    top: 24px;
    left: 26px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: calc(100% - 56px);
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}
.company-service-showcase__badges li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 35px;
    padding: 8px 15px 10px;
    border: 2px solid var(--home-accent);
    border-radius: 30px;
    background: rgba(255, 246, 232, 0.94);
    box-shadow: 0 12px 28px rgba(103, 75, 43, 0.13);
    color: var(--home-accent);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}
.company-service-showcase__badges li:first-child {
    background: linear-gradient(135deg, var(--home-accent), #f7b344);
    box-shadow: 0 18px 38px rgba(239, 122, 46, 0.24);
    color: #fff;
}
.company-service-showcase--miraitizu .company-service-showcase__badges li {
    background: rgba(255, 248, 250, 0.94);
    color: var(--home-miraitizu-pink);
    border-color: var(--home-miraitizu-pink);
}
.company-service-showcase--miraitizu .company-service-showcase__badges li:first-child {
    background: linear-gradient(135deg, var(--home-miraitizu-pink), #f39ab7);
    box-shadow: 0 18px 38px rgba(232, 92, 134, 0.18);
    color: #fff;
}
.company-service-showcase__body {
    position: relative;
    z-index: 1;
    padding: 30px 30px 32px;
    border-radius: 0 0 26px 26px;
    background: linear-gradient(180deg, #fffaf4 0%, #fff6ec 100%);
}
.company-service-showcase--miraitizu .company-service-showcase__body {
    background: linear-gradient(180deg, #fffafb 0%, var(--home-miraitizu-pink-light) 100%);
}
.company-service-showcase span {
    display: block;
    margin-bottom: 10px;
    color: var(--home-accent);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}
.company-service-showcase--miraitizu span {
    color: var(--home-miraitizu-pink);
}
.company-service-showcase strong {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--home-ink);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}
.company-service-showcase p {
    font-size: 15px;
    line-height: 1.9;
}
.company-service-showcase__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    margin-top: 18px;
    padding: 0 18px;
    border: 1px solid var(--home-accent);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--home-accent-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}
.company-service-showcase__link:after {
    content: "open_in_new";
    margin-left: 7px;
    font-family: 'Material Icons Outlined';
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.company-service-showcase__link:hover {
    border-color: var(--home-accent);
    background: var(--home-accent);
    color: #fff;
    text-decoration: none;
}
.company-service-showcase--miraitizu .company-service-showcase__link {
    border-color: var(--home-miraitizu-pink);
    color: #c94d75;
}
.company-service-showcase--miraitizu .company-service-showcase__link:hover {
    background: var(--home-miraitizu-pink);
    color: #fff;
}
.company-service-showcase__logo-mark {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}
.company-service-showcase__logo-mark:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.company-service-showcase__logo-mark:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.company-home .company-hero-service-note {
    position: relative;
    display: block;
    grid-column: 1 / -1;
    width: fit-content;
    max-width: 940px;
    margin: 34px auto 0;
    padding: 0 10px;
    color: var(--home-ink);
    font-size: 20px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.02em;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-hero-service-note span {
    display: inline-block;
    margin-right: 0.22em;
    padding: 0 0.04em;
    color: var(--home-accent);
    font-size: 1.14em;
    font-weight: 900;
    line-height: 1;
}
/* Clients through CTA */
.company-home .company-section-wrap {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(20px, 5vw, 34px);
    padding-left: clamp(20px, 5vw, 34px);
}
.company-home > section.company-section {
    padding: clamp(64px, 9vw, 116px) 0;
}
.company-home .company-section-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 14px;
}
.company-home .company-section-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.company-home .company-section-dots i:nth-child(1) {
    background: var(--company-v5-pink);
}

.company-home .company-section-dots i:nth-child(2) {
    background: var(--company-v5-cyan);
}

.company-home .company-section-dots i:nth-child(3) {
    background: var(--company-v5-green);
}
.company-home h2.company-section-title {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--company-v5-ink);
    font-size: clamp(1.55rem, 3.7vw, 2.25rem);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .01em;
    text-shadow: none;
}
.company-home .company-section h3 {
    position: static;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
}
.company-cta .company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    padding: .95em 1.85em;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: .97rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    text-decoration: none;
    background: var(--company-v5-gold);
    box-shadow: 0 16px 28px -14px rgba(239, 176, 26, .95);
    color: var(--company-v5-ink);
    transition: transform .25s, box-shadow .25s, background .25s;
}
.company-cta .company-btn:hover {
    background: #F6BC2E;
    box-shadow: 0 22px 36px -14px rgba(239, 176, 26, 1);
    color: var(--company-v5-ink);
    transform: translateY(-2px);
}
.company-home .material-symbols-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}
.company-home .company-clients {
    background: var(--company-v5-paper);
    padding-block: clamp(52px, 7vw, 90px);
}
.company-home .company-clients .company-section-head {
    margin-bottom: 45px;
}
.company-home .company-client-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0 auto;
}
.company-home .company-client-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px 15px 35px;
    border: 1px solid var(--company-v5-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--company-v5-shadow-soft);
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.company-home .company-client-card:hover {
    box-shadow: var(--company-v5-shadow);
    transform: translateY(-4px);
}
.company-home .company-client-card .company-client-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}
.company-home .company-client-card img {
    display: block;
    width: auto !important;
    max-width: 82% !important;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(.12);
}
.company-home .company-client-card .company-client-card__fallback {
    display: none;
    color: #9C9488;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: .02em;
}
.company-home .company-client-card .company-client-card__name {
    margin: 0;
    color: var(--company-v5-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.company-home .company-client-note {
    margin-top: 45px;
    color: var(--company-v5-ink-soft);
    line-height: 1.85;
    text-align: center;
}
.company-home .company-client-note p {
    margin: .15em 0;
    color: inherit;
    line-height: inherit;
}
.company-home .company-challenges {
    background: var(--company-v5-bg-pink);
}
.company-home .company-challenge-voices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 22px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-challenge-voice {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 26px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--company-v5-shadow-soft);
}
.company-home .company-challenge-voice:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 34px;
    width: 18px;
    height: 18px;
    border-radius: 0 0 4px 0;
    background: #fff;
    box-shadow: 5px 5px 10px -7px rgba(60, 44, 20, .3);
    transform: rotate(45deg);
}
.company-home .company-challenge-voice .company-challenge-voice__icon {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    color: #fff;
}
.company-home .company-challenge-voice .company-challenge-voice__icon .material-symbols-outlined {
    font-size: 27px;
}
.company-home .company-challenge-voice--cyan .company-challenge-voice__icon {
    background: var(--company-v5-cyan);
}

.company-home .company-challenge-voice--green .company-challenge-voice__icon {
    background: var(--company-v5-green);
}

.company-home .company-challenge-voice--pink .company-challenge-voice__icon {
    background: var(--company-v5-pink);
}

.company-home .company-challenge-voice--gold .company-challenge-voice__icon {
    background: var(--company-v5-gold);
}
.company-home .company-challenge-voice h3 {
    margin: 0 0 5px;
    color: var(--company-v5-ink);
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.5;
}
.company-home .company-challenge-voice p {
    margin: 0;
    color: var(--company-v5-ink-soft);
    font-size: .84rem;
    line-height: 1.85;
}
.company-home .company-values {
    background: var(--company-v5-paper);
}
.company-home .company-value-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
    margin: 0 auto clamp(40px, 5vw, 56px);
    padding-block: 28px;
    border-block: 1px solid var(--company-v5-line);
}
.company-home .company-value-stat {
    padding: 6px 12px;
    border-right: 1px solid var(--company-v5-hair);
    text-align: center;
}
.company-home .company-value-stat:last-child {
    border-right: none;
}
.company-home .company-value-stat b {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.7rem, 3.6vw, 2.4rem);
    font-weight: 800;
    line-height: 1.05;
}
.company-home .company-value-stat b small {
    margin-left: 2px;
    font-size: .42em;
    font-weight: 700;
}
.company-home .company-value-stat:nth-child(1) b {
    color: var(--company-v5-gold-deep);
}

.company-home .company-value-stat:nth-child(2) b {
    color: var(--company-v5-cyan-deep);
}

.company-home .company-value-stat:nth-child(3) b {
    color: var(--company-v5-green-deep);
}

.company-home .company-value-stat:nth-child(4) b {
    color: var(--company-v5-pink-deep);
}
.company-home .company-value-stat span {
    display: block;
    margin-top: 7px;
    color: var(--company-v5-ink-soft);
    font-size: .74rem;
}
.company-home .company-value-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-value-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 3vw, 30px);
    align-items: flex-start;
    padding: clamp(24px, 3vw, 32px) clamp(24px, 3vw, 34px);
    border-radius: 22px;
}
.company-home .company-value-point--gold {
    background: var(--company-v5-value-gold);
}

.company-home .company-value-point--cyan {
    background: var(--company-v5-value-cyan);
}

.company-home .company-value-point--pink {
    background: var(--company-v5-value-pink);
}
.company-home .company-value-point__num {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
}
.company-home .company-value-point--gold .company-value-point__num {
    background: var(--company-v5-gold);
}

.company-home .company-value-point--cyan .company-value-point__num {
    background: var(--company-v5-cyan);
}

.company-home .company-value-point--pink .company-value-point__num {
    background: var(--company-v5-pink);
}
.company-home .company-value-point__body h3 {
    margin: 0 0 10px;
    color: var(--company-v5-ink);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 900;
    line-height: 1.5;
}
.company-home .company-value-point__body p {
    margin: 0 0 14px;
    color: var(--company-v5-ink-soft);
    font-size: .9rem;
    line-height: 1.85;
}
.company-home .company-value-point__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.company-home .company-value-point__chips li {
    padding: .34em .78em;
    border-radius: 999px;
    background: #fff;
    font-size: .72rem;
    font-weight: 700;
}
.company-home .company-value-point--gold .company-value-point__chips li {
    color: var(--company-v5-gold-deep);
}

.company-home .company-value-point--cyan .company-value-point__chips li {
    color: var(--company-v5-cyan-deep);
}

.company-home .company-value-point--pink .company-value-point__chips li {
    color: var(--company-v5-pink-deep);
}
.company-home .company-services {
    background: var(--company-v5-bg-cyan);
}
.company-home .company-service-rows {
    display: flex;
    flex-direction: column;
    gap: clamp(44px, 6vw, 80px);
}
.company-home .company-service-row {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}
.company-home .company-service-row:nth-child(even) .company-service-row__photo {
    order: 2;
}
.company-home .company-service-row__photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 26px;
    box-shadow: var(--company-v5-shadow);
}
.company-home .company-service-row--cyan .company-service-row__photo {
    background: var(--company-v5-cyan-soft);
    color: var(--company-v5-cyan-deep);
}

.company-home .company-service-row--green .company-service-row__photo {
    background: var(--company-v5-green-soft);
    color: var(--company-v5-green-deep);
}

.company-home .company-service-row--pink .company-service-row__photo {
    background: var(--company-v5-pink-soft);
    color: var(--company-v5-pink-deep);
}
.company-home .company-service-row__photo .company-service-row__photo-icon {
    position: absolute;
    font-size: 64px;
    opacity: .55;
}
.company-home .company-service-row__photo img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-home .company-service-row__photo .company-service-row__photo-overlay {
    position: absolute;
    z-index: 3;
    inset: 0;
}
.company-home .company-service-row--cyan .company-service-row__photo-overlay {
    background: linear-gradient(160deg, rgba(0, 168, 200, .16), transparent 55%);
}

.company-home .company-service-row--green .company-service-row__photo-overlay {
    background: linear-gradient(160deg, rgba(47, 174, 110, .16), transparent 55%);
}

.company-home .company-service-row--pink .company-service-row__photo-overlay {
    background: linear-gradient(160deg, rgba(232, 106, 138, .16), transparent 55%);
}
.company-home .company-service-row__photo .company-service-row__photo-num {
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 18px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.company-home .company-service-row__body h3 {
    margin: 0 0 12px;
    color: var(--company-v5-ink);
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    font-weight: 900;
    line-height: 1.45;
}
.company-home .company-service-row__body .company-service-row__lead {
    margin: 0 0 16px;
    color: var(--company-v5-ink-soft);
    font-size: .94rem;
    line-height: 1.85;
}
.company-home .company-service-row__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
.company-home .company-service-row__chips li {
    padding: .4em .85em;
    border: 1px solid var(--company-v5-line);
    border-radius: 999px;
    background: #fff;
    color: var(--company-v5-ink);
    font-size: .78rem;
    font-weight: 600;
}
.company-home details.company-service-details {
    padding-top: 2px;
    border-top: 1px solid rgba(36, 31, 27, .12);
}
.company-home details.company-service-details summary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 0 8px;
    cursor: pointer;
    list-style: none;
    font-size: .9rem;
    font-weight: 700;
    user-select: none;
}
.company-home .company-service-row--cyan details.company-service-details summary {
    color: var(--company-v5-cyan-deep);
}

.company-home .company-service-row--green details.company-service-details summary {
    color: var(--company-v5-green-deep);
}

.company-home .company-service-row--pink details.company-service-details summary {
    color: var(--company-v5-pink-deep);
}
.company-home details.company-service-details summary::-webkit-details-marker {
    display: none;
}
.company-home details.company-service-details summary .company-details-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform .3s;
}
.company-home .company-service-row--cyan summary .company-details-toggle {
    background: #fff;
    color: var(--company-v5-cyan-deep);
}

.company-home .company-service-row--green summary .company-details-toggle {
    background: #fff;
    color: var(--company-v5-green-deep);
}

.company-home .company-service-row--pink summary .company-details-toggle {
    background: #fff;
    color: var(--company-v5-pink-deep);
}
.company-home details.company-service-details[open] summary .company-details-toggle {
    transform: rotate(45deg);
}
.company-home details.company-service-details summary .company-details-toggle .material-symbols-outlined {
    font-size: 22px;
}
.company-home .company-service-details__body {
    display: grid;
    gap: 16px;
    padding: 6px 0;
}
.company-home .company-service-details__block h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    font-size: .8rem;
    font-weight: 700;
}
.company-home .company-service-details__block h4:before {
    content: '';
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
    opacity: .65;
}
.company-home .company-service-row--cyan .company-service-details__block h4 {
    color: var(--company-v5-cyan-deep);
}

.company-home .company-service-row--green .company-service-details__block h4 {
    color: var(--company-v5-green-deep);
}

.company-home .company-service-row--pink .company-service-details__block h4 {
    color: var(--company-v5-pink-deep);
}
.company-home .company-service-details__block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.company-home .company-service-details__block ul li {
    padding: .32em .7em;
    border: 1px solid var(--company-v5-line);
    border-radius: 8px;
    background: #fff;
    color: var(--company-v5-ink-soft);
    font-size: .78rem;
}
.company-home .company-service-details__block p {
    margin: 0;
    color: var(--company-v5-ink-soft);
    font-size: .83rem;
    line-height: 1.85;
}
.company-home .company-service-details__ai-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: .4em .8em;
    border: 1px solid var(--company-v5-green-soft);
    border-radius: 999px;
    background: #fff;
    color: var(--company-v5-green-deep);
    font-size: .74rem;
    font-weight: 700;
}
.company-home .company-service-details__ai-note .material-symbols-outlined {
    font-size: 1em;
}
.company-home .company-process {
    background: var(--company-v5-paper);
}
.company-home .company-process-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-process-path:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 37px;
    right: 9%;
    left: 9%;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--company-v5-gold), var(--company-v5-cyan), var(--company-v5-green), var(--company-v5-pink));
}
.company-home .company-process-step {
    position: relative;
    z-index: 1;
    text-align: center;
}
.company-home .company-process-step__node {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fff;
}
.company-home .company-process-step:nth-child(1) .company-process-step__node {
    color: var(--company-v5-gold-deep);
    box-shadow: 0 0 0 4px var(--company-v5-gold-soft);
}

.company-home .company-process-step:nth-child(2) .company-process-step__node {
    color: var(--company-v5-cyan-deep);
    box-shadow: 0 0 0 4px var(--company-v5-cyan-soft);
}

.company-home .company-process-step:nth-child(3) .company-process-step__node {
    color: var(--company-v5-green-deep);
    box-shadow: 0 0 0 4px var(--company-v5-green-soft);
}

.company-home .company-process-step:nth-child(4) .company-process-step__node {
    color: var(--company-v5-pink-deep);
    box-shadow: 0 0 0 4px var(--company-v5-pink-soft);
}
.company-home .company-process-step__node .material-symbols-outlined {
    font-size: 33px;
}
.company-home .company-process-step .company-process-step__label {
    display: block;
    margin-bottom: 4px;
    color: var(--company-v5-ink-mute);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
}
.company-home .company-process-step h3 {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 8px;
    color: var(--company-v5-ink);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.5;
}
.company-home .company-process-step__free-tag {
    padding: .18em .6em;
    border-radius: 6px;
    background: var(--company-v5-green);
    color: #fff;
    font-size: .66rem;
    font-weight: 700;
}
.company-home .company-process-step p {
    max-width: 225px;
    margin: 0 auto;
    color: var(--company-v5-ink-soft);
    font-size: .82rem;
    line-height: 1.75;
}
.company-home .company-pricing {
    background: var(--company-v5-bg-green);
}
.company-home .company-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-pricing-row {
    padding: 26px clamp(22px, 3vw, 30px);
    border: 1px solid var(--company-v5-line);
    border-left: 6px solid var(--company-v5-gold);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--company-v5-shadow-soft);
    transition: box-shadow .25s, transform .25s;
}
.company-home .company-pricing-row:hover {
    box-shadow: var(--company-v5-shadow);
    transform: translateY(-2px);
}
.company-home .company-pricing-row--gold {
    border-left-color: var(--company-v5-gold);
}

.company-home .company-pricing-row--cyan {
    border-left-color: var(--company-v5-cyan);
}

.company-home .company-pricing-row--green {
    border-left-color: var(--company-v5-green);
}

.company-home .company-pricing-row--pink {
    border-left-color: var(--company-v5-pink);
}
.company-home .company-pricing-row__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px 28px;
}
.company-home .company-pricing-row__head h3 {
    margin: 0;
    color: var(--company-v5-ink);
    font-size: 1.16rem;
    font-weight: 900;
    line-height: 1.4;
}
.company-home .company-pricing-row__amount {
    font-size: clamp(1.3rem, 2.6vw, 1.7rem);
    font-weight: 800;
    white-space: nowrap;
}
.company-home .company-pricing-row--gold .company-pricing-row__amount {
    color: var(--company-v5-gold-deep);
}

.company-home .company-pricing-row--cyan .company-pricing-row__amount {
    color: var(--company-v5-cyan-deep);
}

.company-home .company-pricing-row--green .company-pricing-row__amount {
    color: var(--company-v5-green-deep);
}

.company-home .company-pricing-row--pink .company-pricing-row__amount {
    color: var(--company-v5-pink-deep);
}
.company-home .company-pricing-row__amount .company-pricing-row__unit {
    color: var(--company-v5-ink-soft);
    font-size: .5em;
    font-weight: 700;
}
.company-home .company-pricing-row .company-pricing-row__description {
    margin: 14px 0 0;
    padding-top: 14px;
    border-top: 1px solid var(--company-v5-line);
    color: var(--company-v5-ink-soft);
    font-size: .88rem;
    line-height: 1.85;
}
.company-home details.company-pricing-details summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0 4px;
    cursor: pointer;
    list-style: none;
    color: var(--company-v5-ink);
    font-size: .88rem;
    font-weight: 700;
    user-select: none;
}
.company-home details.company-pricing-details summary::-webkit-details-marker {
    display: none;
}
.company-home details.company-pricing-details summary .company-details-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F4EEDF;
    transition: transform .3s;
}
.company-home .company-pricing-row--gold .company-details-toggle {
    background: var(--company-v5-gold-soft);
    color: var(--company-v5-gold-deep);
}

.company-home .company-pricing-row--cyan .company-details-toggle {
    background: var(--company-v5-cyan-soft);
    color: var(--company-v5-cyan-deep);
}

.company-home .company-pricing-row--green .company-details-toggle {
    background: var(--company-v5-green-soft);
    color: var(--company-v5-green-deep);
}

.company-home .company-pricing-row--pink .company-details-toggle {
    background: var(--company-v5-pink-soft);
    color: var(--company-v5-pink-deep);
}
.company-home details.company-pricing-details[open] summary .company-details-toggle {
    transform: rotate(45deg);
}
.company-home details.company-pricing-details summary .company-details-toggle .material-symbols-outlined {
    font-size: 19px;
}
.company-home .company-pricing-cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 10px;
}
.company-home .company-pricing-case {
    padding: 18px;
    border-radius: 14px;
    background: #F7F5EF;
}
.company-home .company-pricing-case h5 {
    margin: 0 0 12px;
    color: var(--company-v5-ink);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
}
.company-home .company-pricing-case .company-pricing-case__label {
    margin: 0 0 8px;
    color: var(--company-v5-ink-mute);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
}
.company-home .company-pricing-case ul {
    display: grid;
    gap: 6px;
    margin: 0 0 14px;
    padding-left: 0;
    list-style: none;
}
.company-home .company-pricing-case ul li {
    position: relative;
    padding-left: 18px;
    color: var(--company-v5-ink-soft);
    font-size: .81rem;
    line-height: 1.55;
}
.company-home .company-pricing-case ul li:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--company-v5-green);
}
.company-home .company-pricing-case .company-pricing-case__price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: .45em .85em;
    border: 1px solid var(--company-v5-line);
    border-radius: 9px;
    background: #fff;
    color: var(--company-v5-ink);
    font-size: .83rem;
    font-weight: 800;
}
.company-home .company-pricing-case .company-pricing-case__price .material-symbols-outlined {
    color: var(--company-v5-green-deep);
    font-size: 1.05em;
}
.company-home .company-pricing-training {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    max-width: 920px;
    margin: 24px auto 0;
    padding: 22px clamp(22px, 3vw, 30px);
    border: 1px solid var(--company-v5-line);
    border-radius: 18px;
    background: #fff;
}
.company-home .company-pricing-training .company-pricing-training__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.company-home .company-pricing-training .company-pricing-training__tag {
    padding: .34em .8em;
    border-radius: 999px;
    background: var(--company-v5-gold-soft);
    color: var(--company-v5-gold-deep);
    font-size: .72rem;
    font-weight: 700;
}
.company-home .company-pricing-training h3 {
    margin: 0;
    color: var(--company-v5-ink);
    font-size: 1.1rem;
    font-weight: 900;
}
.company-home .company-pricing-training p {
    margin: 2px 0 0;
    color: var(--company-v5-ink-soft);
    font-size: .83rem;
    line-height: 1.85;
}
.company-home .company-pricing-training .company-pricing-training__price {
    color: var(--company-v5-gold-deep);
    font-size: 1.5rem;
    font-weight: 800;
}
.company-home .company-pricing-training .company-pricing-training__price .company-pricing-row__unit {
    font-size: .5em;
    font-weight: 700;
}
.company-home .company-pricing-note {
    max-width: 920px;
    margin: 18px auto 0;
    color: var(--company-v5-ink-mute);
    font-size: .82rem;
    line-height: 1.8;
    text-align: center;
}
.company-home .company-fit {
    background: var(--company-v5-paper);
}
.company-home .company-fit-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.company-home .company-fit-side {
    padding: 8px clamp(22px, 3vw, 42px);
}
.company-home .company-fit-side--good {
    border-right: 1px solid var(--company-v5-line);
}
.company-home .company-fit-side__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    font-size: 1.06rem;
    font-weight: 900;
    line-height: 1.5;
}
.company-home .company-fit-side__head .material-symbols-outlined {
    font-size: 1.5rem;
}
.company-home .company-fit-side--good .company-fit-side__head {
    color: var(--company-v5-green-deep);
}

.company-home .company-fit-side--hard .company-fit-side__head {
    color: var(--company-v5-ink-mute);
}
.company-home .company-fit-side ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.company-home .company-fit-side li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--company-v5-ink);
    font-size: .89rem;
    line-height: 1.6;
}
.company-home .company-fit-side li .material-symbols-outlined {
    flex: none;
    margin-top: 1px;
    font-size: 1.2rem;
}
.company-home .company-fit-side--good li .material-symbols-outlined {
    color: var(--company-v5-green);
}
.company-home .company-fit-side--hard li {
    color: var(--company-v5-ink-mute);
}
.company-home .company-fit-side--hard li .material-symbols-outlined {
    color: #C9BCAA;
}
.company-home .company-cta {
    background: var(--company-v5-bg-gold);
    text-align: center;
}
.company-home .company-cta-illustration {
    width: 150px;
    height: auto;
    margin: 0 auto;
    color: var(--company-v5-gold-deep);
}
.company-home .company-cta h2 {
    max-width: 600px;
    margin: 0 auto .7em;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--company-v5-ink);
    font-size: clamp(1.45rem, 3.4vw, 2.05rem);
    font-weight: 900;
    line-height: 1.5;
    text-shadow: none;
}
.company-home .company-cta p {
    max-width: 540px;
    margin: 0 auto 1.9em;
    color: var(--company-v5-ink-soft);
    font-size: .96rem;
    line-height: 1.85;
}
.company-home .reveal {
    opacity: 1;
    transform: none;
}
@media screen and (max-width: 1100px) {
    .company-home {
        --home-gutter: clamp(24px, 4vw, 40px);
    }
    .company-hero-top {
        grid-template-columns: 1fr;
    }
    .company-hero-ornament {
        min-height: 280px;
    }
    .company-hero-ornament__image {
        right: 0;
    }
}
@media screen and (max-width: 820px) {
    body.home #container {
        padding-top: 62px !important;
    }
    body.home #header {
        position: fixed;
        top: 0;
        z-index: 9999;
        display: flex !important;
        align-items: center !important;
        width: 100%;
        height: 62px !important;
        min-height: 62px !important;
        padding: 0 !important;
        background-color: #fff;
        box-shadow: 1px 1px 5px #eee;
        box-sizing: border-box;
    }
    body.home #header .content-range {
        align-items: center !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: none !important;
        height: 62px !important;
        min-height: 62px !important;
        padding: 0 18px !important;
        box-sizing: border-box !important;
    }
    body.home #header #head-title {
        flex: 0 0 auto;
    }
    body.home #navi {
        display: none !important;
    }
    body.home #head-menu {
        position: relative;
        display: block;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        margin-left: auto;
    }
    body.home .hamburger-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        visibility: hidden;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fdf8ee;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: transform .45s ease, visibility .45s ease;
    }
    body.home .hamburger {
        position: absolute;
        top: 50% !important;
        right: 0 !important;
        z-index: 300;
        width: 42px !important;
        height: 42px !important;
        cursor: pointer;
        transform: translateY(-50%) !important;
    }
    body.home .hamburger__line {
        position: absolute;
        right: 5px !important;
        width: 32px !important;
        height: 3px !important;
        border-radius: 2px;
        background-color: #f39800;
        transition: all .45s ease;
    }
    body.home .hamburger__line--1 {
        top: 10px !important;
    }
    body.home .hamburger__line--2 {
        top: 20px !important;
    }
    body.home .hamburger__line--3 {
        top: 30px !important;
    }
    body.home.nav-open .hamburger-menu {
        visibility: visible;
        transform: translateX(0);
    }
    body.home.nav-open .hamburger__line--1,
    body.home.nav-open .hamburger__line--3 {
        top: 20px !important;
    }
    body.home.nav-open .hamburger__line--1 {
        transform: rotate(45deg) !important;
    }
    body.home.nav-open .hamburger__line--2 {
        width: 0 !important;
        opacity: 0 !important;
        transform: scaleX(0) !important;
    }
    body.home.nav-open .hamburger__line--3 {
        transform: rotate(-45deg) !important;
    }
    body.home #global-navi {
        padding: 65px 24px 28px;
        box-sizing: border-box;
    }
    body.home #global-navi #global-navi-list a {
        position: relative;
        display: block;
        padding: 13px 0 13px 38px;
        color: #333;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }
    body.home #global-navi #global-navi-list a i {
        position: absolute;
        top: 8.5px;
        left: 0;
        color: #f39800;
    }
    .company-home {
        --home-gutter: 18px;
        overflow-x: hidden;
    }
    .company-home > section {
        padding-right: var(--home-gutter);
        padding-left: var(--home-gutter);
    }
    .company-hero {
        padding-top: 28px;
        padding-bottom: 46px;
    }
    .company-hero-top,
    .company-hero-services {
        grid-template-columns: 1fr;
    }
    .company-hero__title {
        font-size: 25px;
        line-height: 1.5;
    }
    .company-hero__lead {
        font-size: 14px;
        line-height: 1.95;
    }
    .company-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }
    .company-btn {
        width: 100%;
        max-width: 100%;
        min-height: 54px;
        font-size: 15px;
    }
    .company-hero-ornament {
        display: none;
    }
    .company-service-showcase {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: 18px;
        border-radius: 20px;
        overflow: hidden;
    }
    .company-service-showcase__media {
        min-height: 0;
        padding: 58px 14px 18px;
        border-radius: 20px 20px 0 0;
        background: #fff !important;
    }
    .company-device-stage {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    .company-device-asset {
        position: static !important;
        display: block !important;
        width: 72% !important;
        max-width: 72% !important;
        height: auto !important;
        margin-right: auto;
        margin-left: auto;
        padding: 0 !important;
        object-fit: contain !important;
        transform: none !important;
    }
    .company-service-showcase__body {
        padding: 20px 18px;
        border-radius: 0 0 20px 20px;
    }
    .company-service-showcase__badges {
        top: 16px;
        left: 14px;
        gap: 6px;
        max-width: calc(100% - 28px);
    }
    .company-service-showcase__badges li {
        min-height: 30px;
        padding: 0 11px;
        border-radius: 8px;
        font-size: 11px;
    }
    .company-service-showcase__badges li:first-child {
        min-height: 34px;
        padding: 0 13px;
        font-size: 12px;
    }
    .company-service-showcase strong {
        font-size: 24px;
    }
    .company-service-showcase p {
        font-size: 14px;
    }
    .company-home .company-hero-service-note {
        font-size: 20px;
        line-height: 1.75;
    }
}
@media screen and (max-width: 760px) {
    .company-home .company-client-grid {
        grid-template-columns: 1fr 1fr;
    }
    .company-home .company-challenge-voices {
        grid-template-columns: 1fr;
    }
    .company-home .company-value-stats {
        grid-template-columns: 1fr 1fr;
        gap: 18px 0;
    }
    .company-home .company-value-stat:nth-child(2) {
        border-right: none;
    }
    .company-home .company-value-stat:nth-child(1), .company-home .company-value-stat:nth-child(2) {
        padding-bottom: 18px;
        border-bottom: 1px solid var(--company-v5-hair);
    }
    .company-home .company-value-point {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .company-home .company-value-point__num {
        width: 58px;
        height: 58px;
        font-size: 1.5rem;
    }
    .company-home .company-service-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .company-home .company-service-row:nth-child(even) .company-service-row__photo {
        order: 0;
    }
    .company-home .company-service-row__photo {
        aspect-ratio: 16 / 10;
    }
    .company-home .company-pricing-cases {
        grid-template-columns: 1fr;
    }
    .company-home .company-fit-cols {
        grid-template-columns: 1fr;
    }
    .company-home .company-fit-side--good {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid var(--company-v5-line);
    }
    .company-home .company-process-path {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 460px;
    }
    .company-home .company-process-path:before {
        top: 0;
        bottom: 0;
        left: 36px;
        right: auto;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, var(--company-v5-gold), var(--company-v5-cyan), var(--company-v5-green), var(--company-v5-pink));
    }
    .company-home .company-process-step {
        display: grid;
        grid-template-columns: 74px 1fr;
        gap: 16px;
        align-items: start;
        padding-bottom: 26px;
        text-align: left;
    }
    .company-home .company-process-step__node {
        margin: 0;
    }
    .company-home .company-process-step h3 {
        justify-content: flex-start;
    }
    .company-home .company-process-step p {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 430px) {
    .company-cta .company-btn {
        width: 100%;
    }

    .company-home .company-pricing-row__head {
        gap: 6px;
    }

}
