@charset "UTF-8";

/* common style */
.m-sec-bg,
.m-box01 {
    background: #E7EEFA;
}

.svc-header__cont,
.m-lb02,
.m-lb02__ja,
.color-svc {
    color: #185BCC;
}

.color-svc2 {
    color: #004189;
}

.m-lb02__en::after {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(21%, #E0E0E0), to(#185BCC));
    background: linear-gradient(to right, #FFF 0%, #E0E0E0 21%, #185BCC 100%);
}

.svc-nav__item {
    border-color: #185BCC;
}

.svc-nav__arrow {
    background: linear-gradient(135deg, #FFF, #E7EEFA);
}

.m-link02 {
    background: #fff;
}

a:hover .m-link02,
.m-link02:hover {
    background: #0e2f69;
    color: #FFF;
}

.m-link02__icon {
    background: #185BCC;
}

/* AIO Server Section */
.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
}

.features-list__item {
    width: 49.09%;
    border-radius: 20px;
    border: solid 2px #D6D6D6;
    background: #fff;
}

.features-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 12px;
    margin: -2px;
    border-radius: 20px 20px 0 0;
    background: #185BCC;
    color: #fff;
}

.features-list__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
}

.features-list__ttl {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.features-list__cont {
    padding: 23px;
}

.features-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Solution Section */
.aio-solution__cont {
    position: relative;
}

.aio-solution__img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -10px;
}

.solution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 110px 0;
}

.solution-list__item {
    width: 36.36%;
    padding: 50px 35px 65px;
    border-radius: 20px;
    background: #fff;
}

.solution-list__ttl {
    margin-bottom: 25px;
    color: #185BCC;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.solution-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Cost Savings Section */
.css-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.css-list__item {
    width: 205px;
    height: 205px;
    padding: 8px;
    border-radius: 50%;
    border: solid 1px #185BCC;
}

.css-list__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF, #E7EEFA);
}

.css-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 70px;
    height: 60px;
}

.css-list__icon.is-pos-btm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.css-list__ttl {
    margin: 0;
    color: #185BCC;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.412;
    text-align: center;
}

/* Business Support Section */
.support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.support-list__item {
    width: 31.82%;
    padding: 22px 25px 60px;
    border-radius: 10px;
    background: #E7EEFA;
}

.support-list__img {
    margin-bottom: 10px;
    text-align: center;
}

.support-list__ttl {
    margin-bottom: 12px;
    color: #185BCC;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.654;
}

.support-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Advanced Technologies Section */
.aio-adv-tec__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.aio-adv-tec__l {
    width: 43.9%;
}

.aio-adv-tec__img img {
    border-radius: 20px;
}

.aio-adv-tec__r {
    width: 52.45%;
}

.point-list {
    margin-top: -5px;
}

.point-list__item {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: solid 1px #B4B4B4;
}

.point-list__item:last-child {
    margin-bottom: 0;
}

.point-list__ttl {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
}

.point-list__ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .4em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #185BCC;
}

.point-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

.aio-adv-tec__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    padding: 30px 35px;
    margin: 40px auto 20px;
    border-radius: 20px;
    background: #F4F4F4;
    font-size: .875em;
    letter-spacing: normal;
    line-height: 1.943;
}

.aio-adv-tec__note__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
}

.aio-adv-tec__note__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.bnr-cv {
    margin-top: 85px;
    overflow: hidden;
}

.bnr-cv a {
    color: inherit;
    text-decoration: none;
}

.bnr-cv a:hover {
    opacity: 1;
}

.bnr-cv__inner {
    display: block;
    position: relative;
    padding: 85px 540px 85px 100px;
    border-radius: 10px;
    background: url("../image/aio/bg_cv.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.bnr-cv__ttl {
    margin-bottom: 15px;
    color: #185BCC;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 1.667;
}

.bnr-cv__txt {
    margin-bottom: 25px;
    line-height: 2.063;
}

.bnr-cv__img {
    position: absolute;
    right: 50px;
    top: -26.5px;
    bottom: -26.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 523px;
    height: 523px;
    padding-top: 30px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
}

/* Plan Section */
.aio-plan__lead {
    color: #185BCC;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 1.667;
}

.aio-plan__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.price-box {
    width: 49.09%;
    border-radius: 20px;
    border: solid 2px #D6D6D6;
    background: #fff;
    text-align: center;
}

.price-box__header {
    padding: 15px;
    margin: -2px;
    border-radius: 20px 20px 0 0;
}

.price-box:first-child .price-box__header {
    background: #185BCC;
    color: #fff;
}

.price-box:last-child .price-box__header {
    background: #004189;
    color: #fff;
}

.price-box__ttl {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.293;
}

.price-box__cont {
    padding: 25px 20px 40px;
    text-align: center;
}

.price-box:first-child .price-box__cont {
    color: #185BCC;
}

.price-box:last-child .price-box__cont {
    color: #004189;
}

.price-box__name {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .07em;
}

.aio-plan__link {
    margin-bottom: 80px;
    text-align: center;
}

/* Plan Child Section */
.aio-plan-child {
    padding: 90px 70px 80px;
    border-radius: 50px;
}

.aio-plan-child .m-lb02__en::after {
    display: none;
}

.aio-plan-01 {
    background: #185BCC;
    color: #fff;
}

.aio-plan-01 .m-lb02,
.aio-plan-01 .m-lb02__ja {
    color: #fff;
}

.aio-plan-02 {
    background: #004189;
    color: #fff;
}

.aio-plan-02 .m-lb02,
.aio-plan-02 .m-lb02__ja {
    color: #fff;
}

.aio-plan-03 {
    background: #F8FBFF;
    color: #333;
}

.aio-plan-03 .m-lb02,
.aio-plan-03 .m-lb02__ja {
    color: #333;
}

.aio-plan-child__price {
    margin: 10px 0;
}

.svc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.svc-list__item {
    padding: 46px 32px 62px;
    border-radius: 20px;
    background: #fff;
    color: #333;
}

.svc-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.svc-list__icon {
    position: relative;
    height: 40px;
}

.svc-list__item.item-02 .svc-list__icon,
.svc-list__item.item-03 .svc-list__icon {
    top: -3px;
}

.svc-list__item.item-04 .svc-list__icon {
    top: -8px;
}

.svc-list__ttl {
    margin: 0;
    color: #185BCC;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .04em;
}

.svc-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Comparison Section */
.comp-table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #CECDE2;
    font-size: 18px;
    letter-spacing: .115em;
    line-height: 1.444;
}

.comp-table .bg-gray { background: #6D7888; color: #fff; }
.comp-table .bg-lgray { background: #7F8DA2; color: #fff; }
.comp-table .bg-blue { background: #185BCC; color: #fff; }
.comp-table .bg-navy { background: #004189; color: #fff; }
.comp-table .bg-dnavy { background: #00234A; color: #fff; }
.comp-table .bg-mlblue { background: #F9FBFF; color: #185BCC; }
.comp-table .bg-lblue { background: #E7EEFA; color: #004189; }
.comp-table .bg-lnavy { background: #C1D1EB; color: #004189; }

.comp-table .small { font-size: .833em; letter-spacing: .065em; }

.comp-table th,
.comp-table td {
    vertical-align: middle;
    width: 16.66%;
    height: 55px;
    padding: 5px;
    border-right: 1px solid #CECDE2;
    text-align: center;
}

.comp-table th:last-child,
.comp-table td:last-child {
    border-right: none;
}

.comp-table thead tr:first-child th,
.comp-table thead tr:first-child td {
    height: 114px;
}

.comp-table th {
    background: #F8F8F8;
}

.comp-table th:not(.fw-b) {
    font-weight: 500;
}

/* Faq Section */
.faq-list__item {
    padding: 5px 15px 10px;
    border-radius: 20px;
    background: #fff;
}

.faq-list__item + .faq-list__item {
    margin-top: 20px;
}

.faq-list__q {
    position: relative;
    padding: 20px 50px 20px 20px;
    margin: 0;
    color: #185BCC;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .04em;
}

.faq-list__icon {
    display: block;
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.is-active .faq-list__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.faq-list__icon::before,
.faq-list__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    border-top: solid 2px #2B67CE;
}

.faq-list__icon::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.is-active .faq-list__icon::before {
    opacity: 0;
}

.faq-list__icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__a {
    display: none;
    padding: 3px 20px 25px;
    letter-spacing: normal;
    line-height: 1.7;
}


@media screen and (max-width: 899px) {

    /* AIO Server Section */
    .features-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px 0;
    }

    .features-list__item {
        width: 100%;
        border-radius: 12px;
        border-width: 1px;
    }

    .features-list__header {
        padding: 8px;
        margin: -1px;
        border-radius: 12px 12px 0 0;
    }

    .features-list__icon {
        width: 28px;
        height: 28px;
    }

    .features-list__icon img {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }

    .features-list__ttl {
        font-size: 20px;
    }

    .features-list__cont {
        padding: 15px;
    }

    /* Solution Section */
    .aio-solution__img {
        position: static;
        -webkit-transform: none;
                transform: none;
        width: 80%;
        margin: -10px auto 30px;
        text-align: center;
    }

    .solution-list {
        gap: 25px 0;
    }

    .solution-list__item {
        width: 100%;
        padding: 36px 7% 42px;
        border-radius: 12px;
    }

    .solution-list__ttl {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /* Cost Savings Section */
    .css-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .css-list__item {
        width: 154px;
        height: 154px;
        padding: 6px;
    }

    .css-list__itemInner {
        gap: 15px;
        padding-bottom: 10px;
    }

    .css-list__icon {
        width: 50px;
        height: 40px;
    }

    .css-list__icon.is-pos-btm {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .css-list__icon img {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }

    .css-list__ttl {
        font-size: 15px;
    }

    /* Business Support Section */
    .support-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 25px;
    }

    .support-list__item {
        width: 100%;
        padding: 25px 6% 35px;
        border-radius: 7px;
    }

    .support-list__img {
        margin: -25px 0 -5px;
    }

    .support-list__img img {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }

    .support-list__ttl {
        margin-bottom: 10px;
        font-size: 20px;
    }

    /* Advanced Technologies Section */
    .aio-adv-tec__cont {
        display: block;
    }

    .aio-adv-tec__l {
        width: 100%;
    }

    .aio-adv-tec__img {
        text-align: center;
    }

    .aio-adv-tec__img img {
        border-radius: 12px;
    }

    .aio-adv-tec__r {
        width: 100%;
        margin-top: 20px;
    }

    .point-list {
        margin-top: 0;
    }

    .point-list__item {
        padding-bottom: 17px;
        margin-bottom: 15px;
    }

    .point-list__ttl {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .aio-adv-tec__note {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 25px;
        padding: 20px 6%;
        margin: 30px auto 15px;
        border-radius: 12px;
    }

    .bnr-cv {
        margin-top: 45px;
    }

    .bnr-cv__inner {
        padding: 33px 8% 38px;
        border-radius: 7px;
    }

    .bnr-cv__ttl {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
    }

    .bnr-cv__txt {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 20px;
    }

    .bnr-cv__link {
        text-align: center;
    }

    .bnr-cv__img {
        position: static;
        width: min(70vw, 300px);
        height: min(70vw, 300px);
        padding-top: 0;
        margin: -10px auto 15px;
    }

    .bnr-cv__img img {
        max-width: 76%;
    }

    /* Plan Section */
    .aio-plan__lead {
        font-size: 22px;
    }

    .aio-plan__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .price-box {
        width: 100%;
        border-radius: 12px;
        border-width: 1px;
    }

    .price-box__header {
        padding: 10px;
        margin: -1px;
        border-radius: 12px 12px 0 0;
    }

    .price-box__ttl {
        font-size: 20px;
    }

    .price-box__cont {
        padding: 12px 10px 20px;
    }

    .price-box__name {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .price-box__price img {
        max-width: 88%;
    }

    .aio-plan__link {
        margin-bottom: 55px;
    }

    /* Plan Child Section */
    .aio-plan-child {
        padding: 40px 6% 35px;
        border-radius: 35px;
    }

    .aio-plan-child__price {
        margin: 5px 0;
    }

    .aio-plan-child__price img {
        max-width: 96%;
    }

    .svc-list {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .svc-list__item {
        padding: 28px 8% 38px;
        border-radius: 12px;
    }

    .svc-list__header {
        gap: 7px;
        margin-bottom: 15px;
    }

    .svc-list__icon {
        height: 30px;
        margin-right: -5px;
    }

    .svc-list__icon img {
        -webkit-transform: scale(.8);
                transform: scale(.8);
        -webkit-transform-origin: left top;
                transform-origin: left top;
    }

    .svc-list__ttl {
        font-size: 18px;
    }

    /* Comparison Section */
    .comp-table {
        width: 840px;
        font-size: 14px;
    }

    /* Faq Section */
    .faq-list__item {
        padding: 3px 5px 7px;
        border-radius: 12px;
    }

    .faq-list__item + .faq-list__item {
        margin-top: 15px;
    }

    .faq-list__q {
        padding: 13px 28px 13px 13px;
        font-size: 17px;
    }

    .faq-list__icon {
        right: 15px;
    }

    .faq-list__icon::before,
    .faq-list__icon::after {
        width: 15px;
    }

    .faq-list__a {
        padding: 0 13px 18px;
    }

}