@charset "UTF-8";
/* ******************************************************************************

	訴求ページ用CSS

		01.グローバルメニュー（訴求ページ用）
		02.グローバルメニュー（えきねっと用）

****************************************************************************** */
/*
	01.グローバルメニュー（訴求ページ用）
****************************************************************************** */
@media print, screen and (min-width: 750px) {
  #service-g-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media (max-width: 749px) {
  #service-g-navi .sp_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 60px;
    height: 55px;
    background-color: #007a52;
    font-size: 0.625rem;
    color: #fff; }
    #service-g-navi .sp_menu span {
      position: relative;
      display: block;
      margin: 10px auto;
      width: 18px;
      height: 2px;
      background-color: #fff; }
      #service-g-navi .sp_menu span::before {
        content: '';
        position: absolute;
        top: -6px;
        display: block;
        width: 18px;
        height: 2px;
        background-color: #fff; }
      #service-g-navi .sp_menu span::after {
        content: '';
        position: absolute;
        bottom: -6px;
        display: block;
        margin-top: 4px;
        width: 18px;
        height: 2px;
        background-color: #fff; } }
@media print, screen and (min-width: 750px) {
  #service-g-navi .sp_menu {
    display: none; } }
@media (max-width: 749px) {
  #service-g-navi .guideNav {
    display: none; } }
@media print, screen and (min-width: 750px) {
  #service-g-navi .guideNav {
    position: relative;
    display: flex;
    max-width: 1000px;
    width: 100%;
    font-size: 0; }
    #service-g-navi .guideNav > li {
      display: inline-block;
      width: calc(100% / 4); }
      #service-g-navi .guideNav > li .guideNavlink, #service-g-navi .guideNav > li .guideNavHasMegamenu {
        position: relative;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: solid 1px #dddede;
        padding: 8px 10px;
        width: 100%;
        height: 100%;
        /* for IE11 */
        min-height: 70px;
        background-color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 0.938rem;
        /* 15px */
        color: #212121; }
        #service-g-navi .guideNav > li .guideNavlink.now::before, #service-g-navi .guideNav > li .guideNavHasMegamenu.now::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 5px;
          background-color: #138d65; }
        #service-g-navi .guideNav > li .guideNavlink:hover, #service-g-navi .guideNav > li .guideNavHasMegamenu:hover {
          cursor: pointer;
          background-color: #138d65;
          color: #fff; }
      #service-g-navi .guideNav > li .guideNavHasMegamenu::after {
        /* ▼の矢印 */
        content: '';
        position: absolute;
        top: calc(50% - 3px);
        right: 8px;
        border-top: 7px solid #138d65;
        border-right: 6px solid transparent;
        border-bottom: none;
        border-left: 6px solid transparent;
        width: 0;
        height: 0; }
      #service-g-navi .guideNav > li .guideNavHasMegamenu:hover::after {
        border-top: 7px solid #fff; }
      #service-g-navi .guideNav > li .guideNavHasMegamenu.active {
        background-color: #138d65; }
        #service-g-navi .guideNav > li .guideNavHasMegamenu.active + .guideNavMegamenu {
          display: block; }
      #service-g-navi .guideNav > li:last-child a {
        border-right: none; }
      #service-g-navi .guideNav > li .guideNavMegamenu {
        position: absolute;
        left: 0;
        z-index: 10000;
        display: none;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 2px;
        border: 4px solid #138d65;
        padding: 25px 30px;
        width: 100%;
        background-color: #f7faf9; }
        #service-g-navi .guideNav > li .guideNavMegamenu::before {
          /* 繋ぎ */
          content: '';
          display: block;
          position: absolute;
          top: -16px;
          left: calc(100% / 4 - 2px);
          width: calc(100% / 4 + 1px);
          border-bottom: 2px solid #138d65;
          height: 10px; }
        #service-g-navi .guideNav > li .guideNavMegamenu:hover {
          display: block; }
        #service-g-navi .guideNav > li .guideNavMegamenu h3 {
          margin-bottom: 20px;
          width: 100%;
          font-size: 0.938rem;
          /* 15px */ }
          #service-g-navi .guideNav > li .guideNavMegamenu h3 a {
            color: #007a52; }
          #service-g-navi .guideNav > li .guideNavMegamenu h3 a:hover {
            text-decoration: none; }
        #service-g-navi .guideNav > li .guideNavMegamenu ul {
          display: flex;
          vertical-align: top; }
          #service-g-navi .guideNav > li .guideNavMegamenu ul li {
            margin-right: 30px;
            margin-bottom: 10px; }
            #service-g-navi .guideNav > li .guideNavMegamenu ul li a {
              position: relative;
              display: inline-block;
              padding-left: 1rem;
              font-size: 0.875rem;
              text-decoration: none;
              color: #000; }
              #service-g-navi .guideNav > li .guideNavMegamenu ul li a::before {
                content: '';
                position: absolute;
                top: 4px;
                left: 3px;
                display: inline-block;
                width: 7px;
                height: 11px;
                background-image: url("/top/common/img/ico_arrow_green.png");
                background-repeat: no-repeat;
                background-size: contain;
                transform: rotate(180deg); }
              #service-g-navi .guideNav > li .guideNavMegamenu ul li a:hover {
                text-decoration: underline; }
              #service-g-navi .guideNav > li .guideNavMegamenu ul li a + a {
                display: block;
                margin-top: 10px;
                margin-left: 1rem; } }

@media (max-width: 749px) {
  #serviceNavSpFloat {
    display: none;
    position: absolute;
    top: 0;
    z-index: 10000;
    width: 100%;
    border-top: 4px solid #007a52;
    border-bottom: 4px solid #007a52;
    background-color: #f7faf9;
    max-height: 80vh;
    overflow: scroll; }
    #serviceNavSpFloat.open {
      display: block; }
    #serviceNavSpFloat.over {
      display: block; }
    #serviceNavSpFloat .close:first-child {
      display: flex;
      justify-content: flex-end;
      height: 52px; }
      #serviceNavSpFloat .close:first-child > span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        width: 50px;
        height: 52px;
        font-size: 0.625rem;
        color: #007a52; }
        #serviceNavSpFloat .close:first-child > span span {
          margin-top: -45px; }
          #serviceNavSpFloat .close:first-child > span span::before {
            content: '';
            position: absolute;
            left: 30%;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(45deg); }
          #serviceNavSpFloat .close:first-child > span span::after {
            content: '';
            position: absolute;
            right: 30%;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(-45deg); }
    #serviceNavSpFloat .close:last-child {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 52px; }
      #serviceNavSpFloat .close:last-child > span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 13px;
        padding-right: 14px;
        padding-left: 36px;
        height: 26px;
        background-color: #ebebeb;
        font-size: 0.625rem;
        color: #007a52; }
        #serviceNavSpFloat .close:last-child > span span {
          position: relative;
          line-height: 1; }
          #serviceNavSpFloat .close:last-child > span span::before {
            content: '';
            position: absolute;
            left: -25px;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(45deg); }
          #serviceNavSpFloat .close:last-child > span span::after {
            content: '';
            position: absolute;
            left: -25px;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(-45deg); }
    #serviceNavSpFloat .guideNav {
      border-top: 1px solid #d9d9d9; }
      #serviceNavSpFloat .guideNav .guideNavAct a, #serviceNavSpFloat .guideNav .guideNavAct span, #serviceNavSpFloat .guideNav .guideNavItem a, #serviceNavSpFloat .guideNav .guideNavItem span {
        display: block;
        border-bottom: 1px solid #d9d9d9;
        padding: 22px 20px 18px 45px;
        text-decoration: none;
        font-weight: bold;
        color: #000; }
      #serviceNavSpFloat .guideNav .guideNavAct a, #serviceNavSpFloat .guideNav .guideNavAct span {
        background-image: url("/top/common/img/ico_plus.png");
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 24px 24px; }
      #serviceNavSpFloat .guideNav .guideNavAct.active a, #serviceNavSpFloat .guideNav .guideNavAct.active span {
        background-image: url("/top/common/img/ico_minus.png");
        background-color: #e8f0ed; }
      #serviceNavSpFloat .guideNav .guideNavAct + ul, #serviceNavSpFloat .guideNav .guideNavAct + div {
        display: none; }
      #serviceNavSpFloat .guideNav .guideNavAct.active + ul, #serviceNavSpFloat .guideNav .guideNavAct.active + div {
        display: block; }
      #serviceNavSpFloat .guideNav ul li a {
        display: block;
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
        padding: 22px 20px 18px 45px;
        text-decoration: none;
        color: #000; }
        #serviceNavSpFloat .guideNav ul li a::before {
          content: '';
          position: absolute;
          top: calc(50% - 7px);
          left: 22px;
          display: inline-block;
          width: 9px;
          height: 14px;
          background-image: url("/top/common/img/ico_arrow_green.png");
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(180deg); }
        #serviceNavSpFloat .guideNav ul li a + a {
          padding-left: 70px; }
          #serviceNavSpFloat .guideNav ul li a + a::before {
            left: 47px; }
      #serviceNavSpFloat .guideNav ul li:last-child a {
        border-bottom: 1px solid #d9d9d9; }
      #serviceNavSpFloat .guideNav h3 a {
        display: block;
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
        padding: 22px 20px 18px 22px;
        text-decoration: underline;
        font-weight: bold;
        color: #007a52; }
        #serviceNavSpFloat .guideNav h3 a::before {
          content: none; }
      #serviceNavSpFloat .guideNav .guideNavItem {
        position: relative; }
        #serviceNavSpFloat .guideNav .guideNavItem::before {
          content: '';
          position: absolute;
          top: calc(50% - 8px);
          left: 22px;
          display: inline-block;
          width: 9px;
          height: 14px;
          background-image: url("/top/common/img/ico_arrow_green.png");
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(180deg); } }
@media print, screen and (min-width: 750px) {
  #serviceNavSpFloat {
    display: none; } }

@media (max-width: 749px) {
  .heightFix {
    overflow: hidden;
    width: 100vw;
    height: 100vh; }

  .gnavFix {
    overflow: hidden; } }

/*# sourceMappingURL=service_common.css.map */
