@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: #222;
}

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

a:hover {
  color: #0066cc;
}

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

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

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

.company-introduction .company-text {
  position: absolute;
  top: 40%;
  left: 9%;
  color: #fff;
}

.company-introduction h3 {
  font-size: 80px;
}

.company-introduction video {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* tb */
@media (max-width: 1024px) {
  .company-text {
    top: 27%;
    left: 9%;
  }
}

/* sp */
@media (max-width: 599px) {
  .company-introduction {
    margin: 60px 0;
  }
  .company-introduction .company-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .company-introduction .company-text p {
    text-align: center;
  }
}
/*# sourceMappingURL=company.css.map */