@charset "UTF-8";
.l-footer {
  /** ***************************************************************************
   * 全体
   * ************************************************************************* */
  /** ***************************************************************************
   * 要素
   * ************************************************************************* */
  /** ***************************************************************************
   * リンク
   * ************************************************************************* */
  /** ***************************************************************************
   * タイトル
   * ************************************************************************* */
  /** ***************************************************************************
   * テキスト
   * ************************************************************************* */
  /* :::::::: ブレイクポイント :::::::: */
  /** ***************************************************************************
   * 画像
   * ************************************************************************* */
  /** ***************************************************************************
   * ボタン
   * ************************************************************************* */
  /** ***************************************************************************
   * リスト
   * ************************************************************************* */
  /** ***************************************************************************
   * ul
   */
  /** ***************************************************************************
   * ol
   */
  /** ***************************************************************************
   * dl
   */
  /** ***************************************************************************
   * フォント設定
   * ************************************************************************* */
  /* ゴシック体 */
  /** ***************************************************************************
   * 全体
   * ************************************************************************* */
  font: 14px/1.6 "NotoSansCJKjp", sans-serif;
  color: #221815;
  font-weight: 400;
  /* :::::::: ブレイクポイント :::::::: */
  /** ***************************************************************************
   * 共用
   */
  /* :::::::: ブレイクポイント :::::::: */
}
.l-footer * {
  text-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.l-footer article,
.l-footer aside,
.l-footer footer,
.l-footer header,
.l-footer main,
.l-footer menu,
.l-footer nav,
.l-footer section {
  margin: 0;
  padding: 0;
  display: block;
}
.l-footer strong,
.l-footer em,
.l-footer small,
.l-footer address {
  margin: 0;
  padding: 0;
  font: inherit;
}
.l-footer a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.l-footer a img {
  transition: filter 0.3s ease-in-out 0s;
}
.l-footer a[href]:hover img {
  filter: brightness(110%);
}
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6 {
  margin: 0;
  padding: 0;
  font: inherit;
}
.l-footer p {
  margin: 0;
  padding: 0;
}
.l-footer p + * {
  margin-top: 1.5rem;
}
.l-footer * + p {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 801px) {
  .l-footer p + * {
    margin-top: 1.875rem;
  }
  .l-footer * + p {
    margin-top: 1.875rem;
  }
}
.l-footer img {
  height: auto;
  border: none;
  vertical-align: bottom;
}
.l-footer [class*=button-style-] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font: inherit;
  text-decoration: none !important;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 1;
}
.l-footer [class*=button-style-]::-webkit-search-decoration {
  display: none;
}
.l-footer [class*=button-style-]::focus {
  outline-offset: -2px;
}
.l-footer ul[class],
.l-footer ul[class] li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer ol[class],
.l-footer ol[class] li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer dl[class],
.l-footer dl[class] dt,
.l-footer dl[class] dd {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../_font/NotoSans/NotoSansCJKjp-Light.woff") format("woff"), url("../_font/NotoSans/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../_font/NotoSans/NotoSansCJKjp-Regular.woff") format("woff"), url("../_font/NotoSans/NotoSansCJKjp-Regular.otf") format("opentype");
}
.l-footer a {
  color: inherit;
  text-decoration: none;
}
.l-footer a[href] {
  color: inherit;
  text-decoration: underline;
}
.l-footer a[href]:hover {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 801px) {
  .l-footer {
    line-height: 1.8;
    letter-spacing: 0.125em;
  }
  .l-footer a[href*="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }
}
.l-footer div.body {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 801px) {
  .l-footer div.body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */
#footer {
  letter-spacing: 0.04em;
  font-weight: 300;
  border-top: 1px solid #e5e5e5;
}

/** ***************************************************************************
 * ページトップ
 */
#footer div.pagetop {
  width: 60px;
  position: fixed;
  z-index: 9;
  right: 15px;
  bottom: 15px;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

body.scroll-active #footer div.pagetop {
  visibility: visible;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */
@media print, screen and (min-width: 801px) {
  #footer div.pagetop {
    width: 80px;
    right: 20px;
    bottom: 20px;
  }
}
/** ***************************************************************************
 * 関連サイト
 */
#footer div.related-site {
  width: 40px;
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 5%;
}

#footer div.related-site a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#footer div.related-site img {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */
@media print, screen and (min-width: 801px) {
  #footer div.related-site {
    width: 60px;
  }
}
/** ***************************************************************************
 * フッター
 */
#footer .l-footer__container {
  max-width: 1069px;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.4rem;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #footer .l-footer__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer .l-footer__container {
    padding: 0 40px 100px;
  }
}
#footer .c-logo {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #footer .c-logo {
    width: 172px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-logo {
    width: 90px;
    padding-bottom: 50px;
  }
}
#footer .c-logo__sub {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 769px) {
  #footer .c-logo__sub {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-logo__sub {
    width: 180px;
  }
}
#footer .c-copyright {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #footer .c-copyright {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-copyright {
    font-size: 0.6rem;
    font-size: 6px;
  }
}
#footer .c-content {
  padding: 60px 0;
}

#footer .c-navi__sub__footer {
  padding: 30px 0 20px;
  border-top: 1px solid #e5e5e5;
}

#footer .c-navi__sub__footer ul {
  margin: 0;
  display: flex;
  font-family: "A1 Gothic L", sans-serif;
  justify-content: center;
}

#footer .c-navi__sub__footer li {
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 769px) {
  #footer .c-navi__sub__footer ul {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-navi__sub__footer ul {
    padding: 0;
    flex-wrap: wrap;
    font-size: 1.1rem;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  #footer .c-navi__sub__footer li {
    padding: 0 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-navi__sub__footer li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
  }
}
#footer .c-navi__sub__footer a {
  color: #bababa;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer .c-navi__sub__footer a {
    padding: 0 10px;
  }
  #footer .c-navi__footer {
    display: flex;
    align-items: flex-end;
  }
}
#footer .c-navi__sub__footer li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #footer .c-navi__sub__footer li::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5em;
    height: 1px;
    margin-right: -0.75em;
    background-color: #bababa;
    content: "";
    transform: rotate(-45deg);
  }
  #footer .c-navi__sub__footer li:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #footer .c-navi-global__footer {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-navi-global__footer {
    width: 50%;
  }
}
#footer .c-navi-global__footer li {
  font-family: "A1 Gothic L", sans-serif;
  font-family: inherit;
  letter-spacing: 0.2em;
}

#footer .c-navi-global__footer li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #footer .c-navi-global__footer li {
    padding: 0 1em;
    font-size: 1.8rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #footer .c-navi-global__footer li {
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-size: 14px;
  }
}
#footer .c-navi-global__footer-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .c-navi-global__footer-sub li {
  padding: 0 2em;
  font-size: 1.2rem;
  font-size: 12px;
  position: relative;
}

#footer .c-navi-global__footer-sub li:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5em;
  height: 1px;
  margin-right: -0.8em;
  background-color: #777777;
  content: "";
  transform: rotate(-45deg);
}

#footer .c-navi-global__footer-sub li:last-child:after {
  display: none;
}

#footer .c-navi-global__footer-sub li a {
  color: #777777;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer .c-navi-global__footer-sub {
    width: 50%;
    justify-content: flex-start;
  }
  #footer .c-navi-global__footer-sub li {
    padding: 0;
    padding-bottom: 20px;
    font-size: 11px;
  }
  #footer .c-navi-global__footer-sub li:after {
    content: none;
  }
}
#footer .c-logo__set {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  margin: 0 auto;
  padding-right: 50px;
  gap: 30px;
  padding-bottom: 30px;
}
#footer .c-logo__set a:nth-child(2) {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #footer .c-logo__set {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer .c-logo__set {
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */