/*
Theme Name: 神戸大学 産官学連携本部HP
Version: 0.0
*/

footer {
  border-top: 1px solid #ccc;
  padding-top: 5.032vw;
}

footer .inner {
  margin: auto;
  width: 80%;
}

.footer_main-info {
  display: flex;
  justify-content: space-between;
}

.footer_logo a {
  display: flex;
}

.footer_logo a:hover {
  opacity: 0.7;
  color: #222;
}

.footer_title {
  font-size: 2.05vw;
  letter-spacing: 0.2vw;
  margin-bottom: 0;
}

.footer_subtitle {
  font-size: 1vw;
  margin-top: 0.4vw;
}

.footer_logo .logo_img {
  width: 9vw;
  height: auto;
}

.footer_sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_sns-item:not(:last-child) {
  margin-right: 1.725vw;
}

.footer_main-cont {
  display: flex;
  justify-content: space-between;
  margin: 2vw;
}

.footer_main-img img {
  width: 26.168vw;
  height: auto;
}

.footer_main-list {
  width: 70vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 18vw;
}

.footer_main-item {
  width: 50%;
  position: relative;
  padding: 0.5vw;
}

.footer_main-item::before {
  content: '';
  width: 1.438vw;
  height: 1.438vw;
  display: inline-block;
  background-image: url(./img/angle-right-solid_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.2vw;
}

.footer_main-link:hover {
  text-decoration: underline;
}

.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.footer_bottom-item {
  margin-right: 2em;
}

.footer_bottom-link {
  white-space: nowrap;
  text-decoration: underline;
}

.footer_copy {
  text-align: center;
  font-family: Outfit, Roboto, sans-serif;
  font-size: 0.7vw;
  font-weight: 400;
  padding: 0.719vw 1.438vw 3.595vw;
  line-height: 1.3;
  letter-spacing: normal;
}

@media all and (max-width: 670px) {
  footer .inner {
    width: 90%;
  }

  .footer_main-info {
    display: block;
  }

  .footer_logo .logo_img {
    width: 18vw;
    height: auto;
  }

  .footer_title {
    font-size: 4.5vw;
  }

  .footer_subtitle {
    font-size: 2.3vw;
    text-align: center;
    line-height: 1;
  }

  .footer_main-cont {
    display: block;
    margin: 2vw;
  }

  .footer_main-img {
    text-align: center;
  }

  .footer_main-img img {
    width: 73vw;
    margin: 0 auto 3vw;
  }

  .footer_main-list {
    padding-left: 7vw;
    width: 90vw;
    margin-bottom: 5vw;
  }

  .footer_main-item {
    padding: 1vw;
  }

  .footer_main-item::before {
    width: 4vw;
    height: 4vw;
    left: -3.2vw;
  }

  .footer_main-item a {
    font-size: 2.6vw;
  }

  .footer_sns-list {
    padding-left: 3vw;
    justify-content: center;
  }

  .footer_sns-item:not(:last-child) {
    margin-right: 4vw;
  }

  .footer_copy {
    font-size: 2.7vw;
  }

}