/* SPのみ表示 */
.is-sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .is-sp {
        display: block !important;
    }
}

/* PCのみ表示 */
.is-pc {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
}

/* パンくずリストの最後の要素（コールセンター）を非表示 */
.p-breadcrumb__item:last-of-type {
    display: none;
}

.l-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.side-btn {
    position: fixed;
    top: 35%;
    right: 0;
    background-color: #FF3B1C;
    padding: 20px;
    writing-mode: vertical-rl;
    color: #fff;
    border-radius: 10px 0px 0 10px;
    font-size: 1.3em;
    z-index: 999;
}

.side-btn a,
.side-btn a:hover {
    color: #fff;
}

/* fv */
.p-callcenter-fv {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.p-callcenter-fv__image {
    position: relative;
    width: 100%;
}

.p-callcenter-fv__image img {
    width: 100%;
    height: auto;
    display: block;
}

.p-callcenter-fv__text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 3.2rem;
    color: #5878B5;
}

@media (max-width: 768px) {
    .p-callcenter-fv__text {
        font-size: 1.8rem;
        text-align: left;
        white-space: normal;
        padding: 0 1rem;
    }
}

/* intro */
.p-callcenter-intro {
    padding: 6rem 2rem;
    background-color: #fff;
    text-align: center;
}

.p-callcenter-intro__inner {
    max-width: 800px;
    margin: 0 auto;
}

.p-callcenter-intro__lead {
    color: #5878B5;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: "Source Han Sans JP", sans-serif;
    text-align: left;
}

.p-callcenter-intro__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
    margin-top: 6rem;
}

.p-callcenter-intro__desc {
    flex: 1 1 55%;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Source Han Sans JP", sans-serif;
}

.p-callcenter-intro__desc p {
    margin: 0;
}

.p-callcenter-intro__image {
    flex: 1 1 45%;
    text-align: center;
}

.p-callcenter-intro__image img {
    max-width: 60%;
    height: auto;
}

.p-callcenter-intro__button {
    display: flex;
    justify-content: center;
    text-align: center;
}

.p-callcenter-intro__btn {
    width: 100%;
    /* max-width: 100%; */
    display: inline-block;
    padding: 2.5rem 5rem;
    background: transparent linear-gradient(180deg, #FF3B1C6B 0%, #FF3B1C 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-family: "Source Han Sans JP", sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    border-radius: 15px;
    text-decoration: none;
    transition: opacity 0.3s;
    margin-top: 8rem;
}

.p-callcenter-intro__btn:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .p-callcenter-intro__lead {
        text-align: center;
    }

    .p-callcenter-intro__content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-top: 2rem;
    }

    .p-callcenter-intro__desc {
        font-size: 2rem;
        text-align: left;
    }

    .p-callcenter-intro__btn {
        width: 100%;
        max-width: 320px;
        font-size: 3rem;
        padding: 1.5rem 3rem;
        margin-top: 6rem;
    }
}

/* features */
.p-callcenter-features {
    padding: 6rem 2rem;
    background: #fff;
}

.p-callcenter-features__inner {
    max-width: 800px;
    margin: 0 auto;
}

.p-callcenter-features__title {
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #4358A3;
    padding: 2rem 3rem;
    font-family: "Source Han Sans JP", sans-serif;
}

.p-callcenter-features__title .title-line1 {
    font-size: 2.6rem;
}

.p-callcenter-features__title .title-line2 {
    font-size: 3.5rem;
}

.p-callcenter-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 8rem;
    flex-wrap: wrap;
}

.p-callcenter-feature__image {
    flex: 1 1 40%;
    text-align: center;

}

.p-callcenter-feature__image img {
    max-width: 100%;
    height: auto;
}

.p-callcenter-feature__text {
    flex: 1 1 55%;
    font-size: 1.6rem;
    text-align: left;
    font-family: "Source Han Sans JP", sans-serif;
}

.p-callcenter-feature__heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4358A3;
}


.p-callcenter-feature__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 2rem;
    color: #707070;
}

.u-red {
    color: #FF3B1C;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
}

.p-callcenter-feature__locations {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    flex-wrap: wrap;
    color: #707070;
}

.p-callcenter-feature__locations .location {
    flex: 1 1 45%;
}

.p-callcenter-feature__desc {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 2rem;
    color: #707070;
}



@media (max-width: 768px) {

    .p-callcenter-features {
        padding: 2rem 2rem;
    }

    .p-callcenter-feature {
        flex-direction: column;
        gap: 30px;
        margin-top: 4rem;
    }

    .p-callcenter-features__title {
        text-align: center;
        padding: 1rem;
    }

    .p-callcenter-features__title .title-line1 {
        font-size: 1.6rem;
    }

    .p-callcenter-features__title .title-line2 {
        font-size: 2rem;
    }


    .p-callcenter-feature__text {
        font-size: 2rem;
        text-align: left;
    }

    .p-callcenter-feature__heading {
        font-size: 2rem;
    }

    .p-callcenter-feature__desc,
    .p-callcenter-feature__list {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .p-callcenter-feature__locations {
        flex-direction: column;
        margin-top: 2rem;
    }

    .p-callcenter-feature__locations .location {
        flex: 1 1 100%;
    }

}