/* 全体設定 */

.l-footer {
  display: block !important;
  width: 100%;
  background-color: #3c3c3c;
  color: #fff;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  margin-top: auto;
  position: relative;
}

/* コンテナ */

.l-footer__container {
  max-width: 133.6rem;
  margin: 0 auto;
  padding: 0 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30.4rem;
}

/* カンパニー */

.l-footer__company {
  width: 30.8rem;
  height: 17.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

/* カンパニーコンテント */

.l-footer__company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

/* ロゴ */

.l-footer__logo {
  width: 25.2rem;
  height: 5.4rem;
}

/* ロゴリンク */

.l-footer__logo-link {
  display: block;
  line-height: 1em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #3C3C3C;
}

a {
  background-color: transparent;
  /* color: inherit; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  /* color: #fff; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ロゴ画像 */

.l-footer__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* カンパニーインフォメーション */

.l-footer__company-info {
  width: 30.8rem;
  height: 4.8rem;
}

/* カンパニーテキスト */

.l-footer__company-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

/* コピーライトテキスト */

.l-footer__copyright-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin: 0;
}

/* ナビゲーション */

.l-footer__navigation {
  width: 48.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.2rem;
}

/* ナビ */

.l-footer__nav {
  width: 38.8rem;
  height: 2.1rem;
}

/* ナビリスト */

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

/* ナビアイテム */

.l-footer__nav-item {
  height: 2.1rem;
}

li {
  display: block;
}

/* ナビリンク */

.l-footer__nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* コンタクト */

.l-footer__contact {
  width: 15.5rem;
  height: 3.5rem;
}

/* ボタン */

.l-footer__contact .c-btn-nav--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #e56e07;
  color: #fff;
  text-decoration: none;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ボタンナビ */

.c-btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 15.5rem;
  height: 3.5rem;
  padding: 0 1.6rem;
  background-color: #E56E07;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ナビテキスト */

.c-btn-nav__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 1.9rem;
  overflow: hidden;
}

/* テキストインナー */

.c-btn-nav__text-inner {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ナビアイコン */

.c-btn-nav__icon {
  width: 1.2rem;
  height: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* sns */

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

/* snsリスト */

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  height: 7rem;
}

/* snsアイテム */

.l-footer__sns-item {
  height: 7rem;
}

/* snsリンク */


.l-footer__sns-link {
  display: block;
  height: 100%;
}

/* snsアイコン */

.l-footer__sns-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


@media (max-width: 767px) {

  /* 全体設定 */

  .l-footer {
    padding-block: 13.0208333333vw;
    padding-inline: 10.4166666667vw;
  }

  /* コンテナ */

  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.4166666667vw;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .l-footer__container {
    padding: 0 2rem;
  }

  /* カンパニー */

  .l-footer__company {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 3.125vw;
  }

  /* カンパニーコンテント */

  .l-footer__company-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125vw;
  }

  /* ロゴ */

  .l-footer__logo {
    width: 32.8125vw;
    height: 7.03125vw;
  }

  /* ロゴリンク */

  /* ロゴ画像 */

  /* カンパニーインフォメーション */

  .l-footer__company-info {
    width: 100%;
    height: auto;
  }

  /* カンパニーテキスト */

  .l-footer__company-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }

  /* コピーライトテキスト */

  .l-footer__copyright-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }

  /* ナビゲーション */

  .l-footer__navigation {
    width: 100%;
    height: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 6.25vw;
    padding-inline: 5.2083333333vw;
  }

  /* ナビ */

  .l-footer__nav {
    width: 100%;
    height: auto;
  }

  /* ナビリスト */

  .l-footer__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5vw 9.7vw;
  }

  /* ナビアイテム */

  .l-footer__nav-item {
    height: auto;
  }

  /* ナビリンク */

  .l-footer__nav-link {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }

  /* コンタクト */

  .l-footer__contact {
    width: 100%;
    height: 7.8125vw;
  }

  /* ボタン */

  .l-footer__contact .c-btn-nav--footer {
    font-size: 2.0833333333vw;
    padding-inline: 2.0833333333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.0416666667vw;
  }

  /* ボタンナビ */

  .c-btn-nav {
    width: 68.75vw;
    height: 10.4166666667vw;
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 3.125vw;
    border-radius: 0.8rem;
    font-size: 2.8645833333vw;
  }

  /* ナビテキスト */

  .c-btn-nav__text {
    height: initial;
  }

  /* テキストインナー */

  .c-btn-nav__text-inner {
    position: relative;
  }

  .c-btn-nav__text-line:first-child {
    display: none;
  }

  /* ナビアイコン */
  .c-btn-nav__icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  /* sns */

  .l-footer__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* snsリスト */

  .l-footer__sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5.9895833333vw;
  }

  .l-footer__sns-list {
    height: 17.578125vw;
  }

  /* snsアイテム */

  .l-footer__sns-item {
    height: 100%;
  }

  /* snsリンク */

  /* snsアイコン */


}