.Header_Logo {
  width: 50%;
}

a {
  color: #1b1b1b;
  color: var(--color-black900);
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

.Header {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 12.5px 4vw;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 11
}

.Header_LogoLink {
  display: inline-block
}

.Header_UqSingleLogo{
  width: 35px;
}

.Drawer {
  background-color: #fff;
  padding-top: 61px;
  padding-bottom: 24px;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -130%;
  bottom: 0;
  transform: translateX(50%);
  transition: transform .4s ease-in-out;
  width: 82%;
  z-index: 999996;
  -webkit-overflow-scrolling: touch
}

.DrawerTrigger {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 2
}
.menu__Btn{
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang_Btn{
  top: 43%;
  right: 52px;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100px;
}

.DrawerTrigger.-Close {
  top: 12px;
  right: calc(4vw - 10px);
  position: absolute;
}

@media (max-width: 599px) {
  .DrawerTrigger {
    top: 1px;
    position: absolute;
    right: 0px;
  }

  .DrawerTrigger.-Close {
    right: calc(4vw - 2px);
  }
}

.DrawerTrigger_Line {
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:first-child {
  top: 14px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:nth-child(2) {
  top: 22px
}

.DrawerTrigger.-Close .DrawerTrigger_Line {
  margin-top: -11px;
  margin-left: 12px
}

.DrawerTrigger.-Close .DrawerTrigger_Line:first-child {
  transform: rotate(45deg)
}

.DrawerTrigger.-Close .DrawerTrigger_Line:nth-child(2) {
  transform: rotate(-45deg)
}

.DrawerTrigger_Text {
  margin-top: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  word-break: break-word
}

.DrawerTrigger.-Close .DrawerTrigger_Text {
  top: 1px;
}

.Drawer_Overlay {
  background-color: rgba(27, 27, 27, .5);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s ease-in-out;
  visibility: hidden;
  z-index: 10;
}

[data-drawer-is-active=true] {
  right: 0;
  left: 0
}

[data-drawer-is-active=true] .Drawer {
  transform: translateX(-158%)
}

[data-drawer-is-active=true] .Drawer_Overlay {
  opacity: 1;
  visibility: visible
}

.Navigation {
  overflow: hidden;
  border-top: 1px solid #dadada;
}

.Navigation__item {
  border-bottom: 1px solid #dadada;
}

.Navigation__link,
.Navigation__otherLink {
  display: flex;
  align-items: center;
  color: #1b1b1b;
  text-decoration: none;
}

.Navigation__link:hover {
  opacity: .8;
}

.Navigation__itemImg {
  width: 60px;
}

.Navigation__itemImg img {
  width: 100%;
  vertical-align: bottom;
}

.Navigation__itemText {
  flex: 1 1 auto;
  padding: 0 4%;
  line-height: 59px;
}
.Navigation__itemText-2lineAdjust{
  line-height: 2;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

.Navigation__other {
  margin: 24px 4% 0;
}

.Navigation__otherLink .Navigation__itemText {
  line-height: inherit;
}

.Navigation__bottom{
  position: relative;
  bottom: 0;
  display: flex;
  padding: 24px 4vw 24px 4vw;
}

.lang_Btn__item:first-child::after{
  content: "|";
}
.lang_Btn__itemLink:hover{
  padding: 0 0 3px 0;
  text-decoration: underline;
}
.Navigation__bottomLink:hover{
  text-decoration: underline;
}

@media screen and (min-width:813px) {
  .Header {
    padding: 0;
    height: 65px
  }

  .Header_Inner {
    position: relative;
    height: 100%
  }

  .Header_LogoLink {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .6s;
  }

  .Header_LogoLink:hover {
    opacity: .6
  }

  [data-drawer-is-active=true] .Header {
    overflow-y: scroll
  }

  [data-drawer-is-active=true] .page {
    overflow-y: scroll
  }

  .Drawer {
    padding-top: 52px;
    right: 0;
    transform: translateX(100%);
    width: 392px
  }

  .DrawerTrigger {
    right: 19px;
    top: 50%;
    transition: opacity .6s;
    cursor: pointer
  }

  .DrawerTrigger:hover {
    opacity: .6
  }

  .DrawerTrigger.-Close {
    top: 14px;
    right: 18px;
    position: absolute;
  }

  [data-drawer-is-active=true] .Drawer {
    transform: translateX(0)
  }

  .Navigation {
    margin-top: 12px;
  }

  .Navigation__itemText {
    line-height: 81px;
  }
  .Navigation__itemText-2lineAdjust{
    line-height: 2;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }

  .Navigation__itemImg {
    width: 82px;
  }
}
