@charset "UTF-8";
* {
  -webkit-text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, p, header, nav, main, footer, article, section, aside, dl, dt, dd, ul, li, ol, table, tr, th, td, tbody {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 1em;
  -ms-interpolation-mode: bicubic;
}

input[type=text], input[type=submit] {
  -webkit-border-radius: 0;
}

header, nav, menu, article, section, main, aside, footer {
  display: block;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #888;
  text-align: center;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.flexbox {
  display: flex;
}

.center {
  text-align: center;
}

.more {
  width: 100%;
}
.more a {
  display: block;
  width: 276px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #666;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.more a:hover {
  background: #000;
}

.topContent h2 {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.topContent h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.topContent .lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #4d4d4d;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 0s forwards;
          animation: fadeIn 1s ease-out 0s forwards;
}
header .site-id {
  width: auto;
  height: 80px;
  padding-left: 30px;
}
header .site-id img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
header .gNav {
  width: calc(100% - 100px);
  height: 100px;
}
header .gNav .spNav {
  display: none;
}
header .gNav nav {
  width: 100%;
  height: 100%;
}
header .gNav nav ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
}
header .gNav nav ul li {
  line-height: 100px;
  margin: 0 15px;
}
header .gNav nav ul li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  background: transparent;
}
header .gNav nav ul li a:hover span {
  display: block;
  width: 1px;
  height: 2px;
  background: #666;
  margin-top: -35px;
  -webkit-animation: navHover 0.3s linear 0s forwards;
          animation: navHover 0.3s linear 0s forwards;
}
header .gNav nav ul li:last-of-type {
  line-height: inherit;
  margin-right: 0;
}
header .gNav nav ul li:last-of-type a {
  background: #fff;
  color: #666;
  height: 100%;
  padding: 15px 10px;
}
header .gNav nav ul li:last-of-type a img {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
}

#floatHeader {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: fadeIn 0.5s ease-out 0s forwards;
          animation: fadeIn 0.5s ease-out 0s forwards;
  transition-duration: 0.5s;
}
#floatHeader.head-animation {
  transform: translateY(-300%);
  transition-duration: 0.5s;
}
#floatHeader .site-id {
  width: auto;
  height: 80px;
  padding: 0 0 0 15px;
}
#floatHeader .site-id img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
#floatHeader nav {
  height: 100px;
}
#floatHeader nav ul {
  display: flex;
  justify-content: flex-end;
}
#floatHeader nav ul li {
  margin: 0 15px;
}
#floatHeader nav ul li a {
  display: block;
  color: #666;
  line-height: 100px;
  height: 100%;
  font-size: 0.8rem;
  font-weight: bold;
}
#floatHeader nav ul li a:hover span {
  display: block;
  width: 1px;
  height: 2px;
  margin-top: -35px;
  background: #666;
  -webkit-animation: navHover 0.1s linear 0s forwards;
          animation: navHover 0.1s linear 0s forwards;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 0.4s;
  display: block;
  margin: 0 auto;
}

.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollDown {
  display: block;
  width: 100px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 2s forwards;
          animation: fadeIn 1s ease-out 2s forwards;
}
.scrollDown a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
.scrollDown a span {
  font-size: 0.9rem;
  color: #fff;
}
.scrollDown a .scroll-arrow {
  width: 3px;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scrollDown a .scroll-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 0 solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-animation: nextArrow 3s ease-out 1s infinite;
          animation: nextArrow 3s ease-out 1s infinite;
}

#top header {
  -webkit-animation: fadeIn 6s ease-out 10s forwards;
          animation: fadeIn 6s ease-out 10s forwards;
}
#top.visited header {
  -webkit-animation: fadeIn 3s ease-out 0.5s forwards;
          animation: fadeIn 3s ease-out 0.5s forwards;
}

.pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  opacity: 0;
  -webkit-animation: fadeIn 0s ease-in 0.3s forwards;
          animation: fadeIn 0s ease-in 0.3s forwards;
}
.pageTop a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 70px;
  background: #999;
  border-radius: 5px;
}
.pageTop a svg {
  fill: #fff;
  stroke-width: 3;
  width: 25px;
  height: 25px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.pageTop a:hover {
  background: #000;
}

#company article .linkTarget {
  position: absolute;
  top: -300px;
}

.item .linkTarget {
  position: absolute;
  top: -100px;
}

.open .linkTarget {
  position: absolute;
  top: -100px;
}

.innerContent .linkTarget {
  position: absolute;
  top: -100px;
}

.coverText {
  position: absolute;
  display: block;
  top: 100px;
  max-width: 500px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.coverText .coverTextWrap {
  position: relative;
  width: 100%;
  max-width: 1260px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.coverText .coverTextWrap .coverTextEffect {
  width: 100%;
  stroke: #808080;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 1425px;
  stroke-dashoffset: 1425px;
}

@-webkit-keyframes coverTextEffects {
  0% {
    stroke-dashoffset: 1425px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

@keyframes coverTextEffects {
  0% {
    stroke-dashoffset: 1425px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-webkit-keyframes navHover {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes navHover {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes moveRight {
  0% {
    background: 71bc;
    transform: scaleX(1);
    opacity: 1;
  }
  42% {
    background: 71bc;
    transform: scaleX(10000);
    opacity: 1;
  }
  70% {
    transform: scaleX(10000);
    opacity: 1;
    background: #fff;
  }
  100% {
    transform: scaleX(10000);
    opacity: 0;
    background: #fff;
  }
}
@keyframes moveRight {
  0% {
    background: 71bc;
    transform: scaleX(1);
    opacity: 1;
  }
  42% {
    background: 71bc;
    transform: scaleX(10000);
    opacity: 1;
  }
  70% {
    transform: scaleX(10000);
    opacity: 1;
    background: #fff;
  }
  100% {
    transform: scaleX(10000);
    opacity: 0;
    background: #fff;
  }
}
@-webkit-keyframes preEnd {
  0% {
    opacity: 1;
    visibility: visible;
  }
  40% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes preEnd {
  0% {
    opacity: 1;
    visibility: visible;
  }
  40% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes scaleImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes nextArrow {
  0% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}
@keyframes nextArrow {
  0% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes h1FadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  8% {
    opacity: 1;
    visibility: visible;
  }
  28% {
    opacity: 1;
    visibility: visible;
  }
  35% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes h1FadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  8% {
    opacity: 1;
    visibility: visible;
  }
  28% {
    opacity: 1;
    visibility: visible;
  }
  35% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes moveR {
  0% {
    opacity: 0;
    transform: translateX(200%);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(200%);
  }
}
@keyframes moveR {
  0% {
    opacity: 0;
    transform: translateX(200%);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(200%);
  }
}
@-webkit-keyframes moveL {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-200%);
  }
}
@keyframes moveL {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-200%);
  }
}
@-webkit-keyframes textIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes textIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes textReverseIn {
  0% {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes textReverseIn {
  0% {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(500%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(500%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-500%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-500%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes flowImgAnime {
  0% {
    top: 0;
  }
  100% {
    top: 90%;
  }
}
@keyframes flowImgAnime {
  0% {
    top: 0;
  }
  100% {
    top: 90%;
  }
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    display: block;
  }
  header .site-id {
    position: fixed;
    top: 10px;
    margin-bottom: 10px;
  }
  header .gNav .spNav {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    z-index: 99;
  }
  header .gNav .spNav span {
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #993c4b;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  header .gNav .spNav::before {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #4d4d4d;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  header .gNav .spNav::after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  header .gNav nav {
    position: fixed;
    right: 0;
    top: 70px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    transform: translateX(200%);
    transition: 0.5s;
  }
  header .gNav nav ul {
    display: block;
    width: 100%;
  }
  header .gNav nav ul li {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-bottom: 1px dashed #eee;
  }
  header .gNav nav ul li a {
    text-align: center;
    background: #fff;
    color: #4d4d4d;
    transition: all 1s;
  }
  header .gNav nav ul li a span {
    display: none;
  }
  header .gNav nav ul li a:hover {
    background: #4d4d4d;
    color: #fff !important;
  }
  header .gNav nav ul li a:hover span {
    display: none;
  }
  header .gNav nav ul li:last-of-type {
    line-height: 60px;
    margin: 0;
    background: #fff;
    border-bottom: 1px dashed #eee;
  }
  header .gNav nav ul li:last-of-type a {
    background: inherit;
    color: #4d4d4d;
    padding: 0;
  }
  header .gNav nav ul li:last-of-type a img {
    display: none;
  }
  header .gNav nav ul li:last-of-type a br {
    display: none;
  }
  header .gNav nav ul li:last-of-type a:hover {
    background: #4d4d4d;
    color: #fff;
  }
  header .gNav nav ul li:last-of-type a:hover span {
    display: none;
  }
  header.view .gNav .spNav span {
    background: transparent;
  }
  header.view .gNav .spNav::before {
    top: 0;
    transform: rotate(45deg);
  }
  header.view .gNav .spNav::after {
    bottom: 0px;
    transform: rotate(-45deg);
  }
  header.view .gNav nav {
    height: 100%;
    transform: translateX(0);
    transition: all 0.5s;
  }
  #floatHeader {
    display: none;
  }
  #top header {
    -webkit-animation: fadeIn 6s ease-out 0s forwards;
            animation: fadeIn 6s ease-out 0s forwards;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .topContent .lead {
    font-size: 14px;
  }
}
#top header .gNav nav ul li a.hover span {
  background: #fff;
}
#top main .preload {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  z-index: 99999999;
  -webkit-animation: preEnd 3s linear 7s forwards;
          animation: preEnd 3s linear 7s forwards;
}
#top main .preload span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0071bc;
  -webkit-animation: moveRight 4s linear 4s forwards;
          animation: moveRight 4s linear 4s forwards;
  z-index: 99999900;
}
#top main .preload .pre-svg {
  width: 70vh;
  height: 70vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
#top main #topMovie {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: scaleImg 4s linear 6s forwards;
          animation: scaleImg 4s linear 6s forwards;
}
#top main #topMovie::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg-line.png);
  background-repeat: repeat;
  -webkit-animation: scaleImg 4s linear 6s forwards;
          animation: scaleImg 4s linear 6s forwards;
}
#top main #topMovie .video-wrap iframe {
  width: 100%;
  margin: 0;
  z-index: -1;
}
#top main #topMovie .h1 span {
  font-size: 69px;
  position: absolute;
  top: 0;
  bottom: 60%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#top main #topMovie .h1 span:nth-of-type(1) {
  top: 0;
  height: 69px;
  -webkit-animation: h1FadeIn 20s ease-out 7.5s infinite;
          animation: h1FadeIn 20s ease-out 7.5s infinite;
}
#top main #topMovie .h1 span:nth-of-type(2) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 12.5s infinite;
          animation: h1FadeIn 20s ease-out 12.5s infinite;
}
#top main #topMovie .h1 span:nth-of-type(3) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 17.5s infinite;
          animation: h1FadeIn 20s ease-out 17.5s infinite;
}
#top main #topMovie .h1 span:nth-of-type(4) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 22.5s infinite;
          animation: h1FadeIn 20s ease-out 22.5s infinite;
}
#top main #topMovie .top-logo {
  display: block;
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  opacity: 0;
  -webkit-animation: fadeIn 3s linear 8s forwards;
          animation: fadeIn 3s linear 8s forwards;
}
#top main #topMovie .top-logo a {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  transition: all 1s;
}
#top main #topMovie .top-logo a svg {
  width: 100%;
  height: 100%;
}
#top main #topMovie .top-logo a:hover svg path {
  fill: #0071BC;
}
#top main #topMovie .top-logo p {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  padding: 30px 0 0;
  text-align: center;
}
#top main #topMovie .svgText {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
#top main #topMovie .svgText img {
  width: 100%;
  height: auto;
  display: block;
}
#top main #topMovie .svgText.svgText1 {
  width: 65%;
  height: auto;
  top: 18%;
  left: 30%;
  transform: translateX(200%);
  -webkit-animation: moveR 20s linear 8.5s infinite;
          animation: moveR 20s linear 8.5s infinite;
}
#top main #topMovie .svgText.svgText2 {
  width: 55%;
  height: auto;
  top: 67%;
  left: 38%;
  transform: translateX(200%);
  -webkit-animation: moveR 15s linear 10.5s infinite;
          animation: moveR 15s linear 10.5s infinite;
}
#top main #topMovie .svgText.svgText3 {
  width: 40%;
  height: auto;
  top: 75%;
  left: 25%;
  transform: translateX(-200%);
  -webkit-animation: moveL 18s linear 13s infinite;
          animation: moveL 18s linear 13s infinite;
}
#top main #topMovie .svgText.svgText4 {
  width: 40%;
  height: auto;
  top: 32%;
  left: 12%;
  transform: translateX(-200%);
  -webkit-animation: moveL 16s linear 11.5s infinite;
          animation: moveL 16s linear 11.5s infinite;
}
#top main #topMovie .nextScroll {
  display: block;
  bottom: 0;
  position: absolute;
  width: 65px;
  height: 120px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-animation: fadeIn 4s ease-in 2s forwards;
          animation: fadeIn 4s ease-in 2s forwards;
}
#top main #topMovie .nextScroll a {
  display: block;
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
#top main #topMovie .nextScroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  border-radius: 100%;
  transform: translateX(-50%);
}
#top main #topMovie .nextScroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(10%, -83%);
}
#top main #topMovie .nextScroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 61px;
  height: 61px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}
#top main #topMovie .nextScroll a:hover {
  color: #0071BC;
}
#top main #topMovie .nextScroll a:hover span {
  border: 3px solid #0071BC;
}
#top main #topMovie .nextScroll a:hover span::after {
  border-left: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
}
#top main #topMovie .nextScroll a:hover span::before {
  box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.1);
}
#top.visited main .preload {
  display: none;
}
#top.visited main #topMovie {
  -webkit-animation: scaleImg 1s linear 0s forwards;
          animation: scaleImg 1s linear 0s forwards;
}
#top.visited main #topMovie::before {
  -webkit-animation: scaleImg 1s linear 0s forwards;
          animation: scaleImg 1s linear 0s forwards;
}
#top.visited main #topMovie .h1 span:nth-of-type(1) {
  -webkit-animation: h1FadeIn 20s ease-out 0s infinite;
          animation: h1FadeIn 20s ease-out 0s infinite;
}
#top.visited main #topMovie .h1 span:nth-of-type(2) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 5s infinite;
          animation: h1FadeIn 20s ease-out 5s infinite;
}
#top.visited main #topMovie .h1 span:nth-of-type(3) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 10s infinite;
          animation: h1FadeIn 20s ease-out 10s infinite;
}
#top.visited main #topMovie .h1 span:nth-of-type(4) {
  height: 160px;
  -webkit-animation: h1FadeIn 20s ease-out 15s infinite;
          animation: h1FadeIn 20s ease-out 15s infinite;
}
#top.visited main #topMovie .top-logo {
  -webkit-animation: fadeIn 2s linear 0.5s forwards;
          animation: fadeIn 2s linear 0.5s forwards;
}
#top.visited main #topMovie p {
  -webkit-animation: fadeIn 2s linear 0.5s forwards;
          animation: fadeIn 2s linear 0.5s forwards;
}

.topWrapper {
  position: relative;
}
.topWrapper .flowImg2 {
  display: block;
  position: absolute;
  top: 25vh;
  right: 15px;
  opacity: 0;
}
.topWrapper .flowImg2 img {
  width: 70vw;
  height: auto;
}
.topWrapper.scrollin .flowImg2 {
  -webkit-animation: fadeIn 2s linear 3s forwards;
          animation: fadeIn 2s linear 3s forwards;
}

#topDesc {
  position: relative;
  width: 100%;
  padding: 0;
}
#topDesc.fadeIn .coverText {
  max-width: 1260px;
  width: 40%;
  top: 65px;
  left: 30px;
  transform: translateX(0);
  z-index: -1;
}
#topDesc.fadeIn .container {
  display: block;
  max-width: 1260px;
  margin: auto;
  padding: 140px 15px;
}
#topDesc.fadeIn .container h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 50px;
  transform: translateX(-500%);
}
#topDesc.fadeIn .container h2 span {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100px;
  transform: scaleX(1);
  transform-origin: right;
}
#topDesc.fadeIn .container h2 .br {
  display: inline;
}
#topDesc.fadeIn .container h3 {
  font-size: 34px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
  color: #000;
  transform: scaleX(0);
  transform-origin: left;
}
#topDesc.fadeIn .container h3 span {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100px;
  transform: scaleX(1);
  transform-origin: right;
}
#topDesc.fadeIn .container .lead {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#topDesc.fadeIn .container .lead.lead1 {
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
}
#topDesc.fadeIn .container .lead.lead1 span {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: right;
  z-index: 1;
}
#topDesc.fadeIn .container .lead.lead2 {
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
}
#topDesc.fadeIn .container .lead.lead2 span {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: right;
  z-index: 1;
}
#topDesc.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 4s ease-in 0s forwards;
          animation: coverTextEffects 4s ease-in 0s forwards;
}
#topDesc.svgin .container h2 {
  -webkit-animation: textIn 0s ease-in 0s forwards;
          animation: textIn 0s ease-in 0s forwards;
}
#topDesc.svgin .container h2 span {
  -webkit-animation: textReverseIn 1s ease-in 0.5s forwards;
          animation: textReverseIn 1s ease-in 0.5s forwards;
}
#topDesc.svgin .container h3 {
  -webkit-animation: textIn 0s ease-in 0s forwards;
          animation: textIn 0s ease-in 0s forwards;
}
#topDesc.svgin .container h3 span {
  -webkit-animation: textReverseIn 1s ease-in 1s forwards;
          animation: textReverseIn 1s ease-in 1s forwards;
  z-index: 1;
}
#topDesc.svgin .container .lead.lead1 {
  -webkit-animation: textIn 0s ease-in 0s forwards;
          animation: textIn 0s ease-in 0s forwards;
}
#topDesc.svgin .container .lead.lead1 span {
  -webkit-animation: textReverseIn 1s ease-in 1.5s forwards;
          animation: textReverseIn 1s ease-in 1.5s forwards;
}

#topPresentation {
  width: 100%;
  padding: 0;
  height: calc(30.5555555556vw + 100px);
  position: relative;
}
#topPresentation .presentation .topImg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
  transform: translateX(-500%);
  -webkit-animation: leftIn 1s ease-out 0s forwards;
          animation: leftIn 1s ease-out 0s forwards;
}
#topPresentation .presentation .topImg01 img {
  width: 100%;
  height: auto;
}
#topPresentation .presentation .container {
  position: relative;
  height: 27.7777777778vw;
}
#topPresentation .presentation .container .topTxt01 {
  position: absolute;
  top: 2.6vw;
  right: 15px;
  width: 60%;
  height: 60px;
  transform: translateX(500%);
}
#topPresentation .presentation .container .topTxt01 img {
  width: 100%;
  height: auto;
}
#topPresentation .presentation .container .topTxt02 {
  width: 40%;
  height: 60px;
  position: absolute;
  top: 7.5vw;
  right: 30%;
  transform: translateX(500%);
}
#topPresentation .presentation .container .topTxt02 img {
  width: 100%;
  height: auto;
}
#topPresentation .presentation .container .topTxt03 {
  width: 45%;
  height: 60px;
  position: absolute;
  top: 11vw;
  right: 15px;
  transform: translateX(500%);
}
#topPresentation .presentation .container .topTxt03 img {
  width: 100%;
  height: auto;
}
#topPresentation .presentation .container .topTxt04 {
  position: absolute;
  top: 14vw;
  right: 20%;
  width: 35%;
  height: 60px;
  transform: translateX(500%);
}
#topPresentation .presentation .container .topTxt04 img {
  width: 100%;
  height: auto;
}
#topPresentation h3 {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 21vw;
  right: 15%;
  color: #000;
  text-shadow: 0 0 5px #fff;
  transform: translateX(500%);
}
#topPresentation.scrollin .presentation .container .topTxt01 {
  -webkit-animation: rightIn 1s ease-out 0s forwards;
          animation: rightIn 1s ease-out 0s forwards;
}
#topPresentation.scrollin .presentation .container .topTxt02 {
  -webkit-animation: rightIn 1s ease-out 0.2s forwards;
          animation: rightIn 1s ease-out 0.2s forwards;
}
#topPresentation.scrollin .presentation .container .topTxt03 {
  -webkit-animation: rightIn 1s ease-out 0.4s forwards;
          animation: rightIn 1s ease-out 0.4s forwards;
}
#topPresentation.scrollin .presentation .container .topTxt04 {
  -webkit-animation: rightIn 1s ease-out 0.6s forwards;
          animation: rightIn 1s ease-out 0.6s forwards;
}
#topPresentation.scrollin h3 {
  -webkit-animation: rightIn 1s ease-out 0.8s forwards;
          animation: rightIn 1s ease-out 0.8s forwards;
}

#topWork {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#topWork.scrollin .flowImg {
  position: absolute;
  top: 10vh;
  display: block;
  -webkit-animation: flowImgAnime 30s linear 0s infinite;
          animation: flowImgAnime 30s linear 0s infinite;
}
#topWork.scrollin .flowImg img {
  width: 55vw;
  height: auto;
}
#topWork.scrollin .flexbox {
  justify-content: flex-start;
  align-items: flex-start;
}
#topWork.scrollin #topProcess {
  position: relative;
  margin-bottom: 80px;
}
#topWork.scrollin #topProcess .workImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: auto;
  width: auto;
  z-index: -1;
  transform: translateX(500%);
}
#topWork.scrollin #topProcess .workImg img {
  height: 100%;
  width: auto;
}
#topWork.scrollin #topProcess .container {
  height: 100%;
  padding: 0;
}
#topWork.scrollin #topProcess .container .process-menu {
  width: 300px;
}
#topWork.scrollin #topProcess .container .process-menu ul li {
  transform: translateX(-500%);
}
#topWork.scrollin #topProcess .container .process-menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
  padding: 15px 0 15px 48px;
}
#topWork.scrollin #topProcess .container .process-menu ul li a:hover {
  color: #0071BC;
  zoom: 1.05;
}
#topWork.scrollin #topProcess .container .process-menu ul li a:hover svg circle {
  fill: #0071BC;
}
#topWork.scrollin #topProcess .container .process-menu ul li a svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transform: rotate(270deg);
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#topWork.scrollin #topProcess .container .process-menu ul li a svg circle {
  fill: #4d4d4d;
}
#topWork.scrollin #topProcess .container .process-text {
  width: calc((100% - 300px) * 0.7);
  padding: 20px;
  transform: translateX(-500%);
  background: rgba(255, 255, 255, 0.6);
}
#topWork.scrollin #topProcess .container .process-text .process-content {
  display: none;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select {
  display: block;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select .lead {
  margin-bottom: 15px;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul {
  margin: 30px 0 20px;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open {
  display: block;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  overflow: hidden;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .processOpenBtn {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .processOpenBtn svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .processOpenBtn svg circle {
  fill: #4d4d4d;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .processOpenBtn:hover {
  color: #0071BC;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .processOpenBtn:hover svg circle {
  fill: #0071BC;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .open-content {
  display: none;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .open-content li {
  color: #4d4d4d;
  overflow: hidden;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open .open-content li img {
  float: left;
  display: inline-block;
  width: 30%;
  margin-right: 30px;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .processOpenBtn {
  color: #0071BC;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .processOpenBtn svg {
  transform: rotate(180deg);
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .processOpenBtn svg circle {
  fill: #0071BC;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .open-content {
  display: block !important;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .open-content li .list-ico {
  display: block;
  width: 30%;
  height: auto;
  background: none;
  float: left;
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .open-content li .list-ico img {
  width: 85%;
  height: auto;
  transform: rotate(0deg);
}
#topWork.scrollin #topProcess .container .process-text .process-content.select ul .open.opened .open-content li span {
  display: block;
  width: 69%;
  font-weight: normal;
  font-size: 0.9rem;
}
#topWork.scrollin #topProcess .workImg {
  -webkit-animation: rightIn 1s ease-out 0.9s forwards;
          animation: rightIn 1s ease-out 0.9s forwards;
}
#topWork.scrollin #topProcess .container .process-text {
  -webkit-animation: leftIn 1s ease-out 0.9s forwards;
          animation: leftIn 1s ease-out 0.9s forwards;
}
#topWork.scrollin #topProcess .container .process-menu ul li.current-menu {
  background: #efefef;
}
#topWork.scrollin #topProcess .container .process-menu ul li.current-menu a {
  color: #0071BC;
}
#topWork.scrollin #topProcess .container .process-menu ul li.current-menu a svg circle {
  fill: #0071BC;
}
#topWork.scrollin #topProcess .container .process-menu ul li:nth-of-type(1) {
  -webkit-animation: leftIn 1s ease-out 0s forwards;
          animation: leftIn 1s ease-out 0s forwards;
}
#topWork.scrollin #topProcess .container .process-menu ul li:nth-of-type(2) {
  -webkit-animation: leftIn 1s ease-out 0.3s forwards;
          animation: leftIn 1s ease-out 0.3s forwards;
}
#topWork.scrollin #topProcess .container .process-menu ul li:nth-of-type(3) {
  -webkit-animation: leftIn 1s ease-out 0.6s forwards;
          animation: leftIn 1s ease-out 0.6s forwards;
}

#topService {
  width: 100%;
  margin-bottom: 130px;
}
#topService .container {
  height: 100%;
}
#topService .container .lead {
  max-width: 700px;
  padding: 10px;
  margin: 0 auto 50px;
  text-align: left;
}
#topService .container .serviceLink {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#topService .container .serviceLink div {
  width: 118px;
  margin: 0 10px;
  transform: translate(1000%);
}
#topService .container .serviceLink div a {
  display: block;
  text-align: center;
  line-height: 0.5;
  transition: all 0.5s;
}
#topService .container .serviceLink div a span {
  position: relative;
  display: block;
  width: 118px;
  height: 118px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
#topService .container .serviceLink div a span .link-ico {
  display: block;
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-30px) translateY(-30px);
}
#topService .container .serviceLink div a span .hover-ico {
  display: block;
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-30px) translateY(200px);
}
#topService .container .serviceLink div a:hover span {
  z-index: 1;
}
#topService .container .serviceLink div a:hover span .link-ico {
  transform: translateX(-30px) translateY(200px);
  z-index: 999;
}
#topService .container .serviceLink div a:hover span .hover-ico {
  transform: translateX(-30px) translateY(-30px);
  transition: 0.3s;
  z-index: 999;
}
#topService .container .serviceLink div a:hover span::after {
  content: "";
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(0);
}
#topService .coverText {
  top: -30px;
  left: 30px;
  z-index: -1;
  max-width: 500px;
  width: 98%;
  transform: translateX(0);
}
#topService .coverText .coverTextWrap {
  width: 100%;
}
#topService.scrollin .container .serviceLink div:nth-of-type(1) {
  -webkit-animation: rightIn 0.5s ease-out 0.6s forwards;
          animation: rightIn 0.5s ease-out 0.6s forwards;
}
#topService.scrollin .container .serviceLink div:nth-of-type(2) {
  -webkit-animation: rightIn 0.5s ease-out 0.9s forwards;
          animation: rightIn 0.5s ease-out 0.9s forwards;
}
#topService.scrollin .container .serviceLink div:nth-of-type(3) {
  -webkit-animation: rightIn 0.5s ease-out 1.2s forwards;
          animation: rightIn 0.5s ease-out 1.2s forwards;
}
#topService.scrollin .container .serviceLink div:nth-of-type(4) {
  -webkit-animation: rightIn 0.5s ease-out 1.5s forwards;
          animation: rightIn 0.5s ease-out 1.5s forwards;
}
#topService.scrollin .container .serviceLink div:nth-of-type(5) {
  -webkit-animation: rightIn 0.5s ease-out 1.8s forwards;
          animation: rightIn 0.5s ease-out 1.8s forwards;
}
#topService.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 1s forwards;
          animation: coverTextEffects 3s ease-in 1s forwards;
}

#topContact {
  width: 100%;
  background-image: url(../images/top-img03.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 520px 0 0;
  position: relative;
}
#topContact.scrollin .container {
  position: relative;
  background: #fff;
  max-width: 100% !important;
  padding: 100px 0;
}
#topContact.scrollin .container h3 {
  margin-bottom: 120px;
}
#topContact.svgin .coverText {
  top: 40%;
  max-width: 1260px;
}
#topContact.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 1.5s forwards;
          animation: coverTextEffects 3s ease-in 1.5s forwards;
}

footer {
  border-top: 1px solid #666;
  padding: 0;
  font-size: 0.8rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
footer .container .footer-contact {
  width: 200px;
}
footer .container .footer-contact p a svg {
  width: 80px;
  height: 50px;
  padding: 5px 20px;
  fill: #4d4d4d;
}
footer .container .footer-contact p a:hover svg {
  fill: #0071BC;
}
footer .container .footer-address {
  width: 200px;
}
footer .container .footer-sitemap {
  width: calc(100% - 420px);
  text-align: right;
}
footer .container .footer-sitemap ul {
  display: inline-block;
}
footer .container .footer-sitemap ul li:hover {
  color: #0071BC;
}
footer .copyright {
  width: 100%;
  background: #efefef;
}
footer .copyright .container p {
  display: inline-block;
  width: calc(100% - 280px);
}
footer .copyright .container p img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
footer .copyright .container p small {
  margin-left: 10px;
}
footer .copyright .container ul {
  width: 200px;
  display: inline;
}
footer .copyright .container ul li {
  display: inline;
}
footer .copyright .container ul li a {
  font-size: 0.8rem;
  line-height: 40px;
  padding: 0 20px;
}
footer .copyright .container ul li:hover {
  color: #0071BC;
}
footer .copyright .container .null-box {
  display: inline;
  width: 80px;
}

#business header .gNav nav ul li a,
#solution header .gNav nav ul li a,
#company header .gNav nav ul li a,
#contact header .gNav nav ul li a,
#privacy header .gNav nav ul li a,
#policy header .gNav nav ul li a,
#thanks header .gNav nav ul li a,
#error header .gNav nav ul li a {
  color: #4d4d4d;
}
#business header .gNav nav ul li:last-of-type a,
#solution header .gNav nav ul li:last-of-type a,
#company header .gNav nav ul li:last-of-type a,
#contact header .gNav nav ul li:last-of-type a,
#privacy header .gNav nav ul li:last-of-type a,
#policy header .gNav nav ul li:last-of-type a,
#thanks header .gNav nav ul li:last-of-type a,
#error header .gNav nav ul li:last-of-type a {
  background: #666;
  color: #fff;
}

#mainCopy {
  padding: 0 0 0 15px;
}
#mainCopy .title {
  font-size: 24px;
  max-width: 1260px;
  margin: 80px auto 0;
  text-align: left;
}
#mainCopy h1 {
  font-size: 38px;
  margin: 0 auto 20px;
  color: #000;
  max-width: 1260px;
  text-align: left;
}
#mainCopy h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}

.visual {
  width: 100%;
  height: 28.6458333333vw;
  position: relative;
}
.visual .container .top-txt {
  position: absolute;
}
.visual .container .top-txt img {
  width: 100%;
  height: auto;
}
.visual .container .top-txt.topTxt01 {
  width: 66%;
  left: 5%;
  top: 15%;
}
.visual .container .top-txt.topTxt02 {
  width: 44%;
  left: 0;
  top: 35%;
}
.visual .container .top-txt.topTxt03 {
  width: 53%;
  left: 16%;
  top: 50%;
}
.visual .container .top-txt.topTxt04 {
  width: 40%;
  left: 5%;
  top: 63.6%;
}
.visual h2 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  text-shadow: 0 0 3px #000;
}
.visual h2 span {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.visual#businessVisual {
  background: url(../images/business-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}
.visual#businessVisual::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg-line.png);
  background-repeat: repeat;
}
.visual#businessVisual .container {
  position: relative;
  height: 27.7777777778vw;
}
.visual#businessVisual .container .businessTxt01 {
  position: absolute;
  top: 2.6vw;
  right: 5%;
  width: 80%;
  height: 60px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0s forwards;
          animation: rightIn 1s ease-out 0s forwards;
}
.visual#businessVisual .container .businessTxt01 img {
  width: 100%;
  height: auto;
}
.visual#businessVisual .container .businessTxt02 {
  width: 30%;
  height: 60px;
  position: absolute;
  top: 7.5vw;
  left: 5%;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.2s forwards;
          animation: rightIn 1s ease-out 0.2s forwards;
}
.visual#businessVisual .container .businessTxt02 img {
  width: 100%;
  height: auto;
}
.visual#businessVisual .container .businessTxt03 {
  width: 60%;
  height: 60px;
  position: absolute;
  top: 22vw;
  right: 8%;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.8s forwards;
          animation: rightIn 1s ease-out 0.8s forwards;
}
.visual#businessVisual .container .businessTxt03 img {
  width: 100%;
  height: auto;
}
.visual#businessVisual .container .businessTxt04 {
  position: absolute;
  top: 18vw;
  left: 10%;
  width: 45%;
  height: 60px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.6s forwards;
          animation: rightIn 1s ease-out 0.6s forwards;
}
.visual#businessVisual .container .businessTxt04 img {
  width: 100%;
  height: auto;
}
.visual#businessVisual .container .businessTxt05 {
  position: absolute;
  top: 11vw;
  right: 15%;
  width: 30%;
  height: 60px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.4s forwards;
          animation: rightIn 1s ease-out 0.4s forwards;
}
.visual#businessVisual .container .businessTxt05 img {
  width: 100%;
  height: auto;
}
.visual#solutionVisual {
  background: url(../images/solution-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  background-position: 60%;
}
.visual#solutionVisual .container {
  position: relative;
  height: 27.7777777778vw;
}
.visual#solutionVisual .container .solutionTxt01 {
  position: absolute;
  top: 4vw;
  right: 15px;
  width: 60%;
  height: 60px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0s forwards;
          animation: rightIn 1s ease-out 0s forwards;
}
.visual#solutionVisual .container .solutionTxt01 img {
  width: 100%;
  height: auto;
}
.visual#solutionVisual .container .solutionTxt02 {
  width: 45%;
  height: 60px;
  position: absolute;
  top: 10vw;
  right: 45%;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.2s forwards;
          animation: rightIn 1s ease-out 0.2s forwards;
}
.visual#solutionVisual .container .solutionTxt02 img {
  width: 100%;
  height: auto;
}
.visual#solutionVisual .container .solutionTxt03 {
  width: 45%;
  height: 60px;
  position: absolute;
  top: 15vw;
  right: 15px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.4s forwards;
          animation: rightIn 1s ease-out 0.4s forwards;
}
.visual#solutionVisual .container .solutionTxt03 img {
  width: 100%;
  height: auto;
}
.visual#solutionVisual .container .solutionTxt04 {
  position: absolute;
  top: 19vw;
  right: 30%;
  width: 40%;
  height: 60px;
  transform: translateX(-500%);
  -webkit-animation: rightIn 1s ease-out 0.6s forwards;
          animation: rightIn 1s ease-out 0.6s forwards;
}
.visual#solutionVisual .container .solutionTxt04 img {
  width: 100%;
  height: auto;
}
.visual#companyVisual {
  background: url(../images/company-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  background-position: 0;
}
.visual#companyVisual .container {
  padding: 50px 15px 15px;
}
.visual#companyVisual .container ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 480px;
  height: 120px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.visual#companyVisual .container ul li {
  width: 100px;
  height: 100px;
  margin: 0 10px;
  position: relative;
}
.visual#companyVisual .container ul li a {
  display: block;
  height: 100%;
}
.visual#companyVisual .container ul li a img {
  width: 100px;
  height: 100px;
  display: block;
}
.visual#companyVisual .container ul li a span {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.visual#companyVisual .container ul li a:hover {
  /*transform: scale(1.05);*/
  filter: drop-shadow(0 0 10px #fff);
}
.visual#contactVisual {
  background: url(../images/contact-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.visual#errorVisual {
  background: #fff;
}
.visual#privacyVisual {
  background: url(../images/privacy-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.visual#policyVisual {
  background: url(../images/policy-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

#business main .businessMenu {
  background: #666;
}
#business main .businessMenu .detailMenu {
  max-width: 1260px;
  width: 100%;
  padding: 50px 10px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
#business main .businessMenu .detailMenu li {
  width: 190px;
  height: 190px;
}
#business main .businessMenu .detailMenu li a {
  display: block;
  height: 100%;
  border-radius: 50%;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  transition: all 2s;
}
#business main .businessMenu .detailMenu li a img {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}
#business main .businessMenu .detailMenu li a span {
  position: absolute;
  left: 0;
  top: 120px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
#business main .businessMenu .detailMenu li a:hover::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background: radial-gradient(rgba(255, 255, 255, 0.6), transparent);
  content: "";
}
#business main #businessContent {
  background: #666;
}
#business main #businessContent .businessInner {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
#business main #businessContent .businessInner .innerText {
  width: 50%;
}
#business main #businessContent .businessInner .innerText .text {
  max-width: 630px;
  width: 100%;
  padding: 30px 50px;
}
#business main #businessContent .businessInner .innerText .text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
#business main #businessContent .businessInner .innerText .text h4 {
  font-size: 20px;
  color: #fff;
  margin: 20px 0 0;
  font-weight: normal;
}
#business main #businessContent .businessInner .innerText .text p {
  font-size: 16px;
  color: #fff;
}
#business main #businessContent .businessInner .innerText .text p.note {
  font-size: 14px;
  margin: 10px 0;
}
#business main #businessContent .businessInner .innerText .text p.note a {
  color: #0ff;
}
#business main #businessContent .businessInner .innerText .text p.note a:hover {
  color: #0ac;
}
#business main #businessContent .businessInner .innerImg {
  width: 50%;
  display: block;
}
#business main #businessContent .businessInner .innerImg img {
  width: 100%;
  height: auto;
}
#business main #businessContent .businessInner:nth-of-type(even) {
  justify-content: flex-start;
  flex-direction: row;
}
#business main #businessContent .businessInner:nth-of-type(even) .innerText .text {
  margin: 0 0 0 auto;
}
#business main #businessContent .businessInner#phone {
  position: relative;
}
#business main #businessContent .businessInner#phone #phoneTarget {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
}
#business main #businessContent .businessInner#nw {
  position: relative;
}
#business main #businessContent .businessInner#nw #nwTarget {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
}
#business main #businessContent .businessInner#elec {
  position: relative;
}
#business main #businessContent .businessInner#elec #elecTarget {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
}
#business main #businessContent .businessInner#camera {
  position: relative;
}
#business main #businessContent .businessInner#camera #cameraTarget {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
}
#business main #businessContent .businessInner#sound {
  position: relative;
}
#business main #businessContent .businessInner#sound #soundTarget {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
}
#business main #businessPlan.fadeIn {
  margin-bottom: 100px;
}
#business main #businessPlan.fadeIn h2 {
  width: 100%;
  padding: 100px 0;
  font-size: 38px;
  line-height: 1.3;
  font-weight: bold;
}
#business main #businessPlan.fadeIn h2 span {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: bold;
}
#business main #businessPlan.fadeIn h2 span::after {
  content: "\a";
  white-space: pre;
}
#business main #businessPlan.fadeIn .plan {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
#business main #businessPlan.fadeIn .plan .planImg {
  width: 50%;
  transform: translateX(500%);
  opacity: 0;
}
#business main #businessPlan.fadeIn .plan .planImg img {
  width: 100%;
}
#business main #businessPlan.fadeIn .plan .planImg:nth-of-type(even) {
  transform: translateX(-500%);
}
#business main #businessPlan.fadeIn .plan .planText {
  width: 50%;
  transform: translateX(-500%);
  opacity: 0;
}
#business main #businessPlan.fadeIn .plan .planText .text {
  width: 100%;
  max-width: 630px;
  padding: 30px 50px;
}
#business main #businessPlan.fadeIn .plan .planText .text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
#business main #businessPlan.fadeIn .plan .planText .text p {
  font-size: 16px;
  color: #4d4d4d;
}
#business main #businessPlan.fadeIn .plan:nth-of-type(even) {
  justify-content: flex-start;
  flex-direction: row;
}
#business main #businessPlan.fadeIn .plan:nth-of-type(even) .planText .text {
  margin: 0 0 0 auto;
}
#business main #businessPlan.scrollin .plan .planText {
  -webkit-animation: leftIn 1s ease-out 0s forwards;
          animation: leftIn 1s ease-out 0s forwards;
}
#business main #businessPlan.scrollin .plan .planImg {
  -webkit-animation: rightIn 1s ease-out 0s forwards;
          animation: rightIn 1s ease-out 0s forwards;
}
#business main #businessPlan.scrollin .plan.plan2 .planText {
  -webkit-animation: rightIn 1s ease-out 0.6s forwards;
          animation: rightIn 1s ease-out 0.6s forwards;
}
#business main #businessPlan.scrollin .plan.plan2 .planImg {
  -webkit-animation: leftIn 1s ease-out 0.6s forwards;
          animation: leftIn 1s ease-out 0.6s forwards;
}
#business main #businessPlan.scrollin .plan.plan3 .planText {
  -webkit-animation: rightIn 1s ease-out 1.2s forwards;
          animation: rightIn 1s ease-out 1.2s forwards;
}
#business main #businessPlan.scrollin .plan.plan3 .planImg {
  -webkit-animation: leftIn 1s ease-out 1.2s forwards;
          animation: leftIn 1s ease-out 1.2s forwards;
}

#businessContact {
  width: 100%;
  background-image: url(../images/business-contact.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 520px 0 0;
  position: relative;
}
#businessContact.fadeIn .container {
  position: relative;
  background: #fff;
  max-width: 100% !important;
  padding: 100px 0;
}
#businessContact.fadeIn .container h3 {
  margin-bottom: 120px;
}
#businessContact.fadeIn .container .coverText {
  top: 40%;
  max-width: 1260px;
}
#businessContact.fadeIn .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: none;
          animation: none;
}
#businessContact.svgin .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 0.5s forwards;
          animation: coverTextEffects 3s ease-in 0.5s forwards;
}

#totalOrder {
  position: relative;
  margin-bottom: 100px;
}
#totalOrder h2 {
  font-size: 38px;
  font-weight: bold;
  padding: 140px 0 20px;
}
#totalOrder .lead {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#totalOrder .construction {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1260px;
  margin: 50px auto;
}
#totalOrder .construction .construction-item {
  width: 150px;
  height: 150px;
}
#totalOrder .construction .construction-item img {
  width: 100%;
  height: 100%;
  display: block;
}
#totalOrder .onestopWrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  margin: 100px auto 0;
}
#totalOrder .onestopWrapper .eachOrder {
  width: 46%;
}
#totalOrder .onestopWrapper .eachOrder h3 {
  font-size: 28px;
  text-align: center;
  background: #666;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}
#totalOrder .onestopWrapper .eachOrder p {
  font-size: 16px;
  color: #4d4d4d;
  text-align: center;
  height: 60px;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderMap {
  width: 100%;
  margin-bottom: 50px;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderMap img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderText {
  padding: 15px;
  width: 100%;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderText .lead {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderText .eachOrderDemerit li {
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}
#totalOrder .onestopWrapper .eachOrder .eachOrderText .eachOrderDemerit li i {
  font-size: 20px;
  margin-right: 10px;
}
#totalOrder .onestopWrapper .order-arrow {
  width: 6%;
  height: auto;
  padding-top: 300px;
}
#totalOrder .onestopWrapper .order-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
#totalOrder .onestopWrapper .totalOrder {
  width: 46%;
}
#totalOrder .onestopWrapper .totalOrder h3 {
  font-size: 28px;
  text-align: center;
  background: #666;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}
#totalOrder .onestopWrapper .totalOrder p {
  font-size: 16px;
  color: #4d4d4d;
  height: 60px;
  text-align: center;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderMap {
  width: 100%;
  margin-bottom: 50px;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderMap img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderText {
  padding: 15px;
  width: 100%;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderText .lead {
  width: 100%;
  font-size: 16px;
  height: auto;
  margin-bottom: 30px;
  text-align: left;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderText ul.totalOrderMerit li {
  font-size: 20px;
  font-weight: bold;
  color: #0071BC;
}
#totalOrder .onestopWrapper .totalOrder .totalOrderText ul.totalOrderMerit li i {
  font-size: 20px;
  margin-right: 10px;
}
#totalOrder .coverText {
  width: 100%;
  max-width: 800px;
  top: 65px;
  right: 15px;
}
#totalOrder .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s linear 2.5s forwards;
          animation: coverTextEffects 3s linear 2.5s forwards;
}

#totalSupport {
  padding-bottom: 100px;
  position: relative;
  background: #efefef;
}
#totalSupport.fadeIn h2 {
  padding: 160px 0 80px;
  font-size: 38px;
  color: #000;
}
#totalSupport.fadeIn .supportMenu {
  width: 860px;
  margin: 0 auto 60px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  height: 252px;
}
#totalSupport.fadeIn .supportMenu li {
  width: 252px;
  height: 252px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#totalSupport.fadeIn .supportMenu li a {
  display: block;
  height: 100%;
}
#totalSupport.fadeIn .supportMenu li a img {
  width: 100%;
  height: 100%;
  display: block;
}
#totalSupport.fadeIn .supportMenu li a span {
  font-size: 16px;
  width: 100%;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 42%;
}
#totalSupport.fadeIn .supportMenu li a:hover span {
  transform: translateY(-100%);
  transition: all 0.5s;
}
#totalSupport.fadeIn .item {
  position: relative;
  width: 640px;
  padding: 0 10px;
  margin: 0 auto;
}
#totalSupport.fadeIn .item h3 {
  color: #666;
  font-size: 29px;
}
#totalSupport.fadeIn .item p {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 35px;
  text-align: left;
}
#totalSupport.fadeIn .arrow img {
  width: 56px;
  height: 56px;
  display: block;
  margin: 35px auto;
}
#totalSupport.fadeIn .coverText {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 98%;
  max-width: 1260px;
  height: auto;
}
#totalSupport.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s linear 0.5s forwards;
          animation: coverTextEffects 3s linear 0.5s forwards;
}

#solutionContact {
  width: 100%;
  background-image: url(../images/contact-bg2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 520px 0 0;
  position: relative;
}
#solutionContact.fadeIn .container {
  position: relative;
  background: #fff;
  max-width: 100% !important;
  padding: 100px 0;
}
#solutionContact.fadeIn .container h3 {
  margin-bottom: 120px;
}
#solutionContact.fadeIn .container .coverText {
  max-width: 1260px;
  top: 40%;
}
#solutionContact.svgin .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 0.5s forwards;
          animation: coverTextEffects 3s ease-in 0.5s forwards;
}

#company main {
  padding-top: 100px;
}
#company main #companyVisual .container h1 {
  color: #fff;
  font-size: 52px;
  text-shadow: 0 0 3px #000;
  line-height: 1.2;
}
#company main #companyVisual .container h1 .company-h1 {
  font-size: 52px;
}
#company main #companyVisual .container h1 .company-h1::after {
  content: "\a";
  white-space: pre;
}
#company main #companyVisual .container h1 span {
  font-size: 24px;
}

#greeting {
  position: relative;
  padding: 0 10px 50px;
}
#greeting h2 {
  padding-top: 100px;
  font-size: 38px;
  margin: 0 0 50px;
}
#greeting .lead {
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  text-align: left;
  color: #4d4d4d;
}
#greeting .note {
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  padding: 40px 45px;
}
#greeting .note img {
  display: block;
  height: 45px;
  width: 350px;
}
#greeting .coverText {
  top: 105px;
  max-width: 500px;
}
#greeting .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 0.3s forwards;
          animation: coverTextEffects 3s ease-in 0.3s forwards;
}

#overview {
  width: 100%;
}
#overview.fadeIn {
  background-image: url(../images/company-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 center;
  padding-top: 750px;
}
#overview.fadeIn .innerBlock {
  position: relative;
  background: #fff;
  width: 100%;
}
#overview.fadeIn .innerBlock h2 {
  font-size: 38px;
  margin-bottom: 50px;
  padding-top: 120px;
}
#overview.fadeIn .innerBlock dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 15px;
  border-bottom: 1px solid #666;
}
#overview.fadeIn .innerBlock dl dt {
  width: 26%;
  padding-left: 40px;
  color: #4d4d4d;
  font-size: 16px;
  text-align: left;
  line-height: 23px;
}
#overview.fadeIn .innerBlock dl dd {
  width: 74%;
  padding-left: 10px;
  color: #4d4d4d;
  font-size: 16px;
  text-align: left;
  line-height: 23px;
}
#overview.fadeIn .coverText {
  top: 830px;
}
#overview.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s linear 2s forwards;
          animation: coverTextEffects 3s linear 2s forwards;
}

#map {
  width: 100%;
}
#map h2 {
  font-size: 38px;
  padding-top: 50px;
  margin-bottom: 50px;
}
#map .nearest-station {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 15px auto;
}
#map .nearest-station li {
  font-size: 16px;
  color: #999;
}
#map iframe {
  display: block;
  max-width: 1260px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border: 4px ridge rgba(215, 215, 215, 0.6);
}

#client {
  width: 100%;
  padding: 0 15px 120px;
  position: relative;
}
#client.fadeIn h2 {
  font-size: 38px;
  margin-bottom: 60px;
  padding-top: 200px;
}
#client.fadeIn h2 span {
  font-size: 14px;
  margin-left: 20px;
}
#client.fadeIn ul li {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
#client.fadeIn .coverText {
  top: 135px;
}
#client.svgin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s linear 0.5s forwards;
          animation: coverTextEffects 3s linear 0.5s forwards;
}

#achievement {
  position: relative;
  width: 100%;
  padding: 0 15px 95px;
}
#achievement.fadeIn h2 {
  padding-top: 65px;
  font-size: 38px;
  margin-bottom: 60px;
}
#achievement.fadeIn h2 span {
  font-size: 14px;
  margin-left: 20px;
}
#achievement.fadeIn ul li {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
#achievement.fadeIn .coverText {
  top: 10px;
  max-width: 960px;
}
#achievement.scrollin .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s linear 0.5s forwards;
          animation: coverTextEffects 3s linear 0.5s forwards;
}

#companyContact {
  position: relative;
  background: #666;
}
#companyContact.fadeIn {
  width: 100%;
  padding: 100px 0;
}
#companyContact.fadeIn .container {
  position: relative;
}
#companyContact.fadeIn .container h2 {
  padding: 0;
  color: #fff;
}
#companyContact.fadeIn .container h3 {
  color: #fff;
  margin-bottom: 110px;
}
#companyContact.fadeIn .container .coverText {
  max-width: 1260px;
  top: 40%;
}
#companyContact.fadeIn .container .more a {
  background: #fff;
}
#companyContact.fadeIn .container .more a span {
  color: #666;
}
#companyContact.svgin .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 1s forwards;
          animation: coverTextEffects 3s ease-in 1s forwards;
}

#company footer {
  background: #666;
  border-top: 1px solid #fff;
}
#company footer .container .footer-contact h3 {
  color: #fff;
}
#company footer .container .footer-contact p a {
  color: #fff;
}
#company footer .container .footer-address h3 {
  color: #fff;
}
#company footer .container .footer-address p {
  color: #fff;
}
#company footer .container .footer-sitemap ul li a {
  color: #fff;
}
#company footer .copyright {
  background: #666;
}
#company footer .copyright .container p img {
  width: 40px;
  height: 40px;
}
#company footer .copyright .container p small {
  color: #fff;
}
#company footer .copyright .container ul li a {
  color: #fff;
}

#contact main {
  padding-top: 100px;
}
#contact main .visual h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.3;
  padding-top: 15px;
  text-shadow: 0 0 3px #000;
}
#contact main .visual h1 span {
  text-align: center;
  font-size: 24px;
  text-shadow: 0 0 3px #000;
}
#contact main .visual h2 {
  font-size: 28px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  padding-top: 40px;
}
#contact main #contactContent #contactForm {
  max-width: 960px;
  width: 100%;
  padding: 50px 15px;
  margin: 0 auto;
}
#contact main #contactContent #contactForm h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
#contact main #contactContent #contactForm form {
  width: 100%;
}
#contact main #contactContent #contactForm form dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact main #contactContent #contactForm form dl dt {
  display: inline-block;
  width: 30%;
  min-width: 12rem;
  height: auto;
  padding: 15px;
  margin: 1px;
  background: #efefef;
}
#contact main #contactContent #contactForm form dl dt label {
  width: 100%;
  height: 100%;
}
#contact main #contactContent #contactForm form dl dt:last-of-type {
  width: 100%;
}
#contact main #contactContent #contactForm form dl dd {
  display: inline-block;
  width: 69%;
  max-width: calc(100% - 13em);
  height: auto;
  margin: 1px;
}
#contact main #contactContent #contactForm form dl dd input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #666;
}
#contact main #contactContent #contactForm form dl dd:last-of-type {
  width: 100%;
  max-width: 100%;
  height: 300px;
}
#contact main #contactContent #contactForm form dl dd:last-of-type textarea {
  display: block;
  width: 100%;
  height: 100%;
}
#contact main #contactContent #contactForm form p {
  width: 100%;
}
#contact main #contactContent #contactForm form p label a {
  color: #0071BC;
  font-weight: bold;
}
#contact main #contactContent #contactForm form p label a:hover {
  color: #000080;
}
#contact main #contactContent #contactForm form p.submitBtn {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 100px;
}
#contact main #contactContent #contactForm form p.submitBtn label .submit {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: #0071BC;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
#contact main #contactContent #contactForm form p.submitBtn label .submit:hover {
  background: #000;
}
#contact main .contactDesc {
  width: 100%;
  padding: 50px 15px;
  margin: 0 auto;
  background: #efefef;
}
#contact main .contactDesc h2 {
  max-width: 960px;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: left;
}
#contact main .contactDesc h2 i {
  font-size: 20px;
  margin-right: 10px;
}
#contact main .contactDesc .lead {
  max-width: 960px;
  margin: 0 auto 50px;
  font-size: 16px;
}
#contact main .contactDesc .lead a {
  font-weight: bold;
  color: #0071BC;
  padding: 0 5px;
}
#contact main .contactDesc .lead a:hover {
  color: #000080;
}
#contact footer {
  background: #666;
  color: #fff;
}
#contact footer .copyright {
  background: #666;
  color: #fff;
}

#error main {
  padding-top: 100px;
}
#error main .visual {
  height: calc(100vh - 300px);
}
#error main .visual .flexbox {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
#error main .visual .flexbox .wrap-img {
  max-width: 170px;
  padding: 0 10px;
  align-self: center;
}
#error main .visual .flexbox .wrap-img img {
  width: 100%;
  height: auto;
}
#error main .visual .wrap-text {
  width: calc(100% - 190px);
  max-width: 790px;
}
#error main .visual .wrap-text h1 {
  color: #666;
  font-size: 48px;
  line-height: 1.3;
  padding-top: 5vh;
  text-shadow: none;
}
#error main .visual .wrap-text h1 span {
  text-align: center;
  font-size: 24px;
  text-shadow: none;
}
#error main .visual .wrap-text p {
  color: #666;
  text-align: center;
  margin: 50px 0;
  font-size: 1.2rem;
}
#error main .visual .wrap-text .more a {
  background: #fff;
  color: #666;
  border: 3px solid #666;
  line-height: 34px;
}
#error main .visual .wrap-text .more a:hover {
  background: #666;
  color: #fff;
  zoom: 1;
}
#error main #contactContent #contactForm {
  max-width: 960px;
  width: 100%;
  padding: 50px 15px;
  margin: 0 auto;
}
#error main #contactContent #contactForm h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
#error main #contactContent #contactForm form {
  width: 100%;
}
#error main #contactContent #contactForm form dl dt {
  display: inline-block;
  width: 30%;
  min-width: 12rem;
  height: auto;
  padding: 15px;
  margin: 1px;
  background: #efefef;
}
#error main #contactContent #contactForm form dl dt label {
  width: 100%;
  height: 100%;
}
#error main #contactContent #contactForm form dl dt:last-of-type {
  width: 100%;
}
#error main #contactContent #contactForm form dl dd {
  display: inline-block;
  width: 69%;
  max-width: calc(100% - 13em);
  height: auto;
  margin: 1px;
}
#error main #contactContent #contactForm form dl dd input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #666;
}
#error main #contactContent #contactForm form dl dd:last-of-type {
  width: 100%;
  max-width: 100%;
  height: 300px;
}
#error main #contactContent #contactForm form dl dd:last-of-type textarea {
  display: block;
  width: 100%;
  height: 100%;
}
#error main #contactContent #contactForm form p {
  width: 100%;
}
#error main #contactContent #contactForm form p label a {
  color: #0071BC;
  font-weight: bold;
}
#error main #contactContent #contactForm form p label a:hover {
  color: #000080;
}
#error main #contactContent #contactForm form p.submitBtn {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 100px;
}
#error main #contactContent #contactForm form p.submitBtn label .submit {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: #0071BC;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
#error main #contactContent #contactForm form p.submitBtn label .submit:hover {
  background: #000;
}
#error main .contactDesc {
  width: 100%;
  padding: 50px 15px;
  margin: 0 auto;
  background: #efefef;
}
#error main .contactDesc h2 {
  max-width: 960px;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: left;
}
#error main .contactDesc h2 i {
  font-size: 20px;
  margin-right: 10px;
}
#error main .contactDesc .lead {
  max-width: 960px;
  margin: 0 auto 50px;
  font-size: 16px;
}
#error main .contactDesc .lead a {
  font-weight: bold;
  color: #0071BC;
  padding: 0 5px;
}
#error main .contactDesc .lead a:hover {
  color: #000080;
}
#error footer {
  background: #666;
  color: #fff;
}
#error footer .copyright {
  background: #666;
  color: #fff;
}

#privacyContent .container {
  max-width: 960px;
  width: 100%;
  padding: 30px;
}
#privacyContent .container h2 {
  font-size: 38px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 50px;
}
#privacyContent .container .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 100px;
}
#privacyContent .container ul {
  width: 100%;
  height: auto;
}
#privacyContent .container ul li {
  margin-bottom: 50px;
}
#privacyContent .container ul li h3 {
  font-size: 28px;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 30px;
}
#privacyContent .container ul li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
#privacyContent .container ul li p {
  font-size: 16px;
}
#privacyContent .container ul li ol {
  margin: 20px 0 20px 30px;
}
#privacyContent .container ul li ol li {
  margin-bottom: 10px;
}

#privacyContact {
  width: 100%;
  background-image: url(../images/contact-bg1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 520px 0 0;
  position: relative;
}
#privacyContact.fadeIn .container {
  position: relative;
  background: #fff;
  max-width: 100% !important;
  padding: 100px 0;
}
#privacyContact.fadeIn .container h3 {
  margin-bottom: 120px;
}
#privacyContact.fadeIn .container .coverText {
  top: 40%;
  max-width: 1260px;
}
#privacyContact.fadeIn .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: none;
          animation: none;
}
#privacyContact.svgin .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 0.5s forwards;
          animation: coverTextEffects 3s ease-in 0.5s forwards;
}

#thanksContent .container {
  max-width: 960px;
  width: 100%;
  padding: 100px 30px;
}
#thanksContent .container h2 {
  font-size: 38px;
  font-weight: bold;
  margin: 50px 0;
}
#thanksContent .container .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
#thanksContent .container .more {
  margin: 100px auto;
}

#policyContent .container {
  max-width: 960px;
  width: 100%;
  padding: 30px;
}
#policyContent .container h2 {
  font-size: 38px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 50px;
}
#policyContent .container .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 100px;
}
#policyContent .container ul {
  width: 100%;
  height: auto;
}
#policyContent .container ul li {
  margin-bottom: 50px;
}
#policyContent .container ul li h3 {
  font-size: 28px;
  text-align: left;
  color: #4d4d4d;
  margin-bottom: 30px;
}
#policyContent .container ul li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
#policyContent .container ul li p {
  font-size: 16px;
}
#policyContent .container ul li .note {
  margin-top: 20px;
  text-align: right;
}
#policyContent .container ul li ol {
  margin: 20px 0 20px 30px;
}
#policyContent .container ul li ol li {
  margin-bottom: 10px;
}

#policyContact {
  width: 100%;
  background-image: url(../images/contact-bg3.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 520px 0 0;
  position: relative;
}
#policyContact.fadeIn .container {
  position: relative;
  background: #fff;
  max-width: 100% !important;
  padding: 100px 0;
}
#policyContact.fadeIn .container h3 {
  margin-bottom: 120px;
}
#policyContact.fadeIn .container .coverText {
  top: 40%;
  max-width: 1260px;
  width: 98%;
}
#policyContact.fadeIn .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: none;
          animation: none;
}
#policyContact.svgin .container .coverText .coverTextWrap .coverTextEffect {
  -webkit-animation: coverTextEffects 3s ease-in 0.5s forwards;
          animation: coverTextEffects 3s ease-in 0.5s forwards;
}

/* -----------------------------------------
 container-size display pc latout
 ------------------------------------------ */
@media screen and (max-width: 1259px) {
  #businessContent {
    grid-template: "... ... ... ..." 40px "img1 img1 text1 ..." calc((50% - 40px) / 921 * 474) "... ... ... ..." 40px "... text2 img2 img2" calc((50% - 40px) / 921 * 474) "... ... ... ..." 40px "img3 img3 text3 ..." calc((50% - 40px) / 921 * 474) "... ... ... ..." 40px "... text4 img4 img4" calc((50% - 40px) / 921 * 474) "... ... ... ..." 40px/0.5fr 50% 50% 0.5fr;
  }
  #businessContent .innerContent {
    padding: 0 20px;
  }
  #businessContact {
    padding: 300px 0 0;
  }
  #topDesc.fadeIn .container h2 {
    font-size: 48px;
  }
  #topDesc.fadeIn .container h3 {
    font-size: 28px;
  }
  #topDesc.fadeIn .container .lead {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .eachOrder h3 {
    font-size: 18px;
  }
  #totalOrder .onestopWrapper .totalOrder h3 {
    font-size: 18px;
  }
  #company main #companyVisual .container h1 {
    font-size: 38px;
  }
  #company main #companyVisual .container h1 .company-h1 {
    font-size: 38px;
  }
  #company main #companyVisual .container ul {
    display: none;
  }
}
/* -----------------------------------------
 normal display pc layout
 ------------------------------------------ */
@media screen and (max-width: 1024px) {
  #top main #topMovie .h1 span {
    font-size: 48px;
  }
  #top main #topMovie .h1 span:nth-of-type(1) {
    font-size: 48px;
  }
  #topDesc.fadeIn .container h2 {
    font-size: 34px;
  }
  #topDesc.fadeIn .container h3 {
    font-size: 20px;
  }
  #topDesc.fadeIn .container .lead {
    font-size: 14px;
  }
  #topPresentation h3 {
    font-size: 18px;
  }
  .topContent h3 {
    font-size: 20px;
  }
  #solutionDetail.fadeIn .detailMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 650px;
  }
  #solutionDetail.fadeIn .detailMenu li {
    position: static;
    margin: 10px;
    width: calc((100% - 60px) / 3);
  }
  #solutionDetail.fadeIn .detailMenu li a {
    width: 190px;
    height: 190px;
    margin: 0 auto;
  }
  #totalSupport.fadeIn .supportMenu {
    width: 100%;
    padding: 0 15px;
  }
  #totalSupport.fadeIn .supportMenu li {
    width: 220px;
    height: 220px;
  }
  #slogan {
    padding: 0 10px 100px;
  }
  #slogan.fadeIn h2 {
    font-size: 24px;
  }
  #overview.fadeIn .innerBlock {
    position: relative;
  }
  #overview.fadeIn .innerBlock h2 {
    font-size: 28px;
    padding-top: 120px;
    margin-bottom: 20px;
  }
  #map h2 {
    font-size: 28px;
  }
  #map iframe {
    width: 680px;
  }
  #client {
    padding: 0 15px;
  }
  #client.fadeIn h2 {
    font-size: 28px;
    padding-top: 100px;
    margin-bottom: 40px;
  }
  #client.fadeIn .coverText {
    top: 30px;
  }
  #achievement {
    padding: 0 15px;
  }
  #achievement.fadeIn h2 {
    font-size: 28px;
    padding-top: 120px;
    margin-bottom: 40px;
  }
  #achievement.fadeIn .coverText {
    top: 60px;
  }
  #conpanyContact.fadeIn .container h2 {
    padding-top: 20px;
  }
}
/* -----------------------------------------
max width 991px
------------------------------------------- */
@media screen and (max-width: 991px) {
  #business main .businessMenu {
    display: none;
  }
  #company main #companyVisual .container h1 {
    font-size: 28px;
  }
  #company main #companyVisual .container h1 span {
    font-size: 18px;
  }
  #company main #companyVisual .container h1 .company-h1 {
    font-size: 28px;
  }
  #company main #companyVisual .container ul {
    display: none;
  }
  #error main .visual .flexbox .wrap-text h1 {
    font-size: 44px;
  }
  #error main .visual .flexbox .wrap-text p {
    font-size: 15px;
  }
}
/* -----------------------------------------
max-width 911px
----------------------------------------- */
@media screen and (max-width: 911px) {
  #business main #businessContent .businessInner {
    display: block;
  }
  #business main #businessContent .businessInner .innerText {
    width: 100%;
  }
  #business main #businessContent .businessInner .innerText .text {
    max-width: 100%;
  }
  #business main #businessContent .businessInner .innerImg {
    width: 100%;
  }
  #totalOrder h2 {
    font-size: 28px;
  }
  #totalOrder .order {
    display: block;
    max-width: 100%;
  }
  #totalOrder .order .orderText {
    width: 100%;
    max-width: 100%;
  }
  #totalOrder .order #orderView {
    width: 100%;
    max-width: 100%;
  }
  #totalOrder .onestopWrapper .eachOrder h3 {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .totalOrder h3 {
    font-size: 16px;
  }
  #totalSupport h2 {
    font-size: 28px;
  }
  #error main .visual .flexbox .wrap-text h1 {
    font-size: 34px;
  }
}
/* -----------------------------------------
 tablet pc layout
 ------------------------------------------ */
@media screen and (max-width: 767px) {
  #top main .preload {
    display: none;
  }
  #top main #topMovie {
    height: 300px;
    opacity: 1;
    background: #000;
    -webkit-animation: scaleImg 2s linear 0s forwards;
    animation: scaleImg 2s linear 0s forwards;
  }
  #top main #topMovie::before {
    display: none;
  }
  #top main #topMovie .video-wrap {
    display: none;
  }
  #top main #topMovie .video-wrap iframe {
    display: none;
  }
  #top main #topMovie .h1 span {
    top: 0;
    bottom: 0;
    font-size: 28px;
  }
  #top main #topMovie .h1 span:nth-of-type(1) {
    top: 0;
    bottom: 0;
    font-size: 28px;
    -webkit-animation: h1FadeIn 14s ease-out 0s infinite;
            animation: h1FadeIn 14s ease-out 0s infinite;
  }
  #top main #topMovie .h1 span:nth-of-type(2) {
    height: 90px;
    -webkit-animation: h1FadeIn 14s ease-out 3.2s infinite;
            animation: h1FadeIn 14s ease-out 3.2s infinite;
  }
  #top main #topMovie .h1 span:nth-of-type(3) {
    height: 90px;
    -webkit-animation: h1FadeIn 14s ease-out 6.6s infinite;
            animation: h1FadeIn 14s ease-out 6.6s infinite;
  }
  #top main #topMovie .h1 span:nth-of-type(4) {
    height: 90px;
    -webkit-animation: h1FadeIn 14s ease-out 10s infinite;
            animation: h1FadeIn 14s ease-out 10s infinite;
  }
  #top main #topMovie .top-logo {
    display: none;
  }
  #top main #topMovie p {
    display: none;
  }
  #top main #topMovie .nextScroll {
    display: none;
  }
  #next {
    display: none;
  }
  .topWrapper {
    opacity: 1;
    transform: translate(0, 0);
  }
  .topWrapper .flowImg2 {
    display: none;
  }
  #topDesc.fadeIn {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
  }
  #topDesc.fadeIn .coverText {
    top: 10px;
    left: 15px;
  }
  #topDesc.fadeIn .coverText .coverTextWrap .coverTextEffect {
    -webkit-animation: coverTextEffects 3s ease-in 1s forwards;
            animation: coverTextEffects 3s ease-in 1s forwards;
  }
  #topDesc.fadeIn .container {
    padding: 25px 15px 15px;
  }
  #topDesc.fadeIn .container h2 {
    font-size: 20px;
    margin: 50px 0 20px;
    opacity: 1;
    -webkit-animation: textIn 0s ease-in 0s forwards;
            animation: textIn 0s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container h2 {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 20px;
    -webkit-animation: textIn 0s ease-in 0s forwards;
            animation: textIn 0s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container h2 span {
    -webkit-animation: textReverseIn 1s ease-in 0s forwards;
            animation: textReverseIn 1s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container h3 {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 20px;
    -webkit-animation: textIn 0s ease-in 0s forwards;
            animation: textIn 0s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container h3 span {
    -webkit-animation: textReverseIn 1s ease-in 0.3s forwards;
            animation: textReverseIn 1s ease-in 0.3s forwards;
  }
  #topDesc.fadeIn .container .lead {
    font-size: 14px;
    width: 80vw;
  }
  #topDesc.fadeIn .container .lead.lead1 {
    -webkit-animation: textIn 0s ease-in 0s forwards;
            animation: textIn 0s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container .lead.lead1 span {
    -webkit-animation: textReverseIn 1s ease-in 0.6s forwards;
            animation: textReverseIn 1s ease-in 0.6s forwards;
  }
  #topDesc.fadeIn .container .lead.lead2 {
    -webkit-animation: textIn 0s ease-in 0s forwards;
            animation: textIn 0s ease-in 0s forwards;
  }
  #topDesc.fadeIn .container .lead.lead2 span {
    -webkit-animation: textReverseIn 1s ease-in 0.9s forwards;
            animation: textReverseIn 1s ease-in 0.9s forwards;
  }
  #topPresentation {
    width: 100%;
    height: 27.7777777778vw;
    background: url(../images/top-img01.jpg) no-repeat center/cover;
  }
  #topPresentation.fadeIn {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
  }
  #topPresentation.fadeIn .presentation {
    width: 100%;
    height: 100%;
  }
  #topPresentation.fadeIn .presentation .topImg01 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #topPresentation.fadeIn .presentation .topImg01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  #topPresentation.fadeIn .presentation .topImg01 img {
    display: none;
  }
  #topPresentation.fadeIn .presentation .container {
    position: absolute;
    top: 0;
    left: 0;
  }
  #topPresentation.scrollin .presentation .container .top-txt.topTxt01 {
    position: static;
    height: auto;
  }
  #topPresentation.scrollin .presentation .container .top-txt.topTxt02 {
    position: static;
    height: auto;
  }
  #topPresentation.scrollin .presentation .container .top-txt.topTxt03 {
    position: static;
    height: auto;
    margin-bottom: 10px;
  }
  #topPresentation.scrollin .presentation .container .top-txt.topTxt04 {
    position: static;
    height: auto;
  }
  #topPresentation.scrollin h3 {
    top: 65%;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 20px;
  }
  #topWork.scrollin .flexbox {
    display: block;
  }
  #topWork.scrollin #topProcess {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #topWork.scrollin #topProcess .workImg img {
    width: 100%;
    height: auto;
  }
  #topWork.scrollin #topProcess .container .process-menu {
    width: 100%;
    padding: 0 15px;
  }
  #topWork.scrollin #topProcess .container .process-menu ul li {
    background: rgba(255, 255, 255, 0.6);
  }
  #topWork.scrollin #topProcess .container .process-menu ul li a {
    font-size: 16px;
    padding: 10px 0 10px 10px;
  }
  #topWork.scrollin #topProcess .container .process-menu ul li a div {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  #topWork.scrollin #topProcess .container .process-menu ul li a div span {
    width: 1px;
    height: 6px;
  }
  #topWork.scrollin #topProcess .container .process-menu ul li a div span::before {
    right: -4px;
    top: 4px;
    width: 5px;
    transform: rotate(45deg);
  }
  #topWork.scrollin #topProcess .container .process-menu ul li a div span::after {
    right: -2px;
    width: 5px;
  }
  #topWork.scrollin #topProcess .container .process-text {
    width: 100%;
    padding: 40px;
  }
  #topContent h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #topService {
    margin-bottom: 20px;
  }
  #topService .container .lead {
    font-size: 14px;
    text-align: left;
  }
  #topService .container .serviceLink {
    display: block;
    margin-bottom: 20px;
  }
  #topService .container .serviceLink div {
    margin: 0 auto;
  }
  #topService .container .serviceLink div a {
    line-height: 0.5;
    margin-bottom: 20px;
  }
  #topService .coverText {
    top: -45px;
    left: 1%;
    width: 98%;
    max-width: 98%;
  }
  #topContact {
    padding: 200px 0 0;
  }
  #topContact.scrollin .container {
    position: relative;
    padding: 20px 0 40px;
  }
  #topContact.scrollin .container h3 {
    margin-bottom: 20px;
  }
  #topContact.scrollin .container .coverText {
    top: 40%;
  }
  footer .container {
    display: block;
    width: 100%;
  }
  footer .container .footer-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .container .footer-address {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .container .footer-sitemap {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .container .footer-sitemap ul li a {
    display: block;
    padding: 10px;
  }
  footer .copyright .container p {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .copyright .container ul {
    width: 100%;
    text-align: center;
  }
  footer .copyright .container ul li {
    display: inline-block;
    width: 48%;
  }
  footer .copyright .container ul li a {
    display: block;
    padding: 10px;
  }
  .preload .pre-svg {
    width: 100% !important;
    height: auto !important;
  }
  .visual#businessVisual .container .businessTxt04 {
    top: 17vw;
  }
  #mainCopy .title {
    font-size: 18px;
    margin: 100px 0 0;
  }
  #mainCopy h1 {
    font-size: 20px;
  }
  #businessContent {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
    padding: 0;
  }
  #businessContent .innerContent {
    padding: 40px;
  }
  #businessContent .innerContent h2 {
    font-size: 28px;
  }
  #businessContent .innerContent p {
    margin-bottom: 30px;
  }
  #businessContent .phoneImg {
    padding: 0;
  }
  #businessContent .nwImg {
    padding: 0;
  }
  #businessContent .elecImg {
    padding: 0;
  }
  #businessContent .cameraImg {
    padding: 0;
  }
  #business main #businessContent .businessInner .innerText .text {
    padding: 20px;
  }
  #business main #businessContent .businessInner .innerText .text h3 {
    font-size: 18px;
  }
  #business main #businessContent .businessInner .innerText .text p {
    font-size: 15px;
  }
  #business main #businessContent .businessInner .innerText .text h4 {
    font-size: 17px;
  }
  #business main #businessContent .businessInner .innerText .text .note {
    font-size: 15px;
  }
  #business main #businessPlan.fadeIn {
    margin-bottom: 10px;
  }
  #business main #businessPlan.fadeIn h2 {
    font-size: 20px;
    padding: 20px 0 0;
  }
  #business main #businessPlan.fadeIn #businessContent .businessInner .innerText .text {
    padding: 20px;
  }
  #business main #businessPlan.fadeIn .plan {
    display: block;
  }
  #business main #businessPlan.fadeIn .plan .planText {
    width: 100%;
  }
  #business main #businessPlan.fadeIn .plan .planText .text {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  #business main #businessPlan.fadeIn .plan .planText .text h3 {
    font-size: 18px;
  }
  #business main #businessPlan.fadeIn .plan .planText .text p {
    font-size: 15px;
  }
  #business main #businessPlan.fadeIn .plan .planImg {
    width: 100%;
  }
  #businessContact.fadeIn .container {
    padding: 50px 0px;
  }
  #businessContact.fadeIn .container h3 {
    margin-bottom: 60px;
  }
  #businessContact.fadeIn .container .coverText {
    top: 45%;
  }
  .visual#solutionVisual .container .solutionTxt03 {
    top: 14vw;
  }
  #totalOrder {
    margin-bottom: 0;
  }
  #totalOrder h2 {
    font-size: 20px;
    padding: 80px 15px 20px;
  }
  #totalOrder .lead {
    font-size: 16px;
    padding: 10px 15px;
  }
  #totalOrder .construction {
    margin: 50px auto 0;
  }
  #totalOrder .construction .construction-item {
    width: 100px;
  }
  #totalOrder .construction .construction-item img {
    width: 100%;
    height: auto;
  }
  #totalOrder .onestopWrapper {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 40px auto 0;
  }
  #totalOrder .onestopWrapper .eachOrder {
    width: 100%;
  }
  #totalOrder .onestopWrapper .eachOrder h3 {
    font-size: 20px;
  }
  #totalOrder .onestopWrapper .eachOrder p {
    font-size: 14px;
  }
  #totalOrder .onestopWrapper .eachOrder .eachOrderText .lead {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .order-arrow {
    width: 100%;
    padding: 100px 0;
  }
  #totalOrder .onestopWrapper .order-arrow img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  #totalOrder .onestopWrapper .totalOrder {
    width: 100%;
  }
  #totalOrder .onestopWrapper .totalOrder h3 {
    font-size: 20px;
  }
  #totalOrder .onestopWrapper .totalOrder p {
    font-size: 14px;
  }
  #totalOrder .onestopWrapper .totalOrder .eachOrderText .lead {
    font-size: 16px;
  }
  #totalOrder .coverText {
    top: 40px;
    right: 1%;
    width: 98%;
  }
  #totalSupport {
    padding-bottom: 10px;
  }
  #totalSupport.fadeIn h2 {
    padding: 100px 0 20px;
  }
  #totalSupport.fadeIn .coverText {
    top: 70px;
  }
  #totalSupport.fadeIn .item {
    width: 100%;
  }
  #totalSupport.fadeIn .item h3 {
    font-size: 18px;
  }
  #solutionContact {
    padding: 300px 0 0;
  }
  #solutionContact.fadeIn .container {
    padding: 50px 0;
  }
  #solutionContact.fadeIn .container h3 {
    margin-bottom: 60px;
  }
  #solutionDetail.fadeIn .detailMenu {
    height: 730px;
    padding: 50px 10px;
  }
  #solutionDetail.fadeIn .detailMenu li {
    width: 190px;
    height: 190px;
  }
  #solutionDetail.fadeIn #detailContent .open {
    padding: 20px;
  }
  #solutionDetail.fadeIn #detailContent .open span {
    font-size: 18px;
  }
  #solutionDetail.fadeIn #detailContent .open img {
    width: 40px;
    height: 40px;
  }
  #solutionDetail.fadeIn #detailContent .open .open-content {
    padding: 20px 0;
  }
  #totalSupport.fadeIn h2 {
    font-size: 22px;
  }
  #totalSupport.fadeIn .supportMenu {
    display: block;
    width: 220px;
    padding: 0;
    margin: 0 auto 50px;
    height: auto;
  }
  #totalSupport.fadeIn .supportMenu li {
    margin: 10px 0;
  }
  #greeting {
    padding: 0 15px;
  }
  #greeting .container h2 {
    font-size: 18px;
    padding-top: 20px;
  }
  #greeting .container .lead {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    line-height: 1.5;
  }
  #greeting .container .coverText {
    top: 20px;
  }
  #greeting .note {
    padding: 40px 0;
  }
  #greeting .note img {
    width: 50%;
  }
  #overview.fadeIn {
    padding-top: 350px;
  }
  #overview.fadeIn .innerBlock h2 {
    font-size: 20px;
    padding-top: 80px;
  }
  #overview.fadeIn .coverText {
    top: 390px;
  }
  #map iframe {
    width: 400px;
    height: 300px;
  }
  #client.fadeIn h2 {
    font-size: 20px;
    padding-top: 50px;
  }
  #client.fadeIn .coverText {
    top: 20px;
    width: 50%;
  }
  #achievement.fadeIn h2 {
    font-size: 22px;
    padding-top: 50px;
  }
  #achievement.fadeIn .coverText {
    top: 20px;
  }
  #company main #companyVisual .container {
    padding: 20px 15px 0;
  }
  #company main #companyVisual .container h1 .company-h1 {
    display: none;
  }
  #company main #companyVisual .container h1 .company-h1::after {
    display: none;
  }
  #company main #companyVisual .container ul {
    display: none;
  }
  #companyContact.fadeIn {
    padding: 0 0 30px;
  }
  #companyContact.fadeIn .container h2 {
    padding-top: 20px;
  }
  #companyContact.fadeIn .container h3 {
    margin-bottom: 60px;
  }
  #companyContact.fadeIn .container .coverText {
    top: 110px;
  }
  #contact main .visual h1 {
    font-size: 20px;
    padding-top: 5%;
  }
  #contact main .visual h1 span {
    font-size: 14px;
  }
  #contact main .visual h2 {
    display: none;
  }
  #contact main #contactContent #contactForm {
    padding: 10px 15px;
  }
  #contact main #contactContent #contactForm h2 {
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 0;
  }
  #contact main #contactContent #contactForm .lead {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact main #contactContent #contactForm form dl {
    display: block;
  }
  #contact main #contactContent #contactForm form dl dt {
    width: 100%;
    max-width: 100%;
  }
  #contact main #contactContent #contactForm form dl dd {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  #contact main #contactContent #contactForm form dl dd input {
    border: 1px solid #efefef;
  }
  #contact main #contactContent #contactForm form dl dd textarea {
    border: 1px solid #efefef;
  }
  #contact main .contactDesc h2 {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  #contact main .contactDesc h2 i {
    font-size: 16px;
  }
  #contact main .contactDesc .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #thanks main #mainCopy .title {
    margin: 100px 0 0;
  }
  #thanksContent .container {
    padding: 20px 15px;
  }
  #thanksContent .container h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  #thanksContent .container .lead {
    font-size: 14px;
    font-weight: normal;
  }
  #thanksContent .container .more {
    margin: 30px auto;
  }
  #policyContent .container {
    padding: 30px 15px;
  }
  #policyContent .container h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #policyContent .container .lead {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #policyContent .container ul li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #policyContent .container ul li h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #policyContent .container ul li p {
    font-size: 14px;
  }
  #policyContent .container ul li ol li {
    font-size: 14px;
  }
  #policyContact.fadeIn .container {
    padding: 30px 0;
  }
  #policyContact.fadeIn .container h3 {
    margin-bottom: 50px;
  }
  #policyContact.fadeIn .container .coverText {
    top: auto;
    bottom: 70px;
  }
  #privacyContent .container {
    padding: 30px 15px;
  }
  #privacyContent .container h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #privacyContent .container .lead {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #privacyContent .container ul li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #privacyContent .container ul li h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #privacyContent .container ul li p {
    font-size: 14px;
  }
  #privacyContent .container ul li ol li {
    font-size: 14px;
  }
  #privacyContact.fadeIn .container {
    padding: 30px 0;
  }
  #privacyContact.fadeIn .container h3 {
    margin-bottom: 50px;
  }
  #privacyContact.fadeIn .container .coverText {
    top: auto;
    bottom: 70px;
  }
  #error main .visual {
    height: auto;
    padding: 20px;
  }
  #error main .visual .flexbox .wrap-text h1 {
    font-size: 28px;
    padding: 20px 0 10px;
  }
  #error main .visual .flexbox .wrap-text h1 span {
    font-size: 16px;
  }
  #error main .visual .flexbox .wrap-text p {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 16px;
  }
}
/* -----------------------------------------
 mobile display layout
 ------------------------------------------ */
@media screen and (max-width: 479px) {
  #top main #topMovie .h1 span {
    font-size: 22px;
  }
  #top main #topMovie .h1 span:nth-of-type(1) {
    height: 25px;
    font-size: 22px;
  }
  #top main #topMovie .h1 span:nth-of-type(2) {
    height: 65px;
  }
  #top main #topMovie .h1 span:nth-of-type(3) {
    height: 65px;
  }
  #top main #topMovie .h1 span:nth-of-type(4) {
    height: 65px;
  }
  .topContent h3 {
    font-size: 14px;
  }
  #topDesc.fadeIn .container h2 {
    font-size: 20px;
  }
  #topDesc.fadeIn .container h2 .br::before {
    content: "\a";
    white-space: pre;
  }
  #topDesc.fadeIn .coverText {
    left: 1%;
    width: 98%;
  }
  #topPresentation {
    height: 55.5555555556vw;
  }
  #topPresentation.scrollin h3 {
    font-size: 14px;
  }
  #topWork.scrollin #topProcess {
    margin-bottom: 0;
  }
  #topWork.scrollin #topProcess .container .process-text {
    padding: 20px;
  }
  #mainCopy .title {
    font-size: 14px;
  }
  #mainCopy h1 {
    font-size: 16px;
  }
  .visual#businessVisual .container .business-txt {
    display: none;
  }
  #businessContent .innerContent {
    padding: 10px;
  }
  #businessContent .innerContent h2 {
    font-size: 18px;
  }
  #businessContent .innerContent p {
    font-size: 14px;
  }
  #businessContact.fadeIn .container {
    padding: 30px 0;
  }
  #businessContact.fadeIn .container h3 {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #businessContact.fadeIn .container .coverText {
    top: 48%;
  }
  .visual#solutionVisual .container .solution-txt {
    display: none;
  }
  #totalOrder h2 {
    font-size: 15px;
    padding: 50px 0 20px;
  }
  #totalOrder .onestopWrapper .eachOrder h3 {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .eachOrder .eachOrderText .lead {
    font-size: 14px;
    font-weight: normal;
  }
  #totalOrder .onestopWrapper .eachOrder .eachOrderText .eachOrderDemerit li {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .totalOrder h3 {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .totalOrder h3 .break::before {
    content: "\a";
    white-space: pre;
  }
  #totalOrder .onestopWrapper .totalOrder .totalOrderText .lead {
    font-size: 14px;
    font-weight: normal;
  }
  #totalOrder .onestopWrapper .totalOrder .totalOrderText ul.totalOrderMerit li {
    font-size: 16px;
  }
  #totalOrder .onestopWrapper .order-arrow {
    padding: 50px 0;
  }
  #totalOrder .onestopWrapper .order-arrow img {
    width: 70px;
    height: 70px;
  }
  #totalOrder .coverText {
    top: 30px;
  }
  #solutionDetail.fadeIn .detailMenu {
    display: block;
    height: auto;
    width: 210px;
    margin: 10px auto;
    padding: 20px 0;
  }
  #solutionContact {
    padding: 150px 0 0;
  }
  #solutionContact.fadeIn .container {
    padding: 30px 0;
  }
  #solutionContact.fadeIn .container h3 {
    font-size: 12px;
    margin-bottom: 40px;
  }
  #solutionContact.fadeIn .container .coverText {
    top: 45%;
  }
  #totalOrder .order #orderView .construction-item {
    display: block;
    width: 100%;
  }
  #totalOrder .order #orderView .construction-item .tel-construction {
    margin: 10px auto;
  }
  #totalOrder .order #orderView .construction-item .nw-construction {
    margin: 10px auto;
  }
  #totalOrder .order #orderView .construction-item .elec-construction {
    margin: 10px auto;
  }
  #totalSupport {
    margin-bottom: 0;
  }
  #totalSupport.fadeIn h2 {
    font-size: 16px;
    padding: 40px 0;
  }
  #totalSupport.fadeIn .item {
    width: 100%;
  }
  #totalSupport.fadeIn .item h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #totalSupport.fadeIn .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  #greeting {
    padding: 0 15px 20px;
  }
  #greeting.fadeIn h2 {
    margin-bottom: 20px;
  }
  #greeting.fadeIn .lead {
    font-size: 14px;
    line-height: 1.5;
  }
  #greeting .note {
    padding: 10px 0;
  }
  #greeting .note img {
    width: 60%;
  }
  #overview.fadeIn {
    padding-top: 200px;
  }
  #overview.fadeIn .innerBlock h2 {
    padding-top: 50px;
  }
  #overview.fadeIn .innerBlock dl {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }
  #overview.fadeIn .innerBlock dl dt {
    width: 100%;
    padding: 10px 15px;
    background: #666;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
  #overview.fadeIn .innerBlock dl dd {
    width: 100%;
    padding: 10px 15px 10px 10px;
  }
  #overview.fadeIn .coverText {
    top: 225px;
  }
  #map h2 {
    font-size: 18px;
  }
  #map iframe {
    width: 280px;
    height: 200px;
  }
  #client.fadeIn h2 {
    font-size: 18px;
  }
  #client.fadeIn ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #achievement.fadeIn h2 {
    font-size: 18px;
  }
  #achievement.fadeIn ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #companyContact.fadeIn .container h3 {
    font-size: 12px;
    margin-bottom: 40px;
  }
  #policyContact.fadeIn .container h3 {
    margin-bottom: 30px;
  }
  #privacyContact.fadeIn .container h3 {
    margin-bottom: 30px;
  }
  #error main .visual .flexbox .wrap-text {
    width: 100%;
  }
  #error main .visual .flexbox .wrap-text h1 {
    font-size: 18px;
  }
  #error main .visual .flexbox .wrap-text h1 span {
    font-size: 14px;
  }
  #error main .visual .flexbox .wrap-text p {
    font-size: 14px;
  }
  #error main .visual .flexbox .wrap-img {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */