@charset "UTF-8";

body.company1-sizl {
    background:
        radial-gradient(circle at 8% 8%, rgba(221, 194, 254, 0.18), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(192, 132, 252, 0.16), transparent 24%),
        linear-gradient(180deg, #f9f7ff 0%, #ffffff 28%, #fbf9ff 100%);
    color: #141b2d;
    overflow-x: clip;
}

body.company1-sizl #wrap {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

body.company1-sizl #wrap::before,
body.company1-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.company1-sizl #wrap::before {
    left: -18rem;
    top: 16rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(221, 194, 254, 0.28), rgba(221, 194, 254, 0) 72%);
}

body.company1-sizl #wrap::after {
    right: -18rem;
    top: 62rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.2), rgba(192, 132, 252, 0) 72%);
}

body.company1-sizl .quick_menu {
    right: 2rem;
}

body.company1-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.company1-sizl .header.scroll,
body.company1-sizl .header:hover,
body.company1-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.company1-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.company1-sizl .header .menu > li > a,
body.company1-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.company1-sizl .header .menu > li:hover > a,
body.company1-sizl .header .menu > li.is-open > a,
body.company1-sizl .header .menu > li.current > a {
    color: #971bfd;
}

body.company1-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.company1-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.company1-sizl .header .submenu li > a {
    color: #2a2440;
}

body.company1-sizl .header .submenu li > a:hover,
body.company1-sizl .header .submenu li > a:focus-visible,
body.company1-sizl .header .submenu li > a.current {
    color: #971bfd;
    background: rgba(151, 27, 253, 0.06);
}

body.company1-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.company1-sizl .header .m_menu span {
    background: #2a2440;
}

body.company1-sizl #subVisual {
    margin-top: 9.6rem;
    min-height: 25.5rem;
    height: auto;
    padding-bottom: 5.4rem;
    background: transparent;
    position: relative;
    overflow: visible;
}

body.company1-sizl #subVisual::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    background:
        radial-gradient(circle at 18% 18%, rgba(216, 180, 254, 0.26), transparent 16%),
        radial-gradient(circle at 84% 22%, rgba(216, 180, 254, 0.22), transparent 18%),
        linear-gradient(135deg, #11081f 0%, #26103f 55%, #6b32c1 100%);
    box-shadow: 0 2.4rem 5rem rgba(78, 24, 136, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company1-sizl #subVisual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company1-sizl #subVisual .inner {
    width: min(1440px, calc(100% - 4.8rem));
    height: 100%;
    padding-top: 6.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

body.company1-sizl #subVisual h2 {
    margin: 0;
    line-height: 1.06;
    text-align: center;
    color: #ffffff;
    font-size: clamp(4.8rem, 5vw, 7rem);
    letter-spacing: -0.05em;
}

body.company1-sizl #subVisual h2::before {
    content: "Company";
    display: block;
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(216, 180, 254, 0.94);
}

body.company1-sizl .sub_page {
    margin-top: 6.8rem;
    position: relative;
    z-index: 1;
}

body.company1-sizl .sub_page .inner {
    max-width: 1440px;
}

body.company1-sizl #container.sub_page.company > #content {
    margin-top: -2.8rem;
}

body.company1-sizl .company_first_con,
body.company1-sizl .history {
    background: none;
}

body.company1-sizl .company_first_con .inner,
body.company1-sizl .history .inner {
    position: relative;
    overflow: hidden;
    padding: 7rem clamp(3.2rem, 4vw, 6.4rem) 7.2rem;
    border-radius: 3.6rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2.2rem 5rem rgba(30, 23, 54, 0.1);
}

body.company1-sizl .company_first_con .inner::before,
body.company1-sizl .history .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 8%, rgba(221, 194, 254, 0.14), transparent 26%),
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.12), transparent 24%);
}

body.company1-sizl .company_first_con .inner > *,
body.company1-sizl .history .inner > * {
    position: relative;
    z-index: 1;
}

body.company1-sizl .company_first_con .inner > h3:first-of-type,
body.company1-sizl .history .inner > h3:first-of-type {
    margin-bottom: 1.8rem;
    text-align: left;
    font-size: clamp(4.4rem, 4vw, 5.8rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: #101827;
}

body.company1-sizl .company_first_con .inner > h3:first-of-type::before,
body.company1-sizl .history .inner > h3:first-of-type::before {
    display: block;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7d2dbf;
}

body.company1-sizl .company_first_con .inner > h3:first-of-type::before {
    content: none;
}

body.company1-sizl .history .inner > h3:first-of-type::before {
    content: none;
}

body.company1-sizl .company_first_con .inner > h3:nth-of-type(2) {
    margin-bottom: 5.6rem;
    text-align: left;
    font-size: clamp(2rem, 1.8vw, 2.9rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.04em;
    color: #566278;
}

body.company1-sizl .company_first_con .inner > h3:nth-of-type(2) span {
    font-weight: 800;
    color: #6f2bc7;
}

body.company1-sizl .company_first_con ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
    margin: 0;
}

body.company1-sizl .company_first_con ul li {
    width: auto;
    height: auto;
    min-height: 27rem;
    padding: 3.2rem;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 3rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 246, 255, 0.96) 100%) padding-box,
        linear-gradient(135deg, rgba(216, 180, 254, 0.72) 0%, rgba(151, 27, 253, 0.24) 55%, rgba(125, 45, 191, 0.52) 100%) border-box;
    box-shadow: 0 1.4rem 3.6rem rgba(80, 52, 124, 0.08);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

body.company1-sizl .company_first_con ul li img {
    width: 5.8rem;
    height: 5.8rem;
    object-fit: contain;
}

body.company1-sizl .company_first_con ul li em {
    width: 4.8rem;
    height: 4.8rem;
    margin: 1.8rem 0 1.4rem;
    line-height: 4.8rem;
    font-size: 2.2rem;
    font-weight: 800;
    color: #7d2dbf;
    text-align: center;
    border-radius: 50%;
    background: rgba(151, 27, 253, 0.08);
}

body.company1-sizl .company_first_con ul li strong {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #131a2a;
}

body.company1-sizl .company_first_con ul li p {
    height: auto;
    margin-top: 1.4rem;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.65;
    color: #58647b;
}

body.company1-sizl .history.history_dynamic {
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

body.company1-sizl .history.history_dynamic .inner {
    position: relative;
    overflow: visible;
    padding: 7rem clamp(3.2rem, 4vw, 6.4rem) 5.4rem;
    border-radius: 3.6rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2.2rem 5rem rgba(30, 23, 54, 0.1);
}

body.company1-sizl .history.history_dynamic .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 10%, rgba(216, 180, 254, 0.14), transparent 22%),
        radial-gradient(circle at 88% 86%, rgba(151, 27, 253, 0.08), transparent 24%);
}

body.company1-sizl .history.history_dynamic .history_scroll {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(4rem, 6vw, 8rem);
    align-items: start;
    padding-bottom: clamp(10rem, 12vh, 14rem);
}

body.company1-sizl .history.history_dynamic .history_intro {
    position: sticky;
    top: 13.6rem;
    align-self: start;
    z-index: 2;
}

body.company1-sizl .history.history_dynamic .history_kicker {
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7d2dbf;
}

body.company1-sizl .history.history_dynamic .history_headline {
    margin: 0;
    font-size: clamp(3.6rem, 3vw, 5.4rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.05em;
    color: #151b2c;
}

body.company1-sizl .history.history_dynamic .history_headline b {
    background: linear-gradient(135deg, #7d2dbf 0%, #971bfd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.company1-sizl .history.history_dynamic .history_desc {
    display: block;
    margin-top: 2.8rem;
    font-size: 1.9rem;
    line-height: 1.7;
    color: #5d6880;
}

body.company1-sizl .history.history_dynamic .history_desc em {
    font-style: normal;
    font-weight: 800;
    color: #22283c;
}

body.company1-sizl .history.history_dynamic .history_timeline {
    position: relative;
    padding-left: 6rem;
}

body.company1-sizl .history.history_dynamic .lineBx {
    position: absolute;
    left: 1.9rem;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
}

body.company1-sizl .history.history_dynamic .line_bg,
body.company1-sizl .history.history_dynamic .line_fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: center top;
}

body.company1-sizl .history.history_dynamic .line_bg {
    background: linear-gradient(180deg, rgba(151, 27, 253, 0.08) 0%, rgba(151, 27, 253, 0.18) 100%);
}

body.company1-sizl .history.history_dynamic .line_fill {
    background: linear-gradient(180deg, rgba(125, 45, 191, 0.88) 0%, rgba(151, 27, 253, 1) 100%);
    transform: scaleY(0);
}

body.company1-sizl .history.history_dynamic .line_dot {
    display: none;
}

body.company1-sizl .history.history_dynamic .year_item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 0;
    opacity: 0.36;
    transition: opacity 0.32s ease;
}

body.company1-sizl .history.history_dynamic .year_item:last-child {
    margin-bottom: 0;
}

body.company1-sizl .history.history_dynamic .year_item.is-revealed {
    opacity: 0.78;
}

body.company1-sizl .history.history_dynamic .year_item.is-active {
    opacity: 1;
}

body.company1-sizl .history.history_dynamic .year_item .y_dot {
    position: absolute;
    left: -4.8rem;
    top: 1.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #d7c7ee;
    transition: background-color 0.28s ease, transform 0.28s ease;
}

body.company1-sizl .history.history_dynamic .year_item .y_dot::before {
    content: "";
    position: absolute;
    inset: -0.45rem;
    border: 1px solid rgba(151, 27, 253, 0.22);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.76);
    transition: opacity 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

body.company1-sizl .history.history_dynamic .year_item.is-passed .y_dot {
    background: linear-gradient(135deg, #c084fc 0%, #971bfd 100%);
}

body.company1-sizl .history.history_dynamic .year_item.is-passed .y_dot::before {
    opacity: 1;
    transform: scale(1);
}

body.company1-sizl .history.history_dynamic .year_item.is-active .y_dot {
    transform: scale(1.04);
}

body.company1-sizl .history.history_dynamic .year_item.is-active .y_dot::before {
    border-color: rgba(151, 27, 253, 0.36);
}

body.company1-sizl .history.history_dynamic .year_content {
    padding: 3rem 3.2rem;
    border: 1px solid rgba(151, 27, 253, 0.12);
    border-radius: 2.8rem;
    background: linear-gradient(180deg, rgba(252, 249, 255, 0.98) 0%, rgba(246, 241, 255, 0.96) 100%);
    box-shadow: 0 1.8rem 4.2rem rgba(74, 49, 119, 0.08);
    transform: translate3d(0, 2.2rem, 0);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.company1-sizl .history.history_dynamic .year_item.is-revealed .year_content {
    transform: translate3d(0, 0, 0);
}

body.company1-sizl .history.history_dynamic .year_item.is-active .year_content {
    transform: translate3d(0.6rem, 0, 0);
    border-color: rgba(151, 27, 253, 0.24);
    box-shadow: 0 2.2rem 4.8rem rgba(74, 49, 119, 0.12);
}

body.company1-sizl .history.history_dynamic .year {
    margin-bottom: 1.8rem;
    font-size: clamp(3rem, 2.4vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #171d2f;
}

body.company1-sizl .history.history_dynamic .txtBx p,
body.company1-sizl .history.history_dynamic .txtBx strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.65;
}

body.company1-sizl .history.history_dynamic .txtBx p {
    color: #566278;
}

body.company1-sizl .history.history_dynamic .txtBx strong {
    font-weight: 800;
    color: #171d2f;
}

body.company1-sizl .history.history_dynamic .txtBx p:last-child,
body.company1-sizl .history.history_dynamic .txtBx strong:last-child {
    margin-bottom: 0;
}

body.company1-sizl .history {
    margin-top: 4rem;
}

body.company1-sizl .history .inner {
    padding-bottom: 7rem;
}

body.company1-sizl .history .history_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
    gap: 4.8rem;
    align-items: start;
}

body.company1-sizl .history .history_wrap ul {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

body.company1-sizl .history .history_wrap .history_left {
    padding-top: 9.6rem;
    text-align: right;
}

body.company1-sizl .history .history_wrap .history_right {
    text-align: left;
}

body.company1-sizl .history .history_wrap .history_left li,
body.company1-sizl .history .history_wrap .history_right li {
    margin-top: 0 !important;
    height: auto !important;
    padding: 3rem 3.2rem;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(151, 27, 253, 0.12);
    border-radius: 2.8rem;
    background: linear-gradient(180deg, rgba(252, 249, 255, 0.98) 0%, rgba(246, 241, 255, 0.96) 100%);
    box-shadow: 0 1.8rem 4.2rem rgba(74, 49, 119, 0.08);
}

body.company1-sizl .history .history_wrap .history_left li::after,
body.company1-sizl .history .history_wrap .history_right li::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #c084fc 0%, #971bfd 100%);
    box-shadow: 0 0 0 0.5rem rgba(151, 27, 253, 0.12);
}

body.company1-sizl .history .history_wrap .history_left li::after {
    right: -5.6rem;
}

body.company1-sizl .history .history_wrap .history_right li::before {
    left: -5.6rem;
}

body.company1-sizl .history .history_wrap .history_line {
    width: 2px;
    height: auto;
    margin-top: 0;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(151, 27, 253, 0.08) 0%, rgba(151, 27, 253, 0.68) 16%, rgba(151, 27, 253, 0.32) 84%, rgba(151, 27, 253, 0.08) 100%);
}

body.company1-sizl .history .history_wrap .history_line .dot {
    display: none;
}

body.company1-sizl .history .history_wrap ul li .time_wrap .time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    background: #191527;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.company1-sizl .history .history_wrap ul li .history_content p {
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
    line-height: 1.65;
    color: #566278;
}

body.company1-sizl .history .history_wrap ul li .history_content strong {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.9rem;
    line-height: 1.55;
    font-weight: 800;
    color: #171d2f;
}

body.company1-sizl .history .history_wrap ul li .history_content p:last-child,
body.company1-sizl .history .history_wrap ul li .history_content strong:last-child {
    margin-bottom: 0;
}

@media all and (max-width:1400px) {
    body.company1-sizl #subVisual {
        margin-top: 8rem;
        min-height: 23.4rem;
        padding-bottom: 4.7rem;
    }

    body.company1-sizl #subVisual::before,
    body.company1-sizl #subVisual::after {
        width: calc(100% - 8rem);
    }

    body.company1-sizl #subVisual .inner {
        width: calc(100% - 8rem);
        padding-top: 5.4rem;
    }

    body.company1-sizl .sub_page {
        margin-top: 6.4rem;
    }

    body.company1-sizl .sub_page .inner {
        width: calc(100% - 8rem);
        padding: 0;
    }

    body.company1-sizl #container.sub_page.company > #content {
        margin-top: -2rem;
    }

    body.company1-sizl .company_first_con .inner,
    body.company1-sizl .history .inner {
        padding: 5.8rem 4.6rem 6rem;
        border-radius: 3rem;
    }

    body.company1-sizl .company_first_con .inner > h3:first-of-type,
    body.company1-sizl .history .inner > h3:first-of-type {
        font-size: 4.8rem;
    }

    body.company1-sizl .company_first_con .inner > h3:nth-of-type(2) {
        font-size: 2.2rem;
        margin-bottom: 4.6rem;
    }

    body.company1-sizl .company_first_con ul {
        gap: 2rem;
    }

    body.company1-sizl .company_first_con ul li {
        min-height: 24rem;
        padding: 2.8rem;
    }

    body.company1-sizl .company_first_con ul li strong {
        font-size: 2.4rem;
    }

    body.company1-sizl .company_first_con ul li p {
        font-size: 1.7rem;
    }

    body.company1-sizl .history .history_wrap {
        gap: 3rem;
    }

    body.company1-sizl .history .history_wrap .history_left {
        padding-top: 7rem;
    }

    body.company1-sizl .history .history_wrap .history_left li,
    body.company1-sizl .history .history_wrap .history_right li {
        padding: 2.6rem 2.4rem;
        border-radius: 2.4rem;
    }

    body.company1-sizl .history .history_wrap .history_left li::after {
        right: -3.8rem;
    }

    body.company1-sizl .history .history_wrap .history_right li::before {
        left: -3.8rem;
    }

    body.company1-sizl .history.history_dynamic .inner {
        padding: 5.8rem 4.6rem 4.8rem;
        border-radius: 3rem;
    }

    body.company1-sizl .history.history_dynamic .history_scroll {
        gap: 4rem;
        padding-bottom: 9rem;
    }

    body.company1-sizl .history.history_dynamic .history_intro {
        top: 11.2rem;
    }

    body.company1-sizl .history.history_dynamic .history_desc {
        font-size: 1.7rem;
    }

    body.company1-sizl .history.history_dynamic .history_timeline {
        padding-left: 4.8rem;
    }

    body.company1-sizl .history.history_dynamic .lineBx {
        left: 1.7rem;
    }

    body.company1-sizl .history.history_dynamic .year_item .y_dot {
        left: -3.8rem;
    }

    body.company1-sizl .history.history_dynamic .year_content {
        padding: 2.6rem 2.4rem;
        border-radius: 2.4rem;
    }

    body.company1-sizl .history.history_dynamic .txtBx p,
    body.company1-sizl .history.history_dynamic .txtBx strong {
        font-size: 1.7rem;
    }
}

@media all and (max-width:480px) {
    body.company1-sizl #subVisual {
        min-height: 20.4rem;
        padding-bottom: 3.4rem;
    }

    body.company1-sizl #subVisual::before {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company1-sizl #subVisual::after {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company1-sizl #subVisual .inner {
        width: calc(100% - 4rem);
        padding-top: 4.4rem;
    }

    body.company1-sizl #subVisual h2 {
        font-size: 4.4rem;
    }

    body.company1-sizl #subVisual h2::before {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    body.company1-sizl .sub_page {
        margin-top: 4.8rem;
    }

    body.company1-sizl .sub_page .inner {
        width: calc(100% - 4rem);
    }

    body.company1-sizl #container.sub_page.company > #content {
        margin-top: -2.8rem;
    }

    body.company1-sizl .company_first_con .inner,
    body.company1-sizl .history .inner {
        padding: 3.8rem 2rem 4.2rem;
        border-radius: 2.6rem;
    }

    body.company1-sizl .company_first_con .inner > h3:first-of-type,
    body.company1-sizl .history .inner > h3:first-of-type {
        font-size: 3.4rem;
    }

    body.company1-sizl .company_first_con .inner > h3:first-of-type::before,
    body.company1-sizl .history .inner > h3:first-of-type::before {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    body.company1-sizl .company_first_con .inner > h3:nth-of-type(2) {
        font-size: 1.55rem;
        line-height: 1.7;
        margin-bottom: 2.8rem;
        white-space: normal;
    }

    body.company1-sizl .company_first_con .inner > h3:nth-of-type(2) br {
        display: none;
    }

    body.company1-sizl .company .outline ul,
    body.company1-sizl .company_first_con ul {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        height: auto;
        gap: 1.4rem;
        margin: 0;
    }

    body.company1-sizl .company .outline ul li,
    body.company1-sizl .company_first_con ul li {
        width: 100% !important;
        min-height: 0;
        margin: 0 !important;
        padding: 2.2rem;
        border-radius: 2.2rem;
        box-sizing: border-box;
    }

    body.company1-sizl .company_first_con ul li img {
        width: 4.6rem;
        height: 4.6rem;
    }

    body.company1-sizl .company_first_con ul li em {
        width: 4.2rem;
        height: 4.2rem;
        margin: 1.4rem 0 1rem;
        line-height: 4.2rem;
        font-size: 2rem;
    }

    body.company1-sizl .company_first_con ul li strong {
        font-size: 2.2rem;
    }

    body.company1-sizl .company_first_con ul li p {
        font-size: 1.45rem;
        line-height: 1.65;
    }

    body.company1-sizl .company_first_con ul li p br {
        display: none;
    }

    body.company1-sizl .history {
        margin-top: 2rem;
    }

    body.company1-sizl .history.history_dynamic {
        margin-bottom: 2.4rem;
    }

    body.company1-sizl .history.history_dynamic {
        display: none;
    }

    body.company1-sizl .quick_menu {
        position: fixed;
        top: auto;
        right: 2rem;
        bottom: 9%;
        z-index: 10000;
        transform: none;
        transform-origin: center;
        align-items: stretch;
    }

    body.company1-sizl .quick_menu a {
        width: 16rem;
        height: 4.5rem;
        padding: 0 1.5rem;
        font-size: 1.6rem;
        border-radius: 5rem;
        margin-bottom: 1rem;
        box-shadow: 0 1.2rem 2.6rem rgba(85, 17, 149, 0.24);
    }

    body.company1-sizl .quick_menu a span img {
        width: 70%;
        height: auto;
    }

    body.company1-sizl .history .history_wrap {
        display: block;
        position: relative;
        padding-left: 2.8rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.company1-sizl .history .history_wrap .history_left {
        display: none;
    }

    body.company1-sizl .history .history_wrap .history_line {
        position: absolute;
        left: 0.8rem;
        top: 0.8rem;
        bottom: 0.8rem;
        width: 2px;
    }

    body.company1-sizl .history .history_wrap ul,
    body.company1-sizl .history .history_wrap .history_right {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }

    body.company1-sizl .history .history_wrap .history_right {
        display: flex;
        flex-direction: column;
        gap: 1.4rem;
        text-align: left;
    }

    body.company1-sizl .history .history_wrap .history_right li {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        height: auto !important;
        padding: 2.2rem 2rem;
        border-radius: 2rem;
        box-sizing: border-box;
    }

    body.company1-sizl .history .history_wrap .history_right li:first-child,
    body.company1-sizl .history .history_wrap .history_right li:nth-child(2),
    body.company1-sizl .history .history_wrap .history_right li:nth-child(3),
    body.company1-sizl .history .history_wrap .history_right li:nth-child(4),
    body.company1-sizl .history .history_wrap .history_right li:nth-child(5),
    body.company1-sizl .history .history_wrap .history_right li:last-child {
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
    }

    body.company1-sizl .history .history_wrap .history_right li::before {
        left: -2.9rem;
        top: 2.6rem;
    }

    body.company1-sizl .history .history_wrap ul li .time_wrap,
    body.company1-sizl .history .history_wrap ul li .history_content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    body.company1-sizl .history .history_wrap ul li .time_wrap .time {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }

    body.company1-sizl .history .history_wrap ul li .history_content p {
        margin-bottom: 0.9rem;
        font-size: 1.5rem;
    }

    body.company1-sizl .history .history_wrap ul li .history_content strong {
        margin-bottom: 0.9rem;
        font-size: 1.7rem;
    }
}
