/*/css/index.css*/
#top_content {
  min-height: 500px;
}
#top_content .inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
}
@media screen and (max-width: 767px) {
  #top_content .inner {
    min-height: 135vw;
  }
}
#top_content .center_area {
  height: 446px;
  top: 48%;
  pointer-events: none;
}
@media screen and (max-height: 800px) {
  #top_content .center_area {
    height: 400px;
  }
}
@media screen and (max-height: 700px) {
  #top_content .center_area {
    height: 350px;
  }
}
@media screen and (max-height: 650px) {
  #top_content .center_area {
    height: 330px;
  }
}
@media screen and (max-height: 600px) {
  #top_content .center_area {
    height: 315px;
  }
}
@media screen and (max-height: 570px) {
  #top_content .center_area {
    height: 300px;
    top: 50%;
  }
  #top_content .center_area .sns {
    bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #top_content .center_area {
    width: 73.4vw;
    height: 90vw !important;
    top: 10.92vh;
    bottom: 0.5em;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) and (max-height: 500px) {
  #top_content .center_area {
    height: 73vw;
  }
}

@media screen and (max-width: 320px) {
  #top_content .center_area {
    height: 234px;
  }
}
#top_content .center_area h1 {
  position: absolute;
  top: 0;
  width: 100%;
}
#top_content .center_area h1 .lead {
  font-size: 0.85em;
  line-height: 1.5;
  margin-bottom: 2em;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  #top_content .center_area h1 .lead {
    width: 130%;
    white-space: nowrap;
    margin-bottom: 1em;
    font-size: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top_content .center_area h1 .lead {
    font-size: 2.5vw;
    margin-bottom: 0.6em;
  }
}

@media screen and (max-width: 350px) {
  #top_content .center_area h1 .lead {
    width: 150%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
#top_content .center_area h1 .main_logo {
  margin-top: 0;
  margin-bottom: 0.01em;
  display: block;
  letter-spacing: 0.0325em;
  margin-left: 0;
}
#top_content .center_area h1 .main_logo svg {
  width: 356px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  #top_content .center_area h1 .main_logo {
    font-size: 13.5vw;
    letter-spacing: 0;
    margin-bottom: 0.02em;
    margin-left: -0.2vw;
  }
  #top_content .center_area h1 .main_logo svg {
    width: 55.4vw;
    height: 8.66vw;
  }
}
#top_content .center_area h1 .sub_logo {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  display: block;
  margin-left: 0px;
}
#top_content .center_area h1 .sub_logo img {
  width: 285px;
  height: auto;
  margin-left: -1px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #top_content .center_area h1 .sub_logo img {
    width: 52.8vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #top_content .center_area h1 .sub_logo {
    margin-left: -0.5%;
  }
}
#top_content nav.top_menu {
  position: absolute;
  bottom: 15px;
  left: 0;
  /*display: flex;*/
  width: 100%;
  left: 100px;
}
@media screen and (max-width: 1000px) {
  #top_content nav.top_menu {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  #top_content nav.top_menu {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #top_content nav.top_menu {
    transform: scale(1);
    -webkit-transform: scale(1);
    left: 0;
  }
}
#top_content nav.top_menu ul {
  width: 100%;
}
#top_content nav.top_menu li {
  float: left;
  margin-right: 1em;
  opacity: 0;
  transition: opacity 0.6s ease-in;
  -webkit-transition: opacity 0.6s ease-in;
}
#top_content nav.top_menu li img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #top_content nav.top_menu li img {
    height: 1.28em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
#top_content nav.top_menu li .slash {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #top_content nav.top_menu li {
    margin-right: 0.5em;
  }
  #top_content nav.top_menu li .slash {
    margin-left: 0.5em;
    display: inline;
  }
}
#top_content nav.top_menu li a {
  pointer-events: initial;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  #top_content nav.top_menu li a:hover {
    opacity: 0.5;
  }
}
#top_content nav.top_menu.show li {
  opacity: 1;
}
#top_content nav.top_menu .m1 {
  margin-bottom: 1.6em;
}
#top_content nav.top_menu .m1 li.service .hit_area {
  pointer-events: auto;
  margin-bottom: -2em;
  padding-bottom: 2em;
  display: inline-block;
  position: relative;
  padding-left: 2.8em;
  padding-right: 2.8em;
  margin-left: -2.8em;
  margin-right: -2.8em;
}
#top_content nav.top_menu .m1 li.service.over a {
  opacity: 1;
}
#top_content nav.top_menu .m1 li.out a {
  opacity: 0.25 !important;
}
#top_content nav.top_menu .m1 li:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#top_content nav.top_menu .m1 li:nth-child(2) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#top_content nav.top_menu .m1 li:nth-child(3) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#top_content nav.top_menu .m1 li:nth-child(4) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  #top_content nav.top_menu .m1 {
    margin-bottom: 0;
  }
}
#top_content nav.top_menu .m2 {
  position: relative;
}
#top_content nav.top_menu .m2 > li {
  position: relative;
  margin-right: 0;
}
#top_content nav.top_menu .m2 .first, #top_content nav.top_menu .m2 .second {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out,transform 0.35s ease-out;
}
#top_content nav.top_menu .m2 .first a, #top_content nav.top_menu .m2 .second a {
  pointer-events: none;
  transition: opacity 0.75s ease-out,transform 0.5s ease-out;
  -webkit-transition: opacity 0.75s ease-out,-webkit-transform 0.5s ease-out;
}
#top_content nav.top_menu .m2 .first li:last-child, #top_content nav.top_menu .m2 .second li:last-child {
  margin-right: 0em;
}
#top_content nav.top_menu .m2 .first.show, #top_content nav.top_menu .m2 .second.show {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
@media screen and (min-width: 768px) {
  #top_content nav.top_menu .m2 .first.show a:hover, #top_content nav.top_menu .m2 .second.show a:hover {
    opacity: 0.5 !important;
  }
}
#top_content nav.top_menu .m2 .first.show a, #top_content nav.top_menu .m2 .second.show a {
  pointer-events: auto;
}
#top_content nav.top_menu .m2 .first.hide, #top_content nav.top_menu .m2 .second.hide {
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#top_content nav.top_menu .m2 .first.hide a, #top_content nav.top_menu .m2 .second.hide a {
  pointer-events: none;
  padding-bottom: 0em;
}
@media screen and (min-width: 768px) {
  #top_content nav.top_menu .m2 .first.hide a:hover, #top_content nav.top_menu .m2 .second.hide a:hover {
    opacity: 0 !important;
  }
}
#top_content nav.top_menu .m2 .second {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#top_content nav.top_menu .m2 .second.hide {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#top_content nav.top_menu .m2 .first {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#top_content nav.top_menu .m2 .first li:nth-child(1) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
#top_content nav.top_menu .m2 .first li:nth-child(2) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#top_content nav.top_menu .m2 .first li:nth-child(3) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
#top_content nav.top_menu .m2 .first.show {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
#top_content nav.top_menu .m2 .first.hide {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #top_content nav.top_menu .m2 .first ul li:nth-child(2) {
    margin-right: 0;
  }
}
#top_content nav.top_menu .m2 .second {
  position: absolute;
  top: 0;
}
#top_content nav.top_menu .m2 .second img {
  height: 21px;
}
#top_content nav.top_menu .m2 .second li {
  margin-right: 0.8em;
}
#top_content nav.top_menu .m2 .second li .slash {
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  #top_content .copyright {
    display: block;
    min-height: initial;
    white-space: nowrap;
    position: absolute;
  }
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top_content .copyright {
    font-size: 2.5vw;
  }
}

/*# sourceMappingURL=index.css.map */
