.hader__inner__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 80px;
  background-color: #172f78;
}
.contact-icon img.logo-mail {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .header__inner .logo-sp {
    height: 2.3em;
  }
}