header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
}
header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
}
header .logo-image {
  display: block;
  margin-right: auto;
}
header .list-user {
  display: -ms-flexbox;
  display: flex;
}
header .list-user a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
header .list-user a:hover::after {
  opacity: 1;
  visibility: visible;
}
header .list-user a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .navbar-link {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: all 0.3s ease;
  color: #000;
}
header .main-title {
  color: #004388;
  letter-spacing: 0.04em;
}
header .main-title span {
  display: block;
}
header .menu-links:last-child {
  margin-right: 0;
  margin-left: auto;
}
header .menu-links li {
  border-bottom: 1px solid #c9c9c9;
}
header .menu-links a {
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.wf-active header .navbar-link,
.wf-active header .list-user a {
  opacity: 1;
}

@media print, (min-width: 768px) {
  header {
    height: 80px;
    min-width: 1366px;
  }
  header .header-wrapper {
    padding-left: 20px;
  }
  header .logo-image {
    width: 177px;
  }
  header .header-navigation {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: auto;
    height: auto !important;
  }
  header .list-user a {
    width: 180px;
    height: 80px;
    padding: 30px 20px 30px 46px;
    font-size: 16px;
    font-weight: bold;
  }
  header .user-account {
    background: #004388 url("../img/common/ico_user.png") center top 14px/23px auto no-repeat;
  }
  header .user-message {
    background: #004388 url("../img/common/ico_message.png") 1.5rem 50%/1.4rem auto no-repeat;
  }
  header .user-site {
    background: #000 url("../img/common/ico_recruit.png") center top 14px/21px auto no-repeat;
  }
  header .user-entry {
    background: #e30021 url("../img/common/ico_user.png") center top 14px/23px auto no-repeat;
  }
  header .list-navbar {
    display: -ms-flexbox;
    display: flex;
  }
  header .navbar-item {
    margin-right: 29px;
  }
  header .navbar-item.is-active .navbar-link::after {
    width: 100%;
  }
  header .navbar-item.is-active .navbar-menu {
    opacity: 1;
    visibility: visible;
  }
  header .navbar-item:hover .navbar-link::after {
    width: 100%;
  }
  header .navbar-link {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    position: relative;
    cursor: pointer;
  }
  header .navbar-link.is-active::after {
    width: 100%;
  }
  header .navbar-link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #004388;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s ease;
  }
  header .navbar-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #e9eef2;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.72);
  }
  header .menu-inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 1000px;
    padding-top: 82px;
    padding-bottom: 65px;
  }
  header .menu-main {
    width: 379px;
  }
  header .main-title {
    font-size: 16px;
    margin-bottom: 32px;
  }
  header .main-title span {
    font-size: 12px;
    margin-top: 11px;
  }
  header .main-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    color: #004388;
    letter-spacing: 0.04em;
    border: 1px solid #004388;
    transition: all 0.3s ease;
    padding: 10px 20px;
    min-width: 194px;
    height: 50px;
    font-size: 14px;
    background: url("../img/common/ico_arrow_blue_small.png") right 19px top 21px/13px auto no-repeat;
  }
  header .main-link:hover, header .main-link.is-active {
    color: #fff;
    background: #004388 url("../img/common/ico_arrow_white_small.png") right 19px top 21px/13px auto no-repeat;
  }
  header .menu-links {
    width: 300px;
    margin-right: 10px;
  }
  header .menu-links:last-child {
    width: 260px;
  }
  header .menu-links li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  header .menu-links a {
    font-size: 14px;
    background: url("../img/common/ico_arrow_blue_small.png") right 10px center/13px auto no-repeat;
    padding-right: 40px;
    color: #004388;
  }
  header .menu-links a:hover, header .menu-links a.is-active {
    color: #ff9700;
    background-image: url("../img/common/ico_arrow_orange_small.png");
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1386px) {
  header {
    left: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  header {
    min-width: 1000px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header-wrapper {
    padding-left: 0.42rem;
  }
  header .logo-image {
    width: 3.1rem;
    margin-right: auto;
    margin-top: 1px;
  }
  header .logo-image img {
    width: 100%;
  }
  header .header-navigation {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.6rem 0.32rem 1rem;
    overflow: auto;
    top: 0;
    z-index: -1;
  }
  header .header-menu {
    width: 1.22rem;
    height: 1.2rem;
    border-left: 0.02rem solid #ebeff3;
    margin-left: auto;
    position: relative;
  }
  header .header-menu.is-active span:nth-child(1) {
    top: 0.59rem;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 0.7rem;
    right: 0.24rem;
  }
  header .header-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
  }
  header .header-menu.is-active span:nth-child(3) {
    top: 0.59rem;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 0.7rem;
    right: 0.24rem;
  }
  header .header-menu span {
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 0.04rem;
    background-color: #004388;
    right: 0.3rem;
    transition: all 0.3s ease;
  }
  header .header-menu span:nth-child(1) {
    top: 0.39rem;
  }
  header .header-menu span:nth-child(2) {
    width: 0.3rem;
    top: 0.59rem;
  }
  header .header-menu span:nth-child(3) {
    top: 0.79rem;
  }
  header .list-user {
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; */
  display: initial;
}
  header .list-user li {
    width: 100%;
    /* width: 48.6%;
    max-width: 3.33rem; */
  }
  header .list-user a {
    width: 100%;
    height: 1.6rem;
    padding: 0.56rem 0.1rem 0.56rem 0.6rem;
    font-size: 0.4rem;
  }
  header .user-account {
    background: #004388 url("../img/common/sp/ico_user.png") center top 0.31rem/0.4rem auto no-repeat;
  }
  header .user-message {
    background: #004388 url("../img/common/sp/ico_message.png") left 1.5rem top 0.65rem/0.4rem auto no-repeat;
  }
  header .user-site {
    background: #000 url("../img/common/sp/ico_recruit.png") center top 0.3rem/0.38rem auto no-repeat;
  }
  header .user-entry {
    background: #e30021 url("../img/common/sp/ico_user.png") center top 0.31rem/0.4rem auto no-repeat;
  }
  header .list-navbar {
    border-top: 0.02rem solid #c9c9c9;
    margin-bottom: 0.5rem;
  }
  header .navbar-item {
    padding: 0.19rem 0 0.2rem;
    border-bottom: 0.02rem solid #c9c9c9;
    transition: all 0.3s ease;
  }
  header .navbar-item.is-active {
    padding-bottom: 0;
  }
  header .navbar-item.is-active .navbar-link::after {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
  }
  header .navbar-link {
    font-size: 0.28rem;
    padding: 0.1rem 0.14rem;
    font-weight: 500;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  header .navbar-link::before, header .navbar-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #004388;
  }
  header .navbar-link::before {
    width: 0.2rem;
    height: 0.04rem;
    right: 0.26rem;
  }
  header .navbar-link::after {
    width: 0.04rem;
    height: 0.2rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    right: 0.42rem;
    transition: all 0.3s ease;
  }
  header .navbar-link.is-link {
    background: url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
  }
  header .navbar-link.is-link::before, header .navbar-link.is-link::after {
    display: none;
  }
  header .navbar-menu {
    display: none;
    margin-top: 0.2rem;
    border-top: 0.02rem solid #c9c9c9;
  }
  header .menu-main {
    background: #f7f8fa url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
    border-bottom: 0.02rem solid #c9c9c9;
    padding: 0.29rem 0;
  }
  header .main-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.28rem;
    padding: 0 0.34rem;
    letter-spacing: 0.04em;
  }
  header .menu-links:last-child li:last-child {
    border-bottom: none;
  }
  header .menu-links li {
    background: #f7f8fa url("../img/common/ico_arrow_lightblue_small.png") right 0.36rem center/0.26rem auto no-repeat;
    border-bottom: 0.02rem solid #c9c9c9;
    padding: 0.32rem 0 0.33rem;
  }
  header .menu-links a {
    font-size: 0.28rem;
    padding: 0 0.34rem;
    letter-spacing: 0.04em;
  }
  header .header-navigation.is-recruit .navbar-link,
  header .header-navigation.is-recruit .main-link,
  header .header-navigation.is-recruit .menu-links a {
    color: #004388;
  }
}