.common-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .common-section-title {
    gap: 8px;
  }
}

.common-section-title-jp {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .common-section-title-jp {
    font-size: 22px;
  }
}

.common-section-title-en {
  font-size: 76px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #444464;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-section-title-en {
    font-size: 36px;
    line-height: 1;
  }
}

.common-section-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .common-section-title-sub {
    font-size: 22px;
    line-height: 1.4;
  }
}

.common-section-title-img {
  width: 47px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .common-section-title-img {
    width: 32px;
  }
}

.common-section-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-align: center;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .common-section-description {
    font-size: 14px;
  }
}/*# sourceMappingURL=common.css.map */