@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* body {
  line-height: 1;
} */

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: ”;
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  background-color: #F7F7F7;
}

@media screen and (min-width: 1100px) {
  .sp, nav {
    display: block !important;
  }
}
a {
  transition: 0.3s;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}
a:hover {
  opacity: 0.7;
}

#AssetCommonHeader {
  position: relative;
  z-index: 5;
  background: #ffffff;
  height: auto;
}
#AssetCommonHeader .h-primary {
  background: #000;
  height: 48px;
  width: 100%;
}
#AssetCommonHeader .h-primary .h-primary_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #AssetCommonHeader .h-primary .h-primary_inner {
    padding: 0 16px;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-logo {
  position: relative;
  top: 3px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-logo a img {
  width: 30px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action {
  display: flex;
  align-items: center;
  height: 30px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action button {
  /* margin-left: 20px; */
  height: 32px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action button:hover {
  opacity: 0.7;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button {
  color: #83b921;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151e05;
  border-radius: 4px;
  border: solid 1px #92bb44;
  width: 92px;
  height: 32px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button:hover {
  background-color: rgba(134, 188, 34, 0.5);
  border: solid 1px #92bb44;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button a {
  color: #86bc25;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button {
    display: none;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86bc25;
  border-radius: 4px;
  border: solid 1px #86bc25;
  width: 92px;
  height: 32px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button:hover {
  background-color: #a7f716;
  border: solid 1px #a7f716;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button:hover a {
  color: #000;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button a {
  color: #1e2022;
}
@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button {
    display: none;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .account {
  display: flex;
  align-items: center;
  margin: 0 16px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .account img {
  margin-right: 8px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .account .user-name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

ul.h-sp-menu_solutions li.fam a img {
  width: auto;
  height: auto;
}

ul.h-sp-menu_solutions li.top-border a img {
  width: auto;
  height: auto;
}

.h-sp-menu_user {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
}

.h-sp-menu_user img  {
  width: auto;
  height: auto;
}

.h-sp-menu_button img  {
  width: auto;
  height: auto;
}

.h-sp-menu_fam img {
  width: auto;
  height: auto;
}

/* スクロールを無効にするスタイル */
.no-scroll {
  overflow: hidden;
  height: 100vh; /* Viewportの高さを固定 */
}

header .header-action-buttons li img {
  width: auto;
  height: auto;
}

.hidden {
  transform: translateY(-100%);
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .account {
    display: none;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu {
  position: relative;
}
@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu {
    display: none;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .dli-apps {
  display: block;
  color: #75787B;
  line-height: 1;
  position: relative;
  top: 5px;
  right: 75px;
  width: 100px;
  height: 30px;
  transition: 0.3s;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .dli-apps:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 0.24em;
  height: 0.28em;
  background: currentColor;
  border-radius: 0.05em;
  box-shadow: 0.44em 0 0 0 currentColor, 0.86em 0 0 0 currentColor, 0 0.44em 0 0 currentColor, 0.44em 0.44em 0 0 currentColor, 0.86em 0.44em 0 0 currentColor, 0 0.86em 0 0 currentColor, 0.44em 0.86em 0 0 currentColor, 0.86em 0.86em 0 0 currentColor;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp {
  position: absolute;
  top: 30px;
  right: 0;
  width: 220px;
  background: #000000;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border: 3px solid #8f8d8dff;
  border-radius: 6px;
  transition: 0.2s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .menu-title {
  font-size: 10px;
  color: #63666A;
  margin: 8px 0;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .is-active {
  background: #86BC25;
  border-radius: 4px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 1px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a:hover {
  background: #86BC25;
  color: #000000;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a img {
  margin-right: 8px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .fam a svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.menu-disp ul li.fam a:hover svg.icon-fam-maypage path {
  fill: black;
}

.menu-disp ul li.fam a:hover svg.icon-fam path {
  fill: black;
}

.menu-disp ul li.fam a:hover svg.icon-fam circle {
  fill: none;
  stroke: black;
}

.menu-disp ul li.fam a:hover svg .icon-logout {
    fill: black !important; /* ホバー時に黒に変える */
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu:hover .dli-apps {
  color: #86BC25;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .input-hidden {
  display: none;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
  display: none;
}
@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
    display: block;
    height: 30px;
    margin-left: 32px;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox * {
  font-size: 16px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox * li {
  font-size: 14px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch {
  cursor: pointer;
  position: absolute;
  right: 31px;
  top: 8px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch {
    right: 15px;
  }
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked ~ .hamburger-switch {
  position: fixed;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1, #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-before, #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-after {
  width: 20px;
  height: 2px;
  background: #A7A8AA;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  transition: 0.3s;
  content: "";
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1 {
  transform: translate(-50%, -50%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-before {
  transform: translate(-50%, -300%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-after {
  transform: translate(-50%, 200%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked ~ .hamburger-switch .hamburger-switch-line1 {
  width: 0;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked ~ .hamburger-switch .hamburger-switch-line1-before {
  transform: rotate(45deg) translate(-35%, 325%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked ~ .hamburger-switch .hamburger-switch-line1-after {
  transform: rotate(-45deg) translate(-35%, -325%);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap {
  position: fixed;
  height: 100%;
  background: #ffffff;
  padding: 0;
  z-index: 9998;
  transition: 0.3s;
  top: -120%;
  left: 0;
  width: 100%;
  overflow: auto;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion {
  width: 100%;
  transition: max-height 0.5s ease-out;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 8px 14px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary::-webkit-details-marker {
  display: none;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  content: "";
  transition: transform 0.3s;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion[open] summary::after {
  transform: rotate(225deg);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion[open] ul {
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist {
  list-style: none;
  line-height: 1.5;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0.5em 0;
  transition: 0.3s;
  padding-left: 20px;
  font-weight: 600;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.main-menulist a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.main-menulist a:hover {
  background: #E0E0E0;
  color: #1E2022;
  border-radius: 8px;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.sub-menulist a {
  font-size: 14px;
  padding: 0 0 0 33px;
  margin: 0 5px 18px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.sub-menulist a:hover {
  text-decoration: underline;
  opacity: 1;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.endline {
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 16px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu {
  padding: 0 16px;
  margin-bottom: 16px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .select_wrapper::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 38px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #BBBCBC;
  border-bottom: 2px solid #BBBCBC;
  transform: rotate(45deg);
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .select_wrapper select {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  border: 1px #DBDBDB solid;
  padding: 12px;
  margin: 24px 0 8px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #171717;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  border: 1px #DBDBDB solid;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form label {
  width: 100%;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form input {
  height: 44px;
  padding: 5px 12px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  width: 100%;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form input::placeholder {
  color: #838383;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form button::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  content: "";
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions {
  padding: 0 16px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .menu-title {
  font-size: 10px;
  color: #63666A;
  margin: 8px 0 16px;
  /* border-top: 1px #DBDBDB solid; */
  padding: 0 14px;
  /* padding-top: 24px; */
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions .top-border {
  border-top: 1px #DBDBDB solid;
  padding: 25px 0;
  margin-top: 25px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions li a img {
  margin-right: 10px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions .fam a svg {
  width: 20px;
  height: 13px;
  fill: #000;
  margin-right: 10px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user {
  display: flex;
  align-items: center;
  margin: 0 16px;
  padding: 25px 0;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user img {
  margin-right: 8px;
  fill: #000;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user .user-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button {
  padding: 0;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  grid-template-rows: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-top: 8px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li a {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li a img {
  margin-right: 20px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_login {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #26890D;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_login a {
  color: #26890D;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #26890C;
  background: #26890C;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_entry a {
  color: #fff;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam {
  padding: 0 16px;
  text-align: right;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam a {
  color: #63666A;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: end;
  align-items: center;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam img {
  margin-right: 8px;
}
#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked ~ .hamburger-sp-menuwrap {
  height: calc(100svh - 49px);
  top: 49px;
}
@media (min-width: 992px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
    display: none;
  }
}
#AssetCommonHeader .h-secondary {
  height: 58px;
  background: #000;
  display: flex;
}
@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-secondary {
    display: none;
  }
}
#AssetCommonHeader .h-secondary .secondary-wrap {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_left {
  display: flex;
  align-items: center;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_left .h-logo {
  margin-right: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_left .h-logo:hover {
  color: #86BC25 !important;
  opacity: 1 !important;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right {
  display: flex;
  align-items: center;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ececeb;
  width: 270px;
  margin-left: 14px;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form label {
  width: 100%;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form input {
  height: 30px;
  padding: 5px 12px;
  border: none;
  box-sizing: border-box;
  background-color: #ececeb;
  font-size: 14px;
  outline: none;
  width: 100%;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form input::placeholder {
  color: #838383;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form button::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  content: "";
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list {
  display: flex;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li {
  margin-left: 32px;
  position: relative;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #D0D0CE;
  display: flex;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li.nav-solutions a {
    display: inline-flex;
    align-items: center;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li a svg {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.icon-solutions {
  width: 1em;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover a {
  color: #86BC25;
  opacity: 1;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover a svg path {
  stroke: #86BC25;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover .secondary-list__box {
  display: block;
  width: max-content;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box {
  position: absolute;
  top: 24px;
  background: #000;
  border-radius: 8px;
  padding: 16px 24px;
  display: none;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li {
  margin: 0;
  width: max-content;
  padding: 0;
  width: 100%;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li a {
  color: #fff !important;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li a:hover {
  background: #86BC25;
  color: #000 !important;
  opacity: 1;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element {
  display: flex;
  align-items: center;
  margin-left: 30px;
  gap: 32px;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element p a {
  position: relative;
}
#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element p a span {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007CB0;
  color: #fff;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#AssetCommonHeader .sp_header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background: #000;
  height: 58px;
  position: relative;
}
@media screen and (max-width: 986px) {
  #AssetCommonHeader .sp_header {
    display: flex;
  }
}
#AssetCommonHeader .sp_header .h-logo {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

#AssetCommonHeader .sp_header .h-logo:hover {
  color: #86BC25;
}

#NewElementID .ec-cartNavi__badge {
  position: absolute;
  top: -10px; /* アイコンに対する位置 */
  right: -10px; /* アイコンに対する位置 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007CB0;
  color: #fff;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%; /* 丸い形にする */
}

#customHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  border: 1px #DBDBDB solid;
}

#customHeader button{
  width: 14px;
  height: 14px;
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  content: "";
}

.h-primary {
  position: relative; /* 基準位置 */
  z-index: 10; /* 最前面に表示 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.h-secondary {
  position: relative; /* 同じく基準位置 */
  z-index: 5; /* .h-primaryの背面 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* スクロールダウンで非表示 */
.h-secondary.hidden {
  opacity: 0;
  transform: translateY(-200%);
  visibility: none;
  z-index: 5; /* .h-primary の背面 */
}

/* SP用ヘッダーが隠れるときの処理 */
.sp_header {
  position: relative;
  z-index: 1; /* さらに背面 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sp_header.hidden {
  opacity: 0;
  transform: translateY(-200%);
  visibility: none;
  z-index: 0; /* .h-primary や .h-secondary の背面 */
}


/* .hidden クラスで非表示 */
.hidden {
  display: none;
}

/* .no-backgroundクラスが付いている場合に背景画像を消す */
li.item a#no-background::after {
  background-image: none !important;
}


[data-scroll-head] {
  position: fixed; /* ヘッダーを固定 */
  top: 0;
  left: 0; /* 左端に揃える */
  width: 100%;
  background-color: rgb(0, 0, 0); /* 背景色を設定 */
  z-index: 1000; /* 重なり順を設定 */
}

@media only screen and (max-width: 986px) {
  .ec-headerRole__cart {
    position: absolute;
    right: 29px;
    top: 20px;
}
}

/* 共通設定 */
.banner-container .banner-desktop {
  display: block;
  width: 100%;
  height: auto;
}

.banner-container .banner-mobile {
  display: none;
  width: 100%;
  height: auto;
}

/* 横幅768px以下の場合 */
@media (max-width: 768px) {
  .banner-container .banner-desktop {
      display: none;
  }

  .banner-container .banner-mobile {
      display: block;
  }
}

.nav-solutions img {
    margin-right: 6px;
    vertical-align: middle;
}
.nav-solutions {
    position: relative;
    padding-left: 24px;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #75787B;
}

.menu-title-border {
    display: block;
    height: 1px;
    background-color: #DBDBDB;
    margin: 24px 16px 24px;
}
