@import url(../css/riset.css);
@import url(../css/slick-theme.css);
@import url(../css/slick.css);
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Sans+JP:wght@400;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #8fbc8f;
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  color: #0066CC;
}

p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 80px;
  font-weight: bold;
}

h4 {
  font-size: 30px;
  font-weight: bold;
}

.company-introduction .company-text {
  position: absolute;
  top: 40%;
  left: 9%;
  color: #fff;
}
.company-introduction h3 {
  font-size: 60px;
}
.company-introduction video {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .company-text {
    top: 27%;
    left: 9%;
  }
}
@media (max-width: 599px) {
  .company-introduction img {
    background-size: cover;
    position: relative;
  }
  .company-text h3 {
    font-size: 50px;
  }
}/*# sourceMappingURL=company.css.map */