@charset "UTF-8";

/*--------------------------------------
  - business top page -
--------------------------------------*/

/* --- all style --- */

.u-business-top-primary {
    color: #4574C4;
}

.u-business-top-secondary {
    color: #F9D040;
}

.p-business-top .c-btn {
    background: #4574C4;
}

.p-business-top__btn {
    padding: 22px 40px;
}

.p-business-top__btn--arrow a {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 780px) {
    .p-business-top__btn--arrow a {
        gap: 15px;
    }
}

.p-business-top__btn--document a::before {
    content: "";
    display: inline-flex;
    background: url(./../img/page/business-top/all_icon_document.svg) center center /cover no-repeat;
    width: 24px;
    height: 30px;
}
@media only screen and (max-width: 780px) {
    .p-business-top__btn--document a::before {
        width: 17px;
        height: 21px;
    }
}


.p-business-top__btn--arrow a::after {
    content: "";
    display: inline-flex;
    background: url(./../img/page/business-top/all_btn_arrow_white.svg) center center /cover no-repeat;
    width: 8px;
    height: 15px;
}

@media only screen and (max-width: 780px) {
    .p-business-top__btn--arrow a::after {}
}

.p-business-top__btn {
    width: fit-content;
    background: #4574C4;
}


.p-business-top-section__ttl {
    position: relative;
    font-weight: 700;
    line-height: 1.6;
    font-size: min(48px, calc(48 / 1366 * 100vw));
    padding-bottom: min(50px, calc(50 / 1366 * 100vw));
    margin-bottom: min(50px, calc(50 / 1366 * 100vw));
    text-align: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-section__ttl {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: min(26px, calc(26 / 390 * 100vw));
    }
}

.p-business-top-section__ttl--small {
    font-size: min(32px, calc(32 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-section__ttl--small {
        font-size: min(20px, calc(20 / 390 * 100vw));
    }
}


.p-business-top-section__ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 35px;
    height: 5px;
    background: #4574C4;
}

.p-business-top-automation-flow .p-business-top-section__ttl {
    margin-bottom: min(80px, calc(80 / 1366 * 100vw));
    padding-bottom: 0;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow .p-business-top-section__ttl {
        margin-bottom: 40px;
    }
}

.p-business-top-features .p-business-top-section__ttl {
    margin-bottom: min(62px, calc(62 / 1366 * 100vw));
    padding-bottom: 0;
}

@media only screen and (max-width: 780px) {
    .p-business-top-features .p-business-top-section__ttl {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity .p-business-top-section__ttl {
        font-size: 30px;
    }
}

.p-business-top-automation-flow__inner {
    position: relative;
    z-index: 1;
}

.p-business-top-automation-flow .p-business-top-section__ttl::after {
    display: none;
}

.p-business-top-features .p-business-top-section__ttl::after {
    display: none;
}

/* --- fv section --- */

.p-business-top-fv {
    padding-top: 190px;
    background: url(./../img/page/business-top/fv_bg.svg) center center /cover no-repeat;
    min-height: 826px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv {
        padding: calc(40px + 65px) 20px 30px;
        background: url(./../img/page/business-top/fv_bg-sp.svg) center top /contain no-repeat;
        background-color: #D3E0FF;
    }

}

.p-business-top-fv__txt-area {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__txt-area {
        text-align: center;
    }
}

.p-business-top-fv__head {
    max-width: 1127px;
    display: flex;
    gap: min(60px, calc(20 / 1366 * 100vw));
    justify-content: center;
    margin: 0 auto min(80px, calc(80 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    . {}
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__head {
        gap: 0;
        flex-direction: column-reverse;
    }
}

.p-business-top-fv__read {
    font-size: min(26px, calc(26 / 1366 * 100vw));
    font-weight: 700;
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__read {
        font-size: min(25px, calc(20 / 390 * 100vw));
    }
}

@media only screen and (max-width: 390px) {
    .p-business-top-fv__read {
        font-size: 16px;
    }
}

.p-business-top-fv__ttl {
    margin-bottom: 25px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__ttl {
        margin-bottom: calc(20 / 390 * 100vw);
    }
}

.p-business-top-fv__ttl span {
    display: block;
    font-size: min(40px, calc(40 / 1366 * 100vw));
    font-weight: 700;
    color: #192657;
    margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__ttl span {
        font-size: min(30px, calc(25 / 390 * 100vw));
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 390px) {
    .p-business-top-fv__ttl span {
        font-size: 21px;
    }
}

.p-business-top-fv__ttl img {
    width: min(270px, calc(270 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__ttl img {
        width: min(320px, calc(220 / 390 * 100vw));
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv .p-business-top__btn {
        margin: 0 auto;
        padding: 22px 25px;
        font-size: 18px;
    }
}


.p-business-top-fv__pic-area {
    position: relative;
    width: min(548px, calc(548 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__pic-area {
        width: min(400px, calc(300 / 390 * 100vw));
        margin: 0 auto;
    }
}

.p-business-top-fv__pic-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: min(630px, calc(630 / 1366 * 100vw));
}

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

    .p-business-top-fv__pic-area picture,
    .p-business-top-fv__pic-area img {
        position: static;
        width: 100%;
    }
}

.p-business-top-fv__list {
    display: flex;
    gap: min(30px, calc(30 / 1366 * 100vw));
    margin: 0 auto;
    justify-content: center;
}

@media only screen and (max-width: 1279px) {
    .p-business-top-fv__list {
        margin-inline: 20px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__list {
        margin-inline: 0;
        flex-direction: column;
        gap: 10px;
    }
}

.p-business-top-fv__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 390px;
    height: 130px;
    background: #fff;
    border-radius: 10px;
    padding-inline: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

@media only screen and (max-width: 1279px) {
    .p-business-top-fv__item {
        font-size: 18px;
        padding-inline: min(30px, calc(30 / 1366 * 100vw));
    }
}

@media only screen and (max-width: 1023px) {
    .p-business-top-fv__item {
        font-size: 16px;
        width: 230px;
        flex-direction: column-reverse;
        gap: 10px;
        justify-content: center;
        padding: 20px;
        height: auto;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__item {
        font-size: min(20px, calc(19 / 390 * 100vw));
        width: 100%;
        height: 130px;
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        padding: 0 calc(25 / 390 * 100vw);
    }
}

@media only screen and (max-width: 1023px) {
    .p-business-top-fv__item-img {
        height: 112px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.p-business-top-fv__item-img--01 {
    width: 135px;
}

.p-business-top-fv__item-img--02 {
    width: 103px;
}

.p-business-top-fv__item-img--03 {
    width: 144px;
}

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

    .p-business-top-fv__item-img--01,
    .p-business-top-fv__item-img--02,
    .p-business-top-fv__item-img--03 {
        zoom: .8;
    }
}

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

    .p-business-top-fv__item-img--01,
    .p-business-top-fv__item-img--02,
    .p-business-top-fv__item-img--03 {
        zoom: 1;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-fv__item-img--01 {
        width: 135px;
    }

    .p-business-top-fv__item-img--02 {
        width: 104px;
    }

    .p-business-top-fv__item-img--03 {
        width: 134px;
    }
}

@media only screen and (max-width: 390px) {
    .p-business-top-fv__item-img--01 {
        width: calc(135 / 390 * 100vw);
    }

    .p-business-top-fv__item-img--02 {
        width: calc(104 / 390 * 100vw);
    }

    .p-business-top-fv__item-img--03 {
        width: calc(134 / 390 * 100vw);
    }
}

/* --- about section --- */

.p-business-top-about {
    padding-block: min(120px, calc(120 / 1366 * 100vw));
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .p-business-top-about {
        margin-inline: 40px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-about {
        padding-block: 60px 44px;
        margin-inline: 20px;
    }
}

.p-business-top-about__txt {
    margin-bottom: min(55px, calc(55 / 1366 * 100vw));
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 780px) {
    .p-business-top-about__txt {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px;
    }
}

.p-business-top-about__pic {
    display: block;
    max-width: 982px;
    margin: 0 auto;
}

.p-business-top-about__img {
    width: 100%;
}

/* --- automation-flow section --- */

.p-business-top-automation-flow {
    overflow: hidden;
    position: relative;
    background: #E9EFFF;
    padding-block: min(120px, calc(120 / 1366 * 100vw));
}

@media only screen and (max-width: 1279px) {
    .p-business-top-automation-flow {
        padding-inline: 40px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow {
        padding-inline: 20px;
    }
}

/* bg */
.p-business-top-automation-flow::before {
    content: "";
    display: block;
    width: 553px;
    height: 641px;
    background-image: url(./../img/general/U.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-34%, -10%);
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-automation-flow::before {
        transform: translate(-64%, -70%);
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow::before {
        width: calc(163 / 390 * 100vw);
        height: calc(189 / 390 * 100vw);
        transform: translate(-64%, -70%);
    }
}

.p-business-top-automation-flow::after {
    content: "";
    display: block;
    width: 553px;
    height: 641px;
    background-image: url(./../img/general/U.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(35%, -40%);
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-automation-flow::after {
        top: unset;
        bottom: 0;
        transform: translate(56%, -40%);
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow::after {
        width: calc(163 / 390 * 100vw);
        height: calc(189 / 390 * 100vw);
        transform: translate(50%, -270%);
    }
}

.p-business-top-automation-flow__points {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__points {
        gap: 20px;
    }
}

.p-business-top-automation-flow__point {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 30px;
    border: 3px solid #4574C4;
    padding: 50px;
    background: #fff;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point {
        padding: 40px 30px 30px;
    }
}

.p-business-top-automation-flow__point-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: min(50px, calc(50 / 1366 * 100vw));
}

@media only screen and (max-width: 1023px) {
    .p-business-top-automation-flow__point-inner {
        align-items: start;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point-inner {
        gap: 26px;
        flex-direction: column;
    }
}

.p-business-top-automation-flow__point-inner::before {
    content: "";
    display: inline-flex;
    width: min(350px, calc(350 / 1366 * 100vw));
    height: min(250px, calc(250 / 1366 * 100vw));
    background: url(./../img/page/business-top/automation-flow_pic_01.jpg) center center /cover no-repeat;
    border-radius: 20px;
    flex: 0 0 auto;
    margin: 20px 0 0 20px;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-automation-flow__point-inner::before {
        width: 220px;
        height: 157px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point-inner::before {
        width: 100%;
        height: calc(207 / 390 * 100vw);
        margin: 0;
    }
}

.p-business-top-automation-flow__point-inner--01::before {
    background: url(./../img/page/business-top/automation-flow_pic_01.jpg) center center /cover no-repeat;
}

.p-business-top-automation-flow__point-inner--02::before {
    background: url(./../img/page/business-top/automation-flow_pic_02.jpg) center center /cover no-repeat;
}

.p-business-top-automation-flow__point-inner--03::before {
    background: url(./../img/page/business-top/automation-flow_pic_03.jpg) center center /cover no-repeat;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point-inner--01::before {
        background: url(./../img/page/business-top/automation-flow_pic_01-sp.jpg) center center /cover no-repeat;
    }

    .p-business-top-automation-flow__point-inner--02::before {
        background: url(./../img/page/business-top/automation-flow_pic_02-sp.jpg) center center /cover no-repeat;
    }

    .p-business-top-automation-flow__point-inner--03::before {
        background: url(./../img/page/business-top/automation-flow_pic_03-sp.jpg) center center /cover no-repeat;
    }
}

.p-business-top-automation-flow__point-number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #4574C4;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point-number {
        top: -10px;
        left: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.p-business-top-automation-flow__point-txt-wrap h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #2C419A;
    font-weight: 700;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-automation-flow__point-txt-wrap h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.p-business-top-automation-flow__point-txt-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

@media only screen and (max-width: 780px) {
    .p-business-top-automation-flow__point-txt-wrap p {
        line-height: 1.6;
    }
}

/* --- productivity section --- */

.p-business-top-productivity {
    padding-block: min(120px, calc(120 / 1366 * 100vw));
    margin-inline: 40px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity {
        margin-inline: 20px;
    }
}

.p-business-top-productivity__points {
    display: flex;
    gap: min(20px, calc(20 / 1366 * 100vw));
    margin: 0 auto 58px;
    justify-content: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__points {
        flex-direction: column;
        gap: 10px;
        margin: 0 25px 46px;
    }
}

.p-business-top-productivity__point {
    background: #E3EBFF;
    border-radius: 20px;
    width: min(320px, calc(320 / 1366 * 100vw));
    height: min(259px, calc(259 / 1366 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__point {
        width: 100%;
        height: 150px;
        border-radius: 15px;
    }
}

.p-business-top-productivity__point-txt {
    color: #192657;
    font-size: min(26px, calc(30 / 1366 * 100vw));
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(30px, calc(30 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__point-txt {
        font-size: min(20px, calc(20 / 390 * 100vw));
        gap: 15px;
    }
}

.p-business-top-productivity__point-txt::before {
    content: "";
    display: inline-flex;
    height: min(100px, calc(100 / 1366 * 100vw));
}

.p-business-top-productivity__point-txt--01::before {
    background: url(./../img/page/business-top/productivity_icon_01.svg) center center /cover no-repeat;
    width: min(123px, calc(123 / 1366 * 100vw));
}

.p-business-top-productivity__point-txt--02::before {
    background: url(./../img/page/business-top/productivity_icon_02.svg) center center /cover no-repeat;
    width: min(95px, calc(95 / 1366 * 100vw));
}

.p-business-top-productivity__point-txt--03::before {
    background: url(./../img/page/business-top/productivity_icon_03.svg) center center /cover no-repeat;
    width: min(110px, calc(110 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__point-txt::before {
        content: "";
        display: inline-flex;
        height: 70px;
    }

    .p-business-top-productivity__point-txt--01::before {
        background: url(./../img/page/business-top/productivity_icon_01.svg) center center /cover no-repeat;
        width: 87px;
    }

    .p-business-top-productivity__point-txt--02::before {
        background: url(./../img/page/business-top/productivity_icon_02.svg) center center /cover no-repeat;
        width: 66px;
    }

    .p-business-top-productivity__point-txt--03::before {
        background: url(./../img/page/business-top/productivity_icon_03.svg) center center /cover no-repeat;
        width: 96px;
    }
}

.p-business-top-productivity__txt {
    font-weight: 700;
    line-height: 1.7;
    color: #192657;
    text-align: center;
    font-size: min(40px, calc(42 / 1366 * 100vw));
    margin-bottom: 50px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__txt {
        font-size: min(20px, calc(20 / 390 * 100vw));
        margin-bottom: 20px;
    }
}

.p-business-top-productivity__txt--small {
    font-size: min(32px, calc(34 / 1366 * 100vw));
    display: block;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__txt--small {
        font-size: min(18px, calc(18 / 390 * 100vw));
    }
}

.p-business-top-productivity__contents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 980px;
    margin: 0 auto;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__contents {
        gap: 20px;
    }
}

.p-business-top-productivity__content {
    overflow: hidden;
    border-radius: 20px;
    background: #F2F3F5;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content {
        border-radius: 10px;
    }
}

.p-business-top-productivity__content-head {
    display: flex;
    color: #fff;
    font-weight: 700;
    height: 81px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-head {
        height: 70px;
    }
}

.p-business-top-productivity__content-number {
    font-size: 26px;
    background: #4574C4;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-number {
        width: 70px;
    }
}


.p-business-top-productivity__content-ttl {
    font-size: 28px;
    background: #192657;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-productivity__content-ttl {
        font-size: 24px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-ttl {
        flex-direction: row;
        font-size: 20px;
        padding-inline: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .p-business-top-productivity__content-ttl {
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
}

.p-business-top-productivity__content-body {
    display: flex;
    gap: 20px;
    padding: 20px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-body {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }
}

.p-business-top-productivity__content-body-inner {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-body-inner {
        border-radius: 10px;
        padding: 25px 20px;
    }
}

.p-business-top-productivity__content-body-inner p {
    font-weight: 700;
    font-size: min(26px, calc(38 / 1366 * 100vw));
    color: #192657;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-productivity__content-body-inner p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-productivity__content-body-inner p {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

/* --- cases section --- */

.p-business-top-cases {
    background: #E9EFFF;
    padding-block: min(120px, calc(120 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-cases {
        padding-block: 70px 60px;
    }
}

.p-business-top-cases .p-business-top-section__ttl {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.p-business-top-cases .p-business-top-section__ttl::before {
    position: absolute;
    top: min(-40px, calc(-40 / 1366 * 100vw));
    left: min(-210px, calc(-210 / 1366 * 100vw));
    content: "";
    display: block;
    width: 110px;
    height: 142px;
    background: url(./../img/page/business-top/cases_icon_ttl.png) center center /cover no-repeat;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-cases .p-business-top-section__ttl::before {
        zoom: .9;
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-cases .p-business-top-section__ttl::before {
        zoom: 1;
        width: 55px;
        height: 71px;
        top: -30px;
        left: calc(-27px + -55px);
    }
}

.p-business-top-cases__txt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: min(60px, calc(60 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-cases__txt {
        font-size: min(16px, calc(16 / 390 * 100vw));
    }
}

.p-front-business-cases__btn {
    width: fit-content;
    margin: 0 auto;
    padding-inline: 40px;
}

/* --- cases slider --- */

.c-business-cases-slider-area {
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (max-width: 780px) {
    .c-business-cases-slider-area {
        margin-bottom: 30px;
    }
}

.c-icon {
    display: inline-flex;
    vertical-align: middle;
    font-family: "Material Icons";
}

.c-icon--chevronRight::before {
    content: "\e5cc";
}

.c-icon--chevronLeft::before {
    content: "\e5cb";
}

.c-business-cases-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
}

@media only screen and (max-width: 780px) {
    .c-business-cases-slider__nav {
        margin-bottom: 30px;
    }
}

.c-business-cases-slider__prev,
.c-business-cases-slider__next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2c419a;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

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

    .c-business-cases-slider__prev,
    .c-business-cases-slider__next {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
    }
}

.c-business-cases-slider__prev {
    left: -25px;
}

.c-business-cases-slider__next {
    right: -25px;
}

.c-business-cases-slider__pagination {
    display: block;
    text-align: center;
    width: fit-content !important;
}

.c-business-cases-slider__pagination .swiper-pagination-bullet {
    background: #BFD0F9 !important;
}

.c-business-cases-slider__pagination .swiper-pagination-bullet-active {
    background: #293E8F !important;
}

.c-business-cases-card__modal-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.c-business-cases-card__body {
    flex: 1;
}

.c-business-cases-card.swiper-slide {
    width: 360px;
    height: auto;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

@media only screen and (max-width: 780px) {
    .c-business-cases-card.swiper-slide {
        width: 320px;
        border-radius: 15px;
    }
}

.c-business-cases-card__pic {
    overflow: hidden;
    border-radius: 10px;
    width: 320px;
    height: 183px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 780px) {
    .c-business-cases-card__pic {
        width: 280px;
        height: 160px;
    }
}

.c-business-cases-card__ttl {
    font-size: 22px;
    font-weight: 700;
    color: #192657;
    margin-bottom: 16px;
}

@media only screen and (max-width: 780px) {
    .c-business-cases-card__ttl {
        font-size: 20px;
    }
}

.c-business-cases-card__company {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.c-business-cases-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 26px;
}

.c-business-cases-card__tag {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #F2F3F5;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
}

.c-business-cases-card__more-txt {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    font-weight: 500;
}

.c-business-cases-card__more-txt::after {
    content: "";
    display: inline-flex;
    width: 9px;
    height: 15px;
    background: url(./../img/page/business-top/all_btn_arrow_blue.svg) center center /cover no-repeat;
}

/* --- primary-cta section --- */

.p-business-top-primary-cta {
    padding: 40px 40px 80px;
    background: url(./../img/page/business-top/primary-cta_bg.svg) center center /cover no-repeat;
}

@media only screen and (max-width: 780px) {
    .p-business-top-primary-cta {
        padding: 23px 20px 46px;
    }
}

.p-business-top-primary-cta__txt {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.66;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #192657;
}

@media only screen and (max-width: 780px) {
    .p-business-top-primary-cta__txt {
        position: relative;
        height: 145px;
        font-size: min(26px, calc(20 / 390 * 100vw));
        justify-content: start;
        margin: 0 auto 16px;
        max-width: 550px;
        line-height: 1.4;
    }
}

.p-business-top-primary-cta__txt::after {
    content: "";
    display: inline-flex;
    width: min(212px, calc(212 / 1366 * 100vw));
    height: min(271px, calc(271 / 1366 * 100vw));
    background: url(./../img/page/business-top/primary-cta_pic_01.png) center center /cover no-repeat;
}

@media only screen and (max-width: 780px) {
    .p-business-top-primary-cta__txt::after {
        position: absolute;
        right: 0;
        top: 0;
        width: min(110px, calc(110 / 390 * 100vw));
        height: min(140px, calc(140 / 390 * 100vw));
    }
}

.p-front-business-primary-cta__btn-wrap {
    display: flex;
    gap: min(30px, calc(30 / 1366 * 100vw));
    justify-content: center;
}

@media only screen and (max-width: 780px) {
    .p-front-business-primary-cta__btn-wrap {
        flex-direction: column;
        gap: 20px;
    }
}

.p-front-business-primary-cta__btn {
    border-radius: 20px;
    border: solid 5px #fff;
    font-size: min(22px, calc(22 / 1366 * 100vw));
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding: min(40px, calc(40 / 1366 * 100vw));
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(580px, calc(580 / 1366 * 100vw));
    transition: .3s;
}

@media only screen and (max-width: 780px) {
    .p-front-business-primary-cta__btn {
        border: solid 3px #fff;
        padding: 30px 18px;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        height: 95px;
    }
}

.p-front-business-primary-cta__btn:hover {
    opacity: .8;
}

.p-front-business-primary-cta__btn--document {
    background: #4574C4;
}

.p-front-business-primary-cta__btn--contact {
    background: #009CA4;
}

.p-front-business-primary-cta__btn .u-business-top-secondary {
    font-size: min(28px, calc(28 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-front-business-primary-cta__btn {
        font-size: min(16px, calc(16 / 390 * 100vw));
    }

    .p-front-business-primary-cta__btn .u-business-top-secondary {
        font-size: min(18px, calc(18 / 390 * 100vw));
    }
}

.p-front-business-primary-cta__btn--document::before {
    content: "";
    display: inline-flex;
    width: min(48px, calc(48 / 1366 * 100vw));
    height: min(60px, calc(60 / 1366 * 100vw));
    background: url(./../img/page/business-top/all_icon_document.svg) center center /cover no-repeat;
}

.p-front-business-primary-cta__btn--contact::before {
    content: "";
    display: inline-flex;
    width: min(60px, calc(60 / 1366 * 100vw));
    height: min(48px, calc(48 / 1366 * 100vw));
    background: url(./../img/page/business-top/all_btn_icon_mail.svg) center center /cover no-repeat;
}

.p-front-business-primary-cta__btn--document::after {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: url(./../img/page/business-top/all_btn_arrow_circle_bg-blue.svg) center center /cover no-repeat;
}

.p-front-business-primary-cta__btn--contact::after {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: url(./../img/page/business-top/all_btn_arrow_circle_bg-green.svg) center center /cover no-repeat;
}

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

    .p-front-business-primary-cta__btn--document::before {
        width: min(32px, calc(30 / 390 * 100vw));
        height: min(40px, calc(38 / 390 * 100vw));
        background: url(./../img/page/business-top/all_icon_document.svg) center center /cover no-repeat;
    }

    .p-front-business-primary-cta__btn--contact::before {
        width: min(38px, calc(36 / 390 * 100vw));
        height: min(31px, calc(29 / 390 * 100vw));
        background: url(./../img/page/business-top/all_btn_icon_mail.svg) center center /cover no-repeat;
    }

    .p-front-business-primary-cta__btn--document::after {
        width: min(30px, calc(30 / 390 * 100vw));
        height: min(30px, calc(30 / 390 * 100vw));
    }

    .p-front-business-primary-cta__btn--contact::after {
        width: min(30px, calc(30 / 390 * 100vw));
        height: min(30px, calc(30 / 390 * 100vw));
    }
}

/* --- features section --- */

.p-business-top-features {
    overflow: hidden;
    position: relative;
    background: #F2F3F5;
    padding: min(91px, calc(91 / 1366 * 100vw)) 40px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-features {
        padding: 60px 20px;
    }
}

/* bg */
@media only screen and (max-width: 780px) {
    .p-business-top-features {
        background: url(./../img/page/business-top/features_bg_sp.svg) center center /cover no-repeat;
    }
}

.p-business-top-features::before {
    content: "";
    display: block;
    width: 553px;
    height: 641px;
    background-image: url(./../img/general/U.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-36%, 0%);
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-features::before {
        transform: translate(-64%, -70%);
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-features::before {
        width: calc(163 / 390 * 100vw);
        height: calc(189 / 390 * 100vw);
        transform: translate(-64%, -70%);
    }
}

.p-business-top-features::after {
    content: "";
    display: block;
    width: 553px;
    height: 641px;
    background-image: url(./../img/general/U.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(55%, 20%);
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .p-business-top-features::after {
        top: unset;
        transform: translate(60%, 20%);
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-features::after {
        display: none;
    }
}

.p-business-top-features__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.p-business-top-features__card {
    width: 380px;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
}

@media only screen and (max-width: 1024px) {
    .p-business-top-features__card {
        width: calc(220 / 550 * 100vw);
        padding: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .p-business-top-features__card {
        width: 100%;
        padding: 30px;
    }
}

.p-business-top-features__card-ttl {
    color: #293E8F;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #293E8F;
    text-align: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-features__card-ttl {
        font-size: 22px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

.p-business-top-features__card-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.p-business-top-features__txt {
    text-align: center;
    margin-bottom: 65px;
    font-size: 14px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-features__txt {
        margin-bottom: 48px;
    }
}

/* --- implementation-flow --- */

.p-business-top-implementation-flow {
    padding: min(90px, calc(90 / 1366 * 100vw)) 0;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow {
        padding: 60px 20px;
    }
}

.p-business-top-implementation-flow__txt {
    margin-bottom: min(80px, calc(80 / 1366 * 100vw));
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__txt {
        font-size: 16px;
        margin-bottom: 60px;
    }
}

.p-business-top-implementation-flow__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(46px, calc(46 / 1366 * 100vw));
    margin-bottom: min(80px, calc(80 / 1366 * 100vw));
}


@media only screen and (max-width: 1279px) {
    .p-business-top-implementation-flow__cards {
        zoom: .8;
    }
}

@media only screen and (max-width: 1023px) {
    .p-business-top-implementation-flow__cards {
        zoom: 1;
        gap: calc(46px / 2);
    }
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__cards {
        margin-bottom: 30px;
    }
}

.p-business-top-implementation-flow__card {
    position: relative;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__card {
        width: 100%;
    }
}

.p-business-top-implementation-flow__card-inner {
    position: relative;
    width: 350px;
    height: 331px;
    background: #E3EBFF;
    border-radius: 15px;
    padding: 50px min(40px, calc(40 / 390 * 100vw));
}

@media only screen and (max-width: 1279px) {
    .p-business-top-implementation-flow__card-inner {
        height: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    .p-business-top-implementation-flow__card-inner {
        width: calc(350 / 390 * 100vw);
        height: auto;
        max-width: 600px;
    }
}

.p-business-top-implementation-flow__card--01,
.p-business-top-implementation-flow__card--02 {
    padding-right: min(45px, calc(45 / 1366 * 100vw));
}

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

    .p-business-top-implementation-flow__card--01,
    .p-business-top-implementation-flow__card--02 {
        padding-right: 0;
        padding-bottom: calc(46px / 2);
    }
}


.p-business-top-implementation-flow__card--01::after,
.p-business-top-implementation-flow__card--02::after {
    position: absolute;
    top: 50%;
    right: calc(-26px / 2);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 26px;
    height: 30px;
    background: url(./../img/page/business-top/implementation-flow_icon_arrow.svg) center center /cover no-repeat;
}

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

    .p-business-top-implementation-flow__card--01::after,
    .p-business-top-implementation-flow__card--02::after {
        zoom: .8;
    }
}

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

    .p-business-top-implementation-flow__card--01::after,
    .p-business-top-implementation-flow__card--02::after {
        zoom: 1;
        top: unset;
        right: unset;
        bottom: calc(-26px / 2);
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
    }
}

.p-business-top-implementation-flow__card-number {
    position: absolute;
    top: -26px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #2C419A;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.p-business-top-implementation-flow__card-ttl {
    color: #192657;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #293E8F;
    text-align: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__card-ttl {}
}

.p-business-top-implementation-flow__card-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

@media only screen and (max-width: 1279px) {
    .p-business-top-implementation-flow__card-txt {
        zoom: 1.2;
    }
}

@media only screen and (max-width: 1023px) {
    .p-business-top-implementation-flow__card-txt {
        zoom: 1;
    }
}

.p-business-top-implementation-flow__card-ttl::before {
    content: "";
    display: block;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.p-business-top-implementation-flow__card-ttl--01::before {
    background: url(./../img/page/business-top/implementation-flow_icon_01.svg) center center /cover no-repeat;
    width: 84px;
}

.p-business-top-implementation-flow__card-ttl--02::before {
    background: url(./../img/page/business-top/implementation-flow_icon_02.svg) center center /cover no-repeat;
    width: 74px;
}

.p-business-top-implementation-flow__card-ttl--03::before {
    background: url(./../img/page/business-top/implementation-flow_icon_03.svg) center center /cover no-repeat;
    width: 52px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__card-ttl::before {
        margin-bottom: 12px;
    }

}

.p-business-top-implementation-flow__bottom-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    text-align: center;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__bottom-wrap {
        gap: 24px;
    }
}

.p-business-top-implementation-flow__bottom-txt {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__bottom-txt {
        font-size: 18px;
    }
}

.p-business-top-implementation-flow__bottom-tags {
    display: flex;
    gap: 10px;
    margin: 0 auto;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__bottom-tags {
        gap: 5px;
        /* flex-wrap: wrap; */
    }
}

.p-business-top-implementation-flow__bottom-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(231px, calc(231 / 1366 * 100vw));
    height: min(62px, calc(62 / 1366 * 100vw));
    border-radius: 100px;
    border: 3px solid #4574C4;
    color: #4574C4;
    font-size: min(24px, calc(24 / 1366 * 100vw));
    font-weight: 700;
}

@media only screen and (max-width: 780px) {
    .p-business-top-implementation-flow__bottom-tag {
        border: 2px solid #4574C4;
        padding: calc(3 / 390 * 100vw) 0;
        font-size: 14px;
        width: calc(110 / 390 * 100vw);
        height: auto;
    }
}

/* --- final-cta section --- */

.p-business-top-final-cta {
    padding: min(90px, calc(90 / 1366 * 100vw)) 40px;
    background: url(./../img/page/business-top/final-cta_bg.svg) center center /cover no-repeat;
}

@media only screen and (max-width: 780px) {
    .p-business-top-final-cta {
        padding: 60px 20px;
        background: url(./../img/page/business-top/final-cta_bg-sp.svg) center center /cover no-repeat;
    }
}

.p-business-top-final-cta .p-business-top-section__ttl {
    font-size: min(40px, calc(40 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-business-top-final-cta .p-business-top-section__ttl {
        font-size: min(24px, calc(24 / 390 * 100vw));
    }
}

.p-business-top-final-cta__txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}

@media only screen and (max-width: 780px) {
    .p-business-top-final-cta__txt {
        margin-bottom: 32px;
    }
}

.p-front-business-final-cta__btn-wrap {
    display: flex;
    gap: min(30px, calc(30 / 1366 * 100vw));
    justify-content: center;
}

@media only screen and (max-width: 780px) {
    .p-front-business-final-cta__btn-wrap {
        flex-direction: column;
        gap: 20px;
    }
}

.p-front-business-final-cta__btn {
    border-radius: 20px;
    border: solid 5px #fff;
    font-size: min(27px, calc(32 / 1366 * 100vw));
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding: min(40px, calc(40 / 1366 * 100vw)) min(32px, calc(32 / 1366 * 100vw));
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(440px, calc(440 / 1366 * 100vw));
    height: min(110px, calc(130 / 1366 * 100vw));
    transition: .3s;
}

@media only screen and (max-width: 780px) {
    .p-front-business-final-cta__btn {
        border: solid 3px #fff;
        padding: 30px 18px;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        height: 80px;
    }
}

.p-front-business-final-cta__btn:hover {
    opacity: .8;
}

.p-front-business-final-cta__btn--document {
    background: #4574C4;
}

.p-front-business-final-cta__btn--contact {
    background: #009CA4;
}

.p-front-business-final-cta__btn .u-business-top-secondary {
    font-size: min(28px, calc(28 / 1366 * 100vw));
}

@media only screen and (max-width: 780px) {
    .p-front-business-final-cta__btn {
        font-size: min(16px, calc(16 / 390 * 100vw));
    }

    .p-front-business-final-cta__btn .u-business-top-secondary {
        font-size: min(18px, calc(18 / 390 * 100vw));
    }
}

.p-front-business-final-cta__btn--document::before {
    content: "";
    display: inline-flex;
    width: min(48px, calc(48 / 1366 * 100vw));
    height: min(60px, calc(60 / 1366 * 100vw));
    background: url(./../img/page/business-top/all_icon_document.svg) center center /cover no-repeat;
}

.p-front-business-final-cta__btn--contact::before {
    content: "";
    display: inline-flex;
    width: min(60px, calc(60 / 1366 * 100vw));
    height: min(48px, calc(48 / 1366 * 100vw));
    background: url(./../img/page/business-top/all_btn_icon_mail.svg) center center /cover no-repeat;
}

.p-front-business-final-cta__btn--document::after {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: url(./../img/page/business-top/all_btn_arrow_circle_bg-blue.svg) center center /cover no-repeat;
}

.p-front-business-final-cta__btn--contact::after {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: url(./../img/page/business-top/all_btn_arrow_circle_bg-green.svg) center center /cover no-repeat;
}

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

    .p-front-business-final-cta__btn--document::before {
        width: min(32px, calc(32 / 390 * 100vw));
        height: min(40px, calc(40 / 390 * 100vw));
        background: url(./../img/page/business-top/all_icon_document.svg) center center /cover no-repeat;
    }

    .p-front-business-final-cta__btn--contact::before {
        width: min(38px, calc(38 / 390 * 100vw));
        height: min(31px, calc(31 / 390 * 100vw));
        background: url(./../img/page/business-top/all_btn_icon_mail.svg) center center /cover no-repeat;
    }

    .p-front-business-final-cta__btn--document::after {
        width: 30px;
        height: 30px;
    }

    .p-front-business-final-cta__btn--contact::after {
        width: 30px;
        height: 30px;
    }
}