.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,0);
}
#company-logo {
  min-width: 160px;
}
#top-img {
  background: url("/assets/samuel-zeller-34751-unsplash.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
}
.dim-box {
  background-color: rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;
}
#top-main-title-pc {
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  #top-main-title-pc {
    font-size: 4vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-main-title-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top-main-title-pc {
    display: none;
  }
}
#top-main-title-pc p span.text {
  font-size: 1.5vw;
  white-space: nowrap;
}
#top-main-title-tablet {
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  #top-main-title-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-main-title-tablet {
    font-size: 7vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #top-main-title-tablet {
    display: none;
  }
}
#top-main-title-tablet p span.text {
  font-size: 2.5vw;
  white-space: nowrap;
}
#top-main-title-smartphone {
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  #top-main-title-smartphone {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top-main-title-smartphone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top-main-title-smartphone {
    font-size: 35pt;
  }
  #top-main-title-smartphone span.text {
    white-space: nowrap;
  }
}
#top-main-title-smartphone p {
  font-size: 20px;
}
.featurette {
  padding-top: 80px;
  margin-top: -70px;
}
#description-body {
  font-size: 1.17rem;
}
.profile-img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#careers-body {
  font-size: 1.17rem;
}
#contact-body {
  font-size: 1.17rem;
}

