.bg{
background: url(../images/top/main.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
height: 100%;
position: relative;
box-sizing: border-box;
z-index: -2;
}
.gradColor{
background-image: linear-gradient(180deg, rgba(144, 245, 154, 0.6), rgba(4, 202, 255, 0.7));    position: absolute;
top: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
z-index: -1;
}

.reasonTextBox{
    width: 25%;
    border-radius: 10px;
    background: var(--color-fff);
    padding:var(--space-20);
    margin: var(--space-10);
    border-radius: 10px;
    box-sizing: border-box;
}
.reasonTextBox .imgBox{
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--color-mint-l);   
    padding: var(--space-20);
    box-sizing: border-box;
}
.reasonTextBox .reasonTitle,
.reasonTextBox .imgBox img{
    width: 50%;
}
.reasonTextBox .reasonTitle{
    font-size: var(--font-size-28);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.imgBox .no{
    font-size:var(--font-size-32);
}
.future{
    display: block;
    font-size: var(--font-size-24);
    background: var(--color-yellow);
}

   /* ========================================================== */
   /* ==============  2023スマホ     1024px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){

    .attenTextBox{
        width: 100%;
        padding-right:0;
        padding-bottom: var(--space-20);
    }
    .imgBox{
        width: 100%;
    }
    .reasonTextBox{
        width: 43.5%!important;
        max-width: 300px;
        /* margin: 0 auto 20px!important; */
    }
    .Container{
        margin-top: var(--space-50);
    }

    .pdt100{
        padding-top:var(--space-50);
    } 
    .pdb100{
        padding-top:var(--space-50);
    } 
    .pdt150{
        padding-top:var(--space-50);
    }
    
    
    
    
    }
    /* ========================================================== */
    /* ==============  2023スマホ     600px   ==================== */
    /* ========================================================== */
    @media screen and (max-width:600px){
        .Container{
            flex-direction: column;
            width: 100%;
            margin: 50px auto 0;
            }
        .pd0100{
            padding:0 !important;
        } 
        .reasonTextBox{
        width: 100%!important;
        margin: 0 auto 20px!important;
        }
        .w80{
            width: 80%;
        }
    }
    
    