/* 一時非表示 */
.header_search {
    display: none !important;
}


/* デザインA(SP共通) */


.newsPlus {
    background: #ffffff45!important;
    top: -115px!important;
    padding: 0!important;
    border-radius: 4px!important;
    width: 87%!important;
    margin: 0 auto!important;
}

  /* ヘッダー本体 */
  header {
    position: relative;
    z-index: 99;
    width: 100vw;
    height: 0;
    display: flex;
  }
  
  header a {
      color: #333 !important;
      font-weight: bold;
      font-size: 14px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.18em;
  }

  .Eng {
    font-weight: bold;
    font-family: "Montserrat", sans-serif!important;
  }

  .Jpn {
    font-size: 15px;
    margin: 0 0 0 20px;
  }

.download {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

  /* ヘッダーロゴ部分 */
  .header_logo {
    width: 50%;
  }
  .header_logo a {
    position: relative;
    top: 50%;
    left: 20px;;
    transform: translateY(-50%);
    display: flex;
  }

  .header_logo img {
    display: block;
    width: 90%;
    position: absolute;
    top: -17px;
    left: 4%;
  }

  .header_logo h1 {
    display: none;
  }

  /* ヘッダー右側 */
  .header_content {
    width: 50%;
    display: flex;
    justify-content: right;
  }
  .header_menu {
    width: 70px;
  }
  .header_contact span {
    display: none;
  }
  .header_contact a {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    font-size: 18px;
  }


  /* メニュー */
   .menu {
      height: 45px;
      padding: 11px;
      display: block;
      cursor: pointer;
      position: fixed;
      float: right;
      z-index: 101;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 1px solid #fff;
      width: 45px;
      right: 2%;
      box-shadow: 0 0 8px #ccc;
  }

  .menu span {
    cursor: pointer;
    height: 1px;
    width: 22px;
    margin-bottom: 9px;
    background: #ccc;
    position: relative;
    right: 0;
    display: block;
    transform: rotate(0deg);
    transition: .7s ease;
    box-shadow: 0 0 1px #ccc;
  }

  .hidden {
    opacity: 0;
    transition-delay: .5s;
    pointer-events: none;
    cursor: default;
  }
  .visible {
    opacity: 1;
  }
  .menu.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
    transition: .7s ease;
    background: #fff;
  }
  .menu.open span:nth-child(2) {
    opacity: 0;
    right: 100px;
    background: #fff;
  }
  .menu.open span:nth-child(3) {
    top: -10px;
    transform: rotate(-135deg);
    transition: .7s ease;
    background: #fff;
  }
  #navigation {
    background: linear-gradient(0deg, #212a37ed 0%, #212a37e8 100%);
    font-family: 'Merriweather', serif;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    margin-top: -50px;
    padding-bottom: 100px;
  }
  .nav {
    display: flex;
    justify-content: center;
  }
  .slideInLeft {
    animation-duration: .5s;
  }
  .slideOutLeft {
    animation-duration: .5s;
  }
  .menu_outer {
    padding: 5%;
    height: 100vh;
    overflow: scroll;
  }
  .menu_logo {
    width: 280px;
    display: block;
  }

  .menu_logo img {
    width: 80%;
    margin: 40px 0 0 0;
  }

  .menu_outer hr {
    border-color: #ffffff82;
  }
  .menu_inner {
    padding: 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .menu_item {
    width:320px;
  }

  

  /* ボタン */
   .menu_button {
      align-items: center;
      background-color: transparent;
      color: #fff;
      cursor: pointer;
      display: flex;
      font-size: 1.4rem!important;
      font-weight: normal!important;
      line-height: 1.5;
      text-decoration: none;
      text-transform: uppercase;
      outline: 0;
      border: 0;
      padding: 1rem;
      margin-left: 20px;
      white-space: nowrap;
      position: relative;
      width: 100%;
      letter-spacing: 0.18em;
  }


  .menu_button i {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_button:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    transition: all .42s cubic-bezier(.25,.8,.25,1);
    width: 0;
  }
  .menu_button:hover:before {
    background-color: #fff;
    width: 3rem;
  }
  .menu_button a {
    color: white !important;
    text-align: left;
  }
  .menu_button_big {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .menu_button_big i {
    right: 20px;
  }
  .menu_button_small {
    margin-left: 20px;
  }
  .menu_button_small2 {
    margin-left: 40px;
  }

  /* 下層ページの */

  .header_logo .logopk{
      font-size: 1.4rem;
      text-align: center;
      display: none;
      color: #f41d8b!important;
      margin: 0 0 0 55px;
      text-shadow: none;
  }


   .menubu {
      border: 1px solid #00a0dc!important;
  }

    .menubu span {
      background: #00a0dc!important;
  }

  

/* デザインB(タブレット) */
@media (min-width: 600px) and (max-width: 1024px) {
    /* タブレット用レイアウト 600px～1024pxのみ範囲に収めるデザインはこの中に記述 */

  .header_logo img {
      width: 50%!important;
    }

}


/* デザインC(PC) */
@media only screen and (min-width: 1024px) {
  /* PC用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */

  /* ヘッダー本体 */
  header {
    justify-content: space-between;
  }
  header  img {
    top: 50%;
  }

  header {
    position: fixed;
  }

  .menu {
    position: relative;
  }

  .pdfBtn {
    transition: background 1.2s ease-in-out; /* 0.6秒でゆっくり変化 */
  }

  .pdfBtn:hover {
    background: linear-gradient(to right, #005396, #00a0dc 50%, #99d9f1 50%);
  }

  /* ヘッダーロゴ部分 */
 .header_logo  {
    width: 40%;
    margin: 4% 0 0 -5%;
  }
  .header_menu {
    margin: 55px 0 0 0;
    left: -9%;
}

  .header_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header_logo img {
      max-width: 240px;
      left: 50%;
      top: 0px;
      position: relative;
      transform: translateX(-50%);
  }

   .header_logo h1 {
      font-size: 1.4rem;
      text-align: center;
      display: block;
      color: #fff;
      margin: 0 0 0 55px;
  }
  /* ヘッダー右側 */
  .header_content {
    display: flex;
    width: 600px;
    gap: 30px;
    justify-content: right;
  }
  .header_menu a {
      font-size: 25px;
  }

  .header_contact p {
    display: flex;
    font-size: 14px;
  }

  .header_contact span {
    display: block;
  }

  .header_contact i {
    top: 6px!important;
    right: 5px;
    position: relative;
  }

  /* メニュー */

  .menu_logo img {
    width: 100%;
  }
  
  .menu_outer {
      padding: 5%;
      height: 100vh;
      overflow: scroll;
  }
  .menu_outer h1 {
      font-weight: bold;
      color: white;
      font-size: 30px;
  }
  
  .menu_inner {
      padding: 5%;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .menu_item {
      width:320px;
  }
  .menu {
    transform: translate(-50%, -140%);
    top: 50%;
    left: -116%;
  }

    .header_logo .logopk {
      display: block!important;
  }
}