/* =========================================================
   Main Visual
========================================================= */
html body main #mainVisual {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  overflow: visible !important;
  margin: 0;
  padding: 120px 0 40px;
  height: auto !important;
  min-height: 0 !important;
  position: relative;
  display: block !important;
}

html body main #mainVisual .main-img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  max-height: none !important;
  display: block;
  margin: 0 auto;
  object-fit: contain !important;
}

html body main #mainVisual .scrolldown-mv,
html body main #mainVisual .mainVisual_copy,
html body main #mainVisual video,
html body main #mainVisual #my-video {
  display: none !important;
}

@media screen and (min-width: 769px) {
  html body main #mainVisual {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header,
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }

  html body main #mainVisual {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}

/* =========================================================
   News
========================================================= */
html body main .container #news .inner {
  padding-top: 52px;
  padding-bottom: 55px;
}

html body main .container #news .inner .archive_list-item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

html body main .container #news .inner .archive_list-item:first-child {
  border-top: 1px solid #cccccc;
}

html body main .container #news .inner .archive_list-item-img {
  width: 135px;
  float: left;
}

html body main .container #news .inner .archive_list-item-meta {
  margin-left: 154px;
  transform: translateY(50%);
}

html body main .container #news .inner .archive_list-item-meta .date {
  position: relative;
  margin-right: 24px;
  color: #666666;
  display: inline-block;
}

html body main .container #news .inner .archive_list-item-meta .date::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333333;
}

html body main .container #news .inner .archive_list-item-meta .list-tag {
  display: inline-block;
  font-size: 1rem;
  padding: 2px 5px;
  border: 1px solid #666666;
}

html body main .container #news .inner .archive_list-item-meta .title {
  font-weight: 600;
  font-size: 1.4rem;
}

html body main .container #news .inner .archive_list-item-txt {
  margin-top: 64px;
}


/* =========================================================
   Message
========================================================= */
html body main .container #message {
  position: relative;
}

html body main .container #message .inner {
  padding-bottom: 90px;
  position: relative;
  z-index: 50;
}

html body main .container #message .inner .message_bg {
  position: relative;
}

html body main .container #message .inner .message_bg-img {
  margin-right: -20px;
  margin-bottom: 45px;
  height: 95px;
}

html body main .container #message .inner .message_bg-img img {
  object-fit: cover;
}

html body main .container #message .inner .message_area {
  padding-left: 60px;
}

html body main .container #message .inner .message_area .message-head {
  text-align: left;
}

html body main .container #message .inner .message_area .message-head .en {
  overflow-wrap: inherit;
}

html body main .container #message .inner .message_area .message-head::before {
  left: 0;
  transform: translateX(0);
}

html body main .container #message .inner .message_area-copy_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.7rem;
  line-height: 170%;
  margin-bottom: 20px;
}

html body main .container #message .inner .message_area-copy_txt-in {
  line-height: 200%;
  margin-bottom: 14px;
}

html body main .container #message .inner .message_area-copy_txt-in:nth-child(3) {
  margin-bottom: 0;
}

html body main .container #message::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 120px;
  left: 0;
  width: 187px;
  height: 225px;
  background: url(../image/img_message02_sp.png) no-repeat center / contain;
}

html body main .container #message::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  bottom: 50px;
  width: 145px;
  height: 108px;
  background: url(../image/img_message03.png) no-repeat center / contain;
}


/* =========================================================
   Service
========================================================= */
html body main .container #service .inner {
  padding-top: 53px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: #f7f7f7;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_img {
  width: 40%;
  max-width: 30rem;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt {
  width: 56%;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-ttl {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-border {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background: #333333;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-contents {
  margin-bottom: 0.4rem;
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-attention {
  padding-left: 1rem;
  color: #666666;
  font-size: 1rem;
  list-style: "※";
}

html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-attention li {
  padding-left: 0.2rem;
}


/* =========================================================
   About
========================================================= */
html body main .container #about .inner {
  padding-bottom: 100px;
}

html body main .container #about .inner .about-wrap .about-wrap_inner .about_area-txt .txt {
  margin-bottom: 25px;
}


/* =========================================================
   SNS
========================================================= */
html body main .container #sns .inner {
  padding-bottom: 100px;
}

html body main .container #sns .inner .sns-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

html body main .container #sns .inner .sns-wrap li {
  width: 28%;
  list-style: none;
}

html body main .container #sns .inner .sns-wrap li a img {
  width: 100%;
  height: auto;
}


/* =========================================================
   Recruit
========================================================= */
html body main .container #recruit .inner {
  padding-top: 54px;
  padding-bottom: 60px;
  background: url(../image/img_recruit.jpg) no-repeat center / cover;
}

html body main .container #recruit .inner .recruit-wrap .head {
  text-align: left;
}

html body main .container #recruit .inner .recruit-wrap .head::before {
  left: 0;
  transform: translateX(0);
}

html body main .container #recruit .inner .recruit-wrap .txt {
  margin-bottom: 25px;
}


/* =========================================================
   Tablet / PC
========================================================= */
@media (min-width: 768px) {
  html body main .container #news .inner {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  html body main .container #news .inner .archive_list-item {
    padding: 32px 0;
  }

  html body main .container #news .inner .archive_list-item-img {
    width: 200px;
  }

  html body main .container #news .inner .archive_list-item-meta {
    margin-left: 230px;
    transform: translateY(0);
  }

  html body main .container #news .inner .archive_list-item-meta .date {
    margin-right: 24px;
  }

  html body main .container #news .inner .archive_list-item-meta .list-tag {
    font-size: 1.2rem;
    padding: 4px 8px 2px 8px;
  }

  html body main .container #news .inner .archive_list-item-meta .title {
    font-size: 2rem;
  }

  html body main .container #news .inner .archive_list-item-txt {
    margin-top: 12px;
    margin-left: 230px;
  }

  html body main .container #message .inner {
    padding-right: 100px;
    padding-bottom: 286px;
  }

  html body main .container #message .inner .message_bg-img {
    float: right;
    width: 715px;
    height: 186px;
    margin-right: -100px;
    margin-bottom: 50px;
  }

  html body main .container #message .inner .message_area {
    padding-top: 170px;
    padding-left: 100px;
  }

  html body main .container #message .inner .message_area-copy {
    display: flex;
    justify-content: space-between;
  }

  html body main .container #message .inner .message_area-copy_ttl {
    font-size: 4rem;
    letter-spacing: 1rem;
    line-height: 200%;
  }

  html body main .container #message .inner .message_area-copy_txt {
    width: 46%;
  }

  html body main .container #message .inner .message_area-copy_txt-in {
    margin-bottom: 25px;
  }

  html body main .container #message::before {
    top: 140px;
    width: 590px;
    height: 540px;
    background: url(../image/img_massage02_pc.png) no-repeat center / contain;
  }

  html body main .container #message::after {
    bottom: 110px;
    width: 444px;
    height: 335px;
  }

  html body main .container #service .inner {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 130px;
  }

  html body main .container #service .inner .service-wrap {
    display: flex;
    justify-content: space-between;
  }

  html body main .container #service .inner .service-wrap .service_area-img {
    width: 52%;
  }

  html body main .container #service .inner .service-wrap .service_area-txt {
    width: 45%;
  }

  html body main .container #service .inner .service-wrap .service_area-txt-ttl {
    font-size: 2rem;
  }

  html body main .container #about .inner {
    padding-bottom: 150px;
  }

  html body main .container #about .inner .about-wrap {
    display: flex;
    justify-content: space-between;
  }

  html body main .container #about .inner .about-wrap .about_area-img {
    width: 70%;
    float: left;
    margin-right: -170px;
    order: 2;
  }

  html body main .container #about .inner .about-wrap_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
    order: 1;
  }

  html body main .container #about .inner .about-wrap_inner .about_area-txt .txt {
    margin-bottom: 25px;
  }

  html body main .container #about .inner .about-wrap_inner .btn_link {
    padding: 20px 0;
  }

  html body main .container #about .inner .about-wrap_inner .btn_link::after {
    top: 44.48%;
  }

  html body main .container #sns .inner {
    padding-bottom: 100px;
  }

  html body main .container #sns .inner .sns-wrap {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }

  html body main .container #sns .inner .sns-wrap li {
    width: 20%;
    margin: 0 auto;
    list-style: none;
  }

  html body main .container #sns .inner .sns-wrap li a img {
    width: auto;
    height: 100%;
  }

  html body main .container #recruit .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  html body main .container #recruit .inner .recruit-wrap .head {
    max-width: 720px;
    margin-left: 0;
  }

  html body main .container #recruit .inner .recruit-wrap .txt {
    max-width: 720px;
    margin-bottom: 36px;
    margin-left: 0;
  }

  html body main .container #recruit .inner .recruit-wrap .btn {
    width: 60%;
  }

  html body main .container #recruit .inner .recruit-wrap .btn_link {
    padding: 20px 0;
  }

  html body main .container #recruit .inner .recruit-wrap .btn_link::after {
    top: 44.48%;
  }
}

/*# sourceMappingURL=style.css.map */


/* =========================================================
   Service Grid
========================================================= */
.service-grid-wrap {
  margin-top: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  aspect-ratio: 16 / 10;
  background: #eee;
}

.service-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s ease;
}


/* =========================================================
   Service Slider
========================================================= */
.service-slider-wrap {
  position: relative;
  margin-top: 30px;
}

.service-viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 12px 44px;
}

.service-track {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.service-slide {
  flex: 0 0 auto;
  width: 180px;
  cursor: pointer;
  outline: none;
}

@media (min-width: 768px) {
  .service-slide {
    width: 220px;
  }
}

.service-shape {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  transform: rotate(18deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  background: #eee;
}

.service-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-18deg) scale(1.05);
  transition: transform 0.25s ease;
}

.service-slide:hover .service-shape img,
.service-slide:focus-visible .service-shape img {
  transform: rotate(-18deg) scale(1.12);
}

.service-slide.is-active .service-shape {
  box-shadow:
    0 0 0 2px #fff inset,
    0 10px 22px rgba(0, 0, 0, 0.25);
}

.service-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  z-index: 5;
}

.service-arrow--prev {
  left: 0;
}

.service-arrow--next {
  right: 0;
}

.service-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.service-caption {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.service-caption_title {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}

.service-caption_desc {
  line-height: 1.9;
  color: #333;
}


/* =========================================================
   Service Overrides
========================================================= */
.service-shape {
  border-radius: 12px;
  transform: none !important;
}

.service-shape img {
  transform: none !important;
}

.service-arrow--prev {
  left: -20px;
}

.service-arrow--next {
  right: -20px;
}

@media (min-width: 768px) {
  .service-arrow--prev {
    left: -34px;
  }

  .service-arrow--next {
    right: -34px;
  }
}


/* =========================================================
   Service Slider Layout Reset
========================================================= */
.service-slider-wrap {
  position: relative;
  margin-top: 30px;
}

.service-slider {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 14px;
  align-items: center;
}

.service-viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
}

.service-track {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.service-arrow {
  position: static !important;
  transform: none !important;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  z-index: 1;
}

.service-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.service-slide {
  flex: 0 0 auto;
  width: 180px;
  cursor: pointer;
  outline: none;
}

@media (min-width: 768px) {
  .service-slide {
    width: 220px;
  }

  .service-slider {
    grid-template-columns: 52px 1fr 52px;
  }

  .service-arrow {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 32px;
  }
}

.service-shape {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #eee;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.service-shape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.service-slide:hover .service-shape img,
.service-slide:focus-visible .service-shape img {
  transform: scale(1.06);
}

.service-caption {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

.service-caption_title {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}

.service-caption_desc {
  line-height: 1.9;
  color: #333;
}

.service-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .service-arrow {
    width: 52px;
    height: 52px;
    font-size: 32px;
  }
}


/* =========================================================
   Service Visible Count
========================================================= */
.service-slider-wrap {
  --visible: 2;
  --gap: 18px;
}

@media (min-width: 768px) {
  .service-slider-wrap {
    --visible: 5;
  }
}

.service-track {
  gap: var(--gap);
}

.service-slide {
  flex: 0 0 auto;
  width: calc((100% - (var(--visible) - 1) * var(--gap)) / var(--visible)) !important;
}

@media (max-width: 767px) {
  .service-slide {
    min-width: 150px;
  }
}


/* =========================================================
   Company Cards
========================================================= */
.company-block {
  margin-top: 28px;
}

.company-block_title {
  margin: 0 0 16px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b2f4a;
}

.company-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.company-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.company-card_head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(11, 47, 74, 0.06), rgba(11, 47, 74, 0));
}

.company-card_ico {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(11, 47, 74, 0.1);
  font-size: 16px;
}

.company-card_title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b2f4a;
}

.company-card_list {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
}

.company-card_list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.9;
  color: #333;
  font-size: 1.3rem;
}

.company-card_list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.9em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(11, 47, 74, 0.35);
  transform: translateY(-50%);
}

.company-card--wide {
  grid-column: 1 / -1;
}


/* =========================================================
   Company Licenses
========================================================= */
.company-licenses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
}

.license-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.license-card_ico {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(11, 47, 74, 0.1);
  font-size: 18px;
}

.license-card_title {
  margin: 0 0 4px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0b2f4a;
}

.license-card_txt {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
}

@media (min-width: 768px) {
  .company-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .company-block_title {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .company-licenses {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .company-licenses {
    grid-template-columns: 1fr 1fr;
  }

  .company-licenses .license-card:nth-child(3) {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   Hide Contact Buttons
========================================================= */
.nav-contact,
.drawer-nav-list_btn,
.footer_contact,
a[href="index3.html"] {
  display: none !important;
}


/* =========================================================
   Message Patch
========================================================= */
#message .message_bg {
  display: none !important;
}

@media (max-width: 767px) {
  #message {
    margin-top: 30px;
  }
}


/* =========================================================
   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;
  padding: 0 6px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

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;
}

.gnav .jp {
  line-height: 1.2;
}

.gnav .en {
  margin-top: 4px !important;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.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 {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}


/* =========================================================
   Header Nav Spacing Tighter
========================================================= */
header .gnav ul,
.header-nav ul,
nav ul {
  gap: 14px !important;
}

header .gnav a,
.header-nav a,
nav a {
  padding: 0 2px !important;
  height: 52px !important;
}

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

@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;
  }
}


/* =========================================================
   Header Nav Text Align
========================================================= */
header .gnav ul,
.header-nav ul {
  align-items: stretch !important;
}

header .gnav a,
.header-nav a {
  display: grid !important;
  grid-template-rows: 1fr 1fr;
  place-items: center;
  align-content: center;
  height: 56px !important;
  line-height: 1 !important;
  padding: 0 2px !important;
  box-sizing: border-box;
  white-space: nowrap;
}

header .gnav a span,
header .gnav a p,
.header-nav a span,
.header-nav a p {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

header .gnav .jp,
.header-nav .jp {
  line-height: 1.2 !important;
}

header .gnav .en,
.header-nav .en {
  margin-top: 2px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  opacity: 0.7;
}


/* =========================================================
   Drawer Nav PC Fix
========================================================= */
@media (min-width: 769px) {
  #header #drawer .drawer-nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #header #drawer .drawer-nav-list_item {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #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;
    padding: 0 2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  #header #drawer .drawer-nav-list_item > a,
  #header #drawer .drawer-nav-list_item > a * {
    margin: 0 !important;
    padding: 0 !important;
  }

  #header #drawer .drawer-nav-list_item > a .nav_en {
    display: block !important;
    margin-top: 2px !important;
    line-height: 1.1 !important;
    font-size: 12px !important;
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  #header #drawer .drawer-nav-list {
    gap: 26px !important;
  }

  #header #drawer .drawer-nav-list_item > a {
    padding: 0 6px !important;
  }
}

@media (min-width: 769px) {
  #header #drawer .drawer-nav-list_item > a {
    font-weight: 600;
  }

  #header #drawer .drawer-nav-list_item > a .nav_en {
    font-weight: 500;
  }
}


/* =========================================================
   Company Card Image Fill
========================================================= */
.company-cards {
  align-items: stretch;
}

.company-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.company-card_list {
  flex: 0 0 auto;
}

.company-card_img {
  display: flex;
  flex: 1;
  min-height: 200px;
  padding: 0 16px 16px 16px;
}

.company-card_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.company-card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.25s ease;
}

.company-card_img a:hover img {
  transform: scale(1.03);
}

@media (min-width: 768px) {
  .company-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .company-card:not(.company-card--wide) {
    height: 420px;
  }

  .company-card--wide {
    height: 520px;
  }
}


/* =========================================================
   Company Card Image Align Patch
========================================================= */
.company-cards {
  align-items: stretch !important;
}

.company-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.company-card_list {
  flex: 0 0 auto !important;
}

.company-card_img {
  display: flex !important;
  flex: 1 !important;
  min-height: 180px !important;
  padding: 0 16px 16px 16px !important;
}

.company-card_img a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.company-card_img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .company-card:not(.company-card--wide) {
    height: 420px !important;
  }

  .company-card--wide {
    height: 520px !important;
  }
}


/* =========================================================
   Equipment Section
========================================================= */
.equipment-block {
  margin-top: 36px;
}

.equipment-block_title {
  margin: 0 0 16px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b2f4a;
}

.equipment-card {
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.equipment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.equipment-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(11, 47, 74, 0.08);
  border-radius: 12px;
}

.equipment-item_img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f7;
}

.equipment-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.equipment-item_body {
  padding: 12px 14px 14px;
}

.equipment-item_name {
  margin: 0 0 6px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b2f4a;
}

.equipment-item_meta {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
}

.equipment-note {
  margin-top: 14px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
}

@media (min-width: 768px) {
  .equipment-block {
    margin-top: 48px;
  }

  .equipment-block_title {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .equipment-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .equipment-item--wide {
    grid-column: span 2;
  }
}


/* =========================================================
   Main Visual Slogan
========================================================= */
.mainVisual_slogan {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .mainVisual_slogan {
    font-size: 24px;
  }
}
.service-slide {
  cursor: pointer;
}

.service-album-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.service-album-modal.is-open {
  display: block;
}

.service-album-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.service-album-modal__dialog {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.service-album-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.service-album-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.service-album-modal__close span::before,
.service-album-modal__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
}

.service-album-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-album-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.service-album-modal__main {
  position: relative;
  background: #f5f5f5;
}

.service-album-modal__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  max-height: 68vh;
  padding: 36px 70px 20px;
}

.service-album-modal__image {
  max-width: 100%;
  max-height: 62vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  object-fit: contain;
}

.service-album-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.service-album-modal__nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.service-album-modal__nav--prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.service-album-modal__nav--next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

.service-album-modal__nav:disabled {
  opacity: .35;
  cursor: default;
}

.service-album-modal__nav--prev { left: 14px; }
.service-album-modal__nav--next { right: 14px; }

.service-album-modal__content {
  padding: 20px 24px 24px;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
}

.service-album-modal__count {
  margin: 0 0 8px;
  color: #777;
  font-size: 13px;
  letter-spacing: .08em;
}

.service-album-modal__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.service-album-modal__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.service-album-modal__thumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.service-album-modal__thumb {
  width: 110px;
  height: 78px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.service-album-modal__thumb.is-active {
  border-color: #111;
}

.service-album-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.service-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .service-album-modal__dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    max-height: calc(100vh - 16px);
    border-radius: 16px;
  }

  .service-album-modal__image-wrap {
    min-height: 220px;
    max-height: 48vh;
    padding: 44px 48px 16px;
  }

  .service-album-modal__image {
    max-height: 40vh;
  }

  .service-album-modal__content {
    padding: 16px;
  }

  .service-album-modal__title {
    font-size: 22px;
  }

  .service-album-modal__desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .service-album-modal__nav {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .service-album-modal__thumb {
    width: 88px;
    height: 64px;
  }
}

.recruit-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.recruit-card-item {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 32px 24px;
  color: #333;
  min-height: 420px;
}

.recruit-card-item h4 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.recruit-card-item p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 14px;
}

.recruit-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e9f0;

  line-height: 1.4;
  height: 60px;

  display: flex;
  align-items: center;
}



@media screen and (max-width: 768px) {
  .recruit-card-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 25px 0;
  }

  .recruit-card-item {
    min-height: auto;
    padding: 22px 16px;
  }

  .recruit-card-item h4 {
    font-size: 16px;
  }

  .recruit-card-item p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* =========================
   Home Recruit - Advanced
========================= */
#recruit.recruit-home {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f5 100%) !important;
  padding: 110px 0 120px !important;
  position: relative;
  overflow: hidden;
}

#recruit.recruit-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.9), transparent 38%),
    radial-gradient(circle at bottom right, rgba(214,221,231,.45), transparent 32%);
  pointer-events: none;
}

#recruit.recruit-home,
#recruit.recruit-home::after,
#recruit.recruit-home .recruit-wrap,
#recruit.recruit-home .head,
#recruit.recruit-home .head-white {
  background-image: none !important;
}

#recruit.recruit-home .txt-white,
#recruit.recruit-home .head-white .txt-white,
#recruit.recruit-home .head-white .ja,
#recruit.recruit-home .head-white .en {
  color: inherit !important;
}

#recruit.recruit-home .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.recruit-home_head {
  text-align: center;
  margin-bottom: 56px;
}

.recruit-home_title {
  margin: 0;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #2f3136;
}

.recruit-home_sub {
  margin: 18px 0 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #9a7748;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.recruit-home_sub::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #9a7748;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.recruit-home_intro {
  max-width: 840px;
  margin: 28px auto 0;
  font-size: 15px;
  line-height: 2;
  color: #666;
}

.recruit-home_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.recruit-home_card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e8ebf0;
  border-radius: 26px;
  padding: 36px 30px;
  box-shadow: 0 18px 50px rgba(28, 39, 54, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.recruit-home_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(28, 39, 54, 0.12);
  border-color: #d8dee8;
}

.recruit-home_card h4 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  color: #2f3136;
}

.recruit-home_label {
  display: inline-block;
  margin: 0 0 12px;
  padding-left: 14px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #275b96;
}

.recruit-home_label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #275b96;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}

.recruit-home_card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.recruit-home_btn {
  text-align: center;
  margin-top: 120px;
  padding-top: 56px;
  border-top: 1px solid #d9dde4;
}

.recruit-home_btn .btn_link {
  min-width: 320px;
  box-shadow: 0 10px 30px rgba(28, 39, 54, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruit-home_btn .btn_link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(28, 39, 54, 0.12);
}

.recruit-home_btn .btn_link span {
  letter-spacing: 0.12em;
}

/* 平板 */
@media screen and (max-width: 1100px) {
  #recruit.recruit-home {
    padding: 90px 0 100px !important;
  }

  .recruit-home_grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 760px;
    margin: 0 auto;
  }

  .recruit-home_title {
    font-size: 56px;
  }

  .recruit-home_card h4 {
    font-size: 24px;
  }

  .recruit-home_btn {
    margin-top: 96px;
    padding-top: 44px;
  }
}

/* 手机 */
@media screen and (max-width: 768px) {
  #recruit.recruit-home {
    padding: 70px 0 80px !important;
  }

  #recruit.recruit-home .inner {
    padding: 0 16px;
  }

  .recruit-home_head {
    margin-bottom: 34px;
  }

  .recruit-home_title {
    font-size: 42px;
    letter-spacing: 0.12em;
  }

  .recruit-home_sub {
    font-size: 15px;
    margin-top: 12px;
    padding-bottom: 14px;
  }

  .recruit-home_intro {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 20px;
  }

  .recruit-home_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .recruit-home_card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .recruit-home_card h4 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .recruit-home_card p,
  .recruit-home_label {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-home_btn {
    margin-top: 56px;
    padding-top: 28px;
  }

  .recruit-home_btn .btn_link {
    width: 100%;
    min-width: 0;
  }
}

/* =========================
   Final polish patch
========================= */
html {
  scroll-behavior: smooth;
}

body {
  background: #f7f8fa;
}

#service,
#about,
#sns,
#recruit {
  scroll-margin-top: 110px;
}

#mainVisual .main-img {
  border-radius: 0;
}

.recruit-home_btn {
  position: relative;
}

.recruit-home_btn::before {
  content: "";
  width: 64px;
  height: 2px;
  background: #c8a063;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-home_btn .btn_link {
  background: #fff;
}

.recruit-home_btn .btn_link span {
  font-weight: 600;
}

.recruit-home_card {
  backdrop-filter: blur(2px);
}

@media screen and (max-width: 768px) {
  .recruit-home_btn::before {
    width: 48px;
  }
}

/* =========================
   MainVisual full width patch
========================= */
html body main #mainVisual {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

html body main #mainVisual .main-img {
  width: 100vw !important;
  max-width: none !important;
}

@media screen and (max-width: 768px) {
  html body main #mainVisual {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body main #mainVisual .main-img {
    width: 100% !important;
  }
}




/* ===== 招聘卡片标题统一高度（修复横线不对齐） ===== */
.recruit-card-title {
  height: 72px !important;          /* 统一标题区域高度 */
  display: flex !important;
  align-items: center !important;   /* 垂直居中 */
  border-bottom: 1px solid #e5e9f0 !important;
  padding-bottom: 0 !important;     /* 避免影响线位置 */
  margin-bottom: 20px !important;
}

/* =========================
   Home Recruit refined premium UI
========================= */
.recruit-home_grid {
  gap: 30px;
}

.recruit-home_card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  padding: 30px 28px 24px;
  position: relative;
  overflow: hidden;
}

.recruit-home_card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #c6a16a 0%, #9a7748 50%, #c6a16a 100%);
  opacity: .88;
}

.recruit-home_card-head {
  min-height: 118px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.recruit-home_card-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(154,119,72,.22), rgba(221,226,233,.96), rgba(154,119,72,.22));
}

.recruit-home_card h4 {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: .06em;
  font-weight: 600;
  text-align: center;
}

.recruit-home_rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.recruit-home_row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f5;
}

.recruit-home_row:last-child {
  padding-bottom: 0;
}

.recruit-home_label {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .12em;
}

.recruit-home_card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #4a5563;
}

.recruit-home_note {
  margin: 22px 0 0;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffaf2 0%, #f7efe2 100%);
  border: 1px solid #eadcc6;
  color: #7a5a2f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .08em;
}

@media screen and (max-width: 1100px) {
  .recruit-home_card-head {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .recruit-home_card {
    padding: 22px 16px 18px;
    border-radius: 18px;
  }

  .recruit-home_card-head {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  .recruit-home_card h4 {
    font-size: 18px;
  }

  .recruit-home_row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 12px;
  }

  .recruit-home_card p,
  .recruit-home_label,
  .recruit-home_note {
    font-size: 12px;
  }
}

/* === 2026-03 recruit home alignment fix === */
#recruit.recruit-home .recruit-home_grid {
  align-items: stretch;
}

#recruit.recruit-home .recruit-home_card {
  display: flex;
  flex-direction: column;
}

#recruit.recruit-home .recruit-home_card-head {
  height: 136px;
  min-height: 136px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}

#recruit.recruit-home .recruit-home_card h4 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
}

#recruit.recruit-home .recruit-home_rows {
  flex: 1;
}

#recruit.recruit-home .recruit-home_row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: start;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #edf1f5;
}

#recruit.recruit-home .recruit-home_row:last-child {
  margin-bottom: 0;
}

#recruit.recruit-home .recruit-home_row > p:not(.recruit-home_label) {
  margin: 0;
}

#recruit.recruit-home .recruit-home_label {
  margin: 0;
}

#recruit.recruit-home .recruit-home_note {
  margin-top: 20px;
  align-self: flex-start;
}

@media screen and (max-width: 1100px) {
  #recruit.recruit-home .recruit-home_card-head {
    height: 124px;
    min-height: 124px;
  }
}

@media screen and (max-width: 768px) {
  #recruit.recruit-home .recruit-home_card-head {
    height: auto;
    min-height: 0;
    align-items: center;
  }

  #recruit.recruit-home .recruit-home_card h4 {
    display: block;
    -webkit-line-clamp: unset;
    font-size: 20px;
  }

  #recruit.recruit-home .recruit-home_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}



/* ===== 导航优化：隐藏英文 + 中文放大加粗 ===== */

/* 隐藏英文副标题 */
#header #drawer .drawer-nav-list_item > a .nav_en {
  display: none !important;
}

/* 中文主标题放大 + 加粗 */
#header #drawer .drawer-nav-list_item > a {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* 防止上下间距不协调（可选优化） */
#header #drawer .drawer-nav-list_item > a span {
  display: inline-block;
}