#header_inner {
  display: flex;
}
.menu_button {
  display: none;
}
#global_menu {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  width: 74% !important;
  margin: 30px 0 0 auto !important;
  white-space: nowrap;
  gap: 25%;
}

#header_sub_menu {
  position: unset;
  padding: 0 10px;
}

img.comsys {
  position: unset;
  height: 100%;
  max-height: 70px;
  object-fit: contain;
}
.pc #global_menu > ul {
  height: 38px !important;
}
.pc #global_menu ul ul {
  top: 38px;
}
/* 既存スタイル */
@media only screen and (max-width: 1199px) {
  #global_menu {
    display: none;
    width: 100% !important;
    margin: 0 0 0 auto !important;
  }
  img.comsys {
    position: absolute;
    right: 55px;
    height: 60px;
    top: 8px;
  }
  #header_sub_menu {
    padding: 0;
  }
}
