html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul, nav li {
  margin: 0;
}
nav ul, ul {
  list-style: none;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #aaa;
}
body {
  font-size: 87.5%;
  color: #aaa;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5em;
}
h2, h3, h4, dd, dt, li, p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 21px;
  color: #aaa;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  margin-left: 30px;
  margin-right: 30px;
}
.span1 {
  width: 200px;
}
#container, .inner {
  margin: 0 auto;
}
#container {
  clear: both;
}
.alt {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
}
.sp-arrow {
  background-repeat: no-repeat;
  background-size: contain;
}
.sp-next-arrow {
  background-image: url(img/arrow_go.png);
}
.sp-previous-arrow {
  background-image: url(img/arrow_back.png);
}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
  background-color: transparent;
}
.sp-buttons {
  position: absolute;
  bottom: 20px;
}

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}

/* header
--------------------------------------*/
header {
  position: fixed;
  top: 0;
  z-index: 10;
}
header h1 {
  margin-top: 42px;
  margin-left: 42px;
}
header h1 img {
  width: 80px;
  height: auto;
}

/* slider
--------------------------------------*/
.title-img2, .title-img3 {
  display: none;
}
.sp-layer {
  overflow-x: hidden;
}

/* top
--------------------------------------*/
.top {
  margin-top: 60px;
}
.s-img {
  width: 200px;
  height: 300px;
  margin-bottom: 56px;
  position: relative;
}
.s-img img {
  width: 200px;
}
.s-img .up {
  position: relative;
  z-index: 0;
}
.s-img .down {
  position: relative;
  top: -105px;
  right: 1px;
  z-index: 2;
}

/* company
--------------------------------------*/

/* スクロール用 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-touch-action: none;
}
body, ul, li {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  font-size: 12px;
  font-family: ubuntu, helvetica, arial;
  overflow: hidden;
}
#header {
  position: absolute;
  z-index: 2;
  top: 72px;
  left: 42px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #eee;
  font-size: 20px;
  font-weight: bold;
}
#footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4C4C4C;
  padding: 0;
}
#wrapper {
  position: absolute;
  z-index: 1;
  top: 35px;
  bottom: 35px;
  left: 0;
  width: 100%;
/*  overflow: hidden;*/
}
#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#header h2 img {
  width: auto;
  height: 10px;
}
.company #container {
  width: 600px;
  margin: 0 auto;
  padding: 70px 0 40px 0;
  text-align: left;
}
.sp-layer02 {
  background-color: #4C4C4C;
  color: #fff;
}
.section-officer {
  padding-bottom: 20px;
}

/* company-info */
.company .cnt .cnt-inner {
  width: 80%;
}
.company section {
  width: 85%;
  margin: 0 auto;
}
.company section:last-child {
  border-bottom: none;
}
.company h3 {
  margin-bottom: 20px;
}
.company dl {
  width: 100%;
}
.company dt {
  float: left;
  clear: left;
  width: 15%;
}
.company dd {
  float: left;
  width: 85%;
}
.company ul {
  margin-left: 15px;
  margin-bottom: 20px;
}
.company .btn-map {
  padding: 3px 5px 2px 5px;
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  cursor:pointer;
}
.company .btn-map:hover {
  opacity: 0.8;
}
hr {
  border: none;
  border-top: solid 1px #999;
  height: 1px;
  margin: 40px 0;
}

/* access
--------------------------------------*/
.sp-layer03 {
  margin: 0 6%;
  overflow: hidden;
}
.access #container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map-h2 {
  position: absolute;
  top: 72px;
  left: 42px;
  color: #000;
  line-height: 1;
  z-index: 100;
}
.map-h2 img {
  width: auto;
  height: 10px;
}
.map-info {
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: #fff;
  padding: 10px 10px;
}
#canvas_wrapper {
  position: relative;
  padding-top: 60%;
}
#canvas_wrapper img {
  max-width: none;
}
#map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* Custom Breakpoints */
/* 7 */
@media screen and (min-width:1835px) {
  #container {
    max-width: 1820px;
  }
    .s-img:nth-child(7n){
      margin-right: 0;
  }
    .s-img:nth-child(7n+1){
      margin-left: 35px;
  }
}
@media (min-width:1835px) and (min-height:1100px) {
  .top {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* 6 */
@media (min-width:1586px) and (max-width:1835px) {
  #container {
    max-width: 1570px;
  }
      .s-img:nth-child(6n){
      margin-right: 0;
  }
      .s-img:nth-child(6n+1){
      margin-left: 40px;
  }
  .col6 {
    display: none;
  }
}
@media (min-width:1586px) and (min-height:1100px) {
  .top {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* 5 */
  @media (min-width:1316px) and (max-width:1585px) {
    #container {
      max-width: 1300px;
    }
        .s-img:nth-child(5n){
      margin-right: 0;
  }
        .s-img:nth-child(5n+1){
      margin-left: 35px;
  }
    .col5 {
      display: none;
    }
  }
  /* 4 */
  @media (min-width:1071px) and (max-width:1315px) {
    #container {
      max-width: 1055px;
    }
        .s-img:nth-child(4n){
      margin-right: 0;
  }
        .s-img:nth-child(4n+1){
      margin-left: 40px;
  }
    .col4 {
      display: none;
    }
  }
  /* 3 */
  @media (min-width:796px) and (max-width:1070px) {
    #container {
      max-width: 780px;
    }
        .s-img:nth-child(3n){
      margin-right: 0;
  }
          .s-img:nth-child(3n+1){
      margin-left: 35px;
  }
  }
  /* 2 */
  @media (min-width:536px) and (max-width:796px) {
    .top #container {
      max-width: 520px;
    }
        .s-img:nth-child(2n){
      margin-right: 0;
  }

    .col21 {
      display: none;
    }
  }


  @media screen and (orientation:portrait) {
    #canvas_wrapper {
      padding-top: 80%;
    }
    .sp-layer03 {
      margin: 0 10%;
    }
  }
  @media screen and (orientation:landscape) {
    #canvas_wrapper {
      padding-top: 50%;
    }
  }

  /* smartphone
  --------------------------------------*/
  @media (max-width:768px) {
    header {
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
    }
    header h1 {
      margin-top: 35px;
      margin-left: 0;
    }

    /* arrows */
    .sp-next-arrow, .sp-previous-arrow {
      display: none;
    }
    .sp-buttons {
      bottom: 10px;
    }

    /* top */
    .sp-layer01 {
      overflow: hidden;
    }
    .top {
      margin-top: 0;
    }
    .sp-layer01 {
      overflow: hidden;
    }
    .top .cnt {
      position: absolute;
      top: 45%;
      left: 50%;
      width: 100%;
      height: 53%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .span1 {
      display: none;
    }
    .span1 {
      position: absolute;
      width: auto;
      height: auto;
      margin-bottom: 0;
      margin-right: 18.75%;
      margin-left: 18.75%;
    }
    .span1 img {
      width: 100%;
    }
    .s-img .down {
      position: absolute;
      top: 49%;
      right: 1px;
    }
    .span1:first-child {
      display: inherit;
    }

    /* company
    --------------------------------------*/
    #header {
      top: 0;
      left: 0;
    }
    .company #container {
      padding: 40px 0 30px 0;
      display: block;
      width: auto;
      margin-left: 10%;
      margin-right: 10%;
    }
    .company section {
      width: 100%;
    }
    .sp-layer02 h2 {
      display: none;
    }
    .company dt {
      width: 25%;
    }
    .company dd {
      width: 75%;
    }

    /* access
    --------------------------------------*/
    .map-h2 {
      display: none;
    }
    .sp-layer03 {
      margin: 0 0;
    }
    .access {
      height: 100%;
    }
    .access #container {
      height: 100%;
      padding: 0;
    }
    #canvas_wrapper {
      height: 100%;
    }
    #map-canvas {
      height: 100%;
    }
    .access {
      position: relative;
    }
    .map-info {
      width: 200px;
      left: 50%;
      margin-left: -100px;
      text-align: center;
      bottom: 50px;
    }
    .tell a {
      font-size: 14px;
      font-weight: bold;
      color: #000;
    }
  }