@charset "UTF-8";

.c-body-top {
    --bg-font-size: clamp(60px, 11.5vw, 176px);
    --bg-font-size-sp: clamp(60px, 15vw, 176px);

    .u-clr-smart-navy {
        color: #070f26 !important;
    }

    .u-clr-white {
        color: #fff !important;
    }

    section {
        margin-top: -1px;
    }

    .u-content-size {
        padding: 0 7vw;

    }

    .c-head-title {
        font-size: clamp(32px, 12vw, 80px);
    }

    .c-head-mid-text {
        font-size: clamp(24px, 7vw, 48px);
        line-height: 1.3;
    }

    .c-head-text {
        font-size: clamp(20px, 5vw, 32px);
        line-height: 1.5;
    }

    .u-flex-1 {
        & > * {
            flex: 1;
        }
    }

    .p-mainvisual {
        background: #070F26 !important;
        background: linear-gradient(140deg, rgba(7, 15, 38, 1) 0%, rgba(7, 15, 38, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%) !important;
        
        .swiper.swiper-initialized {
            border-radius: 80px 0;
            overflow: hidden;
            background-image: url('/img/c-body-top-bg-kv-sp.png');
            background-size: contain;
            background-position: center bottom 74px;
            background-repeat: no-repeat;
        }
        
        /* kvグラデーション取り */
        .c-mask-img::before {
            display: none;
        }

        /* 停止ボタン位置ずれ */
        .swiper-button-switch.is-swiper::after {
            top: initial;
            left: initial;
        }

        /* 画面内リンクは矢印下向き */
        .c-btn-important-arrow {
            &:not(.other-page-link) {
                background-color: #070f26;
                transition: all .3s;

                &::after {
                    left: initial;
                    font: var(--fa-font-solid);
                    content: "\f13a";
                    margin-left: 12px;
                    top: .3em;
                    background: none;
                }

                &:hover {
                    background-color: #000;

                    &::after {
                        top: 3px;
                    }
                }

            }
        }

        .swiper-slide-item {
            border-radius: 80px 0;
            overflow: hidden;
        }
        
        .swiper .p-mainvisual__inner {
            .c-kv-title,
            .c-kv-subtitle {
                width: 100%;
                overflow: hidden;

                img {
                    object-fit: contain;
                }
            }

            .c-kv-title {
                height: clamp(65px, 18vw, 94px);
                font-size: clamp(24px, 7vw, 34px);
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-clamp: 2;
            }
            .c-kv-subtitle {
                height: clamp(65px, 17vw, 94px);
                font-size: clamp(12px, 5vw, 32px) !important;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                line-clamp: 3;
            }
        }
        
        .swiper-pagination-box {
            margin: 0 auto 50px;
            margin-top: clamp(0px, calc(60px - (766px - 100vw) / 2), 60px);

            .swiper-button-prev,
            .swiper-button-next {
                color: #cfcfcf;
                height: 28px;

                &::after {
                    font-size: 16px;
                }
            }

            .swiper-pagination {
                .swiper-pagination-bullet {
                    background-color: #cfcfcf;
                    width: 8px;
                    height: 8px;

                    &.swiper-pagination-bullet-active {
                        background-color: #0072bc;
                    }
                }
            }
        }
    }

    .c-body-top-news {
        .c-body-top-news-inner {
            .c-body-top-news-content {
                background-color: #e0e5ee !important;
                border-radius: 60px 0 60px;
                overflow: hidden;
                padding: 7vw;
                position: relative;
                z-index: 1;

                &::after {
                    content: '"FRONTIER"\ANOW';
                    position: absolute;
                    top: 10px;
                    right: 16px;
                    color: #eaedf3;
                    font-family: 'Roboto', sans-serif;
                    font-size: var(--bg-font-size-sp);
                    font-weight: bold;
                    line-height: .85;
                    text-align: right;
                    white-space: pre;
                    z-index: -1;
                }
                
                .c-head-lg {
                    color: #070f26;
                    margin: 0;
                }

                .c-news-btn {
                    background: inherit;
                    border: 1px solid #000000;
                    color: #070f26;
                    position: relative;
                    z-index: 1;

                    &::after {
                        background: url('/assets/images/icon/smart-navy/arrow_right.svg') no-repeat;
                        background-size: 100%;
                    }
                }

                .c-list-news-date-merge li:nth-child(1) {
                    border-top: 1px solid #a6a6a6;
                }

                .c-list-news-date-merge li {
                    border-bottom: 1px solid #a6a6a6;

                    .c-list-news-date-merge__date,
                    .c-list-news-date-merge__category {
                        color: #070f26;
                    }
                    .c-list-news-date-merge-list-link a {
                        color: #070f26;
                    }
                }
            }
        }
    }

    .c-body-top-field {
        position: relative;
        padding-bottom: 120px;

        &::before {
            content: '';
            position: absolute;
            top: -140px;
            bottom: 0;
            left: 0;
            width: 100%;
            background-image: url('/img/c-body-top-bg-field-sp.png');
            background-size: cover;
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        &::after {
            content: '"FRONTIER"\A FIELD';
            position: absolute;
            top: 20px;
            right: 0px;
            color: #070f26;
            font-family: 'Roboto', sans-serif;
            font-size: var(--bg-font-size-sp);
            font-weight: bold;
            line-height: .85;
            opacity: .3;
            text-align: right;
            white-space: pre;
        }

        .c-body-top-field-inner {
            position: relative;
            padding-top: 200px;

            .field-circle-container {
                position: relative;
                background-image: url('/assets/images/home/img_top_field_circle_base.png');
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 640px;

                .c-circle-img-wrap {
                    border-radius: 50%;
                    position: absolute;
                    display: block;
                    width: 380px;
                    height: 380px;

                    .c-circle-img-wrap-text {
                        width: 100%;
                        /*height: 100%;*/
                        display: flex;
                        flex-direction: column;
                        align-items: center;

                        h2 {
                            font-size: 30px;
                        }
                    }
                }

                .c-circle-img-wrap-1 {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);

                    .c-circle-img-wrap-text {
                        margin-top: 47%;
                    }

                    &:hover {
                        background-image: url('/assets/images/home/img_top_field_circle_01.png');
                    }
                }

                .c-circle-img-wrap-2 {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-89.5%);

                    .c-circle-img-wrap-text {
                        margin-top: 60%;
                    }

                    &:hover {
                        background-image: url('/assets/images/home/img_top_field_circle_02.png');
                    }

                }

                .c-circle-img-wrap-3 {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-10.5%);

                    .c-circle-img-wrap-text {
                        margin-top: 60%;
                    }

                    &:hover {
                        background-image: url('/assets/images/home/img_top_field_circle_03.png');
                    }
                }

                .c-circle-lead-text {
                    position: absolute;
                    font-size: 18px;

                    .inner {
                        position: relative;

                        .lead-text-br {
                            display: none;
                        }
                    }
                }

                .c-circle-lead-text-1 {
                    border-color: #fff;
                    border-style: solid;
                    border-width: 0 0 1px 1px;
                    top: 0;
                    left: 50%;
                    transform: translateX(73%);

                    .inner {
                        padding: 0 0 18px 18px;

                        &:before {
                            content: '';
                            position: absolute;
                            width: 34px;
                            height: 1px;
                            background-color: #fff;
                            bottom: -9px;
                            left: -33px;
                            transform: rotate(-30deg);
                        }
                    }
                }

                .c-circle-lead-text-2 {
                    border-color: #fff;
                    border-style: solid;
                    border-width: 0 1px 1px 0;
                    top: 50%;
                    left: 50%;
                    transform: translateX(-191%) translateY(-104%);

                    .inner {
                        padding: 0 18px 18px 0;

                        &:before {
                            content: '';
                            position: absolute;
                            width: 20px;
                            height: 1px;
                            background-color: #fff;
                            bottom: -6px;
                            right: -20px;
                            transform: rotate(30deg);
                        }
                    }
                }

                .c-circle-lead-text-3 {
                    border-color: #fff;
                    border-style: solid;
                    border-width: 0px 0px 1px 1px;
                    top: 50%;
                    left: 50%;
                    transform: translateX(130%) translateY(-50%);

                    .inner {
                        padding: 0 0 18px 18px;

                        &:before {
                            content: '';
                            position: absolute;
                            width: 18px;
                            height: 1px;
                            background-color: #fff;
                            bottom: -6px;
                            left: -19px;
                            transform: rotate(-30deg);
                        }
                    }
                }
            }

            .field-list-container {
                background-color: #070f2655;
                border-radius: 20px;
                padding: 20px 10px 40px;
                text-align: center;
                display: block;
                cursor: pointer;
                text-decoration: none;

                &:hover {
                    .c-head-mid-text {
                        text-decoration: underline;
                    }
                }

                ul {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 12px;
                    justify-content: center;
                    padding: 0;

                    li {
                        border: 1px solid #fff;
                        border-radius: 6px;
                        text-align: center;
                        min-width: 140px;
                        width: 15%;
                    }
                }
            }

            .p-panel {
                background-color: #fff;
                border-radius: 20px;
                display: flex;
                align-items: center;
                padding: 20px;

                &> * {
                    width: auto;
                }

                .p-block__link {
                    margin: auto;

                    .c-btn-text-arrow {
                        font-size: clamp(16px, 5vw, 32px);
                    }
                }

                .p-panel__img {
                    width: 25vw;
                    height: auto;

                    img {
                        object-fit: cover;
                    }
                }

                .c-panel-text {
                    /*margin: auto;*/
                    padding-left: 12px;
                    flex: 1;
                }
            }
        }
    }

    .c-body-top-fromedia {
        position: relative;
        background-color: #838b9b !important;

        &::after {
            content: 'FROMEDIA';
            position: absolute;
            top: 10px;
            right: 16px;
            color: #767e8f;
            font-family: 'Roboto', sans-serif;
            font-size: var(--bg-font-size-sp);
            font-weight: bold;
            line-height: .85;
            opacity: .3;
            text-align: right;
            white-space: pre;
        }

        .c-body-top-fromedia-inner {
            padding-bottom: 220px;
            margin-bottom: -80px;

            .c-head-title,
            .c-head-text {
                color: #fff;
            }

            .c-fromedia-btn {
                background-color: #000;
                position: relative;
                z-index: 1;
            }

            .p-panel {
                border-radius: 20px 0;
                overflow: hidden;
                background: #e9eef5;

                .p-panel__img {
                    border-radius: 0 0 50px 0;
                    overflow: hidden;
                }
        
                .p-panel__body {
                    background: #e9eef5;
                    color: #070f26;

                    p {
                        font-size: clamp(18px, 5vw, 36px);
                    }

                    a .c-btn-text-arrow {
                        font-size: 18px;
                    }
                }
            }
        }
    }

    .c-body-top-solution {
        position: relative;
        background: #838B9B;
        background: linear-gradient(150deg, rgba(131, 139, 155, 1) 0%, rgba(131, 139, 155, 1) 85%, rgba(213, 224, 236, 1) 85%, rgba(213, 224, 236, 1) 100%) !important;

        .c-body-top-solution-inner {
            position: relative;
            border-radius: 60px 0;
            overflow: hidden;

            &::before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                background-image: url('/img/c-body-top-bg-solution-sp.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

            &::after {
                content: 'SOLUTION';
                position: absolute;
                top: 10px;
                right: 16px;
                color: #fff;
                font-family: 'Roboto', sans-serif;
                font-size: var(--bg-font-size-sp);
                font-weight: bold;
                line-height: .85;
                opacity: .3;
                text-align: right;
                white-space: pre;
            }

            .c-head-title {
                color: #070f26;
                font-size: clamp(32px, 10vw, 50px);
            }

            .c-solution-btn {
                background-color: #000;
                position: relative;
                z-index: 1;
            }

            .p-panel {
                border-radius: 20px 0;
                overflow: hidden;
                background: #070f26;

                .p-panel__img {
                    border-radius: 0 0 50px 0;
                    overflow: hidden;
                }
        
                .p-panel__body {
                    background: #070f26;
                    color: #fff;

                    .p-panel__title {
                        color: #fff;
                        font-size: clamp(18px, 6vw, 34px);

                        & ~ p {
                            color: #fff;
                            font-size: clamp(16px, 7vw, 20px);
                        }
                    }

                    a .c-btn-text-arrow {
                        font-size: 18px;
                    }
                }

                &:hover {
                    .p-panel__body .p-block__link a .c-btn-text-arrow {
                        color: #0072bc !important;

                        &::after {
                            background: url('/assets/images/icon/future-blue/arrow_right.svg') no-repeat;
                            background-size: contain;
                        }
                    }
                }
            }
        }
    }

    .c-body-top-company {
        position: relative;
        background-color: rgba(213, 224, 236, 1) !important;
        /* background: rgba(100, 152, 184, 1); */
        /* background: linear-gradient(130deg, rgba(100, 152, 184, 1) 0%, rgba(100, 152, 184, 1) 100%); */

        &::after {
            content: 'ABOUT\AUS';
            position: absolute;
            top: 10px;
            right: 16px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            font-size: var(--bg-font-size-sp);
            font-weight: bold;
            line-height: .85;
            opacity: .3;
            text-align: right;
            /*white-space: pre;*/
        }

        .c-body-top-company-inner {
            position: relative;
            z-index: 1;

            .c-company-btn {
                background-color: #000;
                position: relative;
                z-index: 1;
            }

            .p-panel-bg-img {
                border-radius: 20px;
                overflow: hidden;

                .c-head-sm {
                    font-size: 32px;
                    margin-bottom: 64px;
                }

                a .c-btn-text-arrow {
                    font-size: 18px;
                }
            }
        }
    }

    .c-body-top-employ {
        position: relative;
        background: #E9F1F6;
        background: linear-gradient(130deg, rgba(233, 241, 246, 1) 0%, rgba(219, 232, 240, 1) 100%) !important;

        &::after {
            content: 'RECRUIT';
            position: absolute;
            top: 10px;
            right: 16px;
            color: #0072bc;
            font-family: 'Roboto', sans-serif;
            font-size: var(--bg-font-size-sp);
            font-weight: bold;
            line-height: .85;
            opacity: .1;
            text-align: right;
            white-space: pre;
        }

        .c-body-top-employ-inner {
            position: relative;
            z-index: 1;

            .c-employ-btn {
                background-color: #000;
                position: relative;
                z-index: 1;
            }

            .p-panel-bg-img {
                border-radius: 20px;
                overflow: hidden;

                .c-head-sm {
                    font-size: 32px;
                    margin-bottom: 64px;
                }

                a .c-btn-text-arrow {
                    font-size: 18px;
                }
            }
        }
    }

    .c-body-top-contact {
        background: #005d96;
        border-bottom-right-radius: 150px;
        height: 300px;
        position: relative;
        overflow: hidden;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            background-image: url('/img/c-body-top-bg-contact-sp.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .c-body-top-contact-inner {
            height: 100%;

            h2, p, a {
                color: #fff;
            }
        }
    }
}


/* for PC */
@media screen and (min-width: 768px) {
    .c-body-top {
        .c-head-title {
            font-size: 50px;
        }
        .c-head-text {
            font-size: 18px;
        }

        .p-mainvisual {
            .swiper {
                &.swiper-initialized {
                    background-image: none;
                    border-radius: 150px 0;
                }

                .p-mainvisual__inner {
                    .c-kv-title,
                    .c-kv-subtitle {
                        width: 50%;
                        height: auto;
                    }

                    .c-kv-title {
                        font-size: clamp(3.2rem,calc(3.2rem + .625vw),5.6rem);
                    }
                }

                .swiper-pagination-box {
                    margin: 0;
                }
            }
        }

        .c-body-top-news {
            .c-body-top-news-inner {
                padding: 60px 0 0 7vw;

                .c-body-top-news-content {
                    border-radius: 150px 0;
                    padding: 60px 100px 70px;

                    &::after {
                        font-size: var(--bg-font-size);
                        right: 40px;
                    }
                }
            }
        }

        .c-body-top-field {
            &::before {
                background-image: url('/img/c-body-top-bg-field.png');
            }

            &::after {
                font-size: var(--bg-font-size);
                  top: 40px;
                  right: 40px;
            }

            .c-body-top-field-inner {
                padding-top: 200px;

                .field-list-container {
                    border-radius: 150px;
                    padding: 20px 40px 40px;

                    ul {
                        padding: 0 20px;
                    }
                }

                .c-head-mid-text {
                    font-size: 26px;
                    line-height: 1.7;
                    white-space: nowrap;
                }

                .p-panel {
                    padding: 40px;

                    .p-panel__img {
                        width: 11vw;
                        max-width: 220px;
                        height: auto;

                        img {
                            object-fit: cover;
                        }
                    }
                    
                    .p-block__link {
                        .c-btn-text-arrow {
                            font-size: 20px;
                        }
                    }
                    
                    .c-panel-text {
                        flex: initial;
                    }
                }
            }
        }

        .c-body-top-solution {
            .c-body-top-solution-inner {
                border-radius: 150px 0;

                &::before {
                    background-image: url('/img/c-body-top-bg-solution.png');
                }
                
                &::after {
                    font-size: var(--bg-font-size);
                    top: 40px;
                    right: 40px;
                }

                .p-panel {
                    .p-panel__body {
                        .p-panel__title {
                            font-size: 18px;

                            & ~ p {
                                font-size: 16px;
                            }
                        }

                        a .c-btn-text-arrow {
                            font-size: 16px;
                        }
                    }
                }
            }
        }

        .c-body-top-fromedia {
            &::after {
                font-size: var(--bg-font-size);
                top: 40px;
                right: 40px;
            }

            .c-body-top-fromedia-inner {
                .p-panel {
                    .p-panel__body {
                        p {
                            font-size: 18px;
                        }

                        a .c-btn-text-arrow {
                            font-size: 16px;
                        }
                    }
                }
            }
        }

        .c-body-top-company {
            &::after {
                font-size: var(--bg-font-size);
                top: 40px;
                right: 40px;
            }

            .c-body-top-company-inner {
                .p-panel-bg-img {
                    a .c-btn-text-arrow {
                        font-size: 16px;
                    }
                }
            }
        }

        .c-body-top-employ {
            &::after {
                font-size: var(--bg-font-size);
                top: 40px;
                right: 40px;
            }

            .c-body-top-employ-inner {
                .p-panel-bg-img {
                    a .c-btn-text-arrow {
                        font-size: 16px;
                    }
                }
            }
        }

        .c-body-top-contact {
            height: 400px;

            &::before {
                background-image: url('/img/c-body-top-bg-contact.png');
            }
        }
    }
}

/* kvボタン色 SPのみ */
@media screen and (max-width: 767px) {
    .c-body-top {
        .u-bg-smart-navy-sp {
            background-color: #070f26 !important;
        }

        .p-mainvisual {
            .swiper .p-mainvisual__inner {
                padding: 20px;
            }

            .c-btn-important-arrow {
                &.anchor-link-yellow-sp {
                    background: #ffc400;
                    color: #070f26;
                    transition: all .3s;

                    .c-btn-important-arrow:hover {
                        background: #fff;
                        text-decoration: none;
                    }

                    &::after {
                        background: url('/assets/images/icon/smart-navy/arrow_right.svg') no-repeat;
                    }

                    &:hover {
                        background-color: #fff;

                        &::after {
                            top: 3px;
                        }
                    }
                }
            }
        }
    }
}

/* （PC）field 調整 */
@media screen and (min-width: 768px) and (max-width: 1210px) {
    .c-body-top {
        .c-body-top-field {
            .c-body-top-field-inner {
                .field-list-container {
                    ul {
                        li {
                            width: 30%;
                        }
                    }
                }
            }
        }
    }
}

/* （PC）field 分野画像部分 調整 */
@media screen and (min-width: 1167px) and (max-width: 1333px) {
    .c-body-top {
        .c-body-top-field {
            .c-body-top-field-inner {
                .field-circle-container {
                    .c-circle-lead-text-1 {
                        transform: translateX(54%) translateY(-68%);

                        .inner {
                            &:before {
                                width: 28px;
                                bottom: -8px;
                                left: -27px;
                            }
                        }
                    }

                    .c-circle-lead-text-2 {
                        transform: translateX(-166%) translateY(-152%);
                    }

                    .c-circle-lead-text-3 {
                        transform: translateX(80%) translateY(-162%);

                         .inner {
                            &:before {
                                width: 22px;
                                bottom: -9px;
                                left: -20px;
                                transform: rotate(-45deg);
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 1166px) {
    .c-body-top {
        .c-body-top-field {
            .c-body-top-field-inner {
                .field-circle-container {
                    height: 540px;

                    .c-circle-img-wrap {
                        width: 320px;
                        height: 320px;
                    }

                    .c-circle-lead-text {
                        font-size: 16px;

                        .inner {
                            .lead-text-br {
                                display: block;
                            }
                        }
                    }

                    .c-circle-lead-text-1 {
                        transform: translateX(53%) translateY(-70%);

                        .inner {
                            padding: 0 0 10px 10px;

                            &:before {
                                width: 22px;
                                bottom: -7px;
                                left: -23px;
                            }
                        }
                    }

                    .c-circle-lead-text-2 {
                        transform: translateX(-195%) translateY(-134%);
                    }

                    .c-circle-lead-text-3 {
                        transform: translateX(84%) translateY(-139%);

                        .inner {
                            padding: 0 0 10px 10px;

                            &:before {
                                width: 14px;
                                bottom: -7px;
                                left: -12px;
                                transform: rotate(-55deg);
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .c-body-top {
        .c-body-top-field {
            .c-body-top-field-inner {
                .field-circle-container {
                    .c-circle-lead-text-1,
                    .c-circle-lead-text-2,
                    .c-circle-lead-text-3 {
                        display: none;
                    }

                    .c-circle-img-wrap {
                        width: 48vw;
                        height: 48vw;

                        .c-circle-img-wrap-text {
                            margin-top: 50%;

                            h2 {
                                font-size: clamp(14px, 5vw, 30px);
                            }

                            .c-btn-text-arrow {
                                font-size: clamp(14px, 4vw, 28px);
                            }
                        }
                    }

                    .c-circle-img-wrap-1 {
                        top: 50%;
                        transform: translateX(-50%) translateY(-84.5%);

                        .c-circle-img-wrap-text {
                            margin-top: 40%;
                        }
                    }

                    .c-circle-img-wrap-2 {
                        bottom: 50%;
                        transform: translateX(-89.5%) translateY(84.2%);

                        .c-circle-img-wrap-text {
                            margin-top: 50%;
                        }
                    }

                    .c-circle-img-wrap-3 {
                        bottom: 50%;
                        transform: translateX(-10.5%) translateY(84.2%);

                        .c-circle-img-wrap-text {
                            margin-top: 50%;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 450px) {
    .c-body-top {
        .c-body-top-field {
            .c-body-top-field-inner {
                .field-circle-container {
                    height: 380px;
                }
            }
        }
    }
}

/* パネルの高さ調整 */
@media (min-width: 768px) and (max-width: 1023px) {
    .c-body-top .p-panel-bg-img.is-medium .p-panel-bg-img__img {
        height: 42vw !important;
    }
}
.c-body-top .p-panel-bg-img.is-medium .p-panel-bg-img__img {
    height: 450px;
}

.swiper-slide .c-mask-img img {
    vertical-align: bottom;
}

/* カルーセル画像にはフィルターかけない */
.c-body-top .swiper-slide .c-mask-img::after {
    opacity: 0 !important;
}

@media (min-width: 768px) {
    .progressbar {
        background: #cdcfd4 !important;
    }
    .swiper-slide-thumb-active .progressbar::before {
        background-color: #070f26 !important;
    }
}

/* TOPページだけフッターのボーダートップ消す */
.c-body-top .l-footer__upper {
    border-top: none;
}

/* ページ内スクロール位置調整 */
html {
    scroll-padding-top: 220px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    html {
        scroll-padding-top: 150px;
    }
}
@media screen and (max-width: 767px) {
    html {
        scroll-padding-top: 200px;
    }
}
@media screen and (max-width: 767px) {
    .c-body-top-company h3.c-head-md {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .c-body-top-company h3.c-head-md {
        margin-bottom: 60px;
        font-size: 2.8rem !important;
    } 
}

/* header 下線打ち消し */
@media screen and (min-width: 991px) and (max-width: 1249px) {
    .c-body-top {
        .l-header-ed23__block {
            border-bottom-width: 0;
        }
    }
}
@media screen and (max-width: 990px) {
    .c-body-top {
        .l-header-ed23__sub-logo {
            border-bottom-width: 0;
        }
    }
}

/* コンテンツ幅 */
@media screen and (min-width: 1440px) {
    .c-body-top {
        .u-content-size {
            padding: 0;
            max-width: 1200px;
            margin: 0 auto;
        }
    }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
    .c-body-top {
        .u-content-size-second {
            position: relative;
            left: 0;
        }
    }
}
@media screen and (min-width: 1700px) {
    .c-body-top {
        .u-content-size-second {
            position: relative;
            left: -3.5vw;
        }
    }
}
