@charset "UTF-8";

/* ress部分 */
footer * {
  box-sizing: border-box;
}
footer * {
  margin: 0;
  padding: 0;
}
footer ul {
  list-style: none;
}
button {
  border: none;
  /* 通常の外枠を消す */
  outline: none;
  /* 枠線に加えて、クリック時の枠線も消す */
}
h3 {
  font-size: 1em;
}

/* setup部分 */
.dc_container {
  width: calc(100% - 2em);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .dc_container {
    max-width: 69.3em;
  }
}
footer {
  font-size: 16px;
  font-family: "SourceHanSansJP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.69;
  letter-spacing: 0.05em;
  width: 100%;
}
@media (max-width: 400px) {
  footer {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  footer {
    font-size: 1.125vw;
    line-height: 1.67;
  }
}
@media (min-width: 1600px) {
  footer {
    font-size: 18px;
  }
}

/* 既存style.css打消し分 */
#footer {
  background-color: #ffffff;
}


/* footerr部分(rem→em) */
@media (min-width: 1024px) {
  .footer {
    padding-top: 7em;
    border-top: 1px solid #e0e0e0;
  }
}

.footer__menu {
  display: none;
}
@media (min-width: 1024px) {
  .footer__menu {
    display: block;
  }
}

.footer__menu--sp {
  display: block;
}
@media (min-width: 1024px) {
  .footer__menu--sp {
    display: none;
  }
}

.footer__menu__group .f-menu--pcbanner {
  width: 14.94em;
  height: auto;
}

.footer__menu__group--sp {
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #e0e0e0;
}

.f-menu__ttl--sp {
  height: 100%;
}

.f-menu__ttl__link--sp {
  display: grid;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  grid-template-columns: 1fr max-content;
  padding: 0.8em 1em;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1em;
  color: #333;
  padding-bottom: 0.56em;
  display: grid;
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 1em;
       column-gap: 1em;
  position: relative;
  font-size: 1em;
  align-items: center;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
@media (max-width: 1023px) {
  .f-menu__ttl__link--sp {
    padding-bottom: 1em;
    padding-left: 1em;
  }
}
.f-menu__ttl__link--sp:nth-of-type(2n) {
  border-right: unset;
}
.f-menu__ttl__link--sp::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 0.35em;
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/arrow-footermenu.svg) no-repeat center/cover;
}
.f-menu__ttl__link--sp.f-menu__ttl__link--sp--recruit::after {
  width: 0.75em;
  height: 0.75em;
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/open-w-black.svg) no-repeat center/cover;
}
.f-menu__ttl__link--sp.f-menu__ttl__link--sp--recruit:hover::after {
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/open-p.svg) no-repeat center/cover;
}
.f-menu__ttl__link--sp:hover {
  color: #df4e00;
}
.f-menu__ttl__link--sp:hover::after {
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/arrow-footermenu-p.svg) no-repeat center/cover;
}
@media (max-width: 559px) {
  .f-menu__ttl__link--sp.f-menu__ttl__link--sp--long {
    padding-right: 0.75em;
    letter-spacing: -0.05em;
    -moz-column-gap: 0.25em;
         column-gap: 0.25em;
  }
}

@media (min-width: 1024px) {
  .footer__menu__group--recruit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .f-menu--fitstyle {
    padding-bottom: 1.7em;
  }
}

.footer__menu__innner {
  display: flex;
  justify-content: space-between;
}

.f-menu:nth-of-type(n + 2) {
  margin-top: 1.5em;
}

.f-menu__ttl__link {
  font-weight: 700;
  font-size: 1em;
}
@media (min-width: 1024px) {
  .f-menu__ttl__link {
    font-size: 0.89em;
  }
}
@media (min-width: 1600px) {
  .f-menu__ttl__link {
    font-size: 1em;
  }
}
.f-menu__ttl__link.f-menu__ttl__link--recruit {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  align-items: center;
}
.f-menu__ttl__link.f-menu__ttl__link--recruit::after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/open-w-black.svg) no-repeat center/cover;
}
.f-menu__ttl__link.f-menu__ttl__link--recruit:hover::after {
  background: url(/mt-static/support/theme_static/dc_nantatsu/img/common/open-p.svg) no-repeat center/cover;
}
.f-menu__ttl__link:hover {
  color: #df4e00;
}
.f-menu__ttl::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #df4e00;
  margin-top: 0.5em;
}

.f-menu__item {
  font-weight: 500;
  /* font-size: 0.89em; */
  line-height: 1.8;
  margin-top: 1em;
}

.f-menu__link {
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1.8;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .f-menu__link {
    font-size: 0.72em;
  }
}
@media (min-width: 1600px) {
  .f-menu__link {
    font-size: 0.89em;
  }
}
.f-menu__link:hover {
  color: #df4e00;
  text-decoration: underline;
}

.f-menu--banner {
  width: 269px;
  margin-inline: auto;
}

.f-menu__img {
  width: 269px;
  transition: all 0.3s;
}
.f-menu__img:hover {
  opacity: 0.75;
}

.footer__info {
  display: flex;
  padding-top: 1.25em;
  border-top: 1px solid #e0e0e0;
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .footer__info {
    padding-top: 2.5em;
    margin-top: 4em;
  }
}
.footer__info__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__etc {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
@media (min-width: 1024px) {
  .footer__etc {
    justify-content: flex-end;
    -moz-column-gap: 3.7em;
         column-gap: 3.7em;
  }
}

.footer__privacy__link {
  font-size: 0.75em;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__privacy__link {
    font-size: 0.875em;
  }
}
.footer__privacy__link:hover {
  color: #df4e00;
  text-decoration: underline;
}

.footer__sns {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.footer__sns__item {
  width: 2.5em;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .footer__sns__item {
    width: 1.5em;
  }
}
.footer__sns__link:hover {
  opacity: 0.75;
}

.footer__copyright {
  text-align: center;
  padding-bottom: 1.5em;
  margin-top: 2.25em;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin-top: 4em;
  }
}

#footer .copyright {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  background: #fff;
  color: #333;
}
@media (min-width: 1024px) {
  #footer .copyright {
    font-size: 0.78em;
  }
}

.f-menu__img {
  border-radius: 4px;
}/*# sourceMappingURL=footer.css.map */