@charset "UTF-8";


/*--------------------------------
modify
---------------------------------*/

.-mgtop25{
    margin-top: 25px;
}

.br-sp{
    display: none;
}

.br-pc{
    display: block;
}

/*--------------------------------
全体
---------------------------------*/
.contactcenter-container{
    background:#FFF;
    border-radius: 10px;
    padding: 80px 0;
    margin-top: 40px;
}


.line_blue-title{
    color: var(--aqua, #3387CE);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
}

.line_blue-title::before,
.line_blue-title::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: var(--aqua, #3387CE);
}

.line_blue-title:before {
    margin-right: 1rem;
}

.line_blue-title:after {
    margin-left: 1rem;
}


/*--------------------------------
lead
---------------------------------*/

.lead{
    padding: 28px 0 98px;
}
.lead_txt{
    color: var(--text, #333);

    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; 
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .lead{
        padding: 50px 0;
    }
 }
/*--------------------------------
Navi-Telephony Plus_info
---------------------------------*/

.navitelephony{
    background: var(--bg, #F4F7FA);
    padding: 110px 0 120px;
}

.systemdelivery-titletop{
    color: var(--aqua, #3387CE);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.03em;

    margin-bottom: 23px;
}

.systemdelivery-title{
    color: var(--bluegrey, #39668F);
    text-align: center;
    font-family: urw-din, sans-serif;
    font-family: "Noto Sans JP";
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.02em;

}

.systemdelivery-titlebtm{
    color: var(--text, #333);
    text-align: center;
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 0.03em;

    margin-top: 16px;
}

.navitelephony-info{
    display: flex;
    justify-content: space-between;

    margin-bottom: 48px;
}

.systemdelivery_navitelephoney{
    object-fit: contain;
    width: 42%;
    max-width: 362px;
}

.navitelephony-container{
    width: 50%;
    max-width: 424px;
}

.navitelephony-info_title{
    color: var(--navy, #00437C);
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 0.03em;
}

.navitelephony-info_txt{
    color: var(--text, #333);
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 160%; 
    letter-spacing: 0.03em;

    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .navitelephony-info {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .navitelephony-container {
        width: 100%;
        max-width: none;
    }
    .systemdelivery_navitelephoney {
        object-fit: contain;
        width: 100%;
        max-width: 362px;
    }
    .contactcenter-container {
        padding: 40px 0 70px;
        margin-top: 50px;
    }
    .navitelephony-info_title{
        margin-bottom: 40px;
    }
    .navitelephony {
        padding: 55px 0 90px;
    }
    .systemdelivery-titletop{
        margin-bottom: 10px;
    }
 } 

 @media screen and (max-width: 575px) {
    .systemdelivery-titletop {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .systemdelivery-titlebtm {
        margin-top: 4px;
        font-size: 18px;
    }
    .systemdelivery-title{
        font-size: 28px;
    }
    
    .navitelephony-info_title{
        font-size: 18px;
    }
 } 


/*--------------------------------
Navi-Telephony Plus_merit
---------------------------------*/

.navitelephony-merit-list{
    border-radius: 10px;
    background: var(--lightblue, #E6F0F8);
    padding: 50px;

    margin-top: 24px;
}

.navitelephony-merit-num{
    color: var(----bluegrey, #39668F);
    font-family: urw-din, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
}

.navitelephony-merit_title{
    color: var(--navy, #00437C);
    text-align: justify;
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.navitelephony-merit_txt{
    color: var(--text, #333);
    text-align: justify;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.03em;

    margin-top: 8px;
}

.navitelephony-merit-item{
    display: flex;
    gap: 40px;
}

.navitelephony-merit-item:nth-child(2),.navitelephony-merit-item:nth-child(3){
    margin-top: 25px;
}


@media screen and (max-width: 767px) {
    .navitelephony-merit-item {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .navitelephony-merit-item:nth-child(2), .navitelephony-merit-item:nth-child(3) {
        margin-top: 40px;
    }
    .navitelephony-merit-list {
        padding: 30px 50px;
    }
    .navitelephony-merit_title {
        text-align: center;
    }
}

 @media screen and (max-width: 575px) {
    .navitelephony-merit-list {
        padding: 30px 8%;
        margin-top: 30px;
    }
    .line_blue-title {
        font-size: 20px;
    }
    .navitelephony-info {
        margin-bottom: 55px;
    }
}
/*--------------------------------
Navi-Telephony Plus_table
---------------------------------*/

.navitelephony-table{
    margin-top: 48px;
}

.navitelephony-table-container{
    width: 100%;
    table-layout: fixed
}

.navitelephony-table_title{
    border-radius: 10px 10px 0px 0px;
    background: var(--bluegrey, #39668F);

    text-align: center;
    color:#FFF;
    width: 100%;

    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 130%;

    padding: 9.5px 4%;
}

.navitelephony-tr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.navitelephony-table_txt{
    border: 1px solid var(--bluegrey, #39668F);

    width: 50%;
    color: var(--text, #333);
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 130%;

    display: flex;
    align-items: center;

    padding: 10px 16px;
}

.-bdround-leftbtm{
    border-radius: 0px 0px 0px 10px;
}

.-bdround-rightbtm{
    border-radius: 0px 0px 10px 0px;
}

.-bg-gray{
    background: #70776C;
}


@media screen and (max-width: 767px) {
    .navitelephony-table {
        margin-top: 45px;
    }
}


 @media screen and (max-width: 575px) {
    .navitelephony-tr {
        flex-direction: column;
    }
    .navitelephony-table_txt {
        width: 100%;
    }
    .sp-none{
        display: none;
    }
    .-bdround-leftbtm{
        border-radius: 0px 0px 10px 10px;
    }
 }
/*--------------------------------
Navi-Telephony omnichannel
---------------------------------*/

.navitelephony_blue-title{
    color: var(----aqua, #3387CE);
    text-align: center;
    font-size: 22px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.03em;

    margin-top: 80px;
}

.navitelephony-omnichannel-title{
    color: var(--text, #333);
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;

    margin-top: 24px;
}

.navitelephony-omnichannel-container{
    border-radius: 10px;
    background: var(--lightblue, #E6F0F8);

    display: flex;
    padding: 40px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: 24px;
}

.navitelephony-omnichannel_img{
    object-fit: contain;
    width: 38%;
    max-width: 284px;
    height: auto;
}

.navitelephony-omnichannel_txt{
    width: 56%;
    max-width: 424px;
}

.navitelephony-omnichannel_txt{
    color: var(--text, #333);

    text-align: justify;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .navitelephony-omnichannel-container {
        flex-direction: column-reverse;
        gap: 25px;
        margin-top: 30px;
        padding: 30px 8%;
    }
    .navitelephony-omnichannel_img,.navitelephony-omnichannel_txt {
        width: 100%;
    }
    .navitelephony_blue-title{
        margin-top: 55px;
    }
    .navitelephony-omnichannel-title{
        margin-top: 25px;
    }
    .navitelephony-outbound-img{
        margin: 25px auto 30px;
    }
}

@media screen and (max-width: 575px) {
    .navitelephony-omnichannel-title {
        font-size: 16px;
        text-align: start;
    }
 }

/*--------------------------------
Navi-Telephony outbound
---------------------------------*/

.navitelephony-outbound-img{
    object-fit: contain;
    margin: 40px auto 0;
    display: block;
}

.navitelephony-outbound-item{
    border-radius: 10px;
    border: 2px solid #BBD9E3;
    display: flex;
    padding: 20px 40px;
    flex-direction: column;
    gap: 8px;
}

.navitelephony-outbound_title{
    color: var(----navy, #00437C);
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.navitelephony-outbound_txt{
    color: var(--text, #333);

    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.03em;
}

.navitelephony-outbound-list{
    margin-top: 32px;
}

.navitelephony-outbound-item:nth-child(2),.navitelephony-outbound-item:nth-child(3){
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
    .navitelephony-outbound-img{
        margin: 25px auto;
    }
    .navitelephony-outbound-list {
        margin-top: 32px;
    }
    .navitelephony-outbound-item {
        align-items: center;
        padding: 20px;
    }
}
/*--------------------------------
Navi-Telephony user
---------------------------------*/

.navitelephony-user{
    padding-bottom: 130px;
}

.navitelephony-user-title{
    color: var(--text, #333);

    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.03em;

    width: 592px;
    margin: 24px auto 0;
}

.navitelephony-user_txttitle{
    color: var(--IT-com, #00437C);
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
}

.navitelephony-user-container{
    display: flex;
    align-items: center;
}

.navitelephony-user_txt{
    width: 386px;
    line-height: 160%;
    margin-top: 24px;
}

.navitelephony-user-contents{
    position: relative;
    z-index: 1;
    width: 50%;
}

.navitelephony-user-contents::after{
    content: url('../img/system-delivery/contact-center_user-circle.png');
    position: absolute;
    top: -100px;
    z-index: -1;
    left: 10%;
}

.navitelephony-user_img{
    position: absolute;
    bottom: -170px;
    left: 0;
}


.-mgtop-user01{
    margin-top: 176px;
}

.-mgtop-user02{
    margin-top: 298px;
    justify-content: flex-end;
}

.navitelephony-user-contents02{
    width: 50%;
    position: relative;
}

.user_img01{
    bottom: -150px;
    left: 30%;
}

.user_img02{
    bottom: -150px;
    left: -30%;
}


@media screen and (max-width: 1100px) {
    .navitelephony-user-title {
        width: unset;
        margin: 25px auto 0;
        }
    .user_img01{
        bottom: -120px;
    }
}


@media screen and (max-width: 930px) {
    .-mgtop-user01 {
        margin-top: 140px;
    }
    .-mgtop-user02 {
        margin-top: 220px;
    }
    .navitelephony-user_txt {
        width: auto;
    }
    .navitelephony-user-contents::after {
        top: -70px;
        z-index: -1;
        left: -25px;
    }
    .navitelephony-user-contents {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .navitelephony-user-container {
        justify-content: center;
        gap: 20px;
    }
    .navitelephony-user_txt {
        width: 100%;
    }
    .user_img01 {
        z-index: 1;
        left: 0%;
        width: 100%;
        top: 10px;
    }
    .user_img02 {
        bottom: -330px;
        left: 0%;
        width: 100%;
        z-index: 2;
    }
    .navitelephony-user-container {
        flex-direction: column;
    }
    .navitelephony-user-contents {
        width: 80%;
    }
    .navitelephony-user-contents::after {
        left: calc(100% - 380px);
    }
    .navitelephony-user-contents01,.navitelephony-user-contents02 {
        width: 100%;
        height: 80px;
    }
    .navitelephony-user_txt {
        margin-top: 24px;
    }
    .-mgtop-user01 {
        margin-top: 110px;
    }
    .-mgtop-user02 {
        margin-top: 450px;
        flex-direction: column-reverse;
    }
    .navitelephony-user {
        padding-bottom: 400px;
    }
 }
@media screen and (max-width: 700px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 350px);
    }
}
 
@media screen and (max-width: 650px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 330px);
    }
    .-mgtop-user02 {
        margin-top: 360px;
    }
    .user_img02 {
        bottom: -270px;
    }
    .navitelephony-user {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 600px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 320px);
    }
}

@media screen and (max-width: 575px) {
    .navitelephony-user_txttitle {
        font-size: 20px;
    }
    .navitelephony-user-title {
        text-align: start;
    }
}

@media screen and (max-width: 540px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 310px);
    }
    .-mgtop-user02 {
        margin-top: 310px;
    }
    
    .user_img02 {
        bottom: -220px;
    }
    
    .navitelephony-user {
        padding-bottom: 250px;
    }
 } 

@media screen and (max-width: 500px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 300px);
    }
}
@media screen and (max-width: 450px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 280px);
    }
    .user_img02 {
        bottom: -180px;
    }
}
@media screen and (max-width: 440px) {
    .navitelephony-user-contents::after {
        transform: scale(0.8);
        display: inline-block;
    }
    .-mgtop-user02 {
        margin-top: 250px;
    }
    .user_img02 {
        bottom: -170px;
    }
    .navitelephony-user {
        padding-bottom: 180px;
    }
 } 
@media screen and (max-width: 400px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 270px);
    }
}

@media screen and (max-width: 375px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 260px);
    }
    .-mgtop-user02 {
        margin-top: 220px;
    }
    .user_img02 {
        bottom: -130px;
    }
    .navitelephony-user {
        padding-bottom: 150px;
    }
 } 
 
@media screen and (max-width: 350px) {
    .navitelephony-user-contents::after {
        left: calc(100% - 250px);
    }
    .-mgtop-user02 {
        margin-top: 200px;
    }
    .user_img02 {
        bottom: -110px;
    }
    .navitelephony-user {
        padding-bottom: 110px;
    }
 } 
/*--------------------------------
Navi-Telephony custom
---------------------------------*/
.navitelephony-custom-title{
    color: var(--text, #333);

    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; 
    letter-spacing: 0.02em;

    margin-top: 24px;
}

.navitelephony-custom-list{
    display: flex;
    gap: 60px;
    justify-content: center;

    margin-top: 30px;
}

.navitelephony-custom-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;

    position: relative;
}

.navitelephony-custom-item:nth-child(1)::after,
.navitelephony-custom-item:nth-child(2)::after
{
    content: "";
    position: absolute;
    top: 35%;
    left: 115%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-left: 20px solid var(--IT-COM, #5F86D3); 
}


.navitelephony-custom-item:nth-child(3)::after
{
    content: "";
    position: absolute;
    top: 35%;
    left: 110%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-left: 20px solid var(--IT-COM, #5F86D3); 
}

.navitelephony-custom_txt{
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;

    border-radius: 20px;
    background: linear-gradient(180deg, #39668F 49.08%, #7896B2 128.03%);

    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1040px) {
    .navitelephony-custom_txt {
        height: 56px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 991px) {
    .navitelephony-custom-list {
        flex-direction: column;
    }
    .navitelephony-custom-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    .navitelephony-custom_txt {
        position: relative;
        width: 300px;
    }
    .navitelephony-custom-item:nth-child(1)::after,
    .navitelephony-custom-item:nth-child(2)::after,
    .navitelephony-custom-item:nth-child(3)::after{
        display: none;
    }
    .navitelephony-custom_txt:nth-child(2)::after{
        content: "";
        position: absolute;
        transform: rotate(90deg);
        border: 10px solid transparent;
        border-left: 20px solid var(--IT-COM, #5F86D3); 
        top: 200%;
    }
    .navitelephony-custom_txt.-txtnot::after{
        display: none;
    }

    .navitelephony-custom-title {
        text-align: start;
    }
    .navitelephony-custom_img.-modify-position::after{
        left: 80%;
    }
}

 @media screen and (max-width: 575px) {
    .navitelephony-custom-list {
        gap:25px;
    }
    .navitelephony-custom_txt:nth-child(1)::after,
    .navitelephony-custom_txt:nth-child(2)::after,
    .navitelephony-custom_txt:nth-child(3)::after{
        top: 185%;
    }
    .navitelephony_blue-title{
        font-size: 20px;
    }
    .navitelephony-custom-title {
        font-size: 16px;
    }
    .navitelephony-custom_txt {
        font-size: 16px;
    }
    .navitelephony-custom-item {
        gap: 15px;
    }
    .navitelephony-custom_txt {
        width: 150px;
    }
 }

 @media screen and (max-width: 400px) {  
    .navitelephony-custom_txt:nth-child(1)::after,
    .navitelephony-custom_txt:nth-child(2)::after,
    .navitelephony-custom_txt:nth-child(3)::after{
        top: 170%;
    }
 }
 
 @media screen and (max-width: 360px) {  
    .navitelephony-custom_txt:nth-child(1)::after,
    .navitelephony-custom_txt:nth-child(2)::after,
    .navitelephony-custom_txt:nth-child(3)::after{
        top: 160%;
    }
 }


/*--------------------------------
WEB Chat
---------------------------------*/
.webchat{
    background: var(--bg, #F4F7FA);
    padding: 10px 0 0;
}

.webchat-description{
    color: var(--text, #333);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin: 40px auto;
}

.webchat-case-item{
    border-radius: 10px;
    background: #FFF;
    display: flex;
    padding: 30px 50px;
    align-items: center;
    gap: 4.5%;

    margin-top: 24px;
}

.webchat-case-num{
    color: var(----aqua, #3387CE);
    font-family: urw-din, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.webchat-case_title{
    color: var(--IT-com, #00437C);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;

}

.webchat-case-txtgroup{
    width: 70%;
}

.webchat-case_txt{
    color: var(--text, #333);
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
    letter-spacing: 0.03em;

    margin-top: 14px;
}

.webchat-case-img{
    width: 110px;
    height: 110px;
}

 @media screen and (max-width: 767px) {
    .webchat-case-item {
        flex-direction: column;
    }
    .systemdelivery-titlebtm {
        margin-top: 15px;
    }
    .webchat-case-item{
        margin-top: 30px;
        padding: 30px 8.6%;
    }
    .webchat-case-img{
        margin-top: 20px;
    }
    .webchat-case_title {
        margin-top: 15px;
        text-align: center;
    }
    .webchat-case_txt {
        margin-top: 10px;
    }
    .webchat-case-txtgroup {
        width:100%;
    }
    .webchat {
        padding: 10px 0 0;
    }
    .webchat-description {
        text-align: start;
    }
 } 

 @media screen and (max-width: 575px) {
    .webchat-case_title {
        font-size: 18px;
    }
    .webchat-description{
        font-size: 16px;
    }
 }

 /* ソリューション一覧へボタン */
.btn-back_wrap {
  padding-top: 100px;
  background: var(--bg);
  padding-bottom: 160px;
}

.btn-back {
  color: var(--navy);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  border: var(--navy) solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  max-width: 540px;
  width: 84%;
  height: 72px;
  margin: 0 auto;
  background: #fff;
}

.btn-back:hover {
  color: #fff;
  transform: scale(1.1, 1.1);
}

.btn-back::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  overflow: hidden;
  z-index: -1;
}

.btn-back:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-back_text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-back_wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 575px) {
  .btn-back {
    font-size: 16px;
    height:64px;
  }
}
