/*===========================================================================*/
/*  c-businnes  */
/*===========================================================================*/
.c-businnes__subHead {
    position: relative;
    color:#acacac;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
.c-businnes__subHead::before {
    background-color: #acacac;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
}

.c-businnes__subHead span {
    position: relative;
    z-index: 2;
    padding-right: 8px;
    background-color: #f4f0e5;
}

.c-businnes__contents {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 114px 0 0 auto;
}

.c-businnes__heads {
    width: 40px;
}

.c-businnes__content {
    width: calc(100% - 100px);
    max-width: 1027px;
}

.c-businnes__h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    font-feature-settings: 'vert' on;
}

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

    .c-businnes__contents {
        display: block;
        margin: 25px 0 0;
    }

    .c-businnes__heads {
        width: 100%;
    }

    .c-businnes__content {
        width: 100%;
        margin-top: 36px;
    }

    .c-businnes__h2 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: .12em;
        font-feature-settings: unset;
    }
}

/*===========================================================================*/
/*  business-lower  */
/*===========================================================================*/
.p-business__head--txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    margin-top: 20px;
}

.p-business__breadcrumbs {
    padding-bottom: 23px;
}

@media screen and (max-width: 1137px) {
    .p-business__head--txt {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .p-business__head--txt {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 15px;
        padding-bottom: 0;
    }

    .p-business__fvBtn li::before {
        height: 11px;
        position: absolute;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        width: 8px;
    }
}

/*===========================================================================*/
/*  promise  */
/*===========================================================================*/
.p-promise {
    padding-top: 120px;
    position: relative;
}

.p-promise__bg {
    position: absolute;
    top: 282px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 250px;
    font-weight: 800;
    line-height: 1;
    opacity: .6;
    overflow: hidden;
    z-index: -1;
    white-space: nowrap;
}

.p-promise__box {
    max-width: 1030px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.p-promise__img--pc {
    width: 41.1%;
    overflow: hidden;
    border-radius: 20px;
}

.p-promise__txts {
    width: 51.3%;
}

.p-promise__txts h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .08em;
    padding-bottom: 30px;
    position: relative;

}

.p-promise__txts h3::before {
    background-color: #26B99C;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 75px;
    border-radius: 2px;
    bottom: 0;
}

.p-promise__txt {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
}

.p-promise__txt.--01 {
    margin-top: 30px;
}

.p-promise__img--sp {
    display: none;
}

@media screen and (max-width: 900px) {
    .p-promise {
        padding-top: 75px;
    }

    .p-promise__bg {
        top: 35px;
        left: calc(50% - 28px);
        font-size: 80px;
        line-height: .8;
    }

    .p-promise__box {
        max-width: 100%;
        flex-direction: column;
    }

    .p-promise__img--pc {
        display: none;
    }

    .p-promise__txts {
        width: 100%;
    }

    .p-promise__txts h3 {
        font-size: 19px;
        line-height: 1.5;
    }

    .p-promise__txts h3::before {
        height: 4px;
    }

    .p-promise__txt {
        margin-top: 20px;
        line-height: 1.8;
        font-size: 14px;
        line-height: 1.8; 
    }

    .p-promise__txt.--01 {
        margin-top: 22px;
    }

    .p-promise__img--sp {
        display: block;
        width: 100%;
        margin-top: 25px;
        border-radius: 8px;
        overflow: hidden;
    }
}

/*===========================================================================*/
/*  strength  */
/*===========================================================================*/
.p-strength {
    padding-top: 150px;
}

.p-strength__inner {
    position: relative;
}

.p-strength__inner::after {
    border-radius: 100vh;
    opacity: 0.3;
    background: #FFE294;
    filter: blur(150px);
    width: 535px;
    height: 535px;
    position: absolute;
    top: 363px;
    left: calc(50% - 987px);
    content: '';
    z-index: -1;
}

.p-strength__head--sp {
    display: none;
}

.p-strength__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
}

.p-strength__txt {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

.p-strength__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.p-strength__list li {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.p-strength__list li:nth-child(even) {
    flex-direction: row-reverse;
}

.p-strength__list--img {
    width: 49%;
    border-radius: 30px;
    border: #FFF 20px solid;
    overflow: hidden;
}

.p-strength__list--txts {
    width: 49%;
}


.p-strength__list--head {
    padding-left: 22px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
}

.p-strength__list--head::before {
    background-color: #45c0a8;
    content: '';
    height: calc(100% + 10px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    border-radius: 100vh;
}

.p-strength__list--txt {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

.p-strength__txt02 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9; 
}

@media screen and (max-width: 900px) {
    .p-strength {
        padding-top: 56px;
    }

    .p-strength__head--pc {
        display: none;
    }

    .p-strength__head--sp {
        display: block;
        padding-left: 11px;
        padding-right: 33px;
        line-height: 1.1;
        font-size: 18px;
    }

    .p-strength__head--box {
        display: flex;
        padding-top: 5px;
    }

    .p-strength__title {
        font-size: 18px;
        letter-spacing: .08em;
    }

    .p-strength__txt {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.8;
    }

    .p-strength__list {
        margin-top: 27px;
    }

    .p-strength__list li {
        margin-top: 30px;
        width: 100%;
        gap: 20px;
        flex-direction: column;
    }

    .p-strength__list li:nth-child(even) {
        flex-direction: column;
    }

    .p-strength__list li:nth-of-type(1) {
        margin-top: 0;
    }

    .p-strength__list--img {
        width: 100%;
        border: #FFF 13px solid;
    }

    .p-strength__list--head {
        padding-left: 22px;
        font-size: 18px;
        letter-spacing: .04em;
    }

    .p-strength__list--head::before {
        height: 100%;
        left: 0px;
    }

    .p-strength__list--txts {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .p-strength__list--txt {
        margin-top: 15px;
        line-height: 1.8;
        letter-spacing: 0;
    }

    .p-strength__txt02 {
        margin-top: 30px;
        font-size: 12px;
        line-height: 1.8; 
        padding-left: 12px;
        padding-right: 12px;
    }

}

/*===========================================================================*/
/*  process  */
/*===========================================================================*/
.p-process {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-process__head--sp {
    display: none;
}

.p-process__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9; 
}

.p-process__list {
    margin-top: 40px;
    padding-left: 65px;
}

.p-process__list li {
    margin-top: 20px;
    position: relative;
    padding: 40px 60px 40px 100px;
    background-color: #FFF;
    border-radius: 30px;
}

.p-process__img {
    position: absolute;
    width: 129px;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.p-process__txt--box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .08em;
}

.p-process__txt--box p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7; 
}

.p-process__design {
    margin-top: 20px;
    padding-top: 2px;
    border-top: 1px dotted #ACACAC;
}

.p-process__design li {
    margin-top: 20px;
    padding: 0;
}

.p-process__design li h4 {
    padding-left: 19px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .08em;
    position: relative;
}

.p-process__design li h4::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #26B99C;
    border-radius: 100vh;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.p-process__design li p {
    margin: 5px 0 0 0;
    padding: 0 0 0 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

@media screen and (max-width: 900px) {
    .p-process {
        padding-top: 56px;
        padding-bottom: 50px;
    }

    .p-process__head--pc {
        display: none;
    }

    .p-process__head--box {
        display: flex;
    }

    .p-process__head--sp {
        display: block;
        font-size: 18px !important;
        padding-left: 12px;
        padding-right: 30px;
        line-height: 1.1 !important;
    }

    .p-process__txt {
        font-size: 12px;
        line-height: 1.8;
    }

    .p-process__list {
        margin-top: 20px;
        padding-left: 38px;
    }

    .p-process__list li {
        margin-top: 10px;
        padding: 25px 25px 25px 55px;
        border-radius: 10px;
    }

    .p-process__img {
        width: 75px;
        left: -38px;
        top: 14px;
        transform: translateY(0);
    }

    .p-process__txt--box h3 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: .12em;
    }

    .p-process__txt--box p {
        margin-top: 8px;
        font-size: 12px;
    }

    .p-process__design li {
        margin-top: 15px;
        padding: 0;
    }

    .p-process__design li h4 {
        padding-left: 13px;
        font-size: 13px;
    }

    .p-process__design li h4::before {
        width: 7px;
        height: 7px;
    }

    .p-process__design li p {
        font-size: 12px;
    }
}