@charset "UTF-8";

html {
    scrollbar-gutter: stable;
    background:
        radial-gradient(circle at 10% 2%, rgba(221, 194, 254, 0.08), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(192, 132, 252, 0.06), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fdfbff 44%, #fefcff 100%);
}

body.home-sizl {
    --home-section-gap: clamp(5.6rem, 6vw, 8rem);
    --home-panel-min-height: 64rem;
    --home-purple: #971bfd;
    --home-purple-deep: #7d2dbf;
    --home-purple-soft: #c084fc;
    --home-purple-pale: #fffefe;
    --home-purple-pale-2: #fcf8ff;
    background:
        radial-gradient(circle at 10% 2%, rgba(221, 194, 254, 0.08), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(192, 132, 252, 0.06), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fdfbff 44%, #fefcff 100%);
    color: #0f172a;
}

body.home-sizl #wrap {
    position: relative;
    overflow: hidden;
}

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

body.home-sizl #wrap::before {
    left: -16rem;
    top: 18rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(221, 194, 254, 0.12), rgba(221, 194, 254, 0) 76%);
}

body.home-sizl #wrap::after {
    right: -14rem;
    top: 96rem;
    width: 36rem;
    height: 36rem;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.1), rgba(192, 132, 252, 0) 76%);
}

body.home-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);
    transition: background-color 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

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

body.home-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.home-sizl .header .menu > li > a,
body.home-sizl .header .menu > li > a span {
    color: #1c1730;
    transition: color 0.24s ease;
}

body.home-sizl .header .menu > li:hover > a,
body.home-sizl .header .menu > li.is-open > a,
body.home-sizl .header .menu > li.current > a {
    color: var(--home-purple);
}

body.home-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.home-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

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

body.home-sizl .header .submenu li > a:hover,
body.home-sizl .header .submenu li > a:focus-visible,
body.home-sizl .header .submenu li > a.current {
    color: var(--home-purple);
    background: rgba(151, 27, 253, 0.06);
}

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

body.home-sizl .header .m_menu span {
    background: #1c1730;
}

body.home-sizl .section {
    width: calc(100% - 4.8rem);
    max-width: 1440px;
    margin: var(--home-section-gap) auto 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

body.home-sizl .section > .content {
    position: relative;
    z-index: 1;
}

body.home-sizl h3 {
    margin-bottom: 1.8rem;
    font-size: clamp(3.6rem, 4vw, 5.8rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #0f172a;
}

body.home-sizl h3 span {
    color: var(--home-purple);
}

body.home-sizl h3 + p {
    margin-bottom: 0;
    font-size: clamp(1.8rem, 1.4vw, 2.2rem);
    line-height: 1.7;
    color: #52627a;
}

body.home-sizl .number i {
    font-style: normal;
    font-size: 0.45em;
    margin-left: 0.18em;
    color: var(--home-purple);
}

body.home-sizl #visual {
    width: 100%;
    max-width: none;
    height: clamp(56rem, 74vw, 82rem);
    margin-top: 8rem;
    position: relative;
    overflow: visible;
}

body.home-sizl #visual::before,
body.home-sizl #visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.home-sizl #visual::before {
    left: 50%;
    top: 5rem;
    transform: translateX(-50%);
    width: min(1540px, calc(100% - 4.8rem));
    height: calc(100% - 5rem);
    border-radius: 4.2rem;
    background: linear-gradient(135deg, #100722 0%, #2a0f4d 55%, #7d2dbf 100%);
    box-shadow: 0 5rem 12rem rgba(10, 22, 47, 0.22);
}

body.home-sizl #visual::after {
    left: calc(50% - 63rem);
    bottom: 3rem;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.28), rgba(192, 132, 252, 0) 68%);
}

body.home-sizl .main_banner_wrap {
    width: min(1540px, calc(100% - 4.8rem));
    height: 100%;
    margin: 0 auto;
    padding-top: 5rem;
    position: relative;
}

body.home-sizl .main_banner_wrap::before,
body.home-sizl .main_banner_wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border-radius: 50%;
}

body.home-sizl .main_banner_wrap::before {
    right: 3rem;
    top: 12rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.34), rgba(216, 180, 254, 0.02) 68%, transparent 74%);
}

body.home-sizl .main_banner_wrap::after {
    left: 4rem;
    bottom: 9rem;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.26), rgba(151, 27, 253, 0.02) 68%, transparent 74%);
}

body.home-sizl .main_banner_wrap .main_banner {
    height: calc(100% - 5rem);
    border-radius: 4.2rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.home-sizl .main_banner_wrap .main_banner .slick-list,
body.home-sizl .main_banner_wrap .main_banner .slick-track,
body.home-sizl .main_banner_wrap .main_banner .slick-slide,
body.home-sizl .main_banner_wrap .main_banner .slick-slide > div {
    height: 100%;
}

body.home-sizl .main_banner_wrap .main_banner .slick-track {
    display: block;
}

body.home-sizl .main_banner_wrap .main_banner .slick-slide {
    float: left;
}

body.home-sizl .main_banner_wrap .main_banner::before {
    content: "";
    position: absolute;
    inset: 1.6rem;
    z-index: 2;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

body.home-sizl .main_banner_wrap .main_banner .banner_item {
    height: 100%;
    overflow: hidden;
}

body.home-sizl .main_banner_wrap .main_banner .banner_item::before {
    content: "";
    position: absolute;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

body.home-sizl .main_banner_wrap .main_banner .banner_item::before {
    inset: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(8, 21, 47, 0.2) 0%, rgba(8, 21, 47, 0.08) 34%, rgba(8, 21, 47, 0.02) 62%, rgba(8, 21, 47, 0.12) 100%);
}

body.home-sizl .main_banner_wrap .main_banner .banner_item::after {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 24%, rgba(151, 27, 253, 0.2), transparent 26%),
        radial-gradient(circle at 22% 78%, rgba(192, 132, 252, 0.12), transparent 32%);
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.9s ease, transform 1.1s ease;
}

body.home-sizl .main_banner_wrap .main_banner .banner_item > img {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.045);
    transform-origin: center;
    filter: none;
    opacity: 1;
    transition: transform 5.6s ease, opacity 0.8s ease;
    will-change: transform, opacity;
}

body.home-sizl .main_banner_wrap .main_banner .slick-slide .banner_item::before {
    opacity: 0.82;
}

body.home-sizl .main_banner_wrap .main_banner .slick-slide .banner_item::after {
    opacity: 0;
    transform: scale(0.96);
}

body.home-sizl .main_banner_wrap .main_banner .slick-current .banner_item::before {
    opacity: 1;
}

body.home-sizl .main_banner_wrap .main_banner .slick-current .banner_item::after {
    opacity: 1;
    transform: scale(1);
}

body.home-sizl .main_banner_wrap .main_banner .slick-current .banner_item > img {
    transform: scale(1);
}

body.home-sizl .main_banner_wrap .main_banner .banner_item .bnn_text {
    display: none;
}

body.home-sizl .main_banner .slick-prev.slick-arrow,
body.home-sizl .main_banner .slick-next.slick-arrow {
    top: auto;
    bottom: 3.2rem;
    transform: none;
    width: 5.6rem;
    height: 5.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    background-size: 1.8rem auto;
    background-position: 50% 50%;
    backdrop-filter: blur(18px);
    box-shadow: none;
    opacity: 1;
    transition:
        transform 0.24s ease,
        background-color 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        opacity 0.24s ease;
}

body.home-sizl .main_banner .slick-prev.slick-arrow:hover,
body.home-sizl .main_banner .slick-next.slick-arrow:hover,
body.home-sizl .main_banner .slick-prev.slick-arrow:focus-visible,
body.home-sizl .main_banner .slick-next.slick-arrow:focus-visible {
    transform: translateY(-0.35rem) scale(1.04);
    background-color: rgba(255, 255, 255, 0.14);
    border-color: rgba(216, 180, 254, 0.42);
    box-shadow: 0 1.2rem 2.8rem rgba(125, 45, 191, 0.22);
}

body.home-sizl .main_banner .slick-prev.slick-arrow:active,
body.home-sizl .main_banner .slick-next.slick-arrow:active {
    transform: translateY(-0.12rem) scale(0.98);
}

body.home-sizl .main_banner .slick-prev.slick-arrow {
    left: auto;
    right: 11rem;
}

body.home-sizl .main_banner .slick-next.slick-arrow {
    right: 3.8rem;
}

body.home-sizl .main_banner .main_bnn_dot {
    left: 4rem;
    bottom: 5rem;
    transform: none;
    gap: 0.8rem;
    z-index: 10;
}

body.home-sizl .main_banner .main_bnn_dot li {
    margin-right: 0;
}

body.home-sizl .main_banner .main_bnn_dot li button {
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.42);
}

body.home-sizl .main_banner .main_bnn_dot li.slick-active button {
    width: 5.4rem;
    background: linear-gradient(90deg, #c084fc 0%, #971bfd 100%);
}

body.home-sizl .section1 {
    margin-top: var(--home-section-gap);
    z-index: 4;
}

body.home-sizl .section1 .content,
body.home-sizl .section2 .content,
body.home-sizl .section3 .content,
body.home-sizl .section3_system .content,
body.home-sizl .section4 .content {
    min-height: var(--home-panel-min-height);
    display: flex;
    flex-direction: column;
}

body.home-sizl .section1 .content {
    justify-content: center;
}

body.home-sizl .section1 h3 {
    max-width: none;
    margin: 0 auto 2.4rem;
    color: #0b1736;
    text-align: center;
    font-size: clamp(2.4rem, 2.2vw, 3.2rem);
    line-height: 1.15;
}

body.home-sizl .section1 h3 span {
    color: var(--home-purple);
}

body.home-sizl .section1 ul {
    width: 100%;
    margin: clamp(3rem, 4vw, 4.8rem) 0 0;
    gap: 2.4rem;
    align-items: stretch;
}

body.home-sizl .section1 ul li {
    flex: 1 1 0;
    min-width: 0;
    padding: 3.2rem 2rem 2.8rem;
    border-radius: 3.2rem;
    border: 1px solid transparent;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 247, 255, 0.9) 100%) padding-box,
        linear-gradient(135deg, rgba(226, 205, 252, 0.92) 0%, rgba(191, 137, 251, 0.78) 48%, rgba(151, 27, 253, 0.42) 100%) border-box;
    box-shadow: 0 3.2rem 6.8rem rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(24px);
    overflow: hidden;
    position: relative;
}

body.home-sizl .section1 ul li::before {
    content: none;
}

body.home-sizl .section1 ul li::after {
    content: none;
}

body.home-sizl .section1 ul li .circle {
    width: 100%;
    min-height: 25rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.home-sizl .section1 ul li .circle::after {
    content: none;
}

body.home-sizl .section1 ul li .circle > canvas {
    z-index: 1;
    filter: drop-shadow(0 1rem 2.6rem rgba(125, 45, 191, 0.16));
}

body.home-sizl .section1 ul li .circle .circle_text {
    z-index: 2;
}

body.home-sizl .section1 ul li .circle .circle_text .inner_text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: -0.03em;
}

body.home-sizl .section1 ul li .circle .circle_text .number {
    margin-top: 1.2rem;
    color: #0b1736;
    line-height: 1;
}

body.home-sizl .section1 ul li .outer_text {
    margin-top: 1.2rem;
    position: relative;
    z-index: 1;
    font-size: clamp(2.4rem, 2.2vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    color: #0f4c81;
    letter-spacing: 0.08em;
}

body.home-sizl .section2 .content {
    padding: 5.4rem 5rem;
    border-radius: 4.2rem;
    background: linear-gradient(135deg, #08152f 0%, #10295b 55%, #0b89cc 100%);
    box-shadow: 0 4rem 9rem rgba(10, 22, 47, 0.18);
    overflow: hidden;
}

body.home-sizl .section2 .content::before,
body.home-sizl .section2 .content::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

body.home-sizl .section2 .content::before {
    right: -8rem;
    top: -8rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(125, 241, 255, 0.24), rgba(125, 241, 255, 0) 68%);
}

body.home-sizl .section2 .content::after {
    left: -6rem;
    bottom: -10rem;
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0) 72%);
}

body.home-sizl .section2 h3,
body.home-sizl .section2 h3 + p {
    position: relative;
    z-index: 1;
    text-align: left;
}

body.home-sizl .section2 h3 {
    max-width: 54rem;
    color: #ffffff;
}

body.home-sizl .section2 h3 span {
    color: #7de3ff;
}

body.home-sizl .section2 h3 + p {
    max-width: 74rem;
    color: rgba(255, 255, 255, 0.74);
    word-break: keep-all;
}

body.home-sizl .section2.pc h3 + p {
    max-width: none;
    white-space: nowrap;
}

body.home-sizl .section2 .factory_list {
    margin-top: 5.4rem;
    gap: 2.4rem;
    position: relative;
    z-index: 1;
}

body.home-sizl .section2 .factory_list li {
    width: calc(33.333% - 1.6rem);
    padding: 3.2rem 2.2rem;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    color: #ffffff;
    align-items: flex-start;
}

body.home-sizl .section2 .factory_list li h4 {
    font-size: 3rem;
    line-height: 1.15;
}

body.home-sizl .section2 .factory_list li p {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

body.home-sizl .section2 .factory_list li .pic {
    width: 100%;
    box-sizing: border-box;
    min-height: 24rem;
    margin-top: 3rem;
    padding: 2.2rem;
    border-radius: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

body.home-sizl .section2 .factory_list li .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    flex: 0 0 auto;
    object-fit: contain;
}

body.home-sizl .section3 p,
body.home-sizl .section3_system p {
    margin-bottom: 0;
}

body.home-sizl .section3_system {
    margin-top: var(--home-section-gap);
}

body.home-sizl .section3 .content,
body.home-sizl .section3_system .content {
    padding: 5.6rem 5rem;
    border-radius: 4.2rem;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 3.6rem 8rem rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

body.home-sizl .section3 .content {
    justify-content: center;
}

body.home-sizl .section3 .content::before,
body.home-sizl .section3 .content::after,
body.home-sizl .section3_system .content::before,
body.home-sizl .section3_system .content::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

body.home-sizl .section3 .content::before,
body.home-sizl .section3_system .content::before {
    left: -9rem;
    top: -10rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 74%);
}

body.home-sizl .section3 .content::after,
body.home-sizl .section3_system .content::after {
    right: -8rem;
    top: 18rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.12), rgba(151, 27, 253, 0) 74%);
}

body.home-sizl .section3 .content > h3,
body.home-sizl .section3 .content > h3 + p,
body.home-sizl .section3_system .content > h3,
body.home-sizl .section3_system .content > h3 + p {
    position: relative;
    z-index: 1;
    text-align: left;
}

body.home-sizl .section3 .content > p:first-of-type,
body.home-sizl .section3_system .content > p:first-of-type {
    max-width: 74rem;
    margin-top: 1.4rem;
}

body.home-sizl .section3 .solution_list {
    margin-top: 4.8rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
}

body.home-sizl .section3 .solution_list li {
    width: auto;
    max-width: none;
    max-height: none;
    min-height: 24rem;
    padding: 3rem 2.4rem;
    border-radius: 2.8rem;
    border: 1px solid transparent;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 247, 255, 0.92) 100%) padding-box,
        linear-gradient(135deg, rgba(226, 205, 252, 0.9) 0%, rgba(199, 160, 251, 0.72) 52%, rgba(151, 27, 253, 0.34) 100%) border-box;
    box-shadow: none;
    align-items: flex-start;
    justify-content: flex-start;
}

body.home-sizl .section3 .solution_list li span {
    width: 7.2rem;
    height: 7.2rem;
    margin-bottom: 0;
    border-radius: 1.8rem;
    background: none;
    box-shadow: none;
}

body.home-sizl .section3 .solution_list li span img {
    max-width: 4.2rem;
    max-height: 4.2rem;
}

body.home-sizl .section3 .solution_list li .solution_txt {
    height: auto;
    margin-top: 2rem;
    text-align: left;
    white-space: normal;
}

body.home-sizl .section3 .solution_list li .solution_txt strong {
    margin: 0 0 1.2rem;
    font-size: 2.2rem;
    color: #0b1736;
}

body.home-sizl .section3 .solution_list li .solution_txt p {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #5c6a7f;
}

body.home-sizl .section3 .solution_list li .solution_txt p::after {
    content: none;
}

body.home-sizl .section3_system .system_tab {
    margin-top: 0;
}

body.home-sizl .section3_system .system_tab dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    width: 100%;
    height: auto;
    align-items: start;
}

body.home-sizl .section3_system .system_tab dl dt {
    width: auto;
    box-sizing: border-box;
    min-width: 0;
    min-height: 11rem;
    height: auto;
    padding: 2.2rem 2.4rem;
    border: none;
    border-radius: 2rem;
    background: #f2f7ff;
    text-align: left;
    line-height: 1.4;
}

body.home-sizl .section3_system .system_tab dl dt:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

body.home-sizl .section3_system .system_tab dl dt:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
}

body.home-sizl .section3_system .system_tab dl dt:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
}

body.home-sizl .section3_system .system_tab dl dt::after {
    content: none;
}

body.home-sizl .section3_system .system_tab dl dt:hover,
body.home-sizl .section3_system .system_tab dl dt.on {
    background: linear-gradient(135deg, #16092f 0%, #5b1ea3 100%);
    box-shadow: 0 1.8rem 3.6rem rgba(13, 26, 54, 0.18);
}

body.home-sizl .section3_system .system_tab dl dt:last-of-type {
    border-bottom: none;
}

body.home-sizl .section3_system .system_tab dl dt h3 {
    display: block;
    margin: 0;
    line-height: 1.2;
    color: #08152f;
}

body.home-sizl .section3_system .system_tab dl dt h3 span {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.5rem;
    white-space: nowrap;
    word-spacing: 0.18em;
    color: #5b6b80;
}

body.home-sizl .section3_system .system_tab dl dt:hover h3,
body.home-sizl .section3_system .system_tab dl dt.on h3,
body.home-sizl .section3_system .system_tab dl dt:hover h3 span,
body.home-sizl .section3_system .system_tab dl dt.on h3 span {
    color: #ffffff;
}

body.home-sizl .section3_system .system_tab dl dd {
    width: auto;
    box-sizing: border-box;
    min-width: 0;
    min-height: 40rem;
    margin-top: 1.2rem;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    border-radius: 3.2rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(16, 7, 34, 0.92) 0%, rgba(63, 18, 106, 0.84) 55%, rgba(151, 27, 253, 0.72) 100%),
        url("../images/main/sec2-bg.png") center center / cover no-repeat;
    box-shadow: 0 3.2rem 6.4rem rgba(10, 22, 47, 0.18);
    color: #ffffff;
}

body.home-sizl .section3_system .system_tab dl dd::before,
body.home-sizl .section3_system .system_tab dl dd::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.home-sizl .section3_system .system_tab dl dd::before {
    top: -8rem;
    right: -4rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.34), rgba(216, 180, 254, 0) 68%);
}

body.home-sizl .section3_system .system_tab dl dd::after {
    left: -4rem;
    bottom: -10rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.22), rgba(151, 27, 253, 0) 70%);
}

body.home-sizl .section3_system .system_tab dl dd .system_txt {
    padding: 3.6rem 3.6rem 3.2rem;
    position: relative;
    z-index: 1;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt h3 {
    margin: 0 0 1.6rem;
    text-align: left;
    font-size: 3.8rem;
    color: #ffffff;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt h3 span {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.72);
}

body.home-sizl .section3_system .system_tab dl dd .system_txt h3 + p {
    height: auto;
    margin: 0 0 2.4rem;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

body.home-sizl .section3_system .system_tab dl dd .system_txt strong {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dec3ff;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt strong img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.8rem;
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
    align-items: start;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt ul li {
    max-width: none;
    min-height: 0;
    padding: 1.6rem 1.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

body.home-sizl .section3_system .system_tab dl dd .system_txt ul li em {
    margin-bottom: 1rem;
    text-align: left;
    font-size: 1.8rem;
    color: #ffffff;
}

body.home-sizl .section3_system .system_tab dl dd .system_txt ul li p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

body.home-sizl .section3_system .system_tab dl dd .system_more a {
    right: 3rem;
    top: 3rem;
    width: 5.6rem;
    height: 5.6rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

body.home-sizl .section4 .content {
    padding: 5.4rem 5rem 5rem;
    border-radius: 4.2rem;
    background: linear-gradient(145deg, #130926 0%, #34105e 62%, #971bfd 100%);
    box-shadow: 0 4rem 9rem rgba(10, 22, 47, 0.18);
    overflow: hidden;
}

body.home-sizl .section4 .content::before,
body.home-sizl .section4 .content::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

body.home-sizl .section4 .content::before {
    right: -8rem;
    top: -8rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.24), rgba(216, 180, 254, 0) 68%);
}

body.home-sizl .section4 .content::after {
    left: -6rem;
    bottom: -8rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.22), rgba(151, 27, 253, 0) 72%);
}

body.home-sizl .section4 h3 {
    margin-bottom: 4.2rem;
    text-align: left;
    color: #ffffff;
}

body.home-sizl .section4 h3 span {
    color: #dec3ff;
}

body.home-sizl .section4 ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

body.home-sizl .section4 ul li {
    width: auto;
    aspect-ratio: 0.9;
    border-radius: 2.8rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1.8rem 3.2rem rgba(5, 12, 30, 0.14);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.home-sizl .section4 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

body.home-sizl .section4 ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 14, 26, 0.12) 0%, rgba(8, 14, 26, 0.24) 36%, rgba(8, 14, 26, 0.84) 100%);
    opacity: 0;
    transition: opacity 0.26s ease;
}

body.home-sizl .section4 ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32%;
    width: 32%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
    transform: skewX(-22deg) translateX(-220%);
    transition: transform 0.52s ease;
}

body.home-sizl .section4 ul li:nth-child(odd) {
    transform: none;
}

body.home-sizl .section4 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease, filter 0.24s ease;
}

body.home-sizl .section4 ul li .case_title {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-align: center;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(1.2rem) scale(0.96);
    transition: opacity 0.26s ease, transform 0.26s ease;
    overflow: hidden;
    text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.3);
}

body.home-sizl .section4 ul li:hover,
body.home-sizl .section4 ul li:focus-within {
    transform: translateY(-0.5rem);
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow: 0 2.6rem 4rem rgba(5, 12, 30, 0.22);
}

body.home-sizl .section4 ul li:hover a::before,
body.home-sizl .section4 ul li:focus-within a::before {
    transform: skewX(-22deg) translateX(520%);
}

body.home-sizl .section4 ul li:hover a::after,
body.home-sizl .section4 ul li:focus-within a::after {
    opacity: 1;
}

body.home-sizl .section4 ul li:hover img,
body.home-sizl .section4 ul li:focus-within img {
    transform: scale(1.04);
    filter: brightness(1.04);
}

body.home-sizl .section4 ul li:hover .case_title,
body.home-sizl .section4 ul li:focus-within .case_title {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.home-sizl .section4 .more a {
    margin: 5rem auto 0;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

body.home-sizl .section4 .more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 30%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
    transform: skewX(-24deg) translateX(-220%);
    transition: transform 0.48s ease;
}

body.home-sizl .section4 .more a:hover,
body.home-sizl .section4 .more a:focus-visible {
    transform: translateY(-0.35rem);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 1.6rem 3rem rgba(5, 12, 30, 0.22);
}

body.home-sizl .section4 .more a:hover::before,
body.home-sizl .section4 .more a:focus-visible::before {
    transform: skewX(-24deg) translateX(520%);
}

body.home-sizl .section4 .more a i {
    line-height: 1;
    transition: transform 0.24s ease;
}

body.home-sizl .section4 .more a:hover i,
body.home-sizl .section4 .more a:focus-visible i {
    transform: translateX(0.4rem);
}

body.home-sizl .section5 .content {
    min-height: var(--home-panel-min-height);
    gap: 2.4rem;
    align-items: stretch;
}

body.home-sizl .section5 .notice_left,
body.home-sizl .section5 .notice_right {
    width: calc(50% - 1.2rem);
    box-sizing: border-box;
    padding: 3rem 3rem 3.2rem;
    border-radius: 4rem;
    border: 1px solid rgba(216, 227, 242, 0.9);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2.4rem 4.8rem rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
    overflow: hidden;
    position: relative;
}

body.home-sizl .section5 .notice_right {
    z-index: 10001;
}

body.home-sizl .section5 .notice_left::before,
body.home-sizl .section5 .notice_right::before {
    content: "";
    position: absolute;
    right: -5rem;
    bottom: -6rem;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.14), rgba(151, 27, 253, 0) 68%);
    pointer-events: none;
}

body.home-sizl .section5 .notice_left .notice_title,
body.home-sizl .section5 .notice_right .notice_title {
    margin-bottom: 2.4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

body.home-sizl .section5 .notice_left .notice_title h3,
body.home-sizl .section5 .notice_right .notice_title h3 {
    font-size: 3rem;
    text-align: left;
    color: #0f172a;
}

body.home-sizl .section5 .more a {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #eef5ff;
    box-shadow: inset 0 0 0 1px #d2e4f8;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

body.home-sizl .section5 .more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -34%;
    width: 34%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    transform: skewX(-22deg) translateX(-220%);
    transition: transform 0.5s ease;
}

body.home-sizl .section5 .more a:hover,
body.home-sizl .section5 .more a:focus-visible {
    transform: translateY(-0.35rem);
    background: #f6faff;
    box-shadow: inset 0 0 0 1px #d2e4f8, 0 1.4rem 2.6rem rgba(15, 23, 42, 0.12);
}

body.home-sizl .section5 .more a:hover::before,
body.home-sizl .section5 .more a:focus-visible::before {
    transform: skewX(-22deg) translateX(520%);
}

body.home-sizl .section5 .more a img {
    width: 2.2rem;
    margin-right: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.24s ease;
}

body.home-sizl .section5 .more a:hover img,
body.home-sizl .section5 .more a:focus-visible img {
    transform: scale(1.06);
}

body.home-sizl .section5 .notice_left dl {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
}

body.home-sizl .section5 .notice_left dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    gap: 1.6rem;
    min-height: 6.2rem;
    height: auto;
    padding: 1.35rem 1.8rem;
    border-radius: 2rem;
    border: 1px solid #dce9f7;
    background: #f8fbff;
    font-size: 1.7rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

body.home-sizl .section5 .notice_left dl dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32%;
    width: 32%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
    transform: skewX(-22deg) translateX(-220%);
    transition: transform 0.5s ease;
}

body.home-sizl .section5 .notice_left dl dt p,
body.home-sizl .section5 .notice_left dl dt.on p {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #0f172a;
}

body.home-sizl .section5 .notice_left dl dt.on p {
    font-weight: 800;
}

body.home-sizl .section5 .notice_left dl dt span {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    font-size: 1.4rem;
    color: #6b7c93;
}

body.home-sizl .section5 .notice_left dl dt:hover,
body.home-sizl .section5 .notice_left dl dt:focus-visible {
    transform: translateY(-0.35rem);
    border-color: #c8dcf7;
    box-shadow: 0 1.6rem 3rem rgba(15, 23, 42, 0.12);
}

body.home-sizl .section5 .notice_left dl dt:hover::before,
body.home-sizl .section5 .notice_left dl dt:focus-visible::before {
    transform: skewX(-22deg) translateX(520%);
}

body.home-sizl .section5 .notice_left dl dt.on {
    border-color: transparent;
    background: linear-gradient(135deg, #16092f 0%, #5b1ea3 100%);
    box-shadow: 0 2rem 3.6rem rgba(13, 26, 54, 0.18);
}

body.home-sizl .section5 .notice_left dl dt.on p,
body.home-sizl .section5 .notice_left dl dt.on span {
    color: #ffffff;
}

body.home-sizl .section5 .notice_left dl dd {
    margin: -0.2rem 0 0.6rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem 0.35rem;
    max-height: calc(1.7em * 3 + 0.45rem);
    font-size: 1.6rem;
    line-height: 1.7;
    color: #5b6b80;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

body.home-sizl .section5 .notice_right ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1.8rem;
    padding-right: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

body.home-sizl .section5 .notice_right ul li {
    display: flex;
    min-width: 0;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
}

body.home-sizl .section5 .notice_right ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 1.4rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    border: 1px solid transparent;
    background:
        linear-gradient(#f8fbff, #f8fbff) padding-box,
        linear-gradient(135deg, rgba(216, 180, 254, 0.6) 0%, rgba(151, 27, 253, 0.32) 58%, rgba(216, 180, 254, 0.6) 100%) border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

body.home-sizl .section5 .notice_right ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32%;
    width: 32%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
    transform: skewX(-22deg) translateX(-220%);
    transition: transform 0.52s ease;
}

body.home-sizl .section5 .notice_right ul li a:hover,
body.home-sizl .section5 .notice_right ul li a:focus-visible {
    transform: translateY(-0.35rem);
    border-color: transparent;
    background:
        linear-gradient(#fbfdff, #fbfdff) padding-box,
        linear-gradient(135deg, rgba(216, 180, 254, 0.88) 0%, rgba(151, 27, 253, 0.5) 58%, rgba(216, 180, 254, 0.88) 100%) border-box;
    box-shadow: 0 1.8rem 3rem rgba(15, 23, 42, 0.12);
}

body.home-sizl .section5 .notice_right ul li a:hover::before,
body.home-sizl .section5 .notice_right ul li a:focus-visible::before {
    transform: skewX(-22deg) translateX(520%);
}

body.home-sizl .section5 .notice_right ul li a .img {
    min-width: 100%;
    max-width: none;
    height: 18rem;
    border-radius: 1.8rem;
    overflow: hidden;
}

body.home-sizl .section5 .notice_right ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease, filter 0.24s ease;
}

body.home-sizl .section5 .notice_right ul li a:hover .img img,
body.home-sizl .section5 .notice_right ul li a:focus-visible .img img {
    transform: scale(1.04);
    filter: brightness(1.04);
}

body.home-sizl .section5 .notice_right ul li a p {
    margin: 1.5rem 0 1rem;
    height: auto;
    min-height: 5.4rem;
    position: relative;
    z-index: 1;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #0f172a;
}

body.home-sizl .section5 .notice_right ul li a span {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    color: #6b7c93;
}

body.home-sizl .section6 {
    width: calc(100% - 4.8rem);
    max-width: 1440px;
    margin: var(--home-section-gap) auto calc(var(--home-section-gap) * 0.5);
    padding: 0;
    background: none;
    display: block;
}

body.home-sizl .section6 .sec6_txt {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    padding: 1.8rem 5rem;
    border-radius: 4rem;
    background: linear-gradient(135deg, #130926 0%, #4a177f 58%, #971bfd 100%);
    box-shadow: 0 3.6rem 7.2rem rgba(10, 22, 47, 0.18);
    overflow: hidden;
    position: relative;
}

body.home-sizl .section6 .sec6_txt::before,
body.home-sizl .section6 .sec6_txt::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.home-sizl .section6 .sec6_txt::before {
    right: -8rem;
    top: -10rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.26), rgba(216, 180, 254, 0) 68%);
}

body.home-sizl .section6 .sec6_txt::after {
    left: -8rem;
    bottom: -10rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.2), rgba(151, 27, 253, 0) 72%);
}

body.home-sizl .section6 .sec6_txt h3 {
    text-align: left;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

body.home-sizl .section6 .sec6_txt h3 + p {
    max-width: 62rem;
    margin: 0 0 1.2rem;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    position: relative;
    z-index: 1;
}

body.home-sizl .section6 .sec6_txt button {
    margin: 0;
    min-width: 14.4rem;
    padding: 1.25rem 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    position: relative;
    overflow: visible;
    border: none;
    border-radius: 999px;
    background: #ffffff;
    color: #08152f;
    box-shadow: 0 1.6rem 2.8rem rgba(7, 18, 38, 0.18);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

body.home-sizl .section6 .sec6_txt button span {
    position: relative;
    z-index: 2;
}

body.home-sizl .section6 .sec6_txt button::after {
    content: "";
    display: block;
    width: 5.6rem;
    height: 1.7rem;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/main/arrow-contact.svg);
    opacity: 0;
    transition: right 0.4s ease, opacity 0.24s ease;
}

body.home-sizl .section6 .sec6_txt button:hover,
body.home-sizl .section6 .sec6_txt button:focus-visible {
    transform: translateY(-0.35rem);
    background: #fefcff;
    box-shadow: 0 2rem 3.6rem rgba(7, 18, 38, 0.22);
}

body.home-sizl .section6 .sec6_txt button:hover::after,
body.home-sizl .section6 .sec6_txt button:focus-visible::after {
    right: -3rem;
    opacity: 1;
}

@media all and (max-width: 1400px) {
    body.home-sizl {
        --home-section-gap: 5.6rem;
        --home-panel-min-height: 56rem;
    }

    body.home-sizl .quick_menu {
        right: 0.6rem;
        transform: scale(0.82);
        transform-origin: right center;
    }

    body.home-sizl .section {
        width: calc(100% - 3.2rem);
        margin-top: var(--home-section-gap);
    }

    body.home-sizl #visual {
        height: 66rem;
    }

    body.home-sizl #visual::before {
        top: 1.6rem;
        width: calc(100% - 2.4rem);
        height: calc(100% - 1.6rem);
        border-radius: 3.2rem;
    }

    body.home-sizl #visual::after {
        left: 2rem;
        bottom: 2rem;
        width: 24rem;
        height: 24rem;
    }

    body.home-sizl .main_banner_wrap {
        width: calc(100% - 2.4rem);
        padding-top: 1.6rem;
    }

    body.home-sizl .main_banner_wrap::before {
        right: 1rem;
        top: 8rem;
        width: 16rem;
        height: 16rem;
    }

    body.home-sizl .main_banner_wrap::after {
        left: 2rem;
        bottom: 6rem;
        width: 12rem;
        height: 12rem;
    }

    body.home-sizl .main_banner_wrap .main_banner {
        height: calc(100% - 1.6rem);
        border-radius: 3rem;
    }

    body.home-sizl .main_banner_wrap .main_banner::before {
        inset: 1.2rem;
        border-radius: 2.2rem;
    }

    body.home-sizl .main_banner .slick-prev.slick-arrow,
    body.home-sizl .main_banner .slick-next.slick-arrow {
        bottom: 2rem;
        width: 4.8rem;
        height: 4.8rem;
    }

    body.home-sizl .main_banner .slick-prev.slick-arrow {
        right: 8rem;
    }

    body.home-sizl .main_banner .slick-next.slick-arrow {
        right: 2rem;
    }

    body.home-sizl .main_banner .main_bnn_dot {
        left: 2rem;
        bottom: 3.4rem;
    }

    body.home-sizl .section1 {
        margin-top: var(--home-section-gap);
    }

    body.home-sizl .section1 h3 {
        margin-bottom: 1.8rem;
        text-align: center;
    }

    body.home-sizl .section1 ul {
        margin: 3rem 0 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.6rem;
    }

    body.home-sizl .section1 ul li {
        width: auto;
        padding: 2.4rem 1.6rem;
    }

    body.home-sizl .section1 ul li:nth-child(3),
    body.home-sizl .section1 ul li:last-child {
        margin-top: 0;
    }

    body.home-sizl .section1 ul li .circle {
        min-height: 18rem;
    }

    body.home-sizl .section2 .content,
    body.home-sizl .section3 .content,
    body.home-sizl .section3_system .content,
    body.home-sizl .section4 .content,
    body.home-sizl .section5 .notice_left,
    body.home-sizl .section5 .notice_right {
        padding: 3.6rem 2.4rem;
        border-radius: 3rem;
    }

    body.home-sizl .section6 .sec6_txt {
        padding: 1.6rem 2.4rem;
        border-radius: 3rem;
    }

    body.home-sizl .section2 h3,
    body.home-sizl .section2 h3 + p,
    body.home-sizl .section3 .content > h3,
    body.home-sizl .section3 .content > h3 + p,
    body.home-sizl .section3_system .content > h3,
    body.home-sizl .section3_system .content > h3 + p,
    body.home-sizl .section4 h3,
    body.home-sizl .section6 .sec6_txt h3,
    body.home-sizl .section6 .sec6_txt h3 + p {
        text-align: center;
        max-width: none;
    }

    body.home-sizl .section2 .factory_list {
        width: 100%;
        gap: 1.6rem;
        margin-top: 3rem;
    }

    body.home-sizl .section2 .factory_list li {
        width: 100%;
        max-width: none;
        padding: 2.2rem 1.8rem;
        border-radius: 2.4rem;
    }

    body.home-sizl .section2 .factory_list li .pic {
        min-height: 17rem;
    }

    body.home-sizl .section3 .content > p:first-of-type,
    body.home-sizl .section3 .content h3:first-of-type + p:first-of-type,
    body.home-sizl .section3_system .content > p:first-of-type,
    body.home-sizl .section3_system .content .system_tab dl dd .system_txt h3 + p {
        width: auto;
    }

    body.home-sizl .section3 .solution_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.6rem;
        margin-top: 3.2rem;
    }

    body.home-sizl .section3_system {
        margin-top: var(--home-section-gap);
    }

    body.home-sizl .section3_system .system_tab {
        margin-top: 0;
    }

    body.home-sizl .section3_system .system_tab dl {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    body.home-sizl .section3_system .system_tab dl dt {
        width: auto;
        min-height: 8rem;
        padding: 1.8rem 2rem;
        border-radius: 1.8rem;
    }

    body.home-sizl .section3_system .system_tab dl dt:nth-of-type(1),
    body.home-sizl .section3_system .system_tab dl dt:nth-of-type(2),
    body.home-sizl .section3_system .system_tab dl dt:nth-of-type(3) {
        grid-column: 1;
        grid-row: auto;
    }

    body.home-sizl .section3_system .system_tab dl dd {
        min-height: 0;
        border-radius: 2.6rem;
        margin-top: 0.2rem;
        grid-column: 1;
        grid-row: auto;
    }

    body.home-sizl .section3_system .system_tab dl dd .system_txt {
        padding: 2.4rem 2rem 2.2rem;
    }

    body.home-sizl .section3_system .system_tab dl dd .system_txt h3 {
        font-size: 3rem;
    }

    body.home-sizl .section3_system .system_tab dl dd .system_txt ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home-sizl .section3_system .system_tab dl dd .system_more a {
        top: 2rem;
        right: 2rem;
    }

    body.home-sizl .section4 ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.6rem;
    }

    body.home-sizl .section4 ul li:nth-child(odd) {
        transform: none;
    }

    body.home-sizl .section5 .content {
        flex-direction: column;
        gap: 2rem;
    }

    body.home-sizl .section5 .notice_left,
    body.home-sizl .section5 .notice_right {
        width: 100%;
    }

    body.home-sizl .section5 .notice_right ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.6rem;
        row-gap: 1.2rem;
        padding-right: 0;
    }

    body.home-sizl .section6 {
        width: calc(100% - 3.2rem);
        margin: var(--home-section-gap) auto calc(var(--home-section-gap) * 0.5);
    }

    body.home-sizl .section6 .sec6_txt button {
        align-self: center;
        margin: 0 auto;
    }

    body.home-sizl .section6 .sec6_txt button::after {
        width: 4.326rem;
        height: 1.304rem;
        background-image: url(../images/main/arrow-contact-mo.svg);
    }
}

@media all and (max-width: 767px) {
    body.home-sizl {
        --home-section-gap: 4.8rem;
        --home-panel-min-height: 0;
    }

    body.home-sizl .section3 .content {
        padding: 2.8rem 2.4rem 2.4rem;
    }

    body.home-sizl .quick_menu {
        right: 2rem;
        transform: none;
    }

    body.home-sizl h3 {
        font-size: 3rem;
        line-height: 1.15;
    }

    body.home-sizl h3 + p {
        font-size: 1.6rem;
    }

    body.home-sizl #visual {
        height: 46rem;
    }

    body.home-sizl .main_banner.mo .banner_item {
        background:
            radial-gradient(circle at 50% 50%, rgba(26, 22, 52, 0.42), rgba(7, 12, 24, 0.94) 72%);
    }

    body.home-sizl .main_banner.mo .banner_item > img,
    body.home-sizl .main_banner.mo .slick-current .banner_item > img {
        object-fit: contain;
        object-position: center center;
        transform: none !important;
    }

    body.home-sizl .main_banner.mo .banner_item::after,
    body.home-sizl .main_banner.mo .slick-current .banner_item::after {
        opacity: 0;
        transform: none;
    }

    body.home-sizl .main_banner .slick-prev.slick-arrow,
    body.home-sizl .main_banner .slick-next.slick-arrow {
        display: none;
    }

    body.home-sizl .main_banner .main_bnn_dot {
        left: 50%;
        bottom: 2.4rem;
        transform: translateX(-50%);
    }

    body.home-sizl .section1 {
        margin-top: var(--home-section-gap);
    }

    body.home-sizl .section1 h3 {
        margin-bottom: 1.2rem;
        font-size: 2.2rem;
    }

    body.home-sizl .section1 ul {
        margin-top: 2.4rem;
        grid-template-columns: 1fr;
    }

    body.home-sizl .section1 ul li .circle {
        min-height: 16rem;
    }

    body.home-sizl .section2 .factory_list li .pic {
        min-height: 12rem;
    }

    body.home-sizl .section3 .solution_list {
        grid-template-columns: 1fr;
        margin-top: 2.2rem;
    }

    body.home-sizl .section3 .solution_list li {
        min-height: 14.4rem;
        padding: 1.8rem 1.6rem;
        display: grid;
        grid-template-columns: 13rem minmax(0, 1fr);
        column-gap: 1.6rem;
        align-items: center;
    }

    body.home-sizl .section3 .solution_list li .solution_head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        min-width: 0;
        width: 13rem;
        align-self: start;
    }

    body.home-sizl .section3 .solution_list li .solution_head span {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 1.6rem;
    }

    body.home-sizl .section3 .solution_list li .solution_head strong {
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.4;
        word-break: keep-all;
        text-align: left;
    }

    body.home-sizl .section3 .solution_list li .solution_desc {
        min-width: 0;
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.6;
        word-break: keep-all;
        overflow-wrap: anywhere;
        text-align: left;
        align-self: center;
        padding-top: 0.8rem;
    }

    body.home-sizl .section3 .solution_list li .solution_desc br {
        display: none;
    }

    body.home-sizl .section3_system .system_tab dl dd .system_txt h3 {
        padding-right: 4rem;
        font-size: 2.6rem;
    }

    body.home-sizl .section3_system .system_tab dl dd .system_txt ul {
        grid-template-columns: 1fr;
    }

    body.home-sizl .section5 .notice_right ul {
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    body.home-sizl .section5 .notice_right ul li a .img {
        height: 15rem;
    }

    body.home-sizl .section4 ul li {
        aspect-ratio: 1.08;
    }

    body.home-sizl .section6 .sec6_txt {
        padding: 1.5rem 2rem;
    }

    body.home-sizl .section6 .sec6_txt button {
        width: 100%;
        padding: 1.6rem 2rem;
    }
}
