* {
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  font-size: calc(10px * 1);
}
html body {
  min-width: 320px;
  font-size: 1.3rem;
  color: #333333;
  font-family: adobe-garamond-pro, ryo-display-plusn, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.5;
}
html body h1, html body h2, html body h3, html body h4, html body h5 {
  font-weight: 500;
  line-height: 1;
}
html body #page_mainVisual .inner {
  height: 150px;
  margin-top: 56px;
}
html body #breadcrumb .inner .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem 1rem;
}
html body #breadcrumb .inner .breadcrumb_list-item .breadcrumb_list-item_link::before {
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #333333;
  content: "/";
}
html body img {
  width: 100%;
  vertical-align: bottom;
}
html body .btn_link {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  transition: all 0.2s linear;
  border: transparent 1px solid;
  border-color: #333333;
}
html body .btn_link:hover {
  background: #333333;
  color: #fff;
  outline: none;
}
html body .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 1px;
  background: #333333;
}
html body .btn_link::after {
  content: "";
  position: absolute;
  top: 44.5%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #333333;
  transition: all 0.2s linear;
}
html body .btn_link:hover::before {
  background: #fff;
  right: 25px;
}
html body .btn_link:hover::after {
  border-left-color: #fff;
  right: 20px;
}
html body .btn_link-white {
  border-color: #fff;
  color: #fff;
}
html body .btn_link-white:hover {
  background: #fff;
  color: #333333;
}
html body .btn_link-white::before {
  background: #fff;
}
html body .btn_link-white::after {
  border-left-color: #fff;
}
html body .btn_link-white:hover::before {
  background: #333333;
}
html body .btn_link-white:hover::after {
  border-left-color: #333333;
}
html body .area_txt {
  padding-top: 25px;
}
html body .area_txt .txt {
  line-height: 170%;
}
html body .area_txt-copy {
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  line-height: 170%;
  margin-bottom: 10px;
}
html body .txt-white {
  color: #fff;
}
html body .txt-gray {
  color: #666666;
}
html body .head {
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
html body .head .en {
  padding-bottom: 0.6rem;
  font-size: 4.5rem;
  letter-spacing: 0.3em;
  overflow-wrap: break-word;
}
html body .head .ja {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 2.2;
}
html body .head::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #333333;
}
html body .mv-head {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html body .mv-head .en {
  font-size: 3.8rem;
  letter-spacing: 0.3em;
}
html body .mv-head .ja {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 2.2;
}
html body .mv-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background: #333333;
}
html body .head-white::before {
  background: #fff;
}
html body .inner {
  padding-right: 20px;
  padding-left: 20px;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3f598f;
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgextend .bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
span.smoothText {
  overflow: hidden;
  display: block;
}

span.smoothTextTrigger {
  transition: 1.5s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 3s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
#loading {
  transition: all 1s;
  transition-delay: 1.8s;
  background: #fff;
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
}
#loading .loading_logo {
  width: 100rem;
  padding: 0 2rem;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.g-header {
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
}
.g-header_info {
  position: relative;
  z-index: 1000;
  height: 56px;
  padding: 14px 20px 10px 13px;
  background-color: #fff;
}
.g-header_info-logo {
  width: calc(100% - 120px);
  max-width: 140px;
}
.g-header_info #hamburger {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 60px;
  width: 56px;
  height: 56px;
}
.g-header_info #hamburger .icon-bar {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 1px;
  background-color: #333333;
  transition: all 0.4s;
}
.g-header_info #hamburger .icon-bar:first-child {
  top: 20px;
}
.g-header_info #hamburger .icon-bar:nth-child(2) {
  top: 28px;
}
.g-header_info #hamburger .icon-bar:nth-child(3) {
  top: 36px;
}
.g-header_info #hamburger.drawer-opened .icon-bar:first-child {
  top: 29px;
  transform: rotate(-45deg);
}
.g-header_info #hamburger.drawer-opened .icon-bar:nth-child(2) {
  opacity: 0;
}
.g-header_info #hamburger.drawer-opened .icon-bar:nth-child(3) {
  top: 29px;
  transform: rotate(45deg);
}
.g-header #drawer {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}
.g-header #drawer.drawer-opened {
  top: 0;
}
.g-header #drawer .container .drawer-body {
  padding: 135px 20px 50px 20px;
}
.g-header #drawer .container .drawer-body .drawer-nav-list {
  margin-bottom: 50px;
}
.g-header #drawer .container .drawer-body .drawer-nav-list_item {
  text-align: center;
  padding-bottom: 40px;
}
.g-header #drawer .container .drawer-body .drawer-nav-list_item a {
  color: #333333;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.g-header #drawer .container .drawer-body .drawer-nav-list_item a .nav_en {
  display: block;
  color: #666666;
  font-size: 1.2rem;
}
.g-header #drawer .container .drawer-body .drawer-nav-list_item:nth-child(4) {
  padding-bottom: 0;
}
.g-header .nav-contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #3f598f;
  z-index: 1000;
}
.g-header .nav-contact_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.g-header .nav-contact_link-ico {
  width: 26px;
}
.g-header .nav-contact_link-txt {
  display: none;
}

#requirement .inner {
  padding-top: 54px;
  padding-bottom: 75px;
  background: url(../image/img_recruit.jpg) no-repeat center/cover;
}
#requirement .inner .requirement-wrap .head {
  text-align: left;
}
#requirement .inner .requirement-wrap .head::before {
  left: 0;
  transform: translateX(0);
}
#requirement .inner .requirement-wrap .head .en {
  overflow-wrap: break-word;
  font-size: 4.4rem;
  letter-spacing: 0.2em;
}
#requirement .inner .requirement-wrap .btn_container .btn {
  margin-bottom: 15px;
}
#requirement .inner .requirement-wrap .btn_container .btn:nth-child(5) {
  margin-bottom: 0;
}
#requirement .inner .requirement-wrap .btn_container .btn_link {
  padding: 20px 0;
}

footer {
  background: #000;
}
footer .inner {
  padding-top: 40px;
  padding-bottom: 17px;
}
footer .inner .footer_info-logo {
  max-width: 210px;
  margin: 0 auto;
}
footer .inner .footer_info-address {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 170%;
}
footer .inner .footer_contact {
  width: 250px;
  margin: 0 auto;
}
footer .inner .footer_copyright {
  margin-top: 30px;
  text-align: center;
}
footer .inner .footer_copyright .footer_copyright-txt {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  html body {
    min-width: 1042px;
    font-size: 1.4rem;
  }
  html body .max-width {
    max-width: 1100px;
    margin: 0 auto;
  }
  html body .inner {
    padding: 0 170px;
  }
  html body #page_mainVisual .inner {
    height: 300px !important;
    margin-top: 94px !important;
  }
  html body .area_txt {
    padding-top: 0;
  }
  html body .area_txt-copy {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
  html body .btn_link {
    padding: 40px 0;
  }
  html body .btn_link::before {
    right: 40px;
    width: 40px;
  }
  html body .btn_link::after {
    top: 46.5%;
    right: 32px;
  }
  html body .head {
    margin-bottom: 50px;
  }
  html body .head .en {
    font-size: 7rem;
  }
  html body .head .ja {
    font-size: 1.6rem;
  }
  html body .head::before {
    width: 50px;
  }
  html body .mv-head .en {
    font-size: 7rem;
  }
  html body .mv-head .ja {
    font-size: 2rem;
  }
  html body .mv-head::before {
    width: 60px;
  }
  .g-header {
    min-width: 1042px;
    display: flex;
    flex-wrap: wrap;
  }
  .g-header_info {
    width: 204px;
    height: 94px;
    padding: 26px 30px;
  }
  .g-header_info-logo {
    width: 100%;
    max-width: 100%;
  }
  .g-header_info #hamburger {
    display: none;
  }
  .g-header #drawer {
    position: static;
    width: calc(100% - 204px);
    height: 94px;
  }
  .g-header #drawer .container {
    height: 100%;
  }
  .g-header #drawer .container .drawer-body {
    height: 100%;
    padding: 0 130px 0 0;
  }
  .g-header #drawer .container .drawer-body .drawer-nav-list {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .g-header #drawer .container .drawer-body .drawer-nav-list_item {
    padding: 5px 20px;
  }
  .g-header #drawer .container .drawer-body .drawer-nav-list_item a {
    font-size: 1.4rem;
  }
  .g-header #drawer .container .drawer-body .drawer-nav-list_item a .nav_en {
    font-size: 1rem;
  }
  .g-header #drawer .container .drawer-body .drawer-nav-list_btn {
    display: none;
  }
  .g-header .nav-contact {
    width: 122px;
    height: 100%;
  }
  .g-header .nav-contact_link-ico {
    width: 40px !important;
    margin-top: 10px;
  }
  .g-header .nav-contact_link-txt {
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
  }
  .g-header .nav-contact_link-txt span {
    display: block;
    font-size: 1rem;
  }
  #requirement .inner {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  #requirement .inner .requirement-wrap .head .en {
    font-size: 7rem;
    letter-spacing: 0.3em;
  }
  #requirement .inner .requirement-wrap .btn_container {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  #requirement .inner .requirement-wrap .btn_container .btn {
    margin-bottom: 0;
    width: 30%;
  }
  #requirement .inner .requirement-wrap .btn_container .btn:nth-child(4) {
    margin-bottom: 0;
  }
  #requirement .inner .requirement-wrap .btn_container .btn_link {
    padding: 28px 0;
  }
  #requirement .inner .requirement-wrap .btn_container .btn_link::before {
    right: 20px;
    width: 20px;
  }
  #requirement .inner .requirement-wrap .btn_container .btn_link::after {
    top: 45.5%;
    right: 16px;
  }
  #requirement .inner .requirement-wrap .btn_container .btn_link:hover::before {
    right: 10px;
  }
  #requirement .inner .requirement-wrap .btn_container .btn_link:hover::after {
    right: 5px;
  }
  footer .inner {
    padding-top: 70px !important;
    padding-bottom: 86px !important;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    position: relative;
  }
  footer .inner .footer_info {
    flex: 1;
  }
  footer .inner .footer_info-logo {
    margin: 0;
  }
  footer .inner .footer_info-address {
    text-align: left;
    padding-top: 28px;
    padding-bottom: 0;
  }
  footer .inner .footer_contact {
    width: 260px;
    flex: 1;
  }
  footer .inner .footer_copyright {
    position: absolute;
    margin-top: 0;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .inner .footer_copyright .footer_copyright-txt {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=common.css.map */


/* ===== nav align patch ===== */
header .gnav ul,
.header-nav ul,
nav ul {
  display: flex;
  align-items: center;      /* 关键：同一水平线 */
  gap: 28px;                /* 间距自己调 */
  margin: 0;
  padding: 0;
  list-style: none;
}

header .gnav li,
.header-nav li,
nav li {
  margin: 0;
  padding: 0;
}

/* 每个按钮：两行文字垂直居中 + 同高度 */
header .gnav a,
.header-nav a,
nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;             /* 统一高度（按你header高度改） */
  padding: 0 6px;
  text-align: center;
  line-height: 1;           /* 避免基线造成“漂” */
  box-sizing: border-box;
}

/* 两行文字：清掉默认 margin，统一行高 */
header .gnav a span,
.header-nav a span,
nav a span,
header .gnav a p,
.header-nav a p,
nav a p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.2;
}

/* 如果你有日/英的 class（建议） */
.gnav .jp { line-height: 1.2; }
.gnav .en { line-height: 1.2; margin-top: 4px !important; font-size: 12px; opacity: .7; }



@media screen and (max-width: 768px){

  #drawer .drawer-body{
    display: block;
    padding-top: 80px;   /* 稍微往上贴一点 */
  }

  #drawer .drawer-nav-list{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px;            /* 🔥 更小间距 */
    padding: 0;
    margin: 0;
  }

  #drawer .drawer-nav-list_item{
    float: none !important;
    width: auto !important;
  }

  #drawer .drawer-nav-list_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;      /* 🔥 内边距更小 */
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.2em;   /* 高级感来源 */
  }

  #drawer .drawer-nav-list_item .nav_en{
    margin-top: 1px;     /* 🔥 几乎贴合 */
    font-size: 9px;
    letter-spacing: 0.3em;
    opacity: 0.5;
  }

  #drawer .drawer-nav-list_btn{
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }

}


/* =========================================================
   PATCH: Header nav spacing tighter
   (put this at the VERY END of style.css)
========================================================= */

/* 主要：收紧导航项之间的间距 */
header .gnav ul,
.header-nav ul,
nav ul{
  gap: 14px !important;   /* 你原来是 28px；可改 12~18 之间 */
}

/* 次要：把每个链接左右 padding 缩小一点（否则看起来还是松） */
header .gnav a,
.header-nav a,
nav a{
  padding: 0 2px !important;   /* 原来是 0 6px；可改 0~4 */
  height: 52px !important;     /* 原来 56px；想更紧凑可 48~52 */
}

/* 如果你的 li / a 还有额外 margin，这里兜底清掉 */
header .gnav li,
.header-nav li,
nav li{
  margin: 0 !important;
}

/* 仅 PC 再更紧一点（可选） */
@media (min-width: 768px){
  header .gnav ul,
  .header-nav ul,
  nav ul{
    gap: 12px !important;
  }
  header .gnav a,
  .header-nav a,
  nav a{
    padding: 0 1px !important;
  }
}





/* =========================================================
   PATCH: Fix top nav alignment for your HTML (#drawer)
   put at VERY END of style.css
========================================================= */

/* PC 顶部横向导航：强制用 flex 并统一对齐 */
@media (min-width: 769px){

  /* 让整排菜单同一条中线 */
  #header #drawer .drawer-nav-list{
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;        /* 间距更近：可调 10~16 */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  /* 每个 li 不要 float/inline 的基线影响 */
  #header #drawer .drawer-nav-list_item{
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 关键：每个 a 统一高度 + 垂直居中（两行文字） */
  #header #drawer .drawer-nav-list_item > a{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    height: 56px !important;     /* 统一高度（按你 header 高度调整） */
    padding: 0 2px !important;   /* 让每项更紧凑 */
    line-height: 1 !important;

    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  /* 清掉 a 里面文字的默认 margin，避免某一项下沉 */
  #header #drawer .drawer-nav-list_item > a,
  #header #drawer .drawer-nav-list_item > a *{
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 英文第二行：固定为 block + 统一行高/间距 */
#header #drawer .drawer-nav-list_item > a .nav_en{
  display: none !important;
}
}

/* ===== 调整 PC 顶部导航间距（稍微宽松一点） ===== */
@media (min-width: 769px){

  #header #drawer .drawer-nav-list{
    gap: 26px !important;     /* 原来 12px → 改成 24~30 都可以 */
  }

  #header #drawer .drawer-nav-list_item > a{
    padding: 0 6px !important;   /* 原来 2px → 稍微给点呼吸空间 */
  }

}









/* ===== nav font weight patch ===== */
@media (min-width: 769px){

  /* 日文主标题 */
  #header #drawer .drawer-nav-list_item > a{
    font-weight: 600;   /* 原来一般是400 */
  }

  /* 英文副标题 */
  #header #drawer .drawer-nav-list_item > a .nav_en{
    font-weight: 500;
  }

}


/* ===== Header logo final fix ===== */
#header .g-header_info {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 6px 0;
}

#header .g-header_info-logo {
  margin: 0;
  width: 220px;
  flex: 0 0 220px;
}

#header .g-header_info-logo-link {
  display: block;
  width: 100%;
}

#header .g-header_info-logo img {
  display: block;
  width: 100%;
  height: auto;
}










#header .g-header_info-logo {
  width: 360px;
  margin-left: 36px;
}

#header .g-header_info-logo img {
  width: 100%;
  height: auto;
  display: block;
}



/* =========================================
   MOBILE FIX PATCH
   放到 CSS 最后面
========================================= */

/* 防止整个页面被横向撑爆 */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* 图片不要超过屏幕 */
img {
  max-width: 100%;
  height: auto;
}

/* loading logo 修复：桌面和手机都限制宽度 */
#loading .loading_logo {
  width: min(100rem, 90vw) !important;
  max-width: 90vw !important;
  padding: 0 1rem !important;
}

#loading .loading_logo img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* 手机端专用修复 */
@media screen and (max-width: 767px) {

  body {
    min-width: 320px !important;
    width: 100% !important;
  }

  .inner,
  .container,
  .max-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 标题和文字避免超出 */
  h1, h2, h3, h4, h5, p, li, a, span {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* loading 在手机上缩小 */
  #loading .loading_logo {
    width: 70vw !important;
    max-width: 320px !important;
    min-width: 140px !important;
    padding: 0 !important;
  }

  /* 如果有左右布局，手机改成竖排 */
  .about-wrap,
  .service-slider,
  .recruit-wrap,
  .message_area,
  .message_bg,
  .area_txt {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 头部 logo 防止把顶部撑坏 */
  #header .g-header_info {
    min-height: 56px !important;
    padding: 8px 12px !important;
  }

  #header .g-header_info-logo {
    width: 180px !important;
    max-width: calc(100% - 120px) !important;
    flex: 0 1 auto !important;
    margin-left: 0 !important;
  }

  #header .g-header_info-logo img {
    width: 100% !important;
    height: auto !important;
  }
}







/* =========================================
   PATCH: loading image size fix
   放到 CSS 最后面
========================================= */

#loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: #fff;
}

#loading .loading_logo {
  width: min(90vw, 900px) !important;
  max-width: 90vw !important;
  min-width: 0 !important;
  padding: 0 !important;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#loading .loading_logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* 手机端放大 */
@media screen and (max-width: 767px) {
  #loading .loading_logo {
    width: 92vw !important;
    max-width: 92vw !important;
    min-width: 0 !important;
    padding: 0 !important;
  }
}
/* =========================================
   Mobile floating contact buttons
========================================= */
.mobile-float-contact {
  position: fixed;
  right: 14px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 1600;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.mobile-float-contact__btn {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.mobile-float-contact__btn--phone {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.mobile-float-contact__btn--line {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.mobile-float-contact__btn svg,
.mobile-float-contact__btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.mobile-float-contact__panel {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(95px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(10px);
  width: calc(100% - 32px);
  max-width: 340px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
  z-index: 1700;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
}

.mobile-float-contact__panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mobile-float-contact__panel-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.mobile-float-contact__phone {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f5f7fb;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}

.mobile-float-contact__hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.mobile-float-contact__qr {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 14px;
}

.mobile-float-contact__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1650;
  background: rgba(0, 0, 0, .22);
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
}

.mobile-float-contact__backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .mobile-float-contact {
    display: flex;
  }
}



/* ===== 顶部导航统一修改：隐藏英文 + 主文字变大变粗 ===== */
@media (min-width: 768px) {
  .g-header #drawer .container .drawer-body .drawer-nav-list_item a {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  .g-header #drawer .container .drawer-body .drawer-nav-list_item a .nav_en {
    display: none !important;
  }
}


/* ===== 强制隐藏导航英文（最终版） ===== */
#header .nav_en,
.g-header .nav_en,
nav .nav_en,
.drawer-nav-list_item .nav_en {
  display: none !important;
}

/* ===== 兜底：隐藏第二行英文 ===== */
#header nav a span:last-child {
  display: none !important;
}