/* ---- footer ---- */
footer{
  max-width: 1000px;
  margin: 0 auto;
  padding: 38px 0;
}

.footer__nav{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;

    li{
      padding-right: 16px;
      font-size: 13px;
    }

    li::after{
      content: ' | ';
      margin-left: 16px;
    }
    li:last-child:after{
      content: none;
    }

    a{
      text-decoration: none;
      color: #00b2aa;
    }
    a:hover{
      opacity: 0.7;
    }
}

.footer__txt{
  margin-bottom: 66px;
  /*font-size: 12px !important;
  color: var(--color-gray01);*/
}
.footer__txt p {
  font-size: 12px !important;
  line-height: 1.8;
}
.footer__wrap{
  width: 100%;
  height: 1rem;
  margin-bottom: 20px;
  font-size: 12px;
  position: relative;
}

.footer__jp{
  position: absolute;
/*  top: calc(50% - 4px);*/
  top: 50%;
  left: 0;
  font-size: 11px !important;
  line-height: 1;
}

.copyright{
  position: absolute;
  /*  top: 0;*/
  top: 50%;
  left: 174px;
  font-size: 12px !important;
  color: var(--color-gray01);
}

.footer__update{
  position: absolute;
/*  top: 0;*/
  top: 50%;
  right: 0;
  font-size: 12px !important;
  color: var(--color-gray01);
}

.footer__logo{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  align-items: center;
}

.footer__logo img {
  width: 275px;
}


@media screen and (max-width: 1024px) {
  footer{
    width: 100%;
    padding: 8.533vw 5.866vw;
    display: block;
  }

  .footer__nav{
    /* width: 60vw; */
    margin: 0 auto 8vw;
    display: flex;
    justify-content: center;

      li{
        padding-right: 4.266vw;
        font-size: clamp(14px, 3.466vw, 14px);
      }
      li:last-child{
        padding-right: 0;
      }
      li::after{
        content: ' | ';
        margin-left: 4.266vw;
      }
      li:last-child:after{
        content: none;
      }

      a{
        text-decoration: none;
      }
      a:hover{
        opacity: 0.7;
      }
  }

  .footer__txt{
    margin-bottom: 6.4vw;
    font-size: 3.2vw;
    color: var(--color-gray01);
    line-height: 1.6;
  }

  .footer__wrap{
    width: 100%;
    height: 19vw;
    margin-bottom: 4.266vw;
    font-size: 3.2vw;
    position: relative;
  }

  .footer__update{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.2vw;
    color: var(--color-gray01);
  }

  .footer__jp{
    position: absolute;
    top: 8vw;
    left: 0;
    
    img{
      width: clamp(0px, 38.4vw, 144px);
    }
  }

  .copyright{
    position: absolute;
    top: 15vw;
    left: 0;
    font-size: 3.2vw;
  }

  .footer__logo{
    padding-top: 4.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

    img{
      width: clamp(0px, 59.199vw, 275px);
      height: auto;
      }
  }
}

#nav_footer {
  display: none;
}
.tremfya.schedule p a {
  border-bottom: 0;
}
.benefit.procedure footer p {
  margin: 0;
}
