@charset "UTF-8";
/* Reset iOS default styles */
input[type="submit"],
input[type="button"] {
  border-radius: 1;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  color: #fff;
  opacity: 0;
}

body.on {
  opacity: 100;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

b, strong, .bold {
  font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

a,
a:link,
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  padding-left: 1em;
}

.container {
  max-width: 1080px;
  margin: 80px auto auto auto;
  padding: 0 20px 0 20px;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-header {
  top: -100px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 0;
  z-index: 1024;
}

.site-header.fixed {
  position: fixed;
  top: 0px;
}

.site-header .site-brand {
  position: absolute;
  width: 100px;
  height: 80px;
  background: url("../images/spec-logo.svg") 0 0 no-repeat;
  background-size: contain;
  left: 30px;
  top: 30px;
}

.site-header .site-brand a {
  display: block;
}

.site-header .globalNav {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  width: 500px;
  line-height: 1;
}

.site-header .globalNav ul {
  width: 100%;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}

.site-header .globalNav ul li {
  list-style: none;
  display: table-cell;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.site-header .globalNav ul li a {
  color: #fff;
}

.site-header .globalNav ul li a:hover {
  text-decoration: none;
}

.site-header .globalNav ul li a .jp {
  font-size: 10px;
  font-weight: normal;
  margin-top: 5px;
}

.site-header .globalNav ul li.active a {
  color: #fc0e1c;
}

#site-footer {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#site-footer .copyright {
  font-size: 90%;
  color: #ddd;
}

.section {
  position: relative;
  background: transparent center center no-repeat;
  background-size: cover;
}

.section .container {
  width: 700px;
  margin: auto;
}

.section .container .label {
  float: left;
  width: 25%;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: .2em;
}

.section .container .content {
  float: left;
  width: 75%;
  line-height: 2;
}

.fp-bg {
  background-size: cover;
  background-position: center 80%;
}

.index .fp-controlArrow.fp-prev,
.index .fp-controlArrow.fp-next {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  opacity: 0.3;
}

.index .fp-controlArrow.fp-prev:hover,
.index .fp-controlArrow.fp-next:hover {
  opacity: 0.6;
}

.index .home .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 190px;
  line-height: 1;
  z-index: 512;
  text-align: center;
}

.index .home .box .logo {
  width: 100%;
  display: block;
  margin: auto;
}

.index .home .box .text {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 1.2em;
  letter-spacing: .2em;
  text-indent: .4em;
  white-space: nowrap;
}

.index .home .slide {
  background: url("../images/top1.jpg") center center no-repeat;
  background-size: cover;
}

.index .home .slide:nth-child(2) {
  background-image: url("../images/top2.jpg");
}

.index .home .slide:nth-child(3) {
  background-image: url("../images/top3.jpg");
}

.index .home .slide:nth-child(4) {
  background-image: url("../images/top4.jpg");
}

.index .home .fp-slidesNav ul {
  text-align: center;
}

.index .home .fp-slidesNav ul li a span {
  background: #ddd;
}

.index .service .fp-bg {
  background-image: url("../images/service.jpg");
}

.index .service .caption {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
}

.index .service ul {
  margin-bottom: 0;
  padding-left: 0;
}

.index .service ul li {
  line-height: 1.7;
  list-style: none;
  padding-left: 0;
}

.index .service ul li::before {
  content: '・';
}

.index .access {
  background: #000;
}

.index .access #map-view {
  width: 100%;
  height: 500px;
  margin: auto;
}

.index .access .google {
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  width: 200px;
  display: block;
  padding: .4em 0;
  margin: 2em auto 0 auto;
}

.index .access .google:hover {
  background: #fff;
  color: #000;
}

.index .about .fp-bg {
  background-image: url("../images/about.jpg");
}

.index .about::after {
  content: "";
  display: block;
  clear: both;
}

.index .about dl {
  width: 100%;
}

.index .about dl::after {
  content: "";
  display: block;
  clear: both;
}

.index .about dl dt {
  display: block;
  width: 30%;
  float: left;
  clear: left;
}

.index .about dl dd {
  float: left;
  width: 70%;
}

.index .about dl dd a {
  color: #fff;
}

.index .about dl dd div {
  line-height: 1.5;
}

.index .contact .fp-bg {
  background-image: url("../images/contact.jpg");
}

.index .contact .form-control {
  width: 100%;
  margin-bottom: .8em;
  border: none;
  padding: 4px 8px;
}

.index .contact textarea.form-control {
  height: 6em;
}

.index .contact .button {
  width: 100%;
  height: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 130%;
  font-weight: bold;
  border: none;
  background: #ccc;
}

.index .contact .button:hover {
  background: #222;
  color: #fff;
}

.index .contact a {
  text-decoration: underline;
}

.privacy {
  display: block;
  font-size: 90%;
  color: #222;
  padding: 15px;
}

.privacy .container {
  max-width: 600px;
  margin: auto;
}

.privacy .container h4 {
  margin-top: 2em;
}

.privacy .container ol, .privacy .container ul {
  margin-left: 1em;
}

.privacy .container ol ul, .privacy .container ul ul {
  margin-bottom: 1em;
}

.privacy .container a:link,
.privacy .container a:visited,
.privacy .container a:active {
  color: #00c;
  text-decoration: underline;
}

.privacy .container a:hover {
  color: #00c;
  text-decoration: none;
}

.privacy .container .company {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .site-header {
    height: 48px;
    background: #000;
  }
  .site-header .site-brand {
    position: absolute;
    width: 90px;
    height: 32px;
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
  }
  .site-header .globalNav {
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    display: none;
  }
  .site-header .globalNav ul li {
    display: block;
    border-top: solid .5px #fff;
    height: auto;
    margin: 0;
  }
  .site-header .globalNav ul li a {
    display: block;
    padding: 5px;
  }
  .site-header #menu-btn {
    z-index: 10001;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
  }
  .site-header #menu-btn .line {
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .site-header #menu-btn .line.line-1 {
    top: 22%;
  }
  .site-header #menu-btn .line.line-2 {
    top: 50%;
  }
  .site-header #menu-btn .line.line-3 {
    top: 78%;
  }
  .site-header #menu-btn:hover .line-1 {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
  .site-header #menu-btn:hover .line-3 {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
  }
  .site-header #menu-btn.active {
    background: transparent;
    border: none;
  }
  .site-header #menu-btn.active .line-1 {
    transform: translateY(9px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -moz-transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .site-header #menu-btn.active .line-2 {
    opacity: 0;
  }
  .site-header #menu-btn.active .line-3 {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  .section .container {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .section .container .label {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .section .container .content {
    float: none;
    width: 100%;
    line-height: 2;
  }
  .index .home .box {
    width: 320px;
    height: 100px;
  }
  .index .home .box .logo {
    width: 80%;
  }
  .index .home .box .text {
    font-size: 18px;
    margin-top: 1.2em;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .index .home .slide {
    background: url("../images/home.jpg") center center no-repeat;
    background-size: cover;
  }
  .index .home .slide:nth-child(2) {
    background-image: url("../images/home.jpg");
  }
  .index .home .slide:nth-child(3) {
    background-image: url("../images/home.jpg");
  }
  .index .service br {
    display: none;
  }
  .index .service ul {
    width: 100%;
  }
  .index .service ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .index .service ul li {
    width: 51%;
    float: left;
    font-size: 96%;
  }
  .index .service ul li:nth-child(even) {
    float: right;
    width: 49%;
  }
  .index .access #map-view {
    height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .site-header .globalNav {
    display: block !important;
  }
}
/*# sourceMappingURL=styles.css.map */