.global-footer {
  color: white;
  background-color: #82d5d4;
  padding: 3rem 1rem;
  font-size: 1.2rem;
}

.pagetop-button {
  display: none;
}

.global-footer-navigation a {
  color: inherit;
}

.global-footer-navigation a:hover {
  text-decoration: underline;
}

.global-footer-navigation-items {
  margin-bottom: 2.4rem;
  list-style: none;
}

.global-footer-navigation-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.copyright {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .global-footer {
    padding: 8rem 1rem 8rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }


  .global-footer-wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .global-footer-top {
    float: left;
  }

  .global-footer-bottom {
    float: right;
  }

  .pagetop-button {
    border-radius: 37px;
    bottom: 30px;
    display: block;
    height: 74px;
    position: fixed;
    right: 10px;
    width: 74px;
  }

  .bg {
    fill: #82d4d3;
  }

  #pagetop-icon:hover > g > .bg {
    fill: #2b9e9d;
  }

  .triangle {
    fill: #ffffff;
  }

  .pagetop-triangle {
    position: relative;
  }

  .pagetop-triangle::after {
    position: absolute;
    border-style: solid;
    border-width: 0 10.5px 23px 10.5px;
    border-color: transparent transparent #fff transparent;
  }

  .global-footer-navigation-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.4rem;
  }

  .global-footer-navigation-item {
    margin: 0;
  }

  .global-footer-navigation-item:not(:last-child) {
    margin-bottom: 0;
  }

  .global-footer-navigation-item:not(:last-child)::after {
    border-right: 1px solid white;
    content: "";
    margin: 0 2rem;
  }

  .copyright {
    text-align: left;
  }

  .logo-footer {
    width: 273px;
  }
}

/* english page */
@media screen and (min-width: 1024px) {
  .en .global-footer-navigation-item:not(:nth-child(odd))::after{
    border-right: none;
  }

  .en .global-footer-navigation-items {
    display: inline-block;
    width: 525px;
  }

  .en .global-footer-navigation-item {
    display: inline-block;
    margin-bottom: 1.2rem;
  }

}