@media screen and (min-width: 1280px) {
  body {
    word-wrap: break-word;
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
  }
  .sp-only {
    display: none !important;
  }
  .top-mvbk {
    width: 100%;
  }
  .top-mvbk img {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 100px 0;
  }
  #topmv {
    position: relative;
    width: 100%;
  }
  #topmv #toplogo img {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 4;
    width: 65%;
    margin: 0 auto;
  }
  #topmv #toplogobk01 img {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 3;
    width: 70%;
  }
  #topmv #toplogobk02 img {
    position: absolute;
    top: 300px;
    right: -100px;
    z-index: 2;
    width: 70%;
  }
  #topmv #map iframe {
    position: absolute;
    top: 950px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 70%;
    padding-bottom: 100px;
    height: 600px;
  }
}/*# sourceMappingURL=pc.css.map */