@media screen and (max-width:768px) {
    /*== ブレークポイント =============================================================================*/

    /*PC・SPでの非表示の切り替え--------------------------------------------------------*/
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }
    br.pc{
        display: none;
    }
    br.sp{
        display: inline;
    }
    
    
    /*ボタン*/
    .anm01:hover{
        opacity: 1.0;
    }
    /*--------------------------------------------------------------------------------*/
    
    
    
    /*共通マージン設定*/
    .mb1x1 {
        margin-bottom: 2rem !important;
    }
    .mb1x025 {
        margin-bottom: 1rem !important;
    }
    .mb1x05 {
        margin-bottom: 0.5rem !important;
    }
    .mb1x1_5 {
        margin-bottom: 1.5rem !important;
    }

    .mb1x2 {
        margin-bottom: 1rem !important;
    }
    .mb1x3 {
        margin-bottom: 0.5rem !important;
    }



    .pb1x1 {
        padding-bottom: 1rem !important;
    }


    .pt1x1 {
        padding-top: 1rem !important;
    }

    
    

    /* 共通 width 設定*/
    .widthsize01{
        width:  100vw;
        margin: 0 auto;
    }
    .widthsize02{
        width: 91.6vw;
        margin: 0 auto;
    }
    .widthsize03{
        width: 91.6vw;
        margin: 0 auto;
    }


    /* 共通文字サイズ設定*/
    html{
        font-size: 4.2vw;
        min-width: auto;
        overflow-x: hidden;
        width: 100%;
    }
    body{
        overflow-x: hidden;
        width: 100%;
        min-width: auto;
    }

    .text{
        margin: 0 auto;
        text-align: justify;
        line-height: 1.5rem;
        letter-spacing: 0.04rem;
    }
    .text p{
        margin-bottom: 0.7rem;
    }
    .text p:last-of-type{
        margin-bottom: 0;
    }




    .flexbox01{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flexbox01 > div{
        width:100%;
    }



    
    
    
    /*----------------------------------------------------------------------------*/
    
    
.mainbody {
   background: #fff;
} 
.mainwrap {
    width: 100vw;
    text-align: center;
    margin: auto;
}

.about {
    background: #fff;/*背景色*/
    width:  95vw;

}

.about .flexbox01 {
}

.about .image01 img {
        width: 95vw;
margin-left:  -0.4rem;
}

.about .image02 img {
        width: 95vw;
margin-left:  -0.4rem;
}



.about br {
}


    


    /*== ブレークポイント =============================================================================*/
}
