/* ##############################################################################

    GNAV - 01

############################################################################## */

/* grid
*************************************************** */
  .gnav--cont {
    display: grid;
    grid-template-areas:
      'page'
      'sns'
      'comp'
      'sub';
    grid-template-columns: none;
    grid-template-rows: repeat(4,max-content);
  }
  .gnav_list-page { grid-area: page; }
  .gnav .sns_area { grid-area: sns; }
  .gnav_list-comp { grid-area: comp; }
  .gnav .sub_list { grid-area: sub; }

  .gnav--logo,
  .gnav .tel_area,
  .gnav .head_btn_list { display: none; }

/* common
*************************************************** */
  .gnav--in {
    height: 100%;
    width: 75%;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav--cont {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .gnav.pdg-head_btn .gnav--cont {
    padding-bottom: 148px;
  }
  .gnav--cont > * {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .gnav--in {
      -webkit-justify-content: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
    .gnav--cont {
      height: 100%;
      overflow-y: scroll;
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav--in {
      width: calc(100% - 24px);
    }
    .gnav--cont {
      padding-left: 32px;
      padding-right: 32px;
    }
    .gnav.pdg-head_btn .gnav--cont {
      padding-bottom: 108px;
    }
  }
  @media screen and (max-width: 413px) {
    .gnav--cont {
      padding-left: 24px;
      padding-right: 24px;
    }
  }


/* gnav--logo
*************************************************** */
  .gnav--cont .gnav--logo {
    display: none;
  }

/* gnav_list
*************************************************** */
  .gnav_list {
    row-gap: 40px;
  }
  .gnav_list--item .ico-arrow {
    display: none;
  }
  .gnav_list--item .gnav_list--item_in .label {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    column-gap: 24px;
    row-gap: 8px;
  }

  /* --- page ---  */
  .gnav_list-page {
    margin-bottom: 64px;
  }
  .gnav_list-page .gnav_list--item_in .txt:nth-of-type(1) {
    font-size: 173%;
  }
  .gnav_list-page .gnav_list--item_in .txt:nth-of-type(2) {
    font-size: 100%;
    transform: translateY(-2px);
  }

  /* --- comp ---  */
  .gnav_list-comp {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 32px;
    column-gap: 48px;
  }
  .gnav_list-comp .gnav_list--item_in {
    font-size: 100%;
  }
  .gnav_list-comp .gnav_list--item_in .txt.fnt-en {
    display: none;
  }
  .gnav_list-comp .snav_list {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .gnav_list--item .gnav_list--item_in .label {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(1) {
      font-size: 133%;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(2) {
      font-size: 85%;
    }
    .gnav_list-comp {
      column-gap: 24px;
      row-gap: 16px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 104%;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav_list {
      row-gap: 32px;
    }
    .gnav_list--item .gnav_list--item_in .label {
      row-gap: 10px;
    }
    .gnav_list-page {
      margin-bottom: 40px;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(1) {
      font-size: 114%;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(2) {
      font-size: 79%;
    }
    .gnav_list-comp {
      margin-bottom: 32px;
    }
    .gnav_list-comp .gnav_list--item_in {
      font-size: 93%;
    }
    .gnav_list-comp .gnav_list--item:not(:last-child) .gnav_list--item_in .txt::after {
      margin-left: 6px;
      margin-right: 6px;
    }
  }

/* snav_list
*************************************************** */
  .snav_list {
    margin-top: 16px;
    row-gap: 8px;
  }
  .snav_list--item_in {
    column-gap: 12px;
  }
  .snav_list--item_in .img_area {
    width: 72px;
    height: 44px;
  }
  .snav_list--item_in .ttl {
    column-gap: 8px;
  }
  .snav_list--item_in .txt {
    line-height: 1.6em;
    letter-spacing: .1em;
  }
  @media screen and (min-width: 769px) {
    .gnav_sub {
      width: 1020px;
    }
    .snav_list {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 32px;
    }
    .snav_list--item {
      width: 100%;
      padding-left: 8px;
      padding-right: 8px;
    }
    .snav_list--item-parent {
       display: none;
    }
    .snav_list--item_in .txt br {
      display: none;
    }
    .snav_list .slick-arrow {
      position: absolute;
      bottom: calc(100% + 24px);
      right: 0;
      width: 40px;
      height: 40px;
    }
    .snav_list .slick-prev {
      right: 52px;
      transform: rotate(180deg);
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1480px) {
    .gnav_sub {
      width: 768px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1280px) {
    .gnav_sub {
      width: 512px;
    }
  }
  @media screen and (max-width: 374px) {
    .snav_list--item-inspection .txt {
      letter-spacing: 0em;
    }
  }

/* sub_list
*************************************************** */
  .gnav .sub_list {
    column-gap: 24px;
  }
  @media screen and (max-width: 560px) {
    .gnav .sub_list {
      column-gap: 16px;
    }
    .gnav .sub_list--item {
      font-size: 88%;
    }
  }

/* sns_list
*************************************************** */
  .gnav .sns_area {
    column-gap: 16px;
    margin-bottom: 32px;
  }
  .gnav .sns_list {
    column-gap: 8px;
  }

/* tel_area
*************************************************** */
  .tel_area {
    display: none;
  }
  .tel_area {
    width: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: 40px;
  }
  .tel_area .tel {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 8px;
  }
  .tel_area a {
    column-gap: 12px;
    font-size: 240%;
    line-height: 1em;
  }
  .tel_area .open_close {
    font-size: 86%;
    opacity: .8;
  }
  @media screen and (max-width: 768px) {
    .tel_area a {
      column-gap: 8px;
      font-size: 200%;
    }
    .tel_area a svg {
      width: 26px;
      height: 26px;
    }
  }

/* head_btn_list
*************************************************** */
  .gnav .head_btn_list {
    display: none;
  }
  .gnav .head_btn_list {
    margin-top: 64px;
    width: 400px;
  }
  .gnav .head_btn_list.head_btn_clm-1 .head_btn_list--item {
    width: 100%;
  }
  .gnav .head_btn_list.head_btn_clm-2 .head_btn_list--item {
    width: 50%;
  }
  .gnav .head_btn_list.head_btn_clm-3 .head_btn_list--item {
    width: calc(100% / 3);
  }
  .gnav .head_btn_list--item .head_btn--in {
    height: 80px;
    column-gap: 40px;
  }
  .gnav .head_btn_list--item .label {
    row-gap: 8px;
  }
  .gnav .head_btn_list--item .txt:nth-of-type(1) {
    font-size: 120%;
  }
  .gnav .head_btn_list--item .txt:nth-of-type(2) {
    font-size: 80%;
  }
  @media screen and (max-width: 560px) {
    .gnav .head_btn_list--item .head_btn--in {
      height: 64px;
    }
  }

/* gnav_layer
*************************************************** */
  .gnav_layer .bg_img {
    width: 25%;
    background-image: url('../images/common/gnav_bg_img.jpg');
    z-index: -10;
  }


/* ##############################################################################

    TAP TRUE

############################################################################## */
  @media screen and (max-width: 768px) {
    .header.slide_true .gnav_list-comp .gnav_list--item.has_sub .gnav_list--item_in {
      padding-right: 0;
    }
    .header.slide_true .gnav_list-comp .gnav_list--item.has_sub .gnav_list--item_in .ico-arrow {
      display: none;
    }
  }
