
:root {
    --mb-fb-17: 2.2368421052632vw;
    --mb-fs-18: 2.3684210526316vw;
    --mb-fs-24: 3.1578947368421vw;
    --mb-fs-30: 3.9473684210526vw;
    --mb-fs-36: 4.7368421052632vw;
    --mb-fs-42: 5.5263157894737vw;
    --mb-fs-59: 7.7631578947368vw;
    --mb-fs-35: 4.6052631578947vw;
    --mb-lh-22: 2.8947368421053vw;
    --mb-lh-26: 3.4210526315789vw;
    --mb-lh-28: 3.6842105263158vw;
    --mb-lh-30: 3.9473684210526vw;
    --mb-lh-32: 4.2105263157895vw;
    --mb-lh-35: 4.6052631578947vw;
    --mb-lh-36: 4.7368421052632vw;
    --mb-lh-46: 6.0526315789474vw;
    --mb-lh-47: 6.1842105263158vw;
    --mb-lh-48: 6.3157894736842vw;
    --mb-lh-70: 9.2105263157895vw;
    --mb-lh-79: 10.394736842105vw;
    --mb-text-color-ff7600: #ff7600;
    --mb-text-color--000000: #000000;
    --border-5px: 0.2683843263553409vw;

}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    font-family: 'Noto Sans JP' !important;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
    background: #11C7B2;
}

p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    font-style: inherit !important;
    font-variant: inherit !important;
    text-transform: inherit !important;
    opacity: 1;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

.company-profile section {
    padding: 0% !important;
}

.company-profile .main-content {
    background: var(--bg-url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background-size: cover;
    min-height: 21.822916666667vw;
}

#home {
    overflow: hidden;
    position: relative;
    height: 21.822916666667vw;
    background: var(--bg-url);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -18.302083vw;
}

#home img {
    width: 100%;
    height: 43.24045407636739vh;
    object-fit: cover;
}

.features {
    padding-bottom: 16.197916666667vw;
}

.feature-icon {
    position: absolute;
    left: -3.125vw;
    top: -3.59375vw;
    width: 38.385416666667vw;
    height: 9.4791666666667vw;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.feature-item {
    margin-top: 9.0104166666667vw;
    margin-bottom: 7.2916666666667vw !important;
    height: fit-content;
    width: 88.645833333333vw;
}

.ft-content {
    background-color: #fff;
    border: #000 solid var(--border-5px);
    border-radius: 0.52083333333333vw;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}


.feature-item {
    position: relative;
    padding: 0;
    z-index: 1;
}

.feature-item:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 1.3020833333333vw;
    right: -1.1979166666667vw;
    background-color: #fff;
    border: #000000 solid var(--border-5px);
    border-radius: 0.52083333333333vw;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.cp-title {
    width: 54vw;
    margin-top: 5.2083333333333vw;
    padding: 0;
}

.mobile-svg-title {
    display: none;
}

.cp-table {
    margin-top: 5.5729166666667vw;
    width: 77.135416666667vw;
    padding-left: 0;
    padding-right: 0;
}

.td-left {
    border-right: solid 2px #DBDBDB;
}

.cp-border-light {
    border-top: solid 2px #DBDBDB;
    border-bottom: solid 2px #DBDBDB;
}

.cp-margin-bottom {
    margin-bottom: 7.8645833333333vw !important;
}

.cp-table td,
th {
    padding-top: 2.0833333333333vw !important;
    padding-bottom: 2.0833333333333vw !important;
    font-size: 1.25vw;
    line-height: 2.5vw;
    color: #000000;
    opacity: 1;
}

.cp-table .td-right {
    padding-left: 3.125vw;
}

.cp-table .td-right br {
    display: none;
}

.cp-table .td-left {
    padding-left: 14.0625vw;
}

.cp-top {
    width: 26.40625vw;
    height: 7.8645833333333vw;
    margin-bottom: 10.416666666667vw;
}

.cp-top-mb {
    display: none;
}

.cp-table p {
    margin-bottom: 0 !important;
}

.read-more {
    border-top: 0.26041666666667vw solid #000000;
    border-bottom: 0.26041666666667vw solid #000000;
    height: 16.666666666667vw;
}

.mr-footer {
    min-height: 4.6439628482972vh;
}

.cp-justify-content {
    justify-content: center !important;
}

.company-head-mb {
    display: none;
}

@media (max-width: 760px) {
    .company-profile .main-content {
        background: var(--mobile-bg-url);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    /* #home {
        overflow: hidden;
        position: relative;
        height: 115.52631578947vw;
        background: var(--bg-url);
        background-repeat: no-repeat;
        background-size: 204.07894736842vw 130.13157894737vw;
        background-position: center -13.289473684211vw;
    } */

    .feature-icon {
        position: absolute;
        left: -2.5vw;
        top: 7.8947368421053vw;
        width: 56.973684210526vw;
        height: 14.078947368421vw;
        z-index: 2;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

    .feature-item {
        margin-top: 15.131578947368vw;
        height: fit-content;
        width: 86.842105263158vw;
    }

    .feature-item {
        position: relative;
        padding: 0;
        z-index: 1;
    }

    .ft-content {
        padding: 0;
        background-color: #fff;
        border: #000 solid var(--border-5px);
        border-radius: 0.78125vw 0.78125vw 0.78125vw 0.78125vw;
        box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    }

    .feature-item:after {
        all: unset;
    }

    .cp-title {
        width: 62.236842105263vw;
        height: 10.789473684211vw;
        margin-top: 16.973684210526vw;
        margin-bottom: 4.6710526315789vw;
    }

    .mobile-svg-title {
        display: block;
    }

    .pc-svg-title {
        display: none;
    }

    .cp-table {
        margin-top: unset;
        width: 79.342105263158vw;
    }


    .cp-margin-bottom {
        margin-bottom: 9.2105263157895vw !important;
    }

    .cp-table td,
    th {
        text-align: left;
        vertical-align: middle;
        padding-top: 5.9210526315789vw !important;
        padding-bottom: 5.9210526315789vw !important;

        font-size: var(--mb-fs-18);
        line-height: var(--mb-lh-46);
        color: #000000;
        letter-spacing: 0px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
        opacity: 1;
    }

    .cp-table .td-right {
        padding-left: 3.6184210526316vw;
    }

    .cp-table .td-right br {
        display: block;
    }

    .cp-table .td-left {
        padding-left: 3.8157894736842vw;
    }

    .cp-top {
        width: 45vw;
        height: 13.421052631579vw;
        margin-bottom: 12.828947368421vw;
        margin-right: 3.2894736842105vw;
    }

    .cp-justify-content {
        justify-content: end !important;
    }

    .cp-top-mb {
        display: block;
    }

    .cp-top-pc {
        display: none;
    }

    .td-left {
        width: 20.789473684211vw !important;
    }

    #home {
        display: none;
    }

    .company-head-mb {
        display: inline !important;
    }
}