@charset "UTF-8";
/* -----------------------------------------------
ナビゲーション
----------------------------------------------- */
.wrap-hdg > .hdg-a {
  font-size: 2.8rem;
  margin-bottom: 20px; }

/* ショートカットナビゲーション PC */
.nav-a {
  z-index: 201; }
  .nav-a:before {
    display: none; }
  .nav-a .nav-a-inner ul {
    position: relative; }
    .nav-a .nav-a-inner ul a {
      padding: 21px 21px;
      position: relative;
      transition: .2s; }
      .nav-a .nav-a-inner ul a .disabled {
        cursor: default; }
      .nav-a .nav-a-inner ul a span {
        vertical-align: baseline; }
      .nav-a .nav-a-inner ul a:hover, .nav-a .nav-a-inner ul a:active, .nav-a .nav-a-inner ul a:focus {
        color: inherit;
        text-decoration: none; }
    .nav-a .nav-a-inner ul li {
      position: static; }
      .nav-a .nav-a-inner ul li:before, .nav-a .nav-a-inner ul li:after {
        display: none; }
      .nav-a .nav-a-inner ul li:hover ul {
        display: flex;
        animation-name: show;
        animation-duration: 0.2s; }
      .nav-a .nav-a-inner ul li:hover a {
        background: #c5c5bf; }
        .nav-a .nav-a-inner ul li:hover a:after {
          background: #dad9d6; }
      .nav-a .nav-a-inner ul li a:after {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: -1px;
        width: 1px;
        height: 32px;
        margin-top: -16px;
        background: #b1b1ac; }
      .nav-a .nav-a-inner ul li:first-child a:before {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 1px;
        height: 32px;
        margin-top: -16px;
        background: #b1b1ac; }
      .nav-a .nav-a-inner ul li:first-child:hover a:before {
        background: #dad9d6; }
      /*.nav-a .nav-a-inner ul li:nth-last-child(1) a {
        padding: 11px 22px;
        box-sizing: border-box; }
        .nav-a .nav-a-inner ul li:nth-last-child(1) a span {
          padding: 10px 12px;
          color: #fff;
          background: #6d6e70;
          transition: .2s;
          box-sizing: border-box; }
        .nav-a .nav-a-inner ul li:nth-last-child(1) a:hover {
          color: inherit;
          background-color: inherit;
          text-decoration: none; }
          .nav-a .nav-a-inner ul li:nth-last-child(1) a:hover span {
            color: #fff;
            background-color: #d80084; }
        .nav-a .nav-a-inner ul li:nth-last-child(1) a:active, .nav-a .nav-a-inner ul li:nth-last-child(1) a:focus {
          color: inherit;
          background-color: inherit; }*/
      .nav-a .nav-a-inner ul li .is-current a {
        font-weight: inherit; }
      .nav-a .nav-a-inner ul li ul {
        display: none;
        position: absolute;
        width: 100%;
        padding: 10px;
        left: 0;
        background: #c5c5bf;
        z-index: 202; }
        .nav-a .nav-a-inner ul li ul li {
          width: 25%;
          margin-right: 10px;
          font-size: 1.6rem;
          display: flex; }
          .nav-a .nav-a-inner ul li ul li:last-child {
            margin-right: 0; }
          .nav-a .nav-a-inner ul li ul li:before, .nav-a .nav-a-inner ul li ul li:after {
            display: none !important; }
          .nav-a .nav-a-inner ul li ul li a {
            width: 100%;
            padding: 11px 21px;
            color: #333;
            background: #f2f2f2 !important;
            height: 5em;
            display: flex;
            align-items: center;
            justify-content: center; }
            .nav-a .nav-a-inner ul li ul li a span {
              display: block;
              margin-top: 1em;
              font-size: 1.4rem; }
            .nav-a .nav-a-inner ul li ul li a:hover {
              background: #fff !important;
              text-decoration: none; }
          .nav-a .nav-a-inner ul li ul li a.summary {
            height: auto;
            flex-direction: column;
            align-items: inherit; }
          .nav-a .nav-a-inner ul li ul li a.disabled {
            pointer-events: none;
            background: #dbdbdb;
            color: #666; }
            .nav-a .nav-a-inner ul li ul li a.disabled:hover {
              background: #dad9d6 !important;
              text-decoration: none; }
          .nav-a .nav-a-inner ul li ul li:nth-last-child(1) a {
            padding: 11px 21px;
            border-bottom: none; }

/*カレント*/
.js-nav-fixed li.active a {
  background-color: #76756d;
  color: #FFFFFF; }

.js-nav-fixed .nav-a .nav-a-inner ul li.active:nth-last-child(1) a span {
  background-color: transparent;
  color: #FFFFFF; }

.js-nav-fixed .nav-a .nav-a-inner ul li.active:nth-last-child(1) a:hover span {
  background-color: transparent;
  color: #FFFFFF; }

@keyframes show {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ストラクチャーナビゲーション TB SP */
.nav-structure-a > ul > li > ul > li a.disabled {
  pointer-events: none;
  background: rgba(211, 211, 211, 0.96);
  color: #666; }

@media only screen and (min-width: 1000px) {
  .section.pc-none {
    display: none !important; }

  .wrap-hdg > .hdg-a {
    font-size: 4rem; } }
@media only screen and (min-width: 768px) {
  .main-txt, .sub-txt {
    color: #111; } }
@media only screen and (max-width: 1000px) {
  .section.pc-none .section-inner {
    padding: 0 16px 20px !important; } }
@media only screen and (max-width: 767px) {
  .section.pc-none .section-inner {
    padding: 0 !important; }

  .nav-structure-a {
    padding: 0; }

  .nav-structure-a > ul {
    margin-top: 0; }

  .nav-structure-a > .menu-btn {
    padding: 11px 46px 11px 16px; } }
