@charset "utf-8";
/*
  CSS のみのドロップダウンメニュー
  Copyright Rectus Inc, 2019
  https://www.rectus.co.jp/
  Released under the MIT license
 */
.header-pc-only {
  display: none;
}
/* 基本CSS */
ul, div, img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}
/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 60px;
}
#navi {
  position: fixed;
  top: 0;
  left: 0;
  height: 94px;
  width: 100%;
  background-color: #0b3065;
  z-index: 9999;
}
/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.logo-sp {
  position: absolute;
  top: 0px;
  z-index: 3;
  padding: 0;
  background-color: #FFF;
}
.logo-sp img {
  width: 90px;
  height: auto;
}
h1 {
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: 110px;
  padding-top: 20px;
}
h1 a {
  color: #FFF;
  text-decoration: none;
}
/* 上部メニュー */
.menu {
  float: right;
  background-color: #0b3065;
  padding-top: 94px;
  height: 100vh;
}
.menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
/* パソコンでは V を非表示 */
.menu-parent .pd {
  display: none;
}
.menu-parent .en, .navi-footer-sp .en {
  font-family: 'Oswald', sans-serif;
  color: #737373;
  font-size: 0.8rem;
  padding-left: 20px;
}
.main-navigation .en {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
}
/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}
#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1024px) {
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }
  .menu-parent {
    height: auto;
    width: 100%;
    text-indent: 20px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
  }
  .menu-parent a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
  }
  .menu-parent:first-child {
    border-top: 1px solid #FFF;
  }
  .menu-parent i {
    /*padding: 0px 6px;*/ position: absolute;
    right: 25px;
    top: 25px;
  }
  .pd-b {
    float: right;
    height: 61px;
    padding-right: 60px;
    border-left: 1px solid #FFF;
    width: 1px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}
/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
  margin-top: 0px;
}
.menu-parent .menu-child {
  visibility: hidden;
  z-index: 6;
  opacity: 0;
  position: absolute;
  width: auto;
  box-sizing: border-box;
  padding: 0;
  background-color: #000;
  border: 1px solid #000;
}
/* パソコン用 */
@media screen and (min-width: 1024px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
}
/* スマホ用 */
@media screen and (max-width: 1024px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  /* 子メニュー */
  .menu-parent .menu-child {
    background-color: #07244D;
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    left: auto;
    width: auto;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}
/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: 1px solid #FFF;
  color: #0b3065;
  text-decoration: none;
}
/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}
/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before, #navibtn span span::after, #navibtn span::after {
    position: absolute;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top: 10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom: 11px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom: 18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top: 18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}
header {
  width: 100%;
}
.header-inner {
  width: 100%;
}
.header-inner:after {
  content: "";
  display: block;
  clear: both;
}
.header-inner .sns {
  display: none;
}
.header-contents:after {
  content: "";
  display: block;
  clear: both;
}
.main-navigation:before, .main-navigation:after {
  content: "";
  display: block;
  clear: both;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
#header {
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.navi-footer-sp li a {
  width: 50%;
  color: #FFF;
  padding: 15px 20px;
  float: left;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.navi-footer-sp:after {
  content: "";
  display: block;
  clear: both;
}