@charset "UTF-8";
/* -----------------------
   GENERAL/FONT 
----------------------- */
body{
font-family: "Yu Gothic", "Meiryo", sans-serif;
}
.section{
padding:80px 0;
}
.footer{
background:#222;
color:#aaa;
padding:30px 0;
text-align:center;
    }
/* -----------------------
   NAVBAR 
----------------------- */
.nav-item{font-weight:bold;}

/* -----------------------
   TOP PAGE 
----------------------- */
.hero{
position:relative;
padding:200px 0;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/* background:rgba(0,0,0,0.5); */
}

.hero{
background-image:url("/common/images/top/20171213-shutterstock_552686824.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}


