/* Matome LP title treatment. Loaded only by page-matome.php. */
.matome-lp__hero-copy .matome-lp__hero-title{
  font-size:clamp(2.5rem,4.25vw,4.1rem);
  line-height:1.16;
  letter-spacing:-.05em;
}
.matome-lp__hero-title>span{
  display:block;
  white-space:nowrap;
}
.matome-lp__hero-title em{
  color:#397848;
  font-style:normal;
  background:linear-gradient(transparent 82%,rgba(57,120,72,.15) 82%);
}
@media(max-width:767.98px){
  .matome-lp__hero-copy .matome-lp__hero-title{font-size:clamp(2rem,8.5vw,2.65rem)}
}
