@media screen and (max-width: 1300px) {
  #Container {
    margin-top: 82px; } }

#header-custom-202103 {
  height: auto !important;
  margin: 0; }
  #header-custom-202103 a {
    color: #333333;
    text-decoration: none; }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 a {
        color: #fff; } }
  #header-custom-202103 .header-upper {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    position: relative; }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .header-upper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .header-upper {
        display: flex;
        justify-content: space-between;
        padding: 10px; } }
    #header-custom-202103 .header-upper__logo {
      height: 20px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .header-upper__logo {
          height: 15px;
          margin-top: 3px; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .header-upper__logo-wrap {
        text-align: left; } }
    #header-custom-202103 .header-upper__snsnavi {
      font-size: 12px;
      position: absolute;
      right: 40px;
      top: 20px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .header-upper__snsnavi {
          position: static; } }
    #header-custom-202103 .header-upper__snsnavi-list {
      display: inline-block;
      margin-left: 40px;
      vertical-align: middle; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .header-upper__snsnavi-list {
          margin-left: 10px; } }
      #header-custom-202103 .header-upper__snsnavi-list a {
        color: #333; }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .header-upper__snsnavi-list-forcompany {
        display: none; } }
  #header-custom-202103 .grobal-nav {
    position: relative; }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .grobal-nav {
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        opacity: 0;
        overflow-y: auto;
        padding-bottom: 20px;
        position: fixed;
        transition: .3s ease;
        top: 82px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .grobal-nav.open {
        opacity: 1;
        visibility: visible;
        z-index: 11; } }
    #header-custom-202103 .grobal-nav__main-wrap {
      border-top: 1px solid #111111;
      border-bottom: 1px solid #111111;
      margin: 0 40px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-wrap {
          border: none;
          margin: 0; } }
    #header-custom-202103 .grobal-nav__main-lists {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-lists {
          display: block; } }
    #header-custom-202103 .grobal-nav__main-ttl {
      font-size: 18px;
      margin-left: 50px;
      transition: .2s ease; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl:before {
          content: '';
          background-color: #fff;
          display: block;
          height: 15px;
          position: absolute;
          top: -2px;
          right: 7px;
          width: 1px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl:after {
          content: '';
          background-color: #fff;
          display: block;
          height: 1px;
          position: absolute;
          top: 5px;
          right: 0;
          width: 15px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl {
          font-size: 14px;
          margin: 0;
          padding-right: 20px;
          position: relative; } }
      #header-custom-202103 .grobal-nav__main-ttl:hover {
        cursor: pointer;
        opacity: 0.7; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl:before {
          right: 17px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl:after {
          right: 10px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-ttl.open:before {
          display: none; } }
    #header-custom-202103 .grobal-nav__side-wrap {
      cursor: pointer;
      position: absolute;
      right: 40px;
      top: 20px;
      transition: .2s ease; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__side-wrap {
          margin-top: 20px;
          position: static; } }
      #header-custom-202103 .grobal-nav__side-wrap:hover {
        opacity: .7; }
    #header-custom-202103 .grobal-nav__side-icon {
      vertical-align: middle; }
    #header-custom-202103 .grobal-nav__side-link {
      color: #c42231;
      font-size: 16px;
      font-weight: bold;
      margin-left: 12px;
      vertical-align: middle; }
    #header-custom-202103 .grobal-nav__main-list {
      height: 100%;
      padding: 20px 0; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__main-list {
          border-top: 1px solid #fff;
          height: auto;
          text-align: left;
          padding: 15px 20px; } }
      #header-custom-202103 .grobal-nav__main-list:last-of-type {
        border-bottom: 1px solid #fff; }
    #header-custom-202103 .grobal-nav__main-list:hover .grobal-nav__desc-wrap {
      opacity: 1;
      visibility: visible; }
    #header-custom-202103 .grobal-nav__desc-wrap {
      box-sizing: border-box;
      display: block;
      background-color: #fff;
      left: 0;
      min-height: 300px;
      opacity: 0;
      padding: 0 40px;
      position: absolute;
      text-align: left;
      top: 60px;
      transition: .2s ease;
      visibility: hidden;
      width: 100%;
      z-index: 10; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__desc-wrap {
          background-color: transparent;
          display: none;
          opacity: 1;
          min-height: auto;
          padding: 0;
          position: static;
          visibility: visible; } }
    #header-custom-202103 .grobal-nav__contents-wrap {
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 40px;
      width: 1080px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__contents-wrap {
          padding: 0;
          margin: 0;
          width: auto; } }
    #header-custom-202103 .grobal-nav__desc-ttl {
      color: #c42231;
      display: block;
      font-size: 16px;
      margin: 2rem auto 0 auto;
      width: 1080px; }
    #header-custom-202103 .grobal-nav__desc-ttl a { color: #c42231;}
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__desc-ttl {
          display: none; } }
    #header-custom-202103 .grobal-nav__list-sub-ttl {
      font-size: 16px;
      margin-left: -20px;
      padding-bottom: 10px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-sub-ttl:before {
          content: '';
          background-color: #fff;
          display: block;
          height: 15px;
          position: absolute;
          top: -2px;
          right: 7px;
          width: 1px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-sub-ttl:after {
          content: '';
          background-color: #fff;
          display: block;
          height: 1px;
          position: absolute;
          top: 5px;
          right: 0;
          width: 15px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-sub-ttl {
          font-size: 12px;
          margin-left: 0;
          padding-bottom: 0;
          position: relative; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-sub-ttl.open:before {
          display: none; } }
    #header-custom-202103 .grobal-nav__list-wrap {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-wrap {
          display: block;
          padding: 0 10px; } }
    #header-custom-202103 .grobal-nav__list-wrap-02 {
      display: flex;
      justify-content: left;
      flex-wrap: wrap;
      margin-left: 120px;
      width: 800px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-wrap-02 {
          display: block;
          margin-left: 0;
          width: auto; } }
      #header-custom-202103 .grobal-nav__list-wrap-02 .grobal-nav__list-sub {
        margin-left: 0;
        width: 350px; }
        @media screen and (max-width: 1300px) {
          #header-custom-202103 .grobal-nav__list-wrap-02 .grobal-nav__list-sub {
            width: auto; } }
      #header-custom-202103 .grobal-nav__list-wrap-02 .grobal-nav__list-sub-ttl:before {
        display: none; }
      #header-custom-202103 .grobal-nav__list-wrap-02 .grobal-nav__list-sub-ttl:after {
        display: none; }
    #header-custom-202103 .grobal-nav__list-wrap03 {
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-wrap03 {
          display: block; } }
      #header-custom-202103 .grobal-nav__list-wrap03 .grobal-nav__list {
        font-size: 16px;
        font-weight: bold;
        margin-left: 60px; }
        @media screen and (max-width: 1300px) {
          #header-custom-202103 .grobal-nav__list-wrap03 .grobal-nav__list {
            font-size: 12px;
            margin-left: 0; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .grobal-nav__list-sub-wrap {
        display: none;
        padding: 0 10px 20px 10px; } }
    #header-custom-202103 .grobal-nav__list-sub {
      text-align: left;
      margin-left: 60px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-sub {
          margin-left: 0;
          margin-top: 15px; } }
    #header-custom-202103 .grobal-nav__list {
      font-size: 12px;
      margin-top: 10px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list {
          margin-top: 15px; } }
    #header-custom-202103 .grobal-nav__img-wrap {
      opacity: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 55px;
      padding-left: 40px;
      padding-right: 40px;
      position: absolute;
      right: 0;
      top: 0;
      transition: .2s ease; }
      #header-custom-202103 .grobal-nav__img-wrap.current {
        opacity: 1; }
      @media screen and (max-width: 1460px) {
        #header-custom-202103 .grobal-nav__img-wrap {
          display: none; } }
    #header-custom-202103 .grobal-nav__hasimg {
      text-align: center; }
      #header-custom-202103 .grobal-nav__hasimg .grobal-nav__list-sub-ttl:before {
        display: none; }
      #header-custom-202103 .grobal-nav__hasimg .grobal-nav__list-sub-ttl:after {
        display: none; }
    #header-custom-202103 .grobal-nav__list-img-wrap {
      transition: .2s ease; }
      #header-custom-202103 .grobal-nav__list-img-wrap:hover {
        cursor: pointer;
        opacity: 0.7; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .grobal-nav__list-img-wrap {
          margin-top: 10px; } }
  #header-custom-202103 .fix-primary-menu {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 10; }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .fix-primary-menu {
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 100; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .fix-primary-menu__lists {
        display: flex; } }
    #header-custom-202103 .fix-primary-menu__list {
      background-color: #000;
      border: 1px solid #fff;
      height: 50px;
      margin-top: 10px;
      transition: .2s ease;
      width: 210px; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__list {
          background-color: rgba(0, 0, 0, 0.75);
          border: none;
          height: 42px;
          margin: 0;
          width: calc((100% - 65px) / 3); } }
    #header-custom-202103 .fix-primary-menu__link {
      cursor: pointer;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 50px;
      transition: .2s ease; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__link {
          font-size: 12px;
          line-height: 42px; } }
      #header-custom-202103 .fix-primary-menu__link:hover {
        color: #c42231;
        opacity: 1; }
    #header-custom-202103 .fix-primary-menu__humberger {
      display: none; }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__humberger {
          background-color: rgba(0, 0, 0, 0.75);
          cursor: pointer;
          display: block;
          position: relative;
          width: 65px; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__humberger.open .humberger-01 {
          top: 20px;
          transform: rotate(45deg); } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__humberger.open .humberger-02 {
          opacity: 0; } }
      @media screen and (max-width: 1300px) {
        #header-custom-202103 .fix-primary-menu__humberger.open .humberger-03 {
          top: 20px;
          transform: rotate(-45deg); } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .fix-primary-menu__humberger-icon {
        display: block;
        background-color: #000;
        height: 2px;
        right: 20px;
        transition: .3s ease;
        position: absolute;
        width: 25px; } }
    @media screen and (max-width: 1300px) {
      #header-custom-202103 .fix-primary-menu__humberger-icon {
        display: block;
        background-color: #fff;
        height: 2px;
        right: 20px;
        transition: .3s ease;
        position: absolute;
        width: 25px; } }
    #header-custom-202103 .fix-primary-menu__humberger-icon.humberger-01 {
      top: 12px; }
    #header-custom-202103 .fix-primary-menu__humberger-icon.humberger-02 {
      top: 20px; }
    #header-custom-202103 .fix-primary-menu__humberger-icon.humberger-03 {
      top: 28px; }
