@charset "UTF-8";

#keyvisual {
    background: url('../img/telephone-construction/main_bg.jpg') no-repeat right center;
    background-size: cover;
}

#promise {
    position: relative;
}

#promise::after {
    position: absolute;
    top: 120px;
    left: 0;
    content: '';
    width: 100%;
    height: calc(100% - 220px);
    background-color: #F2F2F2;
    z-index: -1;
}

#promise>.inner>.ttl {
    text-align: center;
    font-weight: bold;
    color: #4EAEB2;
}

#promise>.inner>.ttl>.big {
    font-family: 'Trebuchet MS';
    font-size: 680%;
}

#promise>.inner>.ttl>.txt01 {
    font-size: 200%;
}

#promise>.inner>.ttl>.txt02 {
    font-size: 350%;
}

#forWork {
    position: relative;
}

#forWork>.inner {
    background: url('../img/telephone-construction/work_bg.png') no-repeat left center;
    background-color: #EDEFEF;
    min-height: 300px;
}

#forWork>.inner>.txt {
    position: absolute;
    bottom: -20px;
    left: 340px;
    right: 0;
    display: inline-block;
    max-width: 740px;
    font-size: 163%;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    #forWork>.inner>.txt {
        bottom: 0;
        left: 0;
        max-width: 750px;
        font-size: 140%;
    }
}

@media screen and (max-width: 1200px) {
    #forWork>.inner>.txt {
        bottom: 10px;
        max-width: 80%;
        font-size: 120%;
    }
}

@media screen and (max-width: 640px) {
    #forWork>.inner {
        background: url('../img/telephone-construction/work_bg.png') no-repeat left -150px center;
        min-height: 200px;
    }

    #forWork>.inner>.txt {
        top: 10px;
        bottom: 10px;
        max-width: 80%;
        font-size: 120%;
        margin: auto;
    }
}

#operator {
    display: flex;
    justify-content: flex-start;
    background-color: #f8fafa;
    padding: 80px 0;
}

#operator>.cont1 {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    color: #fff;
    background: linear-gradient(90deg, #4DCEC4 0%, #2EC4D5 50%, #5296BA 100%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#operator>.cont1>.inner {
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
}

#operator>.cont1>.inner>.txt {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 15px;
}

.hBalloon {
    height: 153px;
}

.balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    margin: 0 auto;
    z-index: 5;
}

.balloon .ball {
    display: block;
    content: '';
    width: 153px;
    height: 153px;
    mix-blend-mode: color-burn;
    background-color: #5DC6BE;
    border-radius: 100%;
    z-index: 4;
}

.balloon .txt {
    position: relative;
    top: -153px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 153px;
    position: relative;
    color: #fff;
    font-weight: bold;
    z-index: 6;
}

#operator>.cont2 {
    position: relative;
    width: 50%;
    max-width: 600px;
    top: 30px;
    left: -20px;
}

#operator>.cont2>.content {
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    #operator>.cont2 {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .hBalloon {
        height: 120px;
    }

    .balloon .ball {
        width: 120px;
        height: 120px;
    }

    .balloon .txt {
        top: -120px;
        width: 120px;
        height: 120px;
    }
}

#construction {
    background-color: #f5f5f5;
    padding: 50px 0;
}