@charset "euc-jp";
#head_wrap {
  top: 30px;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  height: 60px;
  background: #f7f6f4;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  width: 280px;
  padding: 10px 0 0 0;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
}

#global-nav ul li {
  padding: 20px 30px 0;
  list-style: none;
  margin: 0;
}

#global-nav ul li:last-child {
  border-right: none;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 25px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
  margin-top: 500px;
  padding-top: 130px;
}

#menu5 {
  padding-bottom: 100vh;
}

.menu-parent {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.menu-parent .pd {
  display: inline-block;
  width: 100%;
}

.menu-parent .pd:hover {
  color: #00a4f0;
}

.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

.menu-parent .pd a:hover,
.menu-parent:hover .menu-child a:hover {
  color: #00a4f0;
}

#global-nav ul {
  list-style-type: none;
}

#global-nav ul li {
  text-align: left;
  position: relative;
}

#global-nav ul li:hover:after {
  box-shadow: 0 0 0 5px #f7f6f4, 0 0 0 7px #00a4f0;
}

#global-nav ul li.menu-parent-form:hover:after {
  box-shadow: none;
}

#global-nav ul li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00a4f0;
  border-radius: 100%;
  left: 8px;
  top: 24px;
  box-shadow: 0 0 0 0 #f7f6f4, 0 0 0 0 #00a4f0;
  transition: 0.4s ease-in-out;
}

#global-nav ul li.menu-parent-form:after {
  position: unset;
}

#global-nav ul li.menu-parent-form {
  padding: 10px 0;
}

#global-nav a {
  display: inline-block;
  margin: 0;
  position: relative;
  text-decoration: none;
  z-index: 2;
  transition: 0.2s ease-in-out;
}

#global-nav a:hover {
  color: #00a4f0;
}

.navi-cta-btn a {
  padding: 8px;
  background: #e63d50;
  border: 2px solid #e63d50;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  float: left;
  transition: all 0.3s ease;
}

.navi-cta-btn a:hover {
  background: #fff;
  border: 2px solid #e63d50;
  color: #e63d50 !important;
  text-decoration: none !important;
}

#global-nav ul li.navi-btn:after {
  position: unset;
  box-shadow: none !important;
  content: none !important;
}
#global-nav ul li.navi-btn {
  padding: 12px 0 12px 10px;
}

@media (max-width: 768px) {
  #global-nav ul {
    display: block;
    margin-right: 0;
    padding: 20px 0 0;
  }

  #global-nav ul li {
    border-right: none;
  }

  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }

  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }

  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: #f7f6f4;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 18px;
    width: 190px;
    padding: 0;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: #f7f6f4;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #global-nav ul li {
    float: none;
    position: static;
  }

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }

  #nav-toggle {
    display: block;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2f2e41;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 7px;
  }

  #nav-toggle span:nth-child(3) {
    top: 14px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
    height: 100vh;
  }

  #global-nav ul li {
    text-align: left;
    position: relative;
    padding: 20px 40px;
  }
  
  #global-nav ul li:hover:after {
    box-shadow: 0 0 0 5px #f7f6f4, 0 0 0 7px #00a4f0;
  }
  
  #global-nav ul li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #00a4f0;
    border-radius: 100%;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: 0 0 0 0 #f7f6f4, 0 0 0 0 #00a4f0;
    transition: 0.4s ease-in-out;
  }

  #global-nav ul li.menu-parent-form {
    padding: 10px 20px;
  }
  
  #global-nav a {
    display: inline-block;
    margin: 0;
    position: relative;
    text-decoration: none;
    z-index: 2;
    transition: 0.2s ease-in-out;
  }
  
  #global-nav a:hover {
    color: #00a4f0;
  }

  #global-nav .cta-btn-wrap {
    display: block;
    margin: 30px 20px 0;
    position: relative;
  }

  #global-nav .cta-btn-wrap::before {
    content: "";
    background-image: linear-gradient(to right, #605f6d, #605f6d 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-btn-document {
    background: #00a4f0;
    min-width: 100%;
    height: 68px;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    line-height: 66px;
    border: 2px solid #00a4f0;
    text-align: center;
    margin: 40px 0 20px !important;
  }
    
  .cta-btn-document:hover {
    background: #ffffff;
    color: #00a4f0 !important;
  }
    
  .cta-btn-top {
    background: #ffffff;
    min-width: 100%;
    height: 68px;
    color: #2f2e41 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #2f2e41;
    text-align: center;
    line-height: 66px;
  }
    
  .cta-btn-top:hover {
    background: #2f2e41 !important;
    color: #ffffff;
  }

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    vertical-align: text-bottom;
  }

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    vertical-align: text-bottom;
  }

  .navi-cta-btn {
    position: absolute;
    right: 50px;
    top: 12px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
  }

  .navi-cta-btn a {
      padding: 6px;
      background: #e63d50;
      border: 2px solid #e63d50;
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      border-radius: 4px;
      float: left;
      transition: all 0.3s ease;
      font-weight: 700;
    }
  
  .navi-cta-btn a:hover {
    background: #fff;
    border: 2px solid #e63d50;
    color: #e63d50 !important;
    text-decoration: none !important;
  }
}