@charset "utf-8";

/**************************************************************
* カスタム用CSS
**************************************************************/

.company {
  margin-top: 0;
}

@media all and (min-width: 1024px) {
  .g-nav__item:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    width: 1.5rem;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: currentColor;
  }

  .g-nav__item:last-child:after {
    content: none;
  }
}