@charset "UTF-8";

/************************************
** フッター共通CSS
************************************/

/************************************
** Footer Common
************************************/
.footer {
  background-color: var(--color-grayscale-100);
  margin-top: 0 !important;
  padding: 0;
}
.footer-bottom {
  margin-top: 0 !important;
  padding-top: 40px;
}
.footer-bottom + .copyright {
  background-color: var(--color-LinkusSecondary-030);
  color: var(--color-grayscale-100);
  font-size: var(--font-size-content-S);
  margin-top: 0;
  padding: 8px 16px 8px;
  text-align: right;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 8px 8px 24px;
}
.footer-container .footer-bottom-logo {
  float: none;
  position: static;
  width: 200px;
}
.footer-container .logo-footer img {
  height: auto;
  width: 100%;
}
.footer-bottom-content {
  float: none;
}
.footer-bottom-content .menu-item-has-children > a {
  font-size: var(--font-size-content-M);
  font-weight: bold;
}
.footer-bottom-content a {
  text-align: left;
}
.footer-bottom-content .sub-menu {
  list-style: none;
  padding-left: 0;
}
.footer-bottom-content .sub-menu a:hover {
  color: var(--color-LinkusSecondary-060) !important;
}
.footer-bottom-content .sub-menu a::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}
.navi-footer-in a:hover {
  background-color: inherit;
}
.navi-footer-in > .menu-footer {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.footer-bottom .menu-footer .menu-item-has-children {
  flex-direction: column;
}
.footer-bottom-content .menu-item-has-children > a {
  color: var(--color-grayscale-005) !important;
  font-size: var(--font-size-caption);
  margin-bottom: 8px;
}
.navi-footer-in > .menu-footer li {
  border-left: none;
  margin-bottom: 8px;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: none;
}

@media screen and (max-width: 1023px) {
  .logo-footer {
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: auto;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 32px;
  }
  .footer-bottom-inner .site-name-text-link {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer-bottom-inner {
    flex-direction: column;
    gap: 32px;
  }
  .logo-footer a {
    margin-bottom: 16px;
    padding: 0;
  }
  .navi-footer-in > .menu-footer {
    flex-direction: column;
    gap: 24px;
  }
  .navi-footer-in a {
    font-size: var(--font-size-content-M);
  }
  .navi-footer-in > .menu-footer li.menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

/************************************
** Consult Footer
************************************/
.page-id-63 .footer {
  background-color: var(--color-grayscale-100) !important;
}

/************************************
** Corporate Footer
************************************/
.page-id-8 .footer {
  background-color: var(--color-grayscale-090) !important;
  margin-top: 80px;
}

/************************************
** Media Footer
************************************/
.blog .footer,
.single .footer {
  background-color: var(--color-grayscale-090);
}

.blog .footer .content__wrapper,
.single .footer .content__wrapper {
  margin: 0 auto;
  width: 964px;
}

@media screen and (max-width: 1023px) {
  .blog .footer .content__wrapper,
  .single .footer .content__wrapper {
    max-width: 800px;
    min-width: 672px;
  }
}

@media screen and (max-width: 834px) {
  .blog .footer .content__wrapper,
  .single .footer .content__wrapper {
    min-width: 300px;
    width: 90%;
  }
}