@charset "utf-8";

.c {
  box-sizing: border-box;
  position: relative;
  width: 1320px;
  max-width: 100%;
  padding: 0 10px;
  margin: auto;
}

/* .c::after, */

.clear::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

header {
  position: sticky;
  z-index: 10;
  top: 0;
}

.header {
  position: relative;
  z-index: 11;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header .c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 88px;
  padding: 6px 0;
}

.logo a {
  display: block;
  height: 100%;
}

.logo a img {
  display: block;
  height: 100%;
}

.actions .btns {
  height: 20px;
  padding: 5px 0;
  line-height: 20px;
  text-align: right;
}

.actions .btns a {
  display: inline-block;
  padding: 0 3px;
  text-decoration: none;
  color: rgb(26, 49, 97);
}

.actions .btns a:hover {
  text-decoration: underline;
}

.actions .btns a span {
  display: none;
}

.actions .search {
  height: 30px;
}

.actions .search .text {
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  height: 30px;
  vertical-align: top;
}

.actions .search .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.toolbar {
  display: none;
}

.menu {
  position: relative;
  z-index: 10;
  background: rgb(229, 1, 21);
}

.menu nav>ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.menu nav ul li {
  position: relative;
  list-style: none;
}

.menu nav>ul>li {
  /* width: 10%; */
}

.menu-lang-zh>li {
  width: 10%;
}

.menu-lang-ja>li {
  min-width: 9.5%;
}

.menu nav>ul>li>a {
  display: block;
  /* width: 100%; */
  padding: 0 18px;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.menu nav>ul>li>a:hover,
.menu nav>ul>li>.on {
  background: rgb(190, 6, 17);
}

.menu nav>ul>li>ul {
  position: absolute;
  display: none;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: rgb(26, 50, 98);
}

.menu nav>ul>li:hover>ul {
  display: block;
}

.menu nav>ul>li>ul>li>a {
  display: block;
  padding: 0 5px;
  font-size: 15px;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}

.menu nav>ul>li>ul>li>a:hover,
.menu nav>ul>li>ul>li>.on {
  background: rgb(190, 6, 17);
}

footer {
  background: rgb(64, 77, 130);
}

footer .c {
  display: flex;
  justify-content: space-between;
}

.foot-menu {
  padding: 24px 0;
  white-space: nowrap;
}

.foot-menu>ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.foot-menu>ul>li {
  padding: 0 40px 0 0;
  list-style: none;
}

.foot-menu>ul>li>a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.foot-menu>ul>li>a:hover {
  text-decoration: underline;
}

.foot-menu>ul>li>ul {
  padding: 0;
  margin: 0;
}

.foot-menu>ul>li>ul>li {
  list-style: none;
}

.foot-menu>ul>li>ul>li>a {
  line-height: 30px;
  text-decoration: none;
  color: rgb(174, 188, 227);
}

.foot-menu>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.foot-contact {
  min-width: 0;
  padding: 24px 0;
  color: rgba(255, 255, 255, 1);
}

.foot-contact strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}

.foot-contact ul {
  padding: 0;
  margin: 0;
}

.foot-contact ul li {
  padding: 5px;
  list-style: none;
  line-height: 1.5;
}

.copyright {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgb(45, 47, 59);
}

.copyright p {
  margin: 0;
  text-align: center;
}

.copyright p a {
  color: rgb(96, 130, 227);
}

.swiper-mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.swiper-mv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  header .c {
    padding: 0;
  }

  .logo {
    height: 40px;
    padding: 10px;
  }

  .actions {
    display: none;
  }

  .toolbar {
    display: block;
    width: 44px;
    height: 60px;
  }

  .toolbar a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .toolbar a span {
    position: relative;
    display: block;
    width: 50%;
    height: 2px;
    font-size: 0;
    background: rgb(26, 50, 97);
  }

  .toolbar a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 200%;
    height: 2px;
    background: rgb(26, 50, 97);
  }

  .toolbar a span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 150%;
    height: 2px;
    background: rgb(26, 50, 97);
  }

  .menu {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 1);
    transition: 0.3s;
  }

  .menu .c {
    height: 100%;
  }

  .menu-open {
    left: 0;
  }

  .menu nav {
    height: 100%;
    overflow: hidden auto;
  }

  .menu nav>ul {
    display: block;
  }

  .menu nav>ul>li {
    width: 100%;
  }

  .menu nav>ul>li>a {
    padding: 0 15px;
    line-height: 2.5;
    text-align: justify;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(238, 238, 238);
  }

  .menu nav>ul>li>a:hover,
  .menu nav>ul>li>.on {
    color: rgba(66, 93, 196, 1);
    background: none;
  }

  .menu nav>ul>li>ul {
    position: relative;
    background: none;
  }

  .menu nav>ul>li>ul>li>a {
    padding: 0 30px;
    line-height: 2.5;
    text-align: justify;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(238, 238, 238);
  }

  .menu nav>ul>li>ul>li>a:hover,
  .menu nav>ul>li>ul>li>.on {
    color: rgba(66, 93, 196, 1);
    background: none;
  }

  .foot-menu {
    display: none;
  }

  .foot-contact {
    flex: auto;
    padding: 20px;
  }

  .copyright {
    padding: 10px;
  }

  .swiper-mv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}