@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-SemiBold.woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-Medium.woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-Regular.woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-Light.woff2');
  font-weight: 300;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Rubik';
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-spacing: 0;
}
p {
  word-wrap: break-word;
  word-break: break-all;
}
div,
section,
li {
  box-sizing: border-box;
}
input,
textarea {
  outline: none;
  border: none;
  resize: none;
}
button {
  border: none;
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  background: #fff;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header.is-fixed + main {
  padding-top: 60px;
}
header .container {
  height: 60px;
  display: flex;
  justify-content: space-between;
}
header .header-info {
  flex: 0 0 134px;
  display: flex;
  align-items: center;
}
header .header-menu {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: end;
  height: 100%;
}
header .header-cont {
  flex: 1;
}
header .header-mobile {
  display: none;
}
header .header-nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-nav-item:hover .header-nav-link {
  color: #007bff;
}
header .header-nav-item:hover .header-nav-link .iconfont {
  transform: rotate(180deg);
}
header .header-nav-item:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header .header-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
header .header-nav-link .iconfont {
  transition: all 0.3s;
  font-family: 'iconfont' !important;
}
header .header-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: max-content;
  max-width: 414px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(0 4px 12px rgba(53, 76, 128, 0.26));
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: none;
  z-index: 999;
}
header .header-submenu-tit {
  color: #007bff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
header .header-submenu-item {
  padding: 10px;
  transition: all 0.3s;
  border-radius: 8px;
}
header .header-submenu-item a {
  color: #1b1b1b;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .header-submenu-item:hover {
  background: #f9fafb;
  text-decoration: underline;
}
footer {
  padding: 36px 0 0;
  background: #010131;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
footer .footer-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  opacity: 0.8;
  transition: all 0.3s;
}
footer .footer-link a:hover {
  opacity: 1;
}
footer .footer-info {
  flex: 0 0 220px;
}
footer .footer-info .footer-info-tit {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
footer .footer-info .footer-info-desc {
  margin-top: 14px;
  color: #d7daed;
  font-size: 13px;
  font-weight: 400;
  line-height: 150.4%;
  /* 19.552px */
}
footer .footer-info .footer-subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  width: 220px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(93deg, #4596e5 -9.17%, #4539cc 105.48%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 238.4%;
  /* 30.992px */
  cursor: pointer;
}
footer .footer-info .footer-social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
  margin-top: 14px;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 22px;
  margin-top: 26px;
  border-top: 1px solid rgba(215, 218, 237, 0.2);
}
footer .footer-bottom p {
  color: #d7daed;
  font-size: 14px;
  font-weight: 400;
  line-height: 238.4%;
  /* 33.376px */
  opacity: 0.5;
  width: 80%;
}
footer .footer-locale-dropdown {
  position: relative;
}
footer .footer-locale-dropdown.open .icon-down-arrow {
  transform: rotate(180deg);
}
footer .footer-locale-dropdown.open .footer-locale-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
footer .footer-locale-dropdown .footer-locale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
footer .footer-locale-dropdown .footer-locale-current {
  margin-right: 4px;
  color: #d7daed;
  font-size: 13px;
  font-weight: 400;
  line-height: 238.4%;
  /* 30.992px */
}
footer .footer-locale-dropdown .icon-down-arrow {
  color: #d7daed;
  font-family: 'iconfont' !important;
  transition: transform 0.2s ease;
}
footer .footer-locale-dropdown .footer-locale-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  min-width: 130px;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background: #010131;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: all 0.2s ease;
}
footer .footer-locale-dropdown .footer-locale-option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #d7daed;
  text-align: left;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
footer .footer-locale-dropdown .footer-locale-option.is-active,
footer .footer-locale-dropdown .footer-locale-option:hover {
  color: #fff;
  background: rgba(94, 166, 255, 0.2);
}
.to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1540px) {
  header .header-nav-item:last-child .header-submenu {
    transform: translateX(-70%) translateY(10px);
  }
  header .header-nav-item:last-child:hover .header-submenu {
    transform: translateX(-70%) translateY(0);
  }
}
@media (max-width: 1400px) {
  header .header-nav-item:last-child .header-submenu {
    transform: translateX(-80%) translateY(10px);
  }
  header .header-nav-item:last-child:hover .header-submenu {
    transform: translateX(-80%) translateY(0);
  }
}
@media (max-width: 1300px) {
  header .header-nav-item:last-child .header-submenu {
    transform: translateX(-90%) translateY(10px);
  }
  header .header-nav-item:last-child:hover .header-submenu {
    transform: translateX(-90%) translateY(0);
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  header.is-fixed + main {
    padding-top: 54px;
  }
  header .container {
    height: 54px;
    justify-content: space-between;
  }
  header .header-info img {
    width: 98px;
    height: 24px;
  }
  header .header-cont {
    overflow-y: auto;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 20px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  header .header-cont.active {
    transform: translateX(0);
  }
  header .header-mobile {
    display: flex;
    align-items: center;
  }
  header .header-mobile .header-menu-toggle {
    background: none;
    padding: 0;
    border: 0;
  }
  header .header-mobile .header-menu-toggle img {
    transition: all 0.3s;
  }
  header .header-mobile .header-menu-toggle.active img {
    transform: rotate(180deg);
  }
  header .header-menu {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 0;
  }
  header .header-nav-item {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header .header-nav-item:hover .header-submenu {
    transform: none;
  }
  header .header-nav-item.active .header-submenu {
    transform: none;
    max-height: 360px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 1px;
  }
  header .header-nav-link {
    justify-content: space-between;
    height: auto;
  }
  header .header-submenu {
    display: flex;
    position: static;
    transform: unset;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border-width: 0;
    width: 100%;
    border-radius: 0;
    gap: 0;
    filter: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: max-height 0.3s ease, padding 0.3s ease, border-width 0.3s ease;
  }
  header .header-submenu-tit {
    display: none;
  }
  footer {
    padding: 26px 0 0;
  }
  footer .footer-top {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-link {
    gap: 16px;
  }
  footer .footer-info {
    flex: none;
    width: 220px;
  }
  footer .footer-info .footer-social {
    justify-content: flex-start;
  }
  footer .footer-bottom {
    gap: 12px;
    align-items: baseline;
    flex-direction: column-reverse;
    border-top: 0;
  }
  footer .footer-bottom p {
    font-size: 12px;
  }
  footer .footer-locale-dropdown .footer-locale-menu {
    right: auto;
  }
}
