.footer {
  width: 100%;
  height: 616px;
  background-image: url(../img/common/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1024px) {
    .footer {
      height: inherit; } }
  .footer .container-m {
    height: 100%; }
  @media (max-width: 1024px) {
    .footer-logo {
      order: 1; } }
  @media (max-width: 1024px) {
    .footer-address__wrap {
      order: 3;
      text-align: center; } }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    height: 100%; }
    @media (max-width: 1024px) {
      .footer-inner {
        flex-direction: column;
        align-items: center; } }
  .footer-left {
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 1024px) {
      .footer-left {
        display: contents; } }
  .footer-right {
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 1024px) {
      .footer-right {
        order: 2;
        margin-bottom: 60px; } }
    .footer-right__top {
      display: flex; }
      @media (max-width: 1024px) {
        .footer-right__top {
          flex-direction: column;
          align-items: center; } }
    .footer-right__item {
      margin-bottom: 50px; }
    .footer-right__link {
      position: relative;
      padding-left: 20px; }
      .footer-right__link:nth-child(1) {
        margin-right: 50px; }
        @media (max-width: 1024px) {
          .footer-right__link:nth-child(1) {
            margin-right: 0; } }
      .footer-right__link::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 12.1px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: 0;
        left: 0; }
  .footer-img {
    width: 221px;
    height: auto;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .footer-img {
        padding-top: 50px;
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .footer-img {
        width: 145px;
        height: auto; } }
  .footer-txt {
    color: #fff;
    font-size: 1.5rem; }
  .footer-name {
    margin-bottom: 1%; }
  .footer-address {
    margin-bottom: 1%; }
  .footer-tel {
    margin-bottom: 3%; }
    @media (max-width: 1024px) {
      .footer-tel {
        margin-bottom: 60px;
        display: block; } }
  .footer-banner {
    display: block;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 1024px) {
      .footer-banner {
        margin-left: auto;
        margin-right: auto; } }
  .footer-button {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
    .footer-button__link {
      /*width: 170px;*/
      width: calc( 50% - 2rem);
      height: 49px;
      line-height: 49px;
      letter-spacing: .1rem;
      text-align: center;
      color: #402727;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 50px;
      transition: all 0.7s; }
      @media (max-width: 1024px) {
        .footer-button__link {
          width: calc( 100% - 2rem);
          letter-spacing: 2px;
          margin: auto; } }
      .footer-button__link:hover {
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.7s; }
