@charset "utf-8";

/* 全体の記述 */
.case #main {
    background-image: url(../images/case/case-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;


}

/* 色 */

:root {
    --black: #333333;
    --pink: #C93B75;
    --blue: #0257A6;
    --gray: #D5D5D5;
    --back-gray: #F7F7F7;
    --light-blue: #EEF5F7;

}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.case .content-box {
    margin-top: -100px;
}

.case .content-box.content-box-pattern2 {
    margin-top: 0;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {
    .case .content-box {
        margin-top: -150px;
    }
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //全体の記述 */

/* casestudyの記述 */

.casestudy-ttlbox {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.casestudy-ttlbox img {
    width: 70px;
    margin-right: 10px;
}

.label-pattern1.zirei {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    height: 53px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
}

.label-pattern1.zirei span {
    font-size: 24px;
}

.company-name {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: var(--blue);
}

.company-business {
    color: var(--blue);
}

.ba-box {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 30px;
}

.ba-imgbox {
    position: relative;
}

.label-ba {
    padding: 5px 14px;
    border-radius: 17.5px;
    color: #fff;
    position: absolute;
    top: -17.5px;
    left: 0;
}

.label-ba.before {
    background: #707071;
}

.label-ba.after {
    background: var(--pink);
}

.ba-imgbox img {
    border-radius: 0px 10px 10px 10px;
}

.triangle-box {
    text-align: center;
}

.triangle {
    transform: rotate(90deg);
    margin-bottom: 25px;
}

.ba-service-box {
    text-align: center;
}


.ba-service-ul {
    background-color: #f7f7f7;
    text-align: left;
    padding: 13px 18px;
    font-weight: bold;
    max-width: 400px;
    margin-inline: auto;
}

.blockeditor-area .ba-service-ul>li {
    position: relative;
    padding-bottom: 4px;
    padding-left: 35px
}

.blockeditor-area .ba-service-ul>li:not(:last-child) {
    padding-bottom: 4px;
}

.blockeditor-area .ba-service-ul>li::before {
    top: 0.35em;
}


.ba-service-ul>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 22px;
    top: calc(0.75em - 3px);
}


.ba-service-ttl {
    color: #0257A6;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.ba-after-box .ba-txt {
    font-weight: bold;
}

.ba-before-box,
.ba-after-box {
    max-width: 400px;
    margin-inline: auto;
}

.ba-txtwrapper {
    padding-top: 12px;
}

.ba-txt {
    margin-left: 8px;
    margin-bottom: 0;
}


.solution-onayami-icon {
    height: 30px;
}

.denkyu-icon {
    margin-top: 1px;
    height: 24px;
    margin-bottom: 3px;
}

.voice-box {
    margin-top: 30px;
}

.voice-customer {
    margin-bottom: 10px;
}

.voice-customer p {
    font-size: 20px;
    font-weight: bold;
    margin-left: 9.5px;
    margin-bottom: 0;
    margin-top: 0;
}

.voice-txtbox {
    background: #F7F7F7;
    padding: 20px;
    border-radius: 10px;
}

.voice-txt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}


@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {

    .sec-casestudy .content-box {
        padding: 28px 47px;
    }

    .company-box {
        margin-top: 1rem;
    }

    .casestudy-ttlbox img {
        width: 100px;

    }

    .ba-box {
        position: relative;
    }

    .triangle-box {
        position: absolute;
    }

    .triangle-box.before {
        left: 36%;
        top: 29%;
    }

    .triangle-box.after {
        left: 56%;
        top: 29%;
    }

    .ba-box {
        display: flex;
        justify-content: space-between;
        padding: 49px 15px 28px;
    }

    .triangle-box {
        display: flex;
        align-items: center;
    }

    .triangle {
        transform: rotate(0deg);
        margin-inline: 10px;
    }

    .ba-after-box,
    .ba-before-box {
        width: 31%;
    }

    .ba-service-box {
        width: 33%;
    }

    .ba-service-box {
        margin-top: 33px;
    }

    .ba-service-ul {
        margin-left: 15px;
    }
}

@media all and (min-width: 1200px) {



    .triangle-box.before {
        left: 36%;
        top: 29%;
    }

    .triangle-box.after {
        left: 56%;
        top: 29%;
    }

    .ba-after-box,
    .ba-before-box {
        width: 32%;
    }

    .ba-service-box {
        width: 28%;
    }
}

@media all and (min-width: 1400px) {
    .triangle-box.before {
        left: 38%;
        top: 29%;
    }

    .ba-after-box,
    .ba-before-box {
        width: 36%;
    }

    .ba-service-box {
        width: 25%;
    }
}

/* // casestudyの記述 */


/* セクション１の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション１の記述 */

/* セクション２の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション２の記述 */

/* セクション３の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}