footer {
  background-color: #fff;
  padding-top: 115px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 17px;
    padding-bottom: 120px;
  }
}
.footer-logo {
  width: 208px;
  height: 129px;
  margin: 0 auto 30px;
  display: block;
}
ul.sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
ul.nav-lower {
  width: 878px;
  height: 87px;
  display: flex;
  justify-content: center;
  gap: 35px 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  ul.nav-lower {
    width: 88.3vw;
    height: auto;
    gap: 15px;
    justify-content: space-between;
    margin: 0 auto 60px;
  }
  ul.nav-lower li {
    padding-left: 15px;
  }
  ul.nav-lower li:nth-child(n + 3) {
    width: 44%;
  }
}

ul.nav-lower li a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  position: relative;
}
ul.nav-lower li a::before {
  content: "";
  display: inline-block;
  background-color: #0d6fb8;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 9px;
  height: 2px;
}

.footeroter-bottom {
  text-align: center;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .footeroter-bottom {
    padding: 11px 0;
  }
}
.footeroter-bottom p {
  color: #fff;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .footeroter-bottom p {
    font-size: 14px;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.36px;
  }
}

.fixbtn {
  width: 105px;
  height: 264px;
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .fixbtn {
    border-radius: 20px 20px 0 0;
    background: #0d6fb8;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 95.7vw;
    height: 69px;
  }
}
.fixbtn ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fixbtn ul li a {
  display: block;
  width: 104.406px;
  height: 104.406px;
}
.fixbtn ul li:first-child:before {
  content: "";
  width: 111px;
  height: 112px;
  aspect-ratio: 111/112;
  display: inline-block;
  background-image: url(../image/common/contactdog.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.fixbtn ul li:first-child:hover:before {
  top: -70px;
}
@media screen and (max-width: 768px) {
  .fixbtn ul li:first-child:hover:before {
    top: -62px;
  }
}

@media screen and (max-width: 768px) {
  .fixbtn ul {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    height: 100%;
  }
  .fixbtn ul li {
    width: 50%;
    height: 100%;
  }

  .fixbtn ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }
  .fixbtn ul li:first-child:before {
    left: 100%;
  }
  .mail img {
    width: 22px;
    height: 15px;
    aspect-ratio: 22/15;
  }
  .insta img {
    width: 20px;
    height: 20px;
  }
}
