@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: 1rem !important;
    }
    .mb1x05 {
        margin-bottom: 2rem !important;
    }
    .mb1x1_5 {
        margin-bottom: 2rem !important;
    }
    .mb1x2 {
        margin-bottom: 0.5rem !important;
    }
    .mb1x3 {
        margin-bottom: 3.4rem !important;
    }
    .mb1x6 {
        margin-bottom: 2rem !important;
    }
    .mt1x1 {
        margin-top: 0rem !important;
    }
    .pb1x1 {
        padding-bottom: 1rem !important;
    }
    .pb1x2 {
        padding-bottom: 2rem !important;
    }
    .pb1x3 {
        padding-bottom: 1rem !important;
    }

    .pt1x1 {
        padding-top: 1rem !important;
    }
    .pt1x2 {
        padding-top: 2rem !important;
    }
    .pt1x3 {
        padding-top: 1rem !important;
    }

    

    /* 共通 width 設定*/
    .widthsize01{
        width: 95.8vw;
        margin: 0 auto;
    }
    .widthsize02{
        width: 91.6vw;
        margin: 0 auto;
    }
    .widthsize03{
        width: 91.6vw;
        margin: 0 auto;
    }
    .widthsize04{
        width: 91.6vw;
        margin: 0 auto;
    }
    
    .mb1x1_5 {
    width: 90vw;
}



    /* 共通文字サイズ設定*/
    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;
    }

    /*大きい文字だけを表示させるボックス*/
    .text_large{
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        text-decoration: underline;
        line-height: 1.5em;
    }


    .imagebox01{

    }
    .imagebox01 .img{
        margin-bottom: 1rem;
        border-radius: 50%;
        overflow: hidden;
    }
    .imagebox01 .img.square{
        border-radius: 0;
    }
    .imagebox01 .hx{
        background: #E6E6E6;
        line-height: 1.5em;
        text-align: justify;
        padding: 0.5rem 0.5rem 0.35rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .imagebox01 p a{
        color: #6f30d8;
        text-decoration: underline;
    }



    .flexbox01{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flexbox01 > div{
        width:100%;
    }
    
    .flexbox01 .imagebox01{
        width:49%;
        margin-bottom: 2.1vw;
    }
    .flexbox01 .imagebox01:nth-last-of-type(1),
    .flexbox01 .imagebox01:nth-last-of-type(2){
        margin-bottom: 0;
    }
    .flexbox01 .imagebox01 .img{

    }
    .flexbox01 .imagebox01 .hx{

    }
    .flexbox01 .imagebox01 .text{

    }

    
    /*----------------------------------------------------------------------------*/
    
    
    .main {
        background: #fff;
    }
    .mainbody {
        background: url(" ") #fff;
        width: 100%;
    }
    .mainwrap {
        width: 100%;
        text-align: center;
        margin: auto;
        padding-top: 0 !important; 
        padding-bottom: 0 !important;  
    }
    
    .gazo img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .gazo02 img{
        width: 100%;
        margin-bottom: 1rem;
    }

.doga iframe{
    width: 100%;
    height: 240px;
}
    
    .about02 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.2em !important;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);/*影*/
        padding: 0.4em 0.4em;/*0.8em 1.0em*/
    }
    .about02 .flexbox01 {
        margin: 0 auto;
    } 
     .about02 .image01 {
        width: 100vw;
         text-align: center;
         margin: 0 auto;
    }
     .about02 .image01 img {
        width: 88vw;
    }
     .about02 .image02 img {
        width: 88vw;
    }
    .btn03{
        width: 100vw;
        text-align: center;
    }
    .btn03 .image03 img {
            width: 78vw !important;
            margin: 0 !important;
        }



    /*----------------------------------------------------------------------------*/
    .block01 {
        padding: 0.5em 1em;
        margin: 1em 0;
    }

    .block01 p {
        margin: 0; 
        padding: 0.2em 0  0.1em;
        text-align:center;
        color:#ffffff;
        font-weight:bold;
    }
    
    
    
    /*----------------------------------------------------------------------------*/
    /*.select {
      font-size: 0.5rem;
      padding: 1.5rem 0 1rem;
      background-color: #fff;
      font-style: normal;
      margin-bottom: 2rem; 
    }
    */
    
    
    
    
    /*== ブレークポイント =============================================================================*/    

    }
