@charset "utf-8";
/* CSS Document */
/*事業概要のCSS　start*/
.container{
filter:brightness(80%) contrast(80%); 
}
@media screen  and (min-width: 1201px) {
.container{
width: 100%;
height: 300px;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../imgs/slide5.jpg");
}
}
@media screen  and (max-width: 1200px) {
.container{
width: auto;
height: 300px;
background-image: url("../imgs/slide5.jpg");
background-position: center center;
}
}
/*事業概要のCSS　end*/
