@media (max-width: 768px) {
  /* Footer */
  .footer_illust {
    width: 100%;
    height: 295px;
  }

  #footer_illust {
    width: 200%;
  }

  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #logo {
    margin-right: 0;
    margin: 3rem 0;
    display: block;
  }

  .footer_top_left {
    flex-direction: column;
  }

  .footer_top_right {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: space-between;
  }

  .footer_bottom_menu {
    width: 100%;
  }

  .footer_bottom_menu ul {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
  }

  .footer_bottom_menu ul li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed;
    width: 100%;
    display: block;
  }

  .footer_bottom_menu ul li:nth-last-child(1) {
    border: none;
  }

  .footer_bottom_menu ul li a {
    display: block;
    width: 100%;
  }

  .footer_bottom {
    border-top: none;
  }

  .footer_address {
    line-height: 1.5;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -1px;
    word-spacing: -1px;
  }

  .footer_copyright {
    word-spacing: -3px;
    text-align: center;
  }

  /* Footer --- End */
}