html[data-lang='en'] .h1.corporate_common,
html:has(.newheader--en) .h1.corporate_common {
  font-family: 'Roboto Condensed', sans-serif;
}

.newsite .h1.corporate_common .h1__tag {
  margin-bottom: 1.75rem;
  min-height: 2.25rem;
  padding: 0 0.75rem;
  color: #ffffff;
  background-color: #595757;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
.newsite .h1.corporate_common .h1__content {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsite .h1.corporate_common .h1__content {
    margin-bottom: 2rem;
    font-size: 2.625rem;
    line-height: 1.4;
  }
}
.newsite .h1.corporate_common .h1__content span:last-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .newsite .h1.corporate_common .h1__content span:last-of-type {
    font-size: 1.3125rem;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
  }
}
.newsite .h1.corporate_common .h1__hr {
  --progress: 0%;
  position: relative;
  border: none;
  height: 2px;
  display: flex;
  align-items: center;
  background-color: #9ea3a6;
}
.newsite .h1.corporate_common.h1--unstyle .h1__content {
  font-size: 2.25rem;
  color: #363434;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .newsite .h1.corporate_common.h1--unstyle .h1__content {
    font-size: 2.125rem;
  }
}
.newsite .h1.corporate_common.h1--col .h1__content {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}
.newsite .h1.corporate_common.h1--col .h1__content span:last-of-type {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}
.newsite .h1.corporate_common.h1--col .h1__hr {
  height: 1px;
}
