@charset "UTF-8";

/* philosophy */
.philosophy .philosophy-txt {
  font-size: 1.625rem;
  text-align: center;
}

ruby {
  ruby-position: over;
}

.philosophy rt {
  line-height: 1.4;
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767.9px) {

  /* philosophy */
  .philosophy .philosophy-txt {
    line-height: 2;
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}