/*===============================
フッター
===============================*/
.footer {
  background-color: #004896;
  color: #fff;
  em {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
}

.footer_inner {
  width: 100%;
  max-width: var(--max-base-width);
  padding: 38px var(--padding-x-base-pc) 47px;
  margin: 0 auto;
}

.footer_container {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.footer_company-text {
  margin-top: 16px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

.footer_company-text2 {
  margin-top: 33px;
  max-width: 236px;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

.footer_info-text,
.footer_info-tex2,
.footer_info-tex3 {
  margin-top: 25px;

  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

.footer_site-map-list {
  margin-top: 25px;
  a {
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: #fff;
  }
}

.footer_container2 {
  position: relative;
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.footer_copyright {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

.footer_privacy {
  position: absolute;
  top: 0;
  right: 72px;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .footer {
    em {
      text-align: center;
    }
  }

  .footer_inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer_container {
    display: block;
    max-width: unset;
  }
  .footer_company {
    display: grid;
  }

  .footer_company-text {
    text-align: center;
  }

  .footer_company-text2 {
    max-width: unset;
  }

  .footer_info {
    margin-top: 43px;
    text-align: center;
  }

  .footer_info-text,
  .footer_info-tex2,
  .footer_info-tex3 {
    text-align: center;
  }

  .footer_site-map {
    margin-top: 43px;
    text-align: center;
  }

  .footer_site-map-list {
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer_container2 {
    margin-top: 31px;
  }
}
