.footer__wrap{
    margin:0 auto;
}

.disease, .footer {
    margin: 7.5rem 0 0;
    padding-top: 3rem;
}
.footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__logo{
    display: flex;
    align-items: center;
}

.company-name{
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.footer__utility {
    padding-left: 5rem;
}

.footer__tel, .info__tel {
    display: flex;
}

.footer__icon, .info__icon {
    width: 1.5rem;
    margin-right: 0.5rem;
}
.footer{
    border-top: 2px solid #31313152;
}




.pageTop {
    width: 5rem;
    padding: 0 2.1875rem;
    position: fixed;
    right: 0;
    bottom: 150px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.page-top__text {
    font-size: 0.9375rem;
    transform: rotate(90deg);
    position: absolute;
    top: 5rem;
    left: 0;
}

.page-top__img {
    height: 2.8125rem;
    overflow: hidden;
}

.page-top__icon {
  display: block;
  transform: translateY(-100%);
  animation: scrollUp 1.5s infinite ease-in-out;
}

@keyframes scrollUp {
  0% {
    transform: translateY(130%);
  }
  100% {
    transform: translateY(-130%);
  }
}



@media (max-width: 992px) {
.company-name{
    font-size: 1.5rem;
}
.footer__content {
    justify-content: flex-start;
    padding-left: 0.5rem;
}
}
