@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  font-weight: inherit;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #222;
  font-family: sans-serif;
  line-height: 1.5;
}

a {
  color: #0069ff;
}

img {
  max-width: 100%;
  vertical-align: top;
}

* {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.section {
  padding-top: 30px;
  padding-bottom: 90px;
}

.inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.divider {
  border-bottom: 2px solid #E1E1E1;
  max-width: 1230px;
  margin: 0 auto;
}

.top {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-utilities {
  height: 100vh;
  position: relative;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid black;
}

.top-utilities__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  height: auto;
}

.top-utilities__scroll {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10%;
  max-width: 50px;
  height: auto;
}

.hover {
  -webkit-transition: .25s;
  transition: .25s;
}

.hover:hover, .hover:focus {
  opacity: 0.2;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.company-utilities {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.company-utilities__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.company-utilities__info-h1 {
  width: 120px;
  padding-right: 80px;
}

.table {
  font-family: "リュウミン R-KL";
  font-size: .8em;
}

.table__header {
  padding: 15px;
}

.company-utilities__map {
  padding-top: 40px;
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin: 0 auto;
}

.company-utilities__map-iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -webkit-transition: all  0.7s ease;
  transition: all  0.7s ease;
}

.company-utilities__map-iframe:hover, .company-utilities__map-iframe:focus {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.footer-utilities {
  text-align: center;
}

.footer-utilities__copylight {
  font-size: .8em;
}

.fadein-logo {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.fadein-logo.is-show {
  opacity: 1;
}

.fadein-scroll {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fadein-scroll.is-show {
  opacity: 1;
}

.slidein-company,
.slidein-map {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 3s;
  transition: all 3s;
}

.slidein-company.is-show,
.slidein-map.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .company-utilities__info {
    display: block;
  }
  .company-utilities__info-h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .table__row {
    text-align: center;
  }
  .table__header {
    font-size: .9em;
    display: block;
    padding-bottom: 5px;
  }
  .table__text {
    display: block;
    padding: 0;
  }
  .table {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */