.h3_footer{
  font-family: "Noto Sans JP", sans-serif;
  background-color: #D9EAF2;
  color: #000;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.footer_content{
  display: flex;
  gap: 17.3rem;
  padding: 8.3rem 0 12.6rem 9.5rem;
}

/* ロゴ画像 */

.image_content{
  margin-top: 9.7rem;
}

.footer_image{
  width: 12.5rem;
  height: 13.4rem;
}

/* リンク一覧 */

.footer_top{
  width: 8.2rem;
  min-width: 11.5rem;
  margin-bottom: 3rem;
  text-align: left;
}

.footer_flex_title{
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

.footer_text{
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
}

.footer_flex{
  display: flex;
  margin-right: 25rem;
  gap: 3rem 4.6rem;
  flex-wrap: wrap;
}

.footer_link_texts {
  width: fit-content;
  text-align: center;
}

.footer_flex_content {
  min-width: 11.8rem;
  text-align: left;
}

@media screen and (max-width: 699.98px){
  .footer_content{
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 0 6.6rem;
  }

  .image_content{
    margin: 0;
  }

  .footer_image{
    width: 8.3rem;
    height: 7.9rem;
  }

  .footer_top{
    margin-left: 3rem;
  }

  .footer_flex{
    margin: 0;
    justify-content: center;
    column-gap: 7rem;
  }

}