<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-heading-inline-wrap {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading-inline-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding-bottom: 40px;
  }
}
.c-heading-inline-en {
  display: block;
  font-weight: 300;
  font-family: 'Optima LT W01 Medium';
  font-size: 32px;
}
.c-heading-inline-ja {
  font-size: 16px;
  font-family: TsukuAOldMinPr6-R, serif;
  font-weight: 300;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .c-heading-inline-en {
    display: inline-block;
    font-size: 48px;
    padding-right: 10px;
  }
}
.c-heading-inline-link {
  display: block;
  padding: 5px 40px 5px 0;
  background: url(../../assets/img/arrow.svg) center right 5px no-repeat;
  text-decoration: none;
  color: #222;
  transition: .3s ease-out;
  font-weight: 300;
  font-family: 'Optima LT W01 Medium';
  font-size: 20px;
}
.c-heading-inline-link:hover {
  background-position: center right 0;
}
@media screen and (max-width: 767px) {
  .c-heading-inline-link {
    display: none;
  }
}</pre></body></html>