/*  #mainImg
================================================ */
@media screen and (min-width: 600px) { #mainImg .img { background-image: url("../img/vision/img_mainimg01-pc.jpg"); } }

/*  #company
================================================ */
#company { background: #464646 url("../img/vision/bg_about01_sp.jpg") no-repeat center bottom; background-size: cover; }

#company .inner { padding-top: 50px; padding-bottom: 50px; }

#company .content { padding: 36px 25px 20px; color: #222; background: #fff; }

@media screen and (min-width: 600px) { #company { background-image: url("../img/vision/bg_about01_pc.jpg"); }
  #company .inner { padding-top: 100px; padding-bottom: 100px; }
  #company .content { padding: 70px 80px 65px; } }

/*  #access
================================================ */
#access .inner { padding-top: 45px; padding-bottom: 40px; }

#access .inner .content { margin-top: 20px; }

#access .inner .content .map { position: relative; width: 100%; padding-top: 75%; }

#access .inner .content .map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (min-width: 600px) { #access .inner { padding-top: 110px; padding-bottom: 120px; }
  #access .inner .content { margin-top: 42px; }
  #access .inner .content .map { width: 450px; padding-top: 15%; } }
