@charset "UTF-8";
/* CSS Document */
.kaisya_bg{
 /*   background-image: url("images/img1_03.jpg");
    background-repeat: no-repeat;
    background-position: right center;*/
}
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.4); 
    padding-top: 80px;
    padding-bottom: 80px;
}

/*代表者挨拶*/
.sub_contents2 {
    width: 100%;
    background-image: url("images/img1_03.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-color: #FFFFFF;
    }

/*------------------------------------------------
mobile
------------------------------------------------*/  

@media screen and (max-width: 768px){
    .sub_contents_w-bg {
    padding-top: 20px;
    padding-bottom: 30px;
}
}

