@charset "UTF-8";
/* ======================================================
 * Footer
====================================================== */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 769px) {
  .Footer__head,
  .Footer__head .Footer__inner {
    background-color: #fff;
  }
  .Footer__body,
  .Footer__body .Footer__inner {
    background-color: #000;
  }
  .Footer__foot,
  .Footer__foot .Footer__inner {
    background-color: #000;
  }
  .Footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .Footer__foot .Footer__inner {
    max-width: 1320px;
  }
  .Footer__guide {
    display: none;
  }
  /* サブメニュー */
  .footer-snav__list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .footer-snav__item {
    padding: 0 16px;
  }
  .footer-snav__item:not(:first-child) {
    border-left: 1px solid #232b35;
  }
  /* メインメニュー */
  .footer-mnav {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
  }
  .footer-mnav__category {
    width: calc(100% - (20px * 4) / 5);
  }
  .footer-mnav__category:not(:first-child) {
    margin-left: 25px;
  }
  .footer-mnav__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    font-weight: bold;
  }
  .footer-mnav__title:not(:first-of-type) {
    margin-top: 20px;
  }
  .footer-mnav__list {
    margin-top: 10px;
    font-size: 12px;
  }
  .footer-mnav__item:not(:first-child) {
    margin-top: 5px;
  }
  .footer-mnav__title a,
  .footer-mnav__title a:visited,
  .footer-mnav__item a,
  .footer-mnav__item a:visited {
    color: #b3b3b3;
  }
  /* 企業メニュー */
  .footer-gnav__list {
    display: flex;
    flex-flow: row wrap;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-gnav__item:not(:first-child) {
    margin-left: 25px;
  }
  .footer-gnav__item a,
  .footer-gnav__item a:visited {
    color: #b3b3b3;
  }
  /* コピーライト */
  .footer-copyright {
    padding: 16px 0 18px;
    font-size: 14px;
    text-align: center;
  }
  .footer-copyright a,
  .footer-copyright a:visited {
    color: #b3b3b3;
  }
}

/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 768px) {
  .Footer__head {
    background-color: #fff;
  }
  .Footer__body {
    background-color: #000;
  }
  .Footer__foot {
    background-color: #000;
  }
  .Footer__guide {
    display: none;
  }
  /* サブメニュー */
  .footer-snav__list {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-snav__item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  .footer-snav__item a {
    display: block;
    padding: 12px 15px;
    color: #232b30;
  }
  .footer-snav__item a:visited {
    color: #232b30;
  }
  /* メインメニュー */
  .footer-mnav {
    display: none;
  }
  /* 企業メニュー */
  .footer-gnav__list {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-gnav__item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  .footer-gnav__item a {
    display: block;
    padding: 12px 15px;
    color: #b3b3b3;
  }
  .footer-gnav__item a:visited {
    color: #b3b3b3;
  }
  /* コピーライト */
  .footer-copyright {
    padding: 16px 0 18px;
    font-size: 14px;
    text-align: center;
  }
  .footer-copyright a,
  .footer-copyright a:visited {
    color: #b3b3b3;
  }
}