.navbar{
    background-color: #ffffff;
}
.top {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 555;
}
.logo-container {
  position: relative;
  width: 72px;
  height: 72px;
  margin-right: 1rem;
  margin-top: 1.05rem;
}
header.top .title h1 {
  font-size: 2rem;
  margin-bottom: 0.2rem;
  line-height: 45px;
  font-family: 'Noto Sans JP', sans-serif;
}

.scroll-content {
    display: flex;
    white-space: nowrap;
    /* filter: drop-shadow(5px 0 3px rgba(21, 21, 21, 0.3)); */
    position: relative;
}

.c-subpage-masthead__title-main {
    position: relative;
    overflow: hidden;
}

.c-subpage-masthead__title-main .title {
  animation: slideUp 8s cubic-bezier(.37,.16,.12,1) infinite;
}

/* 定义关键帧动画 */
@keyframes slideUp {
  0% {
    transform: translate3d(0, 105%, 0);
  }
  10% {
    transform: translate3d(0, 105%, 0);
  }
  30% {
    transform: translateZ(0);
  }
  100% {
    transform: translateZ(0);
  }
}

.title {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.c-subpage-masthead__line-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
}

.c-subpage-masthead__line-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
}

.c-subpage-masthead__line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #071844;
}
/* 骨头 */
/* .c-subpage-masthead__line {
    position: absolute;
    width: 100%;
}
.c-subpage-masthead__line i{
    font-size: 2px;
    color: #ffffff;
} */
/* 骨头end */

/* 线条基础样式 */
.c-subpage-masthead__line {
    position: absolute;
    will-change: transform; /* 提升性能 */
}

/* Line1 - 从左向右 */
.c-subpage-masthead__line.-line1 {
    bottom: 6px;
    animation: slideFromLeft 8s cubic-bezier(.52,.08,.18,1) infinite;
    animation-delay: 0s; /* 第一条最先动 */
}

/* Line2 - 从右向左 */
.c-subpage-masthead__line.-line2 {
    bottom: 4px;
    animation: slideFromRight 8s cubic-bezier(.52,.08,.18,1) infinite;
    animation-delay: 0s; /* 跟第一条同时动 */
}

/* Line3 - 从左向右 */
.c-subpage-masthead__line.-line3 {
    bottom: 2px;
    animation: slideFromLeft 8s cubic-bezier(.52,.08,.18,1) infinite;
    animation-delay: 0.3s; /* 稍晚一点动 */
}

/* Line4 - 从右向左 */
.c-subpage-masthead__line.-line4 {
    bottom: 0;
    animation: slideFromRight 8s cubic-bezier(.52,.08,.18,1) infinite;
    animation-delay: 0.3s; /* 稍晚一点动 */
}

/* 从左滑到右 */
@keyframes slideFromLeft {
    0%   { transform: translate3d(-101%,0,0); }
    60%  { transform: translate3d(101%,0,0); } /* 2s / 7s ≈ 28% */
    100% { transform: translate3d(101%,0,0); }
}

/* 从右滑到左 */
@keyframes slideFromRight {
    0%   { transform: translate3d(101%,0,0); }
    60%  { transform: translate3d(-101%,0,0); }
    100% { transform: translate3d(-101%,0,0); }
}

.nav-item .tel{
    margin: 0 10px;
    margin-top: 5px;
}

.nav-link{
    font-size: 1.45rem;
}

.dropdown-menu{
    border: 0;
    font-size: 1.2rem;
    padding: 25px 20px;
    box-shadow: rgba(0,0,0,0.15) 0 5px 15px;

}

.dropdown-item{
    min-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
}



.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    background: transparent;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt_options {
    position: absolute;
    z-index: 777;
    max-height: 250px;
    overflow-y: auto;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
    background-color: #FFFFFF;
}

.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    transition: color .4s linear;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 33px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 0;
    color: #333;
    font-weight: bold;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 24px;
    width: 15px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
}


.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
}

.menu-toggle {
  margin: 0 10px;
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #071844;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}

.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  background: #A30119;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
  background: #A30119;
}

.top-floating-menu {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 107px;
  height: calc(100vh - 78px);
  padding: 0 0 80px 0;
  z-index: 999;
  width: 100%;
}

.top-floating-menu.hidden {
  display: none;
}

.top-floating-menu.active {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}




.spNav__nav {
    margin: 2.5rem 0;
}

.spNav__list {
    border-top: 1px solid #D1D9E6;
    list-style: none;
}

.spNav__item {
    border-bottom: 1px solid #D1D9E6;
}

.spNav__title {
    font-size: 1.2rem;
    color: #071844;
    padding: 1.625rem 1rem;
    position: relative;
}

.spNav__title:before {
    content: "";
    width: 0.9375rem;
    height: 1px;
    background: #1E2533;
    position: absolute;
    right: 1rem;
    top: 50%;
}

.spNav__title:after {
    content: "";
    width: 1px;
    height: 0.9375rem;
    background: #1E2533;
    position: absolute;
    right: 1.4375rem;
    top: 50%;
    transform: translateY(-50%);
}

.spNav__item.open .spNav__title:after {
  display: none;
}

.spNav__sub {
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.spNav__subItem a {
    font-size: 1.1rem;
    color: #071844;
    display: block;
    padding: 0rem 2.75rem 1rem 2rem;
    position: relative;
}

.spNav__subItem a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/icon_arrow-right_blue.svg) no-repeat center/contain;
    position: absolute;
    right: 1rem;
    top: 28%;
    transform: translateY(-50%);
}



.svg-cover{
    position: relative;
}

.svg-cover::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    bottom: 8px;
    right: 0px;
    filter: none !important;
    box-shadow: none !important;
}

.tagline{
    position: relative;
    height: 30px;
    width: 10px;
}

.title-tagline{
    position: absolute;
    top: 0;
    font-size: 1.6rem;
    font-weight: bold;
}



@media (max-width: 992px) {
    .menu-toggle {
        display: block;
    }
    .gt_float_switcher{
        margin-left: auto;
    }
    header.top .title h1 {
        font-size: 1.5rem;
    }
    .logo-container {
        width: 52px;
        height: 52px;
        margin-right: 0.5rem;
    }

    .svg-cover::after {
        width: 13px;
        height: 5px;
        bottom: 1px;
    }

    .title-tagline{
        font-size: 1.2rem;
    }
}

@media (max-width: 450px) {
    .menu-toggle {
        display: block;
    }
    header.top .title h1 {
        font-size: 1.3rem;
    }
}