@charset "utf-8";
/* CSS Document */

body {
  position: relative;
  overflow-x: hidden;
}

.green {
  color: #00be3a;
}

.sp {
  display: none;
}

.space {
  margin-bottom: 20px;
}

.btn-container {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}

.btn {
  padding: 15px 120px 15px 30px;
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  background: #00be3a;
  position: relative;
  transition: all 0.3s;
}

.btn i {
  position: absolute;
  top: 32%;
  right: 10%;
  transition: all 0.3s;
  z-index: 2;
}

.btn:before {
  left: auto;
  right: 10px;
  z-index: 2;
}

.btn:after {
  width: 42%;
  height: 200%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transform-origin: 0 0;
  transform: rotate(-20deg);
  transition: all 0.3s;
}

.btn:hover i {
  right: 6%;
}

.btn:hover:after {
  width: 24%;
}

.motion.delighter {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  transform: translateY(20px);
}

.motion.delighter.started {
  opacity: 1;
  transform: translateY(0px);
}

.motion-slow.delighter {
  transition: all 1s ease-out;
  opacity: 0;
  transform: translateY(30px);
}

.motion-slow.delighter.started {
  opacity: 1;
  transform: translateY(0px);
}

header {
  position: fixed;
  z-index: 999;
}

.header-container {
  position: relative;
}

.simpleParallax {
  height: 100%;
}

#top-bar {
  display: block;
  background-color: #191a1a;
  height: 32px;
  width: 100%;
  position: fixed;
  top: 0;
}

#top-bar-wrapper,
#main-nav {
  position: absolute;
  right: 6vw;
}

#top-bar-wrapper img {
  height: 20px;
  margin-top: 6px;
}

#top-bar-wrapper p {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 32px;
  vertical-align: top;
}

#top-bar-wrapper p:last-child {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 20px;
  margin-left: 20px;
  transition: 0.3s ease-out;
}

#top-bar-wrapper p:last-child:hover {
  background-color: #00be3a;
}

#nav-bar {
  height: 74px;
  position: fixed;
  width: 100%;
  top: 32px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-btn {
  margin-right: 40px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 22px;
  top: 0;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
  background-color: #fff;
}

.sp-nav {
  background-color: #191a1a;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: none;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sp-nav-container {
  margin: 12vw;
  font-weight: bold;
  text-align: center;
}

.sp-nav-container ul {
  text-align: left;
}

.sp-nav-container li {
  margin: 50px 0;
  font-size: 18px;
}

.sp-nav img {
  width: 260px;
  margin: 60px;
}

#top-logo a img:first-child {
  width: 240px;
  margin-right: 20px;
  margin-left: 4vw;
  transition: 0.3s ease-out;
}

#top-logo img:first-child:hover {
  opacity: 0.8;
}

#top-logo img:last-child {
  width: 160px;
}

#main-nav > ul {
  display: flex;
  justify-content: space-between;
  width: 480px;
}

#main-nav > ul li {
  font-size: 14px;
  width: 120px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  transition: 0.3s ease-out;
}

#main-nav > ul li:hover {
  background-color: #00be3a;
  color: #fff;
}

.nav-hover {
  height: 120px;
  position: fixed;
  width: 100%;
  top: 106px;
  color: #000;
  display: none;
}

.hover-nav-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 4vw;
  top: 40px;
  height: 34px;
}

.hover-nav-wrapper li {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 2px;
  margin: 0 2vw;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.hover-nav-wrapper li i {
  margin-left: 10px;
}

.hover-nav-wrapper li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.over-lay {
  position: fixed;
  top: 106px;
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  display: none;
}

#about-nav-hover {
  background: url("../img/about-hover.jpg") no-repeat center center;
}

#biz-nav-hover {
  background: url("../img/business-hover.jpg") no-repeat center center;
}

.header-line {
  width: 40px;
  border-bottom: 2px solid #00be3a;
  margin: 60px auto 20px;
}

.section-header {
  text-align: center;
  font-weight: bold;
}

.section-header h3:first-of-type {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 30px 0 20px;
  color: #b3b3b3;
}

.section-header h3:last-of-type {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin-bottom: 50px;
}

footer {
  padding: 60px 0;
  background-color: #191a1a;
  color: #fff;
  text-align: right;
}

footer h6 {
  margin-top: 20px;
  font-size: 12px;
  margin-right: 6vw;
}

.footer-wrapper {
  width: 88vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  text-align: left;
}

.footer-logo img {
  width: 260px;
}

.footer-link {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
}

.footer-link p {
  font-size: 16px;
  padding: 8px 0;
}

.footer-link li {
  padding: 10px 0;
  margin-left: 16px;
  font-size: 14px;
}

.footer-nav {
  width: 12vw;
  text-align: left;
  padding-top: 20px;
}
.footer-nav:nth-of-type(3) {
  width: 18vw;
}

footer a p:hover,
footer ul a:hover {
  color: #00be3a;
}

@media screen and (max-width: 1366px) {
  .footer-nav {
    width: 14vw;
  }

  .footer-nav:first-of-type {
    width: 12vw;
  }

  .footer-nav:nth-of-type(2) {
    width: 12vw;
  }

  .footer-link p {
    font-size: 14px;
  }

  .footer-link li {
    margin-left: 6px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  #top-logo a img:first-child {
    margin-right: 10px;
  }

  #main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px;
  }

  #main-nav > ul li {
    font-size: 14px;
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .sp,
  .sp-nav {
    display: block;
  }

  #top-logo {
    left: 4vw;
  }

  #top-logo a img:first-child {
    width: 180px;
  }

  .open-sp {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .footer-wrapper {
    width: 82vw;
    margin: 0 auto 40px;
    display: block;
  }

  .footer-link {
    width: 100%;
    display: block;
  }

  .footer-nav {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  .footer-nav:first-of-type {
    width: 100%;
  }

  .footer-nav:nth-of-type(2) {
    width: 100%;
  }
  .footer-nav:nth-of-type(3) {
    width: 100%;
  }

  .footer-link p {
    font-size: 16px;
    padding: 8px 0;
  }
}
