@charset "utf-8";
.pagetop:has(.pagetop-titile__home) .inner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3em;
}
.pagetop:has(.pagetop-titile__home) .pagetop-titile {
  position: relative;
}
.pagetop:has(.pagetop-titile__home) .pagetop-titile::before {
  position: absolute;
  content: '\e5cc';
  font-family: 'Material Icons';
  color: #fff;
  left: calc(-1.5em - 0.5em);
}
.pagetop-titile__home {
  color: #1ca867;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .pagetop:has(.pagetop-titile__home) .inner {
    flex-direction: unset;
    justify-content: center;
  }
}