.global-header {
  background-color: #82d5d4;
  padding: 1rem;
  background: url(../images/header.png) top center repeat;
  background-size: 755px;
}

.global-header-title a {
  font-size: 1.8rem;
  color: white;
  display: block;
  line-height: 1.4;
}

.global-header-logo {
  margin-bottom: 8px;
  width: 165px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .global-header {
    background-size: 2000px;
    height: 250px;
  }

  .global-header-title a {
    font-size: 3.5rem;
    margin-top: 6rem;
  }

  .global-header-logo {
    width: 255px;
  }

  .text-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 言語切り替えボタン */
.header-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-language{
  color: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 0.5rem;
}

.button-language:hover{
  background: #fff;
  color: #2b9e9d;
}