/* ========================================
   NJES 企業情報ページ専用CSS
   assets/css/company.css
======================================== */

/* ========================================
   共通
======================================== */

.company-hero,
.company-profile,
.company-concept,
.company-history,
.company-related {
    position: relative;
}

.company-hero__inner,
.company-profile__inner,
.company-concept__inner,
.company-history__inner,
.company-related__inner {
    width: min(1100px, calc(100% - 48px));
    margin-inline: auto;
}


/* ========================================
   ファーストビュー
======================================== */

.company-hero {
    overflow: hidden;
    padding: 94px 0 100px;
    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #eef6ff 52%,
            #effcff 100%
        );
}

.company-hero__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.company-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    background-image:
        linear-gradient(
            rgb(3 81 248 / 5%) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgb(3 81 248 / 5%) 1px,
            transparent 1px
        );
    background-size: 56px 56px;
    mask-image:
        linear-gradient(
            90deg,
            #000 0%,
            #000 55%,
            transparent 100%
        );
}

.company-hero__orb {
    position: absolute;
    border-radius: 50%;
}

.company-hero__orb--blue {
    top: -280px;
    right: -100px;
    width: 650px;
    height: 650px;
    background:
        radial-gradient(
            circle,
            rgb(3 81 248 / 17%) 0%,
            rgb(3 81 248 / 4%) 55%,
            transparent 72%
        );
}

.company-hero__orb--cyan {
    right: 24%;
    bottom: -300px;
    width: 520px;
    height: 520px;
    background:
        radial-gradient(
            circle,
            rgb(55 183 233 / 18%) 0%,
            transparent 70%
        );
}

.company-hero__line {
    position: absolute;
    top: 20%;
    right: -80px;
    width: 520px;
    height: 220px;
    border: 1px solid rgb(3 81 248 / 10%);
    border-radius: 50%;
    transform: rotate(-20deg);
}

.company-hero__line::before,
.company-hero__line::after {
    position: absolute;
    content: "";
    border: 1px solid rgb(55 183 233 / 12%);
    border-radius: 50%;
}

.company-hero__line::before {
    inset: 24px;
}

.company-hero__line::after {
    inset: 50px;
}

.company-hero__inner {
    position: relative;
    z-index: 1;
}

.company-hero__label {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 18px;
    color: var(--color-primary, #0351f8);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.company-hero__label span {
    width: 42px;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            var(--color-primary, #0351f8),
            var(--color-cyan, #37b7e9)
        );
    border-radius: 999px;
}

.company-hero__title {
    margin: 0;
    color: var(--color-navy, #102b4e);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.company-hero__lead {
    margin: 28px 0 0;
    color: var(--color-navy, #102b4e);
    font-size: clamp(21px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.65;
}

.company-hero__description {
    max-width: 680px;
    margin: 17px 0 0;
    color: #5f7489;
    font-size: 15px;
    line-height: 2;
}


/* ========================================
   共通見出し
======================================== */

.company-section-heading {
    margin-bottom: 42px;
}

.company-section-heading__label {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 14px;
    color: var(--color-primary, #0351f8);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.company-section-heading__label span {
    width: 42px;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            var(--color-primary, #0351f8),
            var(--color-cyan, #37b7e9)
        );
    border-radius: 999px;
}

.company-section-heading__title {
    margin: 0;
    color: var(--color-navy, #102b4e);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.company-section-heading__description {
    margin: 14px 0 0;
    color: #687d92;
    font-size: 14px;
    line-height: 1.9;
}


/* ========================================
   会社概要
======================================== */

.company-profile {
    padding: 105px 0 115px;
    background: #ffffff;
}

.company-profile__inner {
    width: min(1000px, calc(100% - 48px));
}

.company-profile-table {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9e6f2;
    border-radius: 20px;
    box-shadow:
        0 18px 50px rgb(26 72 119 / 8%);
}

.company-profile-table__row {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    border-bottom: 1px solid #dce7f2;
}

.company-profile-table__row:last-child {
    border-bottom: 0;
}

.company-profile-table dt,
.company-profile-table dd {
    margin: 0;
}

.company-profile-table dt {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 20px 28px;
    color: var(--color-navy, #102b4e);
    background:
        linear-gradient(
            135deg,
            #f0f6ff 0%,
            #f7fbff 100%
        );
    border-right: 1px solid #dce7f2;
    font-size: 14px;
    font-weight: 800;
}

.company-profile-table dd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    min-height: 76px;
    padding: 20px 32px;
    color: #50677f;
    font-size: 14px;
    line-height: 1.9;
}

.company-profile-table dd p {
    margin: 0;
}

.company-profile-table dd > a:not(
    .company-profile-table__link
) {
    color: #50677f;
    text-decoration: none;
}

.company-profile-table dd > a:not(
    .company-profile-table__link
):hover {
    color: var(--color-primary, #0351f8);
}

.company-profile-table__list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-profile-table__list li {
    position: relative;
    padding-left: 16px;
}

.company-profile-table__list li::before {
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--color-primary, #0351f8);
    border-radius: 50%;
}

.company-profile-table__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 7px;
    color: var(--color-primary, #0351f8);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.company-profile-table__link span:last-child {
    transition: transform 0.25s ease;
}

.company-profile-table__link:hover span:last-child {
    transform: translateX(4px);
}


/* ========================================
   会社方針
======================================== */

.company-concept {
    overflow: hidden;
    padding: 110px 0;
    background:
        linear-gradient(
            135deg,
            #073364 0%,
            #094b80 58%,
            #08758f 100%
        );
}

.company-concept__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.company-concept__circle {
    position: absolute;
    top: -300px;
    right: -160px;
    width: 700px;
    height: 700px;
    background:
        radial-gradient(
            circle,
            rgb(92 220 237 / 20%) 0%,
            transparent 68%
        );
    border-radius: 50%;
}

.company-concept__lines {
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 580px;
    height: 270px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 50%;
    transform: rotate(-15deg);
}

.company-concept__lines::before,
.company-concept__lines::after {
    position: absolute;
    content: "";
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 50%;
}

.company-concept__lines::before {
    inset: 25px;
}

.company-concept__lines::after {
    inset: 55px;
}

.company-concept__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    gap: 75px;
}

.company-concept__label {
    margin: 0 0 14px;
    color: #83dce7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.company-concept__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 850;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.company-concept__message {
    position: relative;
    padding: 40px 0 40px 46px;
    border-left: 3px solid #61d6e7;
}

.company-concept__message::before {
    position: absolute;
    top: 0;
    left: 46px;
    color: rgb(255 255 255 / 12%);
    content: "“";
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: 1;
}

.company-concept__message p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-size: clamp(20px, 2.6vw, 31px);
    font-weight: 800;
    line-height: 1.85;
    letter-spacing: 0.04em;
}

.company-concept__message p + p {
    margin-top: 3px;
}


/* ========================================
   会社沿革
======================================== */

.company-history {
    padding: 110px 0 120px;
    background: #f7faff;
}

.company-history__inner {
    width: min(960px, calc(100% - 48px));
}

.company-history-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-history-timeline__item {
    display: grid;
    grid-template-columns:
        145px
        44px
        minmax(0, 1fr);
    min-height: 112px;
}

.company-history-timeline__date {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 7px;
    padding: 28px 20px 0 0;
}

.company-history-timeline__year {
    color: var(--color-navy, #102b4e);
    font-size: 27px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.03em;
}

.company-history-timeline__month {
    color: #71849a;
    font-size: 13px;
    font-weight: 700;
}

.company-history-timeline__marker {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.company-history-timeline__marker::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    content: "";
    background:
        linear-gradient(
            180deg,
            var(--color-primary, #0351f8),
            var(--color-cyan, #37b7e9)
        );
}

.company-history-timeline__item:first-child
.company-history-timeline__marker::before {
    top: 32px;
}

.company-history-timeline__item:last-child
.company-history-timeline__marker::before {
    bottom: auto;
    height: 34px;
}

.company-history-timeline__marker span {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 4px solid var(--color-primary, #0351f8);
    border-radius: 50%;
    box-shadow:
        0 0 0 5px rgb(3 81 248 / 9%);
}

.company-history-timeline__content {
    padding: 15px 0 18px 26px;
}

.company-history-timeline__content p {
    display: flex;
    align-items: center;
    min-height: 76px;
    margin: 0;
    padding: 20px 26px;
    color: #50677f;
    background: #ffffff;
    border: 1px solid #dce7f2;
    border-radius: 14px;
    box-shadow:
        0 10px 30px rgb(26 72 119 / 6%);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}


/* ========================================
   関連会社
======================================== */

.company-related {
    overflow: hidden;
    padding: 110px 0 120px;
    background:
        linear-gradient(
            135deg,
            #082f5d 0%,
            #0a4277 58%,
            #08738f 100%
        );
}

.company-related::before {
    position: absolute;
    top: -330px;
    left: -220px;
    width: 700px;
    height: 700px;
    content: "";
    background:
        radial-gradient(
            circle,
            rgb(61 182 232 / 18%) 0%,
            transparent 70%
        );
    border-radius: 50%;
    pointer-events: none;
}

.company-related__inner {
    position: relative;
    z-index: 1;
}

.company-section-heading--light
.company-section-heading__label {
    color: #83dce7;
}

.company-section-heading--light
.company-section-heading__label span {
    background:
        linear-gradient(
            90deg,
            #61d6e7,
            #ffffff
        );
}

.company-section-heading--light
.company-section-heading__title {
    color: #ffffff;
}

.company-section-heading--light
.company-section-heading__description {
    color: rgb(255 255 255 / 65%);
}

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

.company-related-card {
    position: relative;
    min-width: 0;
    padding: 32px 28px 34px;
    overflow: hidden;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 18px;
    box-shadow:
        0 22px 50px rgb(0 20 48 / 17%);
    backdrop-filter: blur(12px);
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.company-related-card:hover {
    background: rgb(255 255 255 / 14%);
    border-color: rgb(255 255 255 / 28%);
    transform: translateY(-5px);
}

.company-related-card__number {
    position: absolute;
    top: 17px;
    right: 20px;
    color: rgb(255 255 255 / 10%);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
}

.company-related-card__type {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: #83dce7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.company-related-card__title {
    position: relative;
    z-index: 1;
    min-height: 82px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: 0.03em;
}

.company-related-card__divider {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: rgb(255 255 255 / 16%);
}

.company-related-card__address {
    color: rgb(255 255 255 / 73%);
    font-size: 13px;
    font-style: normal;
    line-height: 1.85;
}

.company-related-card__address p {
    margin: 0;
}

.company-related-card__address p + p {
    margin-top: 2px;
}

.company-related-card__contact {
    display: grid;
    gap: 7px;
    margin: 20px 0 0;
}

.company-related-card__contact > div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
}

.company-related-card__contact dt,
.company-related-card__contact dd {
    margin: 0;
}

.company-related-card__contact dt {
    color: #83dce7;
    font-weight: 800;
}

.company-related-card__contact a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}


/* ========================================
   タブレット
======================================== */

@media (max-width: 900px) {
    .company-concept__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .company-concept__message {
        padding-left: 34px;
    }

    .company-concept__message::before {
        left: 34px;
    }

    .company-related__grid {
        grid-template-columns: 1fr;
    }

    .company-related-card__title {
        min-height: auto;
    }
}


/* ========================================
   スマートフォン
======================================== */

@media (max-width: 700px) {
    .company-hero__inner,
    .company-profile__inner,
    .company-concept__inner,
    .company-history__inner,
    .company-related__inner {
        width: calc(100% - 28px);
    }

    .company-hero {
        padding: 72px 0 76px;
    }

    .company-hero__title {
        font-size: 40px;
    }

    .company-hero__lead {
        margin-top: 22px;
        font-size: 20px;
    }

    .company-hero__description {
        font-size: 13px;
        line-height: 1.9;
    }

    .company-profile,
    .company-history,
    .company-related {
        padding: 78px 0 88px;
    }

    .company-profile-table {
        border-radius: 16px;
    }

    .company-profile-table__row {
        grid-template-columns: 1fr;
    }

    .company-profile-table dt {
        min-height: 0;
        padding: 14px 18px;
        border-right: 0;
        border-bottom: 1px solid #dce7f2;
    }

    .company-profile-table dd {
        min-height: 0;
        padding: 17px 18px 20px;
    }

    .company-concept {
        padding: 78px 0;
    }

    .company-concept__message {
        padding: 35px 0 10px 24px;
    }

    .company-concept__message::before {
        left: 24px;
        font-size: 76px;
    }

    .company-concept__message p {
        font-size: 19px;
        line-height: 1.85;
    }

    .company-history-timeline__item {
        grid-template-columns: 82px 30px minmax(0, 1fr);
        min-height: 102px;
    }

    .company-history-timeline__date {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 3px;
        padding: 29px 10px 0 0;
    }

    .company-history-timeline__year {
        font-size: 20px;
    }

    .company-history-timeline__month {
        font-size: 11px;
    }

    .company-history-timeline__marker {
        padding-top: 32px;
    }

    .company-history-timeline__content {
        padding: 14px 0 17px 13px;
    }

    .company-history-timeline__content p {
        min-height: 72px;
        padding: 17px 16px;
        font-size: 12px;
    }

    .company-related-card {
        padding: 28px 22px 30px;
    }
}


/* ========================================
   小さいスマートフォン
======================================== */

@media (max-width: 420px) {
    .company-hero__lead br {
        display: none;
    }

    .company-history-timeline__item {
        grid-template-columns: 70px 24px minmax(0, 1fr);
    }

    .company-history-timeline__date {
        padding-right: 7px;
    }

    .company-history-timeline__content {
        padding-left: 9px;
    }

    .company-related-card__number {
        font-size: 44px;
    }
}

/* ========================================
   関連会社 ロゴ・ワードマーク
======================================== */

.company-related-card__brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 82px;
    margin-bottom: 18px;
}

/* NJESテクノロジー画像ロゴ */

.company-related-card__brand--logo {
    width: 100%;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow:
        0 10px 28px rgb(0 20 48 / 14%);
}

.company-related-card__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

/* JES・SJESワードマーク */

.company-related-card__wordmark {
    display: inline-block;
    color: #0351F8;
    font-family:
        "MS Gothic",
        "ＭＳ ゴシック",
        "MS PGothic",
        "ＭＳ Ｐゴシック",
        monospace;
    font-size: clamp(48px, 5vw, 66px);
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow:
        0 8px 24px rgb(0 20 48 / 18%);
    transform: skewX(-12deg);
    transform-origin: left center;
    -webkit-text-stroke: 0.35px #0351F8;
}
/* 正式な会社名 */

.company-related-card__company-name {
    position: relative;
    z-index: 1;
    min-height: 34px;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.03em;
}


/* ========================================
   スマートフォン
======================================== */

@media (max-width: 700px) {
    .company-related-card__brand {
        min-height: 70px;
    }

    .company-related-card__brand--logo {
        padding: 12px 15px;
    }

    .company-related-card__logo {
        max-height: 50px;
    }

    .company-related-card__wordmark {
        font-size: 50px;
    }

    .company-related-card__company-name {
        font-size: 16px;
    }
}

/* ========================================
   企業理念
======================================== */
/* ========================================
   企業理念
======================================== */

.company-philosophy {
    position: relative;
    padding: 135px 0 145px;
    overflow: hidden;
    background-color: #ffffff;
}

.company-philosophy::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 70px;
    content: "";
    background:
        linear-gradient(
            180deg,
            var(--color-primary),
            rgb(3 81 248 / 0%)
        );
    transform: translateX(-50%);
}

.company-philosophy__inner {
    position: relative;
    width: min(
        1100px,
        calc(100% - 48px)
    );
    margin-inline: auto;
}

.company-philosophy__heading {
    position: relative;
    z-index: 2;
    text-align: center;
}

.company-philosophy__label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.company-philosophy__label::before,
.company-philosophy__label::after {
    display: block;
    width: 32px;
    height: 1px;
    content: "";
    background:
        linear-gradient(
            90deg,
            rgb(3 81 248 / 20%),
            var(--color-primary)
        );
}

.company-philosophy__label::after {
    background:
        linear-gradient(
            90deg,
            var(--color-primary),
            rgb(3 81 248 / 20%)
        );
}

.company-philosophy__title {
    margin: 0;
    color: var(--color-navy);
    font-size:
        clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.company-philosophy__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    margin-top: 60px;
    padding: 70px 60px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f5f9ff 0%,
            #eef7ff 52%,
            #f5fcff 100%
        );
    border-radius: 32px;
}

.company-philosophy__body::before,
.company-philosophy__body::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.company-philosophy__body::before {
    top: -150px;
    right: -100px;
    width: 360px;
    height: 360px;
    background:
        radial-gradient(
            circle,
            rgb(3 81 248 / 13%),
            transparent 70%
        );
}

.company-philosophy__body::after {
    bottom: -180px;
    left: -120px;
    width: 400px;
    height: 400px;
    background:
        radial-gradient(
            circle,
            rgb(55 183 233 / 14%),
            transparent 70%
        );
}

.company-philosophy__decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(3 81 248 / 5%);
    font-family:
        Arial,
        Helvetica,
        sans-serif;
    font-size:
        clamp(75px, 12vw, 150px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    white-space: nowrap;
    transform:
        translate(-50%, -50%);
    user-select: none;
}

.company-philosophy__message {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0;
    color: var(--color-navy);
    font-size:
        clamp(30px, 4.2vw, 53px);
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
}

.company-philosophy__message::after {
    display: block;
    width: 58px;
    height: 4px;
    margin: 35px auto 0;
    content: "";
    background:
        linear-gradient(
            90deg,
            var(--color-primary),
            var(--color-cyan)
        );
    border-radius: 999px;
}


/* ========================================
   企業理念：スマートフォン
======================================== */

@media (max-width: 700px) {
    .company-philosophy {
        padding: 85px 0 90px;
    }

    .company-philosophy::before {
        height: 45px;
    }

    .company-philosophy__inner {
        width: calc(100% - 28px);
    }

    .company-philosophy__label {
        gap: 10px;
        margin-bottom: 13px;
        font-size: 9px;
        letter-spacing: 0.16em;
    }

    .company-philosophy__label::before,
    .company-philosophy__label::after {
        width: 22px;
    }

    .company-philosophy__title {
        font-size: 32px;
    }

    .company-philosophy__body {
        min-height: 230px;
        margin-top: 37px;
        padding: 50px 22px;
        border-radius: 21px;
    }

    .company-philosophy__decoration {
        font-size: 67px;
    }

    .company-philosophy__message {
        font-size: 27px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    .company-philosophy__message::after {
        width: 46px;
        height: 3px;
        margin-top: 25px;
    }
}

@media (max-width: 390px) {
    .company-philosophy__inner {
        width: calc(100% - 24px);
    }

    .company-philosophy__body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .company-philosophy__message {
        font-size: 24px;
    }
}