@charset "UTF-8";







.slider_t03,
.slider_t01,
        .slider_t02 {
            position: relative;
            opacity: 0;
        
            transition: opacity 1s,transform 0.75s;
            transform: translateY(20px);
          }
        
        
          .top_mesage02 {
            position: relative;
            margin-bottom: 100px;
        
          }
        
          .top_mesage02 img {
            width: 600px;
        }
        

article {

background: #e0eafa;

}

footer {

        margin-bottom: -30px;
}


.people_top {
    padding: 120px 0;
    background: #e0eafa;


        }
        .people_top .people_title01 {

            margin-bottom: 0px;
            opacity: 0;
        
        transition: opacity 1s,transform 0.75s;
        transform: translateY(20px);

        }
        .people_top .people_title01::before {
            content: none;

        }

  
        .people_top .people_title01 h2  {

/*            font-size: 3.2rem;*/
    text-align: center;
    color: #3074df;
        }
        .people_top .sub_tittle01 h4 {

            color: #3074df;
 
        }

        .people_top .sub_tittle01 {
            text-align: center;

        }


        .people_top .slider_01 {
    opacity: 1;
    transform: translateY(0px);


}

.people_txt p {

    text-align: center;
    font-size: 1.6rem;
}

.gundum {

    margin-top: 60px;
}

.gundum img {

    image-rendering:-webkit-optimize-contrast;

}


.gundum ul {


 column-count: 3;
 column-gap: 30px ;
}

.gundum ul li {
/*float: left;*/
        width: 100%;
        border-bottom: 0px solid;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 25px;
    margin-bottom: 50px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    height: 100%;
    page-break-inside: avoid;
  }

  .gundum ul li p {

    margin-top: 10px ;
    font-size: 1.3rem;
    text-align: justify;

  }

  .gundum ul li span {

    display: block;
    font-weight: normal;
  }

  .fl_box {

display: -webkit-box;

display: -ms-flexbox;

display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;

}

.fl_box div:nth-child(1) {

margin-right: 40px;
width: 25%;

}
.fl_box div:nth-child(1) img { 
width: 100px;


}


body .bg_01w {
    padding-bottom: 30px !important;
}


@media screen and (max-width: 989px) {






}





@media screen and (max-width: 767px) {


   body .gundum ul {


column-count: 1;
column-gap: 0px ;
}


body .gundum ul li {


    margin-bottom: 20px;
}

body .gundum ul li p {
margin-top: 5px ;

}

   body .people_txt p {

text-align: left;
font-size: 1.3rem;
}




    .people_top .people_title01 {

    margin-left: 0px;

    }
    

   body .people_top {

    padding: 60px 0;
   }

  


}



