.footer {
  background-color: #EFEBDA;

  & .footer-bnr-block {
    background-color: #EEEEEE;
    padding: 20px 0;
  }

  & .footer-bnr-box {
    /* display: flex;
    justify-content: space-between; */
    max-width: 1120px;
    margin: 0 auto;
    width: 90%;
    height: 75px;
  }

  & .footer-bnr-box a {
    transition: .4s;
    /* width: fit-content !important; */
  }

  & .footer-bnr-box a:hover {
    opacity: .7;
  }

  & .footer-bnr-box a img {
    /* height: 75px; */
    width: auto;
  }

  & .footer-container {
    display: flex;
    max-width: 1120px;
    margin-inline: auto;
    padding: 2em 0;
    position: relative;
    width: 90%;
  }

  & .footer-left {
    width: 64%;
  }

  & .footer-left-block {
    display: flex;
    gap: 7%;
  }

  & .ban {
    margin: 0;
    width: 38%;
    /* background: transparent url(../image/common/icon_flag.png) no-repeat center top; */
    background-size: 55px auto;
    text-align: center;
    /* padding-top: 70px; */
    max-width: 227px;
  }

  & .ban a {
    transition: .4s;
  }

  & .ban a:hover {
    opacity: .7;
  }

  & .footer-left-cont {
    font-size: 18px;
    margin: 0 5% 0 0;
    width: 55%;
  }

  & .footer-left-cont dt {
    font-weight: normal;
    margin-bottom: 5px;
  }

  & .footer-left-cont dd {
    margin-bottom: 5px;
  }

  & .footer-left-cont dd span {
    display: inline-block;
    width: 4.5em;
  }

  & .btnInquiry {
    margin-bottom: 0;
  }

  & .btnInquiry a {
    background: #FFF url(../image/common/icon_mail.png) no-repeat 0.4em center;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    width: 12em;
    padding: 0.4em 1em 0.4em 3em;
    min-height: 35px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.20);
    transition: .4s;
  }

  & .btnInquiry a:hover {
    opacity: .6;
    text-decoration: none;
  }

  & .footer-left-cont dd:last-child {
    margin-bottom: 0;
  }

  & .footer-right {
    width: 30%;
  }

  & .footernav {
    border-left: 5px solid #fff;
    padding-left: 2.2em;
    margin-bottom: 0;
  }

  & .footernav a {
    color: #000000;
    border-bottom: 1px solid;
    transition: .4s;
  }

  & .footernav a:hover {
    border-bottom: none;
    color: #FF6A30;
    text-decoration: none;
  }

  & .footernav li {
    list-style-type: disc;
    margin-bottom: 10px;
  }

  & .footernav li:last-child {
    margin-bottom: 0;
  }

  & .pTop {
    position: absolute;
    width: 8em;
    height: 8em;
    top: 0;
    right: 0;
    margin-top: -10px;
    background-color: #FFE44F;
    border-radius: 4em;
    font-size: 0.9em;
    line-height: 8em;
    cursor: pointer;
    text-align: center;
    transition: .4s;
  }

  & .pTop:hover {
    background-color: #FF6A30;
    color: #fff;
  }

  & .pTop::after {
    content: "▲";
    display: block;
    font-size: 1.6em;
    margin-left: -0.5em;
    height: 1em;
    width: 1em;
    position: absolute;
    top: 1em;
    left: 50%;
  }

  & .opendata {
    position: absolute;
    bottom: 16px;
    right: 0;
    margin: 0;
  }

  & .opendata a {
    border-bottom: 1px solid;
    color: #000000;
    font-weight: bold;
    transition: .4s;
  }

  & .opendata a:hover {
    border-bottom: none;
    color: #FF6A30;
    text-decoration: none;
  }

  & .footer-copyright {
    background-color: #fff;
    text-align: center;
  }

  & .footer-copyright small {
    color: #AAAAAA;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 10px;
  }

  & .slick-list {
    margin: 0 -10px;
  }

  & .slick-slide {
    margin: 0 10px;
  }

  & .slick-track {
    display: flex;
    align-items: center;
  }



}




/* レスポンシブ */
@media screen and (max-width: 900px) {
  .footer {
    background-color: #FFE44F;
    & .footer-left-block {
      display: block;
    }
    & .footer-container {
      padding: 30px 0 25px;
    }
    & .ban {
      background: none;
      padding-top: 0;
      margin: 0 auto 14px;
      width: 100%;
    }
    & .footer-left {
      width: 100%;
    }
    & .footer-left-cont {
      font-size: 14px;
      margin: 0;
      text-align: center;
      width: 100%;
    }
    & .footer-right {
      display: none;
    }
    & .footer-left-cont dd.pc {
      display: none;
    }
    & .opendata {
      display: none;
    }
    & .pTop {
      background-color: #000;
      color: #fff;
      line-height: 1.5;
      width: 40px;
      height: 40px;
      font-size: 0.5em;
      top: initial;
      bottom: 10px;
    }
    & .pTop::before {
      content: "";
      background-color: #fff;
      display: block;
      height: 2px;
      width: 1.4em;
      position: absolute;
      top: 1.5em;
      left: 36%;
    }
    & .pTop span {
      display: none;
    }
    & .pTop:hover {
      background-color: #000;
    }
  }
}

@media screen and (max-width: 768px) {
  .footer {
    & .footer-bnr-box {
      height: 56px;
    }
    & .footer-bnr-box a {

    }
    & .footer-bnr-box a img {
      height: 60px;
      margin-inline: auto;
    }
    & .slick-list {

    }
    & .slick-slide {

    }
  }
}