footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
  width: 100%;
  padding: 80px 0 60px;
  background-image: url("../image/bg-footer.png");
  background-size: contain; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 60px 0; } }
  footer .footer-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12%; }
    @media screen and (max-width: 885px) {
      footer .footer-flex {
        display: block;
        margin: 0 auto; } }
    footer .footer-flex .footer-left {
      width: 235px; }
      @media screen and (max-width: 767px) {
        footer .footer-flex .footer-left {
          margin: 0 auto 15.02px; } }
      footer .footer-flex .footer-left a {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        footer .footer-flex .footer-left a img {
          width: 60px;
          height: 59.982px;
          flex-shrink: 0;
          aspect-ratio: 60.00/59.98; }
        footer .footer-flex .footer-left a p {
          display: flex;
          align-items: center;
          color: #FFF;
          font-family: "Noto Serif JP";
          font-size: 25px;
          font-style: normal;
          font-weight: 600;
          line-height: 200%;
          /* 50px */
          letter-spacing: 0.75px; }
          footer .footer-flex .footer-left a p span {
            font-size: 18px;
            letter-spacing: 0.54px;
            margin-left: 30px;
            margin-right: 12px; }
    footer .footer-flex .footer-right {
      text-align: left; }
      footer .footer-flex .footer-right address {
        margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          footer .footer-flex .footer-right address {
            width: 250px;
            margin: 0 auto 24px; } }
        footer .footer-flex .footer-right address p, footer .footer-flex .footer-right address a {
          color: #FFF;
          font-family: "Noto Serif JP";
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 160%;
          /* 28.8px */
          letter-spacing: 0.54px; }
          @media screen and (max-width: 767px) {
            footer .footer-flex .footer-right address p, footer .footer-flex .footer-right address a {
              font-size: 16px;
              letter-spacing: 0.48px; } }
          footer .footer-flex .footer-right address p span, footer .footer-flex .footer-right address a span {
            color: #FFF;
            font-family: "Noto Serif JP";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 160%;
            letter-spacing: 0.48px; }
            @media screen and (max-width: 767px) {
              footer .footer-flex .footer-right address p span, footer .footer-flex .footer-right address a span {
                display: block;
                font-size: 1.5rem;
                letter-spacing: 0.45px; } }
      footer .footer-flex .footer-right .footer-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          footer .footer-flex .footer-right .footer-nav {
            width: 88%;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px 30px;
            margin: 0 auto 30px; } }
        footer .footer-flex .footer-right .footer-nav li {
          display: flex;
          align-items: center; }
          footer .footer-flex .footer-right .footer-nav li a {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #FFF;
            font-family: "Noto Serif JP";
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 160%;
            /* 24px */
            letter-spacing: 0.45px; }
            footer .footer-flex .footer-right .footer-nav li a::before {
              content: "";
              display: inline-block;
              width: 15px;
              height: 1px;
              background: #FFF; }
  footer .copyright {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.42px; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        display: block;
        text-align: center; } }

/*# sourceMappingURL=footer.css.map */
