@charset "UTF-8";
/*
  /asset/css/layout/l-footer-copy.css
  フッター会社情報用CSS
*/

.l-footer-copy {
  padding: 55px 0 0;
  @media screen and (max-width: 600px) {
    padding: 20px 0 60px;
  }
}
.l-footer-copy--spacing {
  padding: 55px 0 70px;
  @media screen and (max-width: 600px) {
    padding: 20px 0 60px;
  }
}
.l-footer-copy .l-footer-copy__wrapper {
  display: flex;
  @media screen and (max-width: 840px) {
    flex-wrap: wrap;
  }
}
.l-footer-copy-logo__link {
  display: flex;
  flex: 0 0 auto;
  width: 72px;
  height: fit-content;
  @media screen and (max-width: 840px) {
    width: 12%;
    max-width: 41px;
  }
}
.l-footer-copy-logo__img {
  width: 100%;
}
.l-footer-copy-textbox {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 40px;
  @media screen and (max-width: 1024px) {
    width: 88%;
    line-height: 1.2;
    padding: 0 0 0 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 10px;
  }
}
.l-footer-copy-textbox__text + .l-footer-copy-textbox__text {
  padding: 15px 0 0;
  @media screen and (max-width: 600px) {
    padding: 10px 0 0;
  }
}
.l-footer-copy-textbox__link {
  text-decoration: underline;
  &::after {
    text-decoration: none;
  }
}
.l-footer-copy-textbox-text_annotation {
  font-size: 10px;
  font-weight: 700;
}
.l-footer-copy-mark__img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 260px;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 10px;
  @media screen and (max-width: 1024px) {
    margin: 0 0 0 15px;
  }
  @media screen and (max-width: 840px) {
    margin: 15px auto 0;
    flex-wrap: nowrap;
    justify-content: center;
    width: 80%;
    max-width: 500px;
    gap: 13px;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
  }
}
.l-footer-copy-mark__img-link {
  @media screen and (max-width: 840px) {
    width: 20%;
  }
}
.l-footer-copy-mark__img {
  width: 100%;
  height: fit-content;
  &.l-footer-copy-mark__img--pmark {
    width: 71px;
    height: fit-content;
    @media screen and (max-width: 840px) {
      width: 100%;
    }
  }
  &.l-footer-copy-mark__img--isms {
    width: 110px;
    @media screen and (max-width: 840px) {
      width: 25%;
    }
  }
  &.l-footer-copy-mark__img--jiima {
    width: 80px;
    @media screen and (max-width: 840px) {
      width: 16%;
    }
  }
}
.l-footer-copy-copyright {
  text-align: center;
  font-size: 10px;
  color: var(--brack);
  padding: 20px 0 55px;
  @media screen and (max-width: 840px) {
    padding: 20px 0;
  }
}
