.title-transparent, .title-small {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 75px;
  z-index: 0;
  background-image: url(../../asset/img/bg-title-transparent.png);
}

@supports (background-image: url(../../asset/img/bg-title-transparent.webp)) {
  .title-transparent {
    background-image: url(../../asset/img/bg-title-transparent.webp);
  }
}
.title-fukidashi {
  background-size: 150% auto;
  height: 60px;
  background-image: url(../../asset/img/bg-title-fukidashi.png);
}

@supports (background-image: url(../../asset/img/bg-title-fukidashi.webp)) {
  .title-fukidashi {
    background-image: url(../../asset/img/bg-title-fukidashi.webp);
  }
}
@media screen and (min-width: 768px) {
  .title-fukidashi {
    height: 70px;
  }
}
.title-white {
  background-image: url(../../asset/img/bg-title-white.png);
}

@supports (background-image: url(../../asset/img/bg-title-white.webp)) {
  .title-white {
    background-image: url(../../asset/img/bg-title-white.webp);
  }
}
.title-small {
  height: auto;
  background-size: 120% auto;
  background-position: 0 100%;
  background-image: url(../../asset/img/bg-title-small.png);
}

@supports (background-image: url(../../asset/img/bg-title-small.webp)) {
  .title-small {
    background-image: url(../../asset/img/bg-title-small.webp);
  }
}
.title-decoration::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -15px;
  width: 100%;
  height: 13px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../asset/img/bg-title.png);
}

@supports (background-image: url(../../asset/img/bg-title.webp)) {
  .title-decoration::after {
    background-image: url(../../asset/img/bg-title.webp);
  }
}
.title-dotted-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  border-bottom: 1px dotted #333446;
}

.title-position {
  top: 15px;
}

.title-company-position {
  text-align: center;
}

.title-company {
  font-size: 38px;
}
.title-company.large-title {
  font-size: 46px;
}/*# sourceMappingURL=headline.css.map */