html{
    font-size:100%;
}
body{
    color:#24292e;
    font-family:"Sawarabi gothic" ;
}
a{
    text-decoration:none;
}
p{
    font-size:1.3rem;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
    font-size: 1.2rem;
}

.menuBar{
    background-color:#5599c7;
    text-align:center;
}

.menuBar ul li{
    display: inline-block;
    width:140px;
    margin:0 ;
    padding-top: 20px;
    padding-bottom: 15px;
    cursor:pointer;
    transition:all 0.2s;
}

.menuBar ul li a{
    text-decoration:none;
    color:white;
    font-weight:100;
    font-size: 16px;
}

.active,
.menuBar ul li:hover{
    background-color:#73b5e0;
}

.subMenu-1{
    position: absolute;
    background-color:#5599c7;
    margin-top:0px;
    padding-top:20px;
    padding-bottom: 15px;
    display:none;
}

.menuBar ul li:hover .subMenu-1 {
    display:block;
}

.menuBar ul li:hover .subMenu-1 ul li{
    display:block;
    width:140px;
    border-bottom:1px dotted white;
}

.menuBar ul li:hover .subMenu-1 ul li:last-child{
    border: none;
}

.wrapper{
    max-width: 960px;
    margin: 0 auto 130px auto;
    font-size:0.9rem;
    padding: 0 4%;
}

.site-title{
    line-height:1px;
    font-weight:600;
    font-size:2.4rem;
}
.site-title a{
    color:#24292e;
}

.sec-title{
    font-size:1.5rem;
    text-align:center ;
    margin-bottom:65px;
}

/*header*/
#header{
    max-width: 960px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin: 0 auto;
    padding: 0 4%;
    height: 170px;
}

#header ul{
    display:flex;
    padding: 10px 0;
    align-items: center;
}

#header ul li{
    font-size:0.9rem;
    margin-left:30px;
}

#header ul li a{
    color:#24292e;
    transition: all 0.3s;
}

#header ul li a:hover{
    opacity:0.5;
}

#header ul li img.icon{
    width:30px;
}

.top img{
    width:100%;
 }
 
 
 .top p{
   font-size: 20rem;
    color:#fff; 
 }
 
 
 
 
 .top p {
   
    background:linear-gradient(to right,cornflowerblue, 70%, white);
   filter: Alpha(opacity=70);
   opacity: 0.7;
    font-size: 30px;
   line-height: 1;/*行高は1に*/
   padding: 10px 10px;/*文字周りの余白*/
   }


/*main*/
#main{
    margin-bottom: 80px;
}
#main img{
    width:100%;
    max-width: 1920px;
    height: 400px;
    object-fit:cover;
}

#about{
    text-align: center;
    margin-top: 20px;
    background-color: aliceblue;
    padding-top: 20px;
    padding-bottom: 20px;
}

#about p{
    text-align: left;
}

/*about*/
#about ul{
    margin-bottom: 30px;;
}

#about ul li:first-child{
    margin-bottom: 30px;
}

#about ul li{
    margin-bottom: 3px;
}

video{
    width: 100%;
    height:auto;
}


/*works*/
#works ul{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom: 50px;

}

#works ul li{
    width:31%;
    margin-bottom: 23px;
   
}



#works ul li img{
    cursor:pointer;
    transition:all 0.3s;
}

#works ul li img:hover{
    transform: scale(1.2,1.2);
    opacity:0.7;
}

/*news*/
#news dl{
    display:flex;
    flex-wrap: wrap;
    border-top:1px solid #c8c8c8;
    margin-bottom:20px;
}

#news dt{
    width:20%;
    border-bottom:1px solid #c8c8c8;
}

#news dd{
    width:80%;
    border-bottom : 1px solid  #c8c8c8;
    padding:15px;

}

/*messege*/
.m{
   
    flex-direction: column;
   
}



.box1 {
   width:;
   padding: 0.2em 1em;
    margin: 1em 1em;
    color: ;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    font-size: 1.2rem;
    display:flex;
    
}
.box1 p {

    margin: 0; 
    padding: 0;
  
}

.box1 img{
    margin:1em;
}

.box2 {
    width:;
    padding: 0.2em 1em;
    margin: 1em 1em;
    color:;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    font-size: 1.2rem;
    display:right;

}
.box2 p {

    margin: 0; 
    padding: 0;
    
}
.menu{
    margin: 0;
   
}
.menu2{
    background: #5599c7;/*背景色*/
    margin: 0;
    padding-bottom:1rem ;
    padding-top: 2rem;
   color:#fff;
  
}



.menu3{
    margin-bottom: 0;
  
  
}

.menu3 a{
    color:#fff;
    padding-left: 10px;
    padding-right:10px ;
    
}

.child {
    width:fit-content;
    color:#5599c7;
    margin: 0 auto;
  }
 
a{
    color:#191970;
}


/*sp*/
@media screen and (max-width:600px) {
    .site-title{
        margin-top: 20px;
    }

#header{
    flex-direction:column;
    height:auto;
    line-height:40px;
    margin-top: 20px;;
}

#header li{
    font-size: 0.8rem;
    margin-left: 20px;
}

#header li img.icon{
    width:20px;
    margin-top: 15px;
}
/*works*/
#works ul{
    flex-direction:column;
}

#works ul li{
    width:100%;
}

/*news*/
#news dl{
    flex-direction: column;
    
}

#news dt{
    width:100%;
    border-bottom: none;
    padding-bottom: 0;
}
#news dd{
    width: 100%;
    padding-top: 0;
}

/*contact*/
#contact dl{
    flex-direction: column;
}

#contact dt{
    width:100%;
    margin-bottom :5px;
}

#contact dd{
    width:100%;
}



/*sp*/
@media screen and (max-width:600px) {
    .site-title{
        margin-top: 20px;
    }

#header{
    flex-direction:column;
    height:auto;
    line-height:40px;
    margin-top: 20px;;
}

#header li{
    font-size: 0.8rem;
    margin-left: 20px;
}

#header li img.icon{
    width:20px;
    margin-top: 15px;
}




#name2{
    display: inline-block;
      text-align : left;
}

/* メディアクエリ設定 */
@media screen and (max-width: 768px) {
   
    .top p{
        width: 100%;
        font-size: 150%;
    }  
    
    #about iframe{
        width: 100%;
    }

    video{
        width: 100%;
        height:auto;
    }
}