.pg_home.pb-layout > div:not(.pb-handle) {
  overflow: hidden!important;
}
.pg_home .c_mvArea > div:not(.pb-handle) {
    --_paddingBlock: 60px;
    position: relative;
    margin-bottom: 90px;
}
.pg_home .c_mvArea_ct > div:not(.pb-handle) {
    display: grid;
    align-content: end;
    position: relative;
    z-index: 2;
    margin-inline: auto;
    padding-block: var(--_paddingBlock);
    padding-inline: var(--contSpace_hor);
    max-width: calc(calc(1200 / var(--designW) * var(--htmlW) * 1px) + var(--contSpace_hor) * 2);
    min-height: 654px;
    color: #fff;
    pointer-events: none;
}
.pg_home .c_mvArea_ct > div:not(.pb-handle):after {
    display: none;
}
.pg_home .c_mvArea_ct.pb-layout > div:not(.pb-handle) {
    pointer-events: unset;
}
.pg_home .c_mvArea_ct > div:not(.pb-handle) > * {
    pointer-events: auto;
}
.pg_home .c_mvArea_copy,
.pg_home .c_mvArea_desc {
  z-index: 10;
}
.pg_home .c_mvArea_copy h2 {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 1.4;
}
.pg_home .c_mvArea_desc p {
    font-weight: 600;
}


.pg_home .c_newsSect_head > div:not(.pb-handle) {
    display: flex;
    gap: 20px 50px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}
.pg_home .c_newsSect_head > div:not(.pb-handle):after {
    display: none;
}

.topicsSect_ct > div:not(.pb-handle),
.topicsSect_ct .pbNestedWrapper {
  overflow: visible;
}
.pg_home .c_topicsSect > div:not(.pb-handle) {
    margin-top: 90px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.pg_home .c_topicsSect_head > div:not(.pb-handle) {
    display: flex;
    gap: 50px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}
.pg_home .c_topicsSect_head > div:not(.pb-handle):after {
    display: none;
}

.pg_home .c_impNewsSect_frame > div:not(.pb-handle) {
    display: grid;
    background-color: #fee;
    container-type: inline-size;
}
.pg_home .c_impNewsSect_frame > div:not(.pb-handle):after {
    display: none;
}
.pg_home .impNewsSect_head {
    height: 100%;
}
@media not all and (max-width: 1024px), print {
    .pg_home .c_impNewsSect_frame > div:not(.pb-handle) {
        grid-template-columns: auto 1fr;
    }
}

.pg_home .c_productsSect > div:not(.pb-handle) {
    margin-top: 110px;
    padding-block: 92px 120px;
    background: var(--color_bg_gray) url(/assets/img/common/img_spiral.svg) 50% 0 no-repeat;
    overflow-x: clip;
}
.pg_home .c_productsSect_head > div:not(.pb-handle) {
    display: grid;
    align-items: center;
    container-type: inline-size;
}
.pg_home .c_productsSect_head > div:not(.pb-handle):after {
    display: none;
}
.pg_home .productsSect_head_body .copy h3 {
    color: var(--color_blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}
.productsSect_body:after {
  display: none;
}

.c_productsSect .pbNestedWrapper {
  overflow: visible;
}
.bl_asideSet_blockBtnList {
    display: grid;
    margin-top: 30px!important;
    gap: 12px;
}

.pg_home .c_innovationSect > div:not(.pb-handle) {
    position: relative;
    padding-block: 92px 120px;
    min-height: 811px;
    background: url(/assets/img/common/img_particles.svg) 50% 0 no-repeat;
    overflow: hidden;
}
.pg_home .c_innovationSect > div:not(.pb-handle)::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 811px;
    background: linear-gradient(180deg, rgba(243, 244, 246, 0) 0%, #F3F4F6 25%, #F3F4F6 100%);
}
.pg_home .c_innovationSect_head > div:not(.pb-handle) {
    display: grid;
    align-items: center;
    container-type: inline-size;
}
.pg_home .c_innovationSect_head > div:not(.pb-handle):after {
    display: none;
}
.pg_home .innovationSect_head_body .c_copy h3 {
    color: var(--color_blue);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}
.c_innovationSect .pbNestedWrapper {
  overflow: visible;
}

.pg_home .c_innovationSect_body_head > div:not(.pb-handle) {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 36px;
}
.pg_home .c_innovationSect_body_head > div:not(.pb-handle):after {
    display: none;
}
.pg_home .c_innovationSect_body_head .headingWrapper > div:not(.pb-handle) {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}
.pg_home .c_innovationSect_body_head .headingWrapper > div:not(.pb-handle):after {
    display: none;
}

.pg_home .c_recruitSect > div:not(.pb-handle) {
    position: relative;
    color: #fff;
}
.pg_home .c_recruitSect_ct > div:not(.pb-handle) {
    display: grid;
    align-content: end;
    padding-block: 70px;
    min-height: 550px;
}
.pg_home .recruitSect_head {
    margin-bottom: 0;
    z-index: 2;
}
.pg_home .c_recruitSect_body {
  margin-top: 30px;
  z-index: 2;
}
.pg_home .c_recruitSect_body > div:not(.pb-handle) {
    display: flex;
    gap: 30px 40px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 30px;
}
.pg_home .c_recruitSect_body > div:not(.pb-handle):after {
  display: none;
}
.pg_home .c_recruitSect_body .c_copy h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}
.pg_home .c_recruitSect_body .desc {
    margin-top: 24px;
}
.pg_home .c_recruitSect_bg > div:not(.pb-handle) {
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 0;
}
.pg_home .c_recruitSect_bg > div:not(.pb-handle):after {
    display: none;
}
.pg_home .c_recruitSect_bg > div:not(.pb-handle)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 13, 42, 0) 0%, #000D2A 100%);
}
.pg_home .c_recruitSect_bg.pb-layout > div:not(.pb-handle)::before {
  display: none;
}
.pg_home .c_recruitSect_bg .c_recruitSect_bg-item {
    width: 100%;
    height: 100%;
}
.pg_home .c_recruitSect_bg .c_recruitSect_bg-item div:not(.pb-handle) {
    height: 100%;
}
.pg_home .c_recruitSect_bg.pb-layout .c_recruitSect_bg-item div:not(.pb-handle) {
    position: relative;
}
.pg_home .c_recruitSect_bg.pb-layout .c_recruitSect_bg-item div:not(.pb-handle)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 13, 42, 0) 0%, #000D2A 100%);
}
.pg_home .c_recruitSect_bg .c_recruitSect_bg-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}


@media screen and (max-width: 1333px) {
    .pg_home .c_mvArea_ct > div:not(.pb-handle) {
        max-width: var(--contW_max);
    }
}

@media screen and (max-width: 1024px) {
    .pg_home .c_productsSect_head > div:not(.pb-handle) {
        gap: 42px;
    }
    .bl_asideSet_formGuide .c_balloon > div:not(.pb-handle) {
        padding-right: 204px;
    }
    .bl_asideSet_formGuide .c_balloon > div:not(.pb-handle)::before {
        right: 220px;
    }
    .pg_home .c_innovationSect_head > div:not(.pb-handle) {
        gap: 42px;
    }
}

@media screen and (max-width: 767px) {
    .pg_home .c_mvArea > div:not(.pb-handle) {
        margin-bottom: 62px;
    }
    .pg_home .c_mvArea_ct > div:not(.pb-handle) {
        padding-bottom: 88px;
        min-height: 526px;
    }
    .pg_home .c_mvArea_copy h2 {
        font-size: 2.125rem;
    }
    .pg_home .c_mvArea_copy p {
        font-size: 2.125rem;
    }
    .pg_home .c_newsSect_head > div:not(.pb-handle) {
        gap: 30px;
        flex-direction: column;
        align-items: unset;
        margin-bottom: 24px;
    }
    .pg_home .c_topicsSect > div:not(.pb-handle) {
        margin-top: 60px;
    }
    .pg_home .c_topicsSect_head > div:not(.pb-handle) {
        margin-bottom: 30px;
    }
    .pg_home .c_productsSect > div:not(.pb-handle) {
        margin-top: 60px;
        padding-block: 72px 70px;
        background-image: url(/assets/img/common/img_spiral_sp.svg);
        background-size: 100% auto;
    }
    .pg_home .c_productsSect_head > div:not(.pb-handle) {
        gap: 32px;
    }
    .pg_home .c_productsSect_head > div:not(.pb-handle):after {
        display: none;
    }
    .pg_home .productsSect_head_body .copy h3 {
        font-size: 1.375rem;
    }
    .bl_asideSet_blockBtnList {
        gap: 8px;
        margin-top: 24px!important;
    }
    .pg_home .c_innovationSect > div:not(.pb-handle) {
        padding-block: 72px 70px;
        background-image: url(../img/common/img_particles_sp.svg);
    }
    .pg_home .innovationSect_head_body .c_copy h3 {
        font-size: 1.375rem;
    }
    .pg_home .c_innovationSect_head > div:not(.pb-handle) {
        gap: 32px;
    }
    .pg_home .c_innovationSect_body_head > div:not(.pb-handle) {
        margin-bottom: 24px;
    }
    .pg_home .c_innovationSect_body_head .headingWrapper > div:not(.pb-handle) {
        width: calc(335 / var(--designW) * var(--htmlW) * 1px);
    }
    .pg_home .c_recruitSect_ct > div:not(.pb-handle) {
        padding-block: 40px;
    }
    .pg_home .c_recruitSect_body .c_copy h3 {
        font-size: 1.375rem;
    }
    .pg_home .c_recruitSect_body .desc {
        margin-top: 20px;
    }
    .pg_home .c_recruitSect_body > div:not(.pb-handle) {
        gap: 24px;
    }
}

@media not all and (max-width: 1024px), print {
    .pg_home .c_productsSect_head > div:not(.pb-handle) {
        grid-template-columns: repeat(2, 1fr);
    }
    .pg_home .c_innovationSect_head > div:not(.pb-handle) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media not all and (max-width: 767px), print {
    .pg_home .c_mvArea_ct > div:not(.pb-handle) {
        justify-items: start;
    }
}