@charset "utf-8";
/*--------------------------------------------------------------------------------

  about

--------------------------------------------------------------------------------*/
.about {
  text-align: left;
}
.about_ttl {
  font-size: var(--fs-3m);
  font-weight: 500;
  display: flex;
  column-gap: 0.5rem;
}
.about_ttl:before {
  content: "○";
  flex-shrink: 0;
}
.about_ttl:not(:first-child) {
  margin-top: var(--space-m);
}
.about_content {
  margin-top: 0.5rem;
}
.about_list {
  padding-left: 1em;
}
.about_list:before {
  content: "・";
  margin-left: -1em;
}
