
@charset "utf-8";

.footer_main {
  width: 100%;
  margin: 0 auto;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #4C7A61;
  padding-top: 2.7rem;
}

/* フッタータイトル */
.footer_sec_head {
  color: bisque;
  text-align: center;
  margin: 0 auto 1rem;
  padding-left: 14.5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}

.footer_bird_image {
  width: 17.8rem;
  height: auto;
  object-fit: cover;
}

.footer_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4C7A61;
  position: relative;
  display: inline-block;
  padding-top: 1rem;
}

.footer_title::before,
.footer_title::after {
  content: '';
  display: inline-block;
  width: 2.8rem;
  height: 0.1rem;
  background: #2e6042;
  margin: 0.4rem 0.8rem;
  transform: rotate(60deg);
}

.footer_title::after {
  transform: rotate(-60deg);
  width: 2.8rem;
  height: 0.1rem;
  margin: 0.6rem 1.4rem;
}

/* <!-- フッターコンテンツ --> */
.footer_sec_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 11.2rem;
  margin-bottom: 9.5rem;
  padding-left: 2rem;
}

.footer_column {
  width: 45.8rem;
}

.footer_subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.9rem;
  text-align: center;
}

.footer_list {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}

.footer_item {
  width: 45.8rem;
  background-color: #FFFFFF;
  font-size: 2.1rem;
  font-weight: 700;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
  border: 0.1rem solid #4C7A61;
  border-radius: 1rem;
  /* padding: 3.5rem; */
}

.footer_item:hover {
  background-color: #4C7A61;
  color: #FFFFFF;
}

.footer_link {
  display: inline-block;
  width: 100%;
  height: 10.3rem;
  padding: 3.7rem 0 3.6rem;
}

/* <!-- フッターアドレス --> */
.footer_sec_foot {
  padding-left: 8.0rem;
  height: 47.4rem;
  background: url('../img/footer_bg.png') no-repeat center bottom;
  background-size: 100%;
  background-position-y: calc(100% + 0.3rem);
}

.footer_logo_area {
  margin-bottom: 2rem;
}

.footer_logo_image {
  width: 25.7rem;
  height: auto;
  object-fit: cover;
}

.footer_address {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
}


@media screen and (max-width: 699.98px){

  .footer_main {
    padding-top: 1.4rem;
  }

  .footer_sec_head {
    flex-direction: column;
    padding: 0;
    gap: 0.9rem;
    margin-bottom: 5rem;
  }  

  .footer_image_wrap {
    padding-right: 1.8rem;
  }

  .footer_bird_image {
    width: 10rem;
  }

  .footer_title {
    width: 37.5rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .footer_title::before, .footer_title::after {
    width: 2.4rem;
    height: 0.1rem;
    margin: 0rem 1rem 0.6rem 0rem;
  }

  .footer_title::after {
    margin: 0rem 0rem 0.6rem 0.7rem;
  }

  /* <!-- フッターコンテンツ --> */
  .footer_sec_flex {
    flex-direction: column;
    padding: 0;
    gap: 5.2rem;
    margin-bottom: 7rem;
  }

  .footer_column {
    width: 34.7rem;
    margin: 0 auto;
  }

  .footer_subtitle {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
  }

  .footer_list {
    row-gap: 1.1rem;
  }

  .footer_item {
    width: 34.7rem;
    height: 7.0rem;
    font-size: 1.5rem;
    margin: 0 auto;
    /* padding: 2.3rem; */
  }

  .footer_link {
    height: 7rem;
    padding: 2.4rem 0 2.5rem;
  }

  /* <!-- フッターアドレス --> */
  .footer_sec_foot {
    padding-left: 2.8rem;
    height: 53.0rem;
    background: url(../img/footer_bg.png) no-repeat left bottom;
  }

}






