header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: 0.1s linear;
}
header .logo,
header ul,
header button {
  margin: 0;
}
header ul {
  padding: 0;
}
header button {
  border: 0;
  background: 0;
}
header .header-container {
  display: flex;
  align-items: center;
  padding: 0 5%;
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
}
header .logo {
  width: 134px;
}
header .logo a {
  display: block;
}
header .navOpen {
  margin-left: auto;
  outline-offset: 6px;
  width: 30px;
  height: 29px;
  background: url(/wp-content/themes/top/assets/images/top/business/icon_menu.svg) no-repeat 0/30px;
}
header .navClose {
  background: url(/wp-content/themes/top/assets/images/top/business/icon_menu_close.svg) no-repeat
    0/30px;
}
header .menu-desktop {
  display: none;
}
header .menu-area {
  display: flex;
  position: absolute;
  right: 20px;
  align-items: center;
}
@media (min-width: 1000px) {
  header .menu-area {
    display: none;
  }
}
header .menu-area .icon-pro {
  color: #000;
  width: 50px;
  text-align: center;
  padding-top: 10px;
  margin-right: 5px;
}
/* .sd-icon は width/height が 1em なので、font-size がそのままアイコンの表示サイズになる */
header .menu-area .icon-pro .sd-icon {
  font-size: 30px;
  margin: 0 !important;
}
header .menu-area .icon-pro p {
  font-size: 10px;
  width: auto;
  white-space: nowrap;
  margin: 0;
}
header .menu-sp {
  position: absolute;
  z-index: -1;
  padding: 0;
  width: 100%;
  background-color: rgba(20, 30, 30, 0.9);
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
header .menu-sp.menu-sp--open {
  max-height: 500px;
  padding: 12px 0;
}
header .menu-sp a {
  display: block;
  color: #fff;
  padding: 15px 5%;
}
@media (min-width: 768px) {
  header .header-container {
    padding: 0 30px;
  }
  header .logo a {
    transition: opacity 0.2s;
  }
  header .logo a:hover,
  header .logo a:focus {
    opacity: 0.8;
    cursor: pointer !important;
  }
}
@media (min-width: 1000px) {
  header .header-container {
    height: 60px;
  }
  header .logo {
    margin: 9px 0 auto;
    width: 160px;
    min-width: 160px;
  }
  header .menu-sp {
    display: none !important;
  }
  header .menu-desktop {
    flex: 1;
    display: block;
    margin-left: 40px;
    padding: 8px 0 10px;
    text-align: right;
  }
  header .menu-desktop .links,
  header .menu-desktop .buttons {
    margin: 6px 0;
  }
  header .menu-desktop .links li {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 30px;
  }
  header .menu-desktop .links li:first-child {
    margin-left: 0;
  }
  header .menu-desktop .links li:nth-child(3) {
    margin-left: 55px;
  }
  header .menu-desktop .links li a {
    color: #333;
  }
  header .menu-desktop .buttons {
    display: table;
    margin-left: auto;
  }
  header .menu-desktop .buttons ul {
    display: flex;
  }
  header .menu-desktop .buttons li {
    font-size: 12px;
    margin-left: 20px;
  }
  header .menu-desktop .buttons li:first-child {
    margin-left: 0;
  }
  header .menu-desktop .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 90px;
    height: 36px;
    font-size: inherit;
  }
  header .menu-desktop .buttons a.link-pro {
    width: auto;
    color: #333;
    font-weight: bold;
  }
  header .menu-desktop .buttons a.btn-register {
    width: 120px;
    line-height: inherit;
    font-size: inherit;
    border: 2px solid #f18500;
    background-color: #f18500;
    background-image: linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    color: white;
    text-decoration: none;
    transition: background 0 ease-in-out;
    border-radius: 9999px;
  }
  header .menu-desktop .buttons a.btn-register:hover {
    background-position: 0;
    color: #f18500;
    transition: all 0.5s ease-in-out;
  }
  header .menu-desktop .buttons a.btn-register:hover svg path {
    stroke: #f18500;
    transition: all 0.5s ease-in-out;
  }
  header .menu-desktop .buttons a.btn-login {
    border-width: 1px;
    border-radius: 9999px;
    font-weight: bold;
    color: #333;
  }
  header .menu-desktop .buttons a.btn-login:hover {
    color: inherit;
  }
  header .navOpen {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .header-container {
    height: 56px;
  }
  header .menu-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6px 0 0;
  }
}

/* Animation classes moved to assets/css/utils/animations.css */
/* HeroImage styles moved to assets/css/sections/hero.css */

.customer_logo__marquee_wrap {
  display: grid;
  gap: 24px;
  touch-action: pan-y;
}
.customer_logo__marquee {
  width: 100%;
  overflow: hidden;
  padding-left: var(--offset, 0px);
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.customer_logo__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: customer-logo-scroll var(--animation-duration, 25s) linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: customer-logo-scroll var(--animation-duration, 25s) linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.customer_logo__cell {
  flex: 0 0 auto;
  width: 170px;
  box-sizing: border-box;
}
.customer_logo__logo_box {
  padding: 0 15px;
}
.customer_logo__logo_box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.customer_logo__item p {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #555;
}
