.top .header {
  background: url(../image/header/header__bg.webp);
  background-position: center center;
  width: 100%;
  height: 108px;
  position: fixed;
  z-index: 99;
}
.top .header,
.top .header * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  letter-spacing: 0;
}
.top .header img {
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.top .header a {
  cursor: pointer;
  text-decoration: none;
}
.top .header__inner {
  display: flex;
  align-items: center;
  height: 108px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .top .header {
    height: 110px;
  }
  .top .header__inner {
    height: 110px;
    padding: 0 20px;
  }
}
.top .header__logo {
  flex: 0 0 auto;
  max-width: 250px;
}
.top .header__logo a,
.top .header__logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .header__logo {
    max-width: 150px;
  }
}
.top .header__right {
  margin-left: auto;
  flex: 0 0 auto;
}
@media (max-width: 1279px) {
  .top .header__right {
    display: none;
  }
}
.top .header__right__above {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 28px;
}
.top .header__btn__item {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.top .header__btn__item:not(:first-child) {
  border-left: 1px solid #fff;
  margin-left: 9px;
  padding-left: 9px;
}
.top .header__btn__item--login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 24px;
  border: 1px solid #fff;
  min-width: 76px;
  height: 38px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.top .header__nav {
  margin-top: 10px;
  height: 40px;
}
.top .header__nav__list {
  display: flex;
  align-items: center;
  height: 40px;
}
.top .header__nav__item {
  position: relative;
  font-size: 13px;
  padding-bottom: 5px;
  line-height: 18px;
}
.top .header__nav__item a {
  color: #fff;
}
.top .header__nav__item:not(:first-child) {
  margin-left: 15px;
}
.top .is-drop a {
  display: flex;
  align-items: center;
}
.top .is-drop a img {
  width: 6px;
  margin-left: 5px;
}
.top .header__nav__btn--contact {
  background: #fff;
  color: #1660AF;
  font-size: 13px;
  margin-left: 24px;
  font-weight: bold;
  height: 40px;
}
.top .header__nav__btn--contact a {
  color: #1660AF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  line-height: 16px;
  white-space: nowrap;
}
.top .header__nav__btn--seminar {
  background: #333;
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
  height: 40px;
}
.top .header__nav__btn--seminar a {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 40px;
  line-height: 16px;
  white-space: nowrap;
}
.top .header__nav__btn--download {
  background: #F1912E;
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
  height: 40px;
}
.top .header__nav__btn--download a {
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 16px;
  white-space: nowrap;
}
.top .header__nav__btn--download a img {
  width: 15px;
}
.top .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  z-index: 9;
  transition: all 0.5s ease;
  text-align-last: left;
}
.top .dropdown_flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.top .dropdown li {
  width: 190px;
  position: relative;
}
.top .dropdown_flex li {
  border-bottom: 1px solid #eff2f4;
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.top .dropdown_flex li:first-child {
  padding: 12px 20px;
}
.top .dropdown_flex li:last-child {
  border-bottom: none;
}
.top .dropdown li:not(:first-child) {
  border-top: 1px solid #EFF2F4;
}
.top .dropdown li::before {
  content: "";
  position: absolute;
  background: url(../image/header/drop__arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top .dropdown_flex li:first-child::before {
  background-image: none;
}
.top .dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #1660AF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.top .dropdown_flex li a {
  padding: 0 20px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.top .dropdown li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.top .header__nav__item:hover .dropdown {
  max-height: max-content;
}
.top .p-drawer {
  position: fixed;
  top: 10px;
  right: 20px;
  height: 33px;
  width: 39px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}
.top .p-drawer.js-drawer {
  height: 38px;
}
@media (max-width: 1279px) {
  .top .p-drawer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top .p-drawer {
    top: 20px;
  }
}
.top .p-drawer__container {
  width: 100%;
}
.top .p-drawer__bar {
  background: #fff;
  width: 39px;
  height: 2px;
}
.top .bar1 {
  position: absolute;
  top: 4px;
  right: 0;
  transition: all 0.5s ease;
}
.top .bar1.js-drawerBar {
  transition: all 0.5s ease;
  rotate: 45deg;
  top: 18px;
}
.top .bar2 {
  position: absolute;
  top: 16px;
  right: 5px;
  width: 22px;
}
.top .bar2.js-drawerBar {
  display: none;
}
.top .bar3 {
  position: absolute;
  top: 28px;
  right: 0;
  transition: all 0.5s ease;
}
.top .bar3.js-drawerBar {
  transition: all 0.5s ease;
  rotate: -45deg;
  top: 19px;
}
.top .p-drawer__content {
  background: #1660AF;
  color: #555;
  height: 100vh;
  position: fixed;
  transform: translateX(100%);
  opacity: 0;
  top: 0;
  right: 0;
  z-index: 99;
  width: 340px;
  transition: all 0.5s ease;
  display: none;
}
@media (max-width: 1280px) {
  .top .p-drawer__content {
    display: block;
  }
}
.top .p-drawer__content.js-drawerOpen {
  transform: translateX(0);
  transition: all 0.5s ease;
  opacity: 1;
}
.top .p-drawer__content .header__right__above {
  justify-content: start;
}
.top .p-drawer__content .header__btn__item--login {
  max-width: 200px;
  margin-left: 0;
  margin-top: 18px;
  font-size: 14px;
  padding-block: 12px;
  text-align: center;
}
.top .p-drawer__menu {
  height: 100vh;
  padding-left: 40px;
  padding-top: 70px;
}
.top .p-drawer__menu__list {
  margin-top: 48px;
}
.top .p-drawer__menu__item:not(:first-child) {
  margin-top: 24px;
}
.top .p-drawer__menu__item a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
}
.top .p-drawer__menu__item__dropdown {
  overflow-y: hidden;
  position: relative;
}
.top .p-drawer__menu__item__dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top .p-drawer__menu__item__dropdown a img {
  width: 6px;
}
@media screen and (max-width: 1280px) {
  .top .sp-dropdown {
    display: none;
    transition: all 0.5s ease;
    text-align-last: left;
    margin-top: 12px;
    padding: 0 20px 0 0;
  }
  .top .sp-dropdown li {
    width: 200px;
    position: relative;
  }
  .top .sp-dropdown li:nth-child(2) {
    width: 180px;
  }
  .top .sp-dropdown_heading {
    display: inline-block;
    white-space: nowrap;
    padding: 6px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .top .sp-dropdown li::before {
    content: "";
    position: absolute;
    background: url(../image/header/drop__arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .top .sp-dropdown li a {
    display: block;
    padding: 8px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
  }
  .top .sp-dropdown li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}
