.serviceHeadLine{
        font-size: calc(var(--font-size-15)*1);
        font-weight: bold;
        color:#ffffff;
        margin-bottom: var(--space-30);
        background: linear-gradient(180deg, rgba(249,188,141,1) 0%, rgba(214,0,0,1)100%);
        text-align: center;
        padding: var(--space-20);
    }

.serviceTitle{
    font-size: calc(var(--font-size-2)*1.5);
    font-weight: bold;
    color:#4a4a4a;
    margin-bottom: var(--space-30);
}
.service1Container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexR{
    flex-direction: row-reverse;
}
.serviceBoxL{
    width: 45%;
}
.serviceBoxL h3{
    padding: var(--space-20);
    color:var(--color-fff);
    font-weight: bold;
    font-size: var(--font-size-15);
    background: var(--color-000);
    text-align: center;
}
.atte{
    font-size: var(--font-size-75);
    text-align: right;
}
.serviceBoxL img{
    width: 100%;
    max-width: 200px;
}
.serviceBoxInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: var(--space-20);
    line-height: 1.5;
    font-weight: bold;
}

.serviceBoxR{
    width: 50%;
}
.serviceBoxR img{
    width: 100%;
}


.waveBg{
    background: url(../images/bg/mame.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 1000px;
    height: 500px;
    top: 400px;
    z-index: -1;
    left: -250px;
}




   /* ========================================================== */
   /* ==============  2023スマホ     768px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){
    .serviceTitle{
        font-size: calc(var(--font-size-2)*1);
        font-weight: bold;
        color:var(--color-navy);
        margin-bottom: var(--space-30);
    }
    .service1Container{
   flex-direction: column;
    }
    .atte{
        text-align: left;
    }
    .serviceBoxL{
        width: 100%;
    }
    .serviceBoxR{
        width: 100%;
    }
    /* === サポート ==== */
    .supportSec{
        width: 100%;
        margin-top: calc(var(--space-50)*1.5);
        margin-bottom: calc(var(--space-50)*1.5);
    }
    .supportSec h3{
        font-size: var(--font-size-17);
    }
    .supportBox{
        padding: var(--space-20);
    }
    .supportBox .no-en{
        font-size: var(--font-size-2);
        top: 15px;
    }
    .map{
        margin-top: calc(var(--space-50)*1.5);
    }
    .map img{
        width: 80%;
        margin: 0 auto;
    }
    
 
    
    }
     /* ========================================================== */
     /* ==============  2023スマホ     600px   ==================== */
     /* ========================================================== */
     @media screen and (max-width:600px){
        .serviceBoxInner{
        flex-direction: column;
        margin: var(--space-20) 0;
        }
     
        .serviceBoxInner img,
        .serviceBoxInner p{
        width: 100%;
        }
        .spContainer{
            display: flex;
            justify-content: space-between;
        }
        .supportContainer{
            flex-direction: column;
        }
        .supportBox{
            width: 100%;
            box-sizing: border-box;
            padding: var(--space-10);
        }
        .map .anna {
            padding: var(--space-20);
            max-block-size: max-content;
            width: 280px;
            margin: 0 auto;
            top: 20%;
            left: 0%;
            right: 0%;
            bottom: 0%;
        
        }
        .supportSec h3{
            font-size: var(--font-size-17);
        }

     }

     
