header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 1000;
}
header .wrap {
  position: relative;
  width: 100%;
  box-shadow: 0px 2px 1px 1px #ccc;
  height: 130px;
  background-color: #fff;
}
header .tops {
  background-color: #023467;
  height: 40px;
  position: relative;
}
header .sns {
  display: table;
  width: 100%;
  position: absolute;
  right: 5%;
  top: 5px;
  width: 9%;
}
header .sns li {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 8px;
}
header .bottoms {
  position: relative;
  height: 45px;
  width: 100%;
  background-color: #fff;
}
header .bottoms .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 90px;
  background-color: #023467;
}
header .bottoms .triangle {
  position: absolute;
  top: 0;
  left: 300px;
  width: 90px;
  height: 90px;
  border-top: 45px solid #023467;
  border-right: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid #023467;
}
header .bottoms .menu {
  position: absolute;
  left: 390px;
  top: 30px;
}
header .bottoms .menu li {
  float: left;
  padding: 7px 15px;
  border-left: 1px solid #888;
  font-size: 0.95rem;
}
header .bottoms .menu li:first-child {
  border-left: 0px solid #888;
  padding-left: 5px;
}
header .bottoms .menu::after {
  content: "";
  display: block;
  clear: both;
}
header .bottoms .menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
}
header .bottoms .menu a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #156aff;
  padding-bottom: 5px;
  color: #156aff;
  content: attr(data-hover);
  transition: max-width 0.3s;
}
header .bottoms .menu a:hover::before,
header .bottoms .menu a:focus::before {
  max-width: 100%;
}
header .logo {
  position: absolute;
  width: 8%;
  top: 10px;
  left: 7%;
  z-index: 100;
}

h1 {
  position: absolute;
  top: 13px;
  left: 390px;
  font-size: 0.85rem;
  color: #fff;
  z-index: 100;
}

body {
  padding-top: 130px;
}

.header-pc {
  display: block;
}

.header-sp {
  display: none;
}

header,
header .tops,
header .bottoms,
header .bottoms .box,
header .bottoms .triangle,
header .menu,
header .logo,
header .wrap,
body {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

header.head_fix {
  height: 60px;
  z-index: 1000;
}
header.head_fix .wrap {
  height: 60px;
}
header.head_fix .tops {
  height: 0;
}
header.head_fix .sns {
  display: none;
}
header.head_fix .bottoms {
  height: 30px;
}
header.head_fix .bottoms .box {
  height: 60px;
}
header.head_fix .bottoms .triangle {
  width: 60px;
  height: 60px;
  border-top: 30px solid #023467;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #023467;
}
header.head_fix .bottoms .menu {
  top: 15px;
}
header.head_fix .logo {
  width: 4%;
  top: 2px;
  left: 9%;
}
header.head_fix h1 {
  display: none;
}

body.body_fix {
  padding-top: 60px;
}

@media only screen and (max-width: 1120px) {
  body {
    padding-top: 0px;
  }
  header,
  header.head_fix {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: auto;
  }
  header .wrap,
  header.head_fix .wrap {
    position: relative;
    width: 100%;
    box-shadow: 0px 2px 1px 1px #ccc;
    height: 100px;
    background-color: #fff;
  }
  header .tops,
  header.head_fix .tops {
    background-color: #023467;
    height: 100px;
    position: relative;
  }
  header .sns,
  header.head_fix .sns {
    display: table;
    width: 100%;
    position: absolute;
    right: 0%;
    top: 45px;
    left: 18%;
    width: 160px;
  }
  header .sns li,
  header.head_fix .sns li {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 7px;
  }
  header .logo,
  header.head_fix .logo {
    position: absolute;
    width: 10%;
    top: 5px;
    left: 5%;
    z-index: 100;
  }
  .header-pc {
    display: none;
  }
  .header-sp {
    display: block;
  }
  header h1,
  header.head_fix h1 {
    display: block;
    position: absolute;
    top: 12px;
    left: 19%;
    font-size: 0.95rem;
  }
  #header-toggle-sp {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100001;
    background-color: #ffffff;
    border-radius: 30px;
  }
  #header-toggle-sp div {
    position: relative;
  }
  #header-toggle-sp span {
    display: block;
    position: absolute;
    height: 6px;
    width: 30px;
    background: #023467;
    left: 15px;
    transition: 0.35s ease-in-out;
  }
  #header-toggle-sp span:nth-child(1) {
    top: 15px;
  }
  #header-toggle-sp span:nth-child(2) {
    top: 27px;
  }
  #header-toggle-sp span:nth-child(3) {
    top: 39px;
  }
  .box-sp {
    position: fixed;
    top: 0px;
    z-index: 100000;
    width: 100%;
  }
  /* #nav-toggle  */
  #global-nav-sp {
    position: absolute;
    top: 0px;
    left: -100%;
    background: white;
    color: #023467;
    width: 100%;
    transition: 0.4s ease-in-out;
    padding: 100px 50px;
    box-sizing: border-box;
    overflow: scroll;
    height: 100vh;
  }
  #global-nav-sp li {
    width: 100%;
    font-size: 1rem;
    border-bottom: 1px dotted #888;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
  #global-nav-sp li a {
    color: #333;
  }
  #header-toggle-sp {
    display: block;
  }
  /* #nav-toggle  */
  .open #header-toggle-sp span:nth-child(1) {
    top: 28px;
    transform: rotate(315deg);
  }
  .open #header-toggle-sp span:nth-child(2) {
    width: 0;
    display: none;
    left: 50%;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 28px;
    transform: rotate(-315deg);
  }
  .open #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
    transform: translateX(100%);
  }
  body.body_fix {
    padding-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  header .wrap,
  header.head_fix .wrap {
    height: 80px;
  }
  header .tops,
  header.head_fix .tops {
    height: 80px;
  }
  header .sns,
  header.head_fix .sns {
    top: 40px;
    left: 22%;
    width: 30%;
  }
  header .sns li,
  header.head_fix .sns li {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 8px;
  }
  header .logo,
  header.head_fix .logo {
    width: 17%;
    top: 5px;
    left: 3.5%;
  }
  header h1,
  header.head_fix h1 {
    top: 12px;
    left: 23%;
    font-size: 0.85rem;
    width: 75%;
  }
  header h1 span,
  header.head_fix h1 span {
    display: none;
  }
  #header-toggle-sp {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #header-toggle-sp span {
    display: block;
    position: absolute;
    height: 5px;
    width: 25px;
    background: #023467;
    left: 12.5px;
    transition: 0.35s ease-in-out;
  }
  #header-toggle-sp span:nth-child(1) {
    top: 12px;
  }
  #header-toggle-sp span:nth-child(2) {
    top: 22px;
  }
  #header-toggle-sp span:nth-child(3) {
    top: 32px;
  }
  /* #nav-toggle  */
  #global-nav-sp {
    padding: 60px 25px;
  }
  #global-nav-sp li {
    width: 100%;
    font-size: 0.925rem;
    border-bottom: 1px dotted #888;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
  .open #header-toggle-sp span:nth-child(1) {
    top: 23px;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 23px;
  }
  /* #nav-toggle  */
}
@media only screen and (max-width: 395px) {
  header .wrap,
  header.head_fix .wrap {
    height: 70px;
  }
  header .tops,
  header.head_fix .tops {
    height: 70px;
  }
  header .sns,
  header.head_fix .sns {
    top: 30px;
    left: 22%;
    width: 35%;
  }
  header .sns li,
  header.head_fix .sns li {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 7px;
  }
  header .logo,
  header.head_fix .logo {
    width: 17%;
    top: 5px;
    left: 3%;
  }
  header h1,
  header.head_fix h1 {
    top: 10px;
    left: 23%;
    font-size: 0.75rem;
    width: 75%;
  }
  header h1 span,
  header.head_fix h1 span {
    display: none;
  }
  #header-toggle-sp {
    right: 12px;
    top: 12px;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
  }
  #header-toggle-sp span {
    display: block;
    position: absolute;
    height: 5px;
    width: 22.5px;
    background: #023467;
    left: 11.25px;
  }
  #header-toggle-sp span:nth-child(1) {
    top: 10px;
  }
  #header-toggle-sp span:nth-child(2) {
    top: 19px;
  }
  #header-toggle-sp span:nth-child(3) {
    top: 28px;
  }
  /* #nav-toggle  */
  #global-nav-sp {
    padding: 60px 25px;
  }
  #global-nav-sp li {
    font-size: 0.9rem;
    margin-bottom: 18px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
  .open #header-toggle-sp span:nth-child(1) {
    top: 20px;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 20px;
  }
  /* #nav-toggle  */
}/*# sourceMappingURL=header.css.map */