.header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(96,112,137,.16);
  box-shadow: 0 10px 28px rgba(1,29,15,.08);
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #e3182c 0%, #e3182c 10%, #01C353 10%, #01C353 100%);
  opacity: .85;
}
.header .left img,
.footer .top-left img {
  width: 12.9167vw;
  min-width: 150px;
}
.header .menu-item {
  margin-right: 1.65vw;
  position: relative;
}
.header .menu-item a {
  white-space: nowrap;
  font-size: .86vw;
  color: #23324a;
  font-weight: 600;
}
.header .menu-item:hover > a,
.header .nav-active > a {
  color: #01a957;
}
.header .search img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(19%) saturate(1199%) hue-rotate(182deg) brightness(94%) contrast(92%);
}
.header .language a {
  color: #23324a;
  font-weight: 600;
}
.header .language a:first-child {
  border-right-color: rgba(35,50,74,.35);
}
.header .language-active::after {
  background: #e3182c;
}
.header .has-sub .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(12px);
  min-width: 8.3333vw;
  padding: .5208vw 0;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(96,112,137,.15);
  border-top: 2px solid #e3182c;
  box-shadow: 0 16px 34px rgba(1,29,15,.12);
  opacity: 0;
  visibility: hidden;
  transition: all ease .35s;
}
.header .has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.header .has-sub .sub-menu a {
  display: block;
  padding: .625vw 1.0417vw;
  color: #23324a;
  text-align: center;
}
.header .has-sub .sub-menu a:hover {
  color: #01C353;
}
.footer {
  background: #252A36;
}
.footer .footer-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3.75vw 8.3333vw 4.1667vw;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 5.2083vw;
  align-items: start;
}
.footer .top-left,
.footer .top-right {
  min-width: 0;
}
.footer .top-left img {
  padding: .625vw .8333vw;
  background: rgba(255,255,255,.92);
  border-radius: 4px;
}
.footer .top-left h1 {
  padding-top: 2.0833vw;
}
.footer .top-left p {
  line-height: 1.8;
}
.footer .link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7292vw 1.0417vw;
  align-items: start;
  padding-top: 1.25vw;
}
.footer .link span {
  white-space: nowrap;
  line-height: 1.7;
}
.footer .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5208vw 1.0417vw;
  margin: 0;
  padding: 0;
}
.footer .link-list a {
  display: inline-block;
  max-width: 16em;
  margin: 0;
  line-height: 1.7;
}
.footer .footer-qr-list {
  display: flex;
  justify-content: flex-end;
  gap: 2.0833vw;
  padding-top: 2.3958vw;
}
.footer .footer-qr-card {
  width: 7.8125vw;
  min-width: 120px;
  text-align: center;
}
.footer .footer-qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 4px;
}
.footer .footer-qr-card p {
  margin: 0;
  padding-top: .7292vw;
  font-size: .8333vw;
  line-height: 1.4;
  color: #fff;
}
.footer .footer-menu {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
}
.footer .footer-menu a {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 0 1.5625vw;
  white-space: nowrap;
  line-height: 1.35;
}
.footer .footer-menu a:first-child {
  padding-left: 0;
}
.footer .footer-menu a:last-child {
  padding-right: 0;
}
.footer .footer-menu a::after {
  right: 0;
  top: 50%;
  height: 1.6667vw;
  min-height: 18px;
  transform: translateY(-50%);
  opacity: .7;
}
.footer .platform {
  padding-top: 2.0833vw;
}
.footer .contact p {
  line-height: 1.8;
}
.footer .footer-bottom {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.hqh-about-intro,
.hqh-about-ecosystem,
.hqh-about-team {
  padding: 5.2083vw 8.3333vw;
  background: #fff;
}
.hqh-about-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 4.1667vw;
  align-items: center;
}
.hqh-about-en,
.hqh-section-title p {
  margin: 0;
  font-size: 1.0417vw;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(1, 195, 83, .28);
  text-stroke: 1px rgba(1, 195, 83, .28);
  color: rgba(1,195,83,0);
}
.hqh-about-copy h2,
.hqh-section-title h2 {
  margin: .625vw 0 1.1458vw;
  color: #011D0F;
  font-size: 2.0833vw;
  line-height: 1.35;
}
.hqh-about-copy p,
.hqh-section-title span,
.hqh-about-panel p {
  color: #607089;
  font-size: .8854vw;
  line-height: 1.9;
}
.hqh-about-copy p {
  margin: 0 0 .9375vw;
}
.hqh-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .625vw;
  margin-top: 1.5625vw;
}
.hqh-about-tags span {
  padding: .5208vw .8333vw;
  background: rgba(1,195,83,.10);
  color: #02954B;
  font-size: .7813vw;
  font-weight: bold;
}
.hqh-about-visual {
  min-height: 23.9583vw;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(1,29,15,.10);
}
.hqh-about-visual img {
  width: 100%;
  height: 100%;
  min-height: 23.9583vw;
  object-fit: cover;
}
.hqh-about-ecosystem {
  background: #f7faf8;
}
.hqh-section-title {
  max-width: 58.3333vw;
  margin: 0 auto 2.6042vw;
  text-align: center;
}
.hqh-section-title span {
  display: block;
}
.hqh-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5625vw;
}
.hqh-about-panel {
  min-height: 13.5417vw;
  padding: 2.0833vw;
  background: #fff;
  border: 1px solid rgba(96,112,137,.14);
  border-top: 4px solid #01C353;
  box-shadow: 0 18px 46px rgba(1,29,15,.05);
}
.hqh-about-panel strong {
  color: #e3182c;
  font-size: .8333vw;
}
.hqh-about-panel h3 {
  margin: .7292vw 0 .8333vw;
  color: #011D0F;
  font-size: 1.25vw;
  line-height: 1.4;
}
.hqh-about-panel p {
  margin: 0;
}
.hqh-about-team {
  padding-bottom: 6.25vw;
}
.hqh-about-team .hqh-team-row {
  padding: 0;
}
.hqh-news-listing {
  padding: 5.2083vw 8.3333vw 6.25vw;
  background: #f7faf8;
}
.hqh-news-head {
  max-width: 58.3333vw;
  margin: 0 auto 2.6042vw;
  text-align: center;
}
.hqh-news-head p {
  margin: 0;
  font-size: 1.0417vw;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(1, 195, 83, .28);
  text-stroke: 1px rgba(1, 195, 83, .28);
  color: rgba(1,195,83,0);
}
.hqh-news-head h2 {
  margin: .625vw 0 .8333vw;
  color: #011D0F;
  font-size: 2.0833vw;
  line-height: 1.35;
}
.hqh-news-head span {
  display: block;
  color: #607089;
  font-size: .8854vw;
  line-height: 1.9;
}
.hqh-news-card,
.hqh-news-card-media,
.s5-news-img,
.hqh-news-cover {
  overflow: hidden;
}
.hqh-news-card-media,
.s5-news-img,
.hqh-news-cover {
  aspect-ratio: 4 / 3;
  background: #edf3f0;
}
.hqh-news-card img,
.s5-news-img img,
.hqh-news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease .45s;
}
.hqh-news-card:hover img,
.index-page .index-news .s5-2-item:hover .s5-news-img img {
  transform: scale(1.04);
}
.hqh-news-date {
  color: #02954B;
  font-size: .7813vw;
  font-weight: bold;
}
.hqh-news-card p {
  margin: 0;
  color: #607089;
  font-size: .8854vw;
  line-height: 1.85;
}
.hqh-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5625vw;
  max-width: 72.9167vw;
  margin: 0 auto;
}
.hqh-news-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(96,112,137,.14);
  box-shadow: 0 14px 34px rgba(1,29,15,.05);
}
.hqh-news-card-body {
  padding: 1.25vw;
}
.hqh-news-card h3 {
  min-height: 3.4em;
  margin: .5208vw 0 .625vw;
  color: #011D0F;
  font-size: 1.0417vw;
  line-height: 1.45;
  transition: color ease .3s;
}
.hqh-news-card:hover h3,
.index-page .index-news .s5-2-item:hover h1 {
  color: #02954B;
}
.hqh-news-detail {
  max-width: 900px;
  margin: 0 auto;
  padding: 5.2083vw 20px 6.25vw;
}
.hqh-news-detail-head {
  text-align: center;
  margin-bottom: 1.5625vw;
}
.hqh-news-detail-head h2 {
  margin: .5208vw 0 0;
  color: #011D0F;
  font-size: 2.0833vw;
  line-height: 1.4;
}
.hqh-news-cover { margin-bottom: 2.0833vw; }
.hqh-news-content {
  color: #404040;
}
.contact-page .ct1 {
  gap: 3.125vw;
  align-items: center;
}
.contact-page .ct1-left {
  flex: 1 1 0;
  min-width: 0;
}
.contact-page .hqh-contact-info {
  padding-top: .6vw;
}
.contact-page .hqh-contact-group + .hqh-contact-group {
  margin-top: 1.45vw;
  padding-top: 1.45vw;
  border-top: 1px solid #e7eee9;
}
.contact-page .hqh-contact-group p {
  display: grid;
  grid-template-columns: 3.6em 1fr;
  gap: .35em;
  align-items: start;
  margin: 0 0 1vw;
  color: #011D0F;
  font-size: 1.15vw;
  line-height: 1.55;
}
.contact-page .hqh-contact-group p:last-child {
  margin-bottom: 0;
}
.contact-page .hqh-contact-group span {
  color: #011D0F;
  font-weight: bold;
  white-space: nowrap;
}
.contact-page .ct1-right {
  width: min(50vw, 800px);
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf3f0;
}
.contact-page .ct1-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-text {
  max-width: 54vw;
  z-index: 3;
}
.banner .bn-title {
  text-shadow: 0 6px 30px rgba(0,0,0,.35);
}
.index-page .banner-swiper .bn-title,
.index-page .banner-swiper .bn-button {
  opacity: 1;
  transform: none;
}
.index-page .banner-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.10));
  pointer-events: none;
  z-index: 1;
}
.banner .bn-title p {
  margin-top: 1vw;
  font-size: 1.25vw;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
}
.bn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.08));
  pointer-events: none;
}
.bn .bn-text {
  z-index: 2;
}
.bn {
  aspect-ratio: 16 / 5;
  overflow: hidden;
}
.bn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page .hqh-about-clean .s2-top {
  overflow: hidden;
  background: linear-gradient(135deg, #01C353 0%, #02954B 58%, #011D0F 100%);
}
.index-page .hqh-about-clean .s2-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: .32;
}
.index-page .hqh-about-clean .s2-top-text {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 4.1667vw 6.25vw 6.25vw 8.3333vw;
  background: transparent;
}
.index-page .hqh-about-clean .s2-top-title {
  padding-bottom: 1.5625vw;
}
.index-page .hqh-about-clean .s2-top-content {
  max-width: 36vw;
  line-height: 1.9;
}
.index-page .hqh-about-clean .s2-top-content p {
  margin: 0;
  font-size: .9896vw;
}
.index-page .hqh-about-clean .s2-bottom {
  z-index: 2;
  right: 4.1667vw;
  bottom: 2.0833vw;
  width: 13.5417vw;
  height: 3.3333vw;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(1,29,15,.18);
  justify-content: center;
}
.index-page .hqh-about-clean .s2-bottom-text {
  margin-right: 1.0417vw;
  font-size: .9375vw;
}
.index-page .hqh-about-clean .s2-bottom-button {
  width: 2.3958vw;
  height: 2.3958vw;
  margin-right: 0;
}
.index-page .hqh-about-clean .s2-left-bottom {
  background: #ffffff;
  padding: 4.1667vw 6.25vw 4.4271vw 8.3333vw;
  justify-content: flex-start;
}
.index-page .hqh-about-clean .s2-left-bottom h1,
.index-page .hqh-about-clean .s2-left-bottom h2 {
  text-align: left;
}
.index-page .hqh-about-clean .s2-left-bottom h2 {
  line-height: 1.9;
}
.index-page .hqh-about-clean .hqh-about-empty {
  background: #f6f8f7;
  min-height: 36.4583vw;
  overflow: hidden;
  position: relative;
}
.index-page .hqh-about-clean .hqh-about-empty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 36.4583vw;
  background: linear-gradient(135deg, rgba(1,195,83,.05), rgba(1,29,15,.02));
}
.index-page .hqh-about-clean .hqh-about-empty img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hqh-tech-flow {
  padding: 5.2083vw 12.5vw 6.25vw;
  background: #f7faf8;
}
.hqh-flow-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2.6042vw;
}
.hqh-flow-head h1 {
  font-size: 2.0833vw;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(1, 29, 15, .18);
  text-stroke: 1px rgba(1, 29, 15, .18);
  color: rgba(255,255,255,0);
  font-weight: bold;
}
.hqh-flow-head h2 {
  padding-top: .625vw;
  font-size: 2.0833vw;
  color: #01C353;
  font-weight: bold;
}
.hqh-flow-head p {
  max-width: 45.8333vw;
  padding-top: 1.5625vw;
  font-size: .9375vw;
  line-height: 1.9;
  color: #606060;
}
.hqh-flow-button,
.hqh-flow-link {
  color: #fff;
  background: #01C353;
}
.hqh-flow-button:hover,
.hqh-flow-link:hover {
  background: rgba(1,195,83,.76);
}
.hqh-flow-list {
  position: relative;
}
.hqh-flow-list::before {
  content: "";
  position: absolute;
  left: 2.3438vw;
  top: 1.5625vw;
  bottom: 1.5625vw;
  width: 1px;
  background: rgba(1,195,83,.24);
}
.hqh-flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 4.6875vw minmax(0, 1fr) 18.75vw;
  gap: 2.0833vw;
  align-items: center;
  min-height: 12.5vw;
  margin-bottom: 1.25vw;
  padding: 1.5625vw 1.875vw 1.5625vw 0;
  background: #fff;
  box-shadow: 0 8px 30px rgba(1, 29, 15, .06);
}
.hqh-flow-item:last-child {
  margin-bottom: 0;
}
.hqh-flow-num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6875vw;
  height: 4.6875vw;
  background: #01C353;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
}
.hqh-flow-text h3 {
  margin: 0;
  font-size: 1.3542vw;
  line-height: 1.45;
  color: #011D0F;
  font-weight: bold;
}
.hqh-flow-text p {
  margin: 0;
  padding-top: 1.0417vw;
  font-size: .8854vw;
  line-height: 1.9;
  color: #6c6c6c;
}
.hqh-flow-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #f7faf8;
}
.hqh-flow-one-step {
  grid-template-columns: 4.6875vw minmax(0, 1fr) 24vw;
}
.hqh-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5208vw;
  margin-top: 1.0417vw;
}
.hqh-step-tags span {
  padding: .4167vw .7292vw;
  background: rgba(1,195,83,.1);
  border: 1px solid rgba(1,195,83,.2);
  color: #01a957;
  font-size: .7813vw;
  line-height: 1;
  font-weight: bold;
}
.hqh-one-step-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .625vw;
}
.hqh-one-step-media img {
  display: block;
  width: 100%;
  height: 13.5417vw;
  object-fit: contain;
  background: #f7faf8;
}
.hqh-flow-adv {
  grid-template-columns: 4.6875vw minmax(0, 1fr);
}
.hqh-flow-system {
  grid-template-columns: 4.6875vw minmax(0, 1fr);
}
.hqh-flow-adv ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .8333vw;
  margin: 1.25vw 0 0;
  padding: 0;
  list-style: none;
}
.hqh-flow-adv li {
  min-height: 6.25vw;
  padding: 1.0417vw;
  background: #f7faf8;
  border-left: 3px solid #01C353;
  font-size: .8333vw;
  line-height: 1.75;
  color: #4c4c4c;
}
.hqh-flow-link {
  margin-top: 1.25vw;
}
.hqh-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.0417vw;
  margin-top: 1.25vw;
}
.hqh-device-card {
  background: #f7faf8;
  border-bottom: 3px solid #01C353;
}
.hqh-device-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #edf3f0;
}
.hqh-device-card h4 {
  margin: 0;
  padding: 1.0417vw 1.0417vw 0;
  font-size: 1.0417vw;
  line-height: 1.45;
  color: #011D0F;
  font-weight: bold;
}
.hqh-device-card p,
.hqh-flow-text .hqh-device-card p {
  margin: 0;
  padding: .625vw 1.0417vw 1.1458vw;
  font-size: .7813vw;
  line-height: 1.8;
  color: #666;
}
.hqh-system-devices {
  padding: 5vw 8.3333vw 0;
}
.hqh-solution-diagram,
.hqh-solution-devices {
  padding: 5.2083vw 8.3333vw;
  background: #fff;
}
.hqh-solution-diagram {
  background: linear-gradient(180deg, #f7faf8 0%, #fff 100%);
}
.hqh-solution-devices {
  padding-top: 4.1667vw;
}
.hqh-solution-head {
  max-width: 60vw;
  margin: 0 auto 2.6042vw;
  text-align: center;
}
.hqh-solution-head p {
  margin: 0;
  font-size: 1.0417vw;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(1, 195, 83, .28);
  text-stroke: 1px rgba(1, 195, 83, .28);
  color: rgba(1,195,83,0);
}
.hqh-solution-head h2 {
  margin: .5208vw 0 .8333vw;
  color: #011D0F;
  font-size: 2.0833vw;
  line-height: 1.3;
}
.hqh-solution-head span {
  display: block;
  color: #607089;
  font-size: .8854vw;
  line-height: 1.9;
}
.hqh-diagram-frame {
  max-width: 64vw;
  margin: 0 auto;
  padding: 1.25vw;
  background: #fff;
  border: 1px solid rgba(96,112,137,.14);
  box-shadow: 0 24px 60px rgba(1,29,15,.08);
}
.hqh-diagram-frame img {
  width: 100%;
  background: #fff;
}
.hqh-equipment-item {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 3.125vw;
  align-items: center;
  max-width: 72.9167vw;
  margin: 0 auto 2.6042vw;
  padding: 2.0833vw;
  background: #fff;
  border: 1px solid rgba(96,112,137,.14);
  border-left: 4px solid #01C353;
  box-shadow: 0 18px 46px rgba(1,29,15,.06);
}
.hqh-equipment-item:last-child {
  margin-bottom: 0;
}
.hqh-equipment-reverse .hqh-equipment-media {
  order: 2;
}
.hqh-equipment-media {
  min-height: 18.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f7f5;
}
.hqh-equipment-media img {
  width: 100%;
  max-height: 24vw;
  object-fit: contain;
}
.hqh-equipment-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.875vw;
  padding: 0 .8333vw;
  background: rgba(1,195,83,.10);
  color: #02954B;
  font-size: .7292vw;
  font-weight: bold;
}
.hqh-equipment-copy h3 {
  margin: .9375vw 0 .8333vw;
  color: #011D0F;
  font-size: 1.5625vw;
  line-height: 1.35;
}
.hqh-equipment-copy p {
  margin: 0;
  color: #4b5563;
  font-size: .8854vw;
  line-height: 1.9;
}
.hqh-equipment-copy ul {
  display: grid;
  gap: .625vw;
  margin: 1.0417vw 0 0;
  padding: 0;
  list-style: none;
}
.hqh-equipment-copy li {
  position: relative;
  padding-left: 1.0417vw;
  color: #4b5563;
  font-size: .8333vw;
  line-height: 1.75;
}
.hqh-equipment-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: .3646vw;
  height: .3646vw;
  background: #e3182c;
}
.hqh-strategy-home,
.hqh-corp-section,
.hqh-strategy-position {
  padding: 5.2083vw 12.5vw;
  background: #fff;
}
.hqh-strategy-home {
  background: #011D0F;
}
.hqh-strategy-home .hqh-flow-head h1 {
  -webkit-text-stroke-color: rgba(255,255,255,.22);
  text-stroke-color: rgba(255,255,255,.22);
}
.hqh-strategy-home .hqh-flow-head p {
  color: rgba(255,255,255,.72);
}
.hqh-strategy-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625vw;
}
.hqh-strategy-home-card {
  min-height: 13.5417vw;
  padding: 2.0833vw;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(1,195,83,.18), rgba(255,255,255,.04));
}
.hqh-strategy-home-card span {
  display: block;
  padding-bottom: 1.0417vw;
  font-size: .8333vw;
  color: #01C353;
}
.hqh-strategy-home-card h3 {
  margin: 0;
  font-size: 1.4583vw;
  line-height: 1.45;
  color: #fff;
  font-weight: bold;
}
.hqh-strategy-home-card p {
  margin: 0;
  padding-top: 1.25vw;
  font-size: .8854vw;
  line-height: 1.9;
  color: rgba(255,255,255,.70);
}
.hqh-strategy-position {
  text-align: center;
  background: #f7faf8;
}
.hqh-strategy-en {
  font-size: 2.0833vw;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(1,29,15,.18);
  text-stroke: 1px rgba(1,29,15,.18);
  color: rgba(255,255,255,0);
  font-weight: bold;
}
.hqh-strategy-position h2 {
  margin: 0;
  padding-top: .8333vw;
  font-size: 2.1875vw;
  line-height: 1.45;
  color: #011D0F;
  font-weight: bold;
}
.hqh-position-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.0417vw;
  margin-top: 2.6042vw;
}
.hqh-position-grid div {
  padding: 1.5625vw;
  background: #fff;
  border-bottom: 3px solid #01C353;
  box-shadow: 0 8px 30px rgba(1,29,15,.06);
}
.hqh-position-grid span {
  display: block;
  font-size: .8333vw;
  color: #8A8A8A;
}
.hqh-position-grid strong {
  display: block;
  padding-top: .5208vw;
  font-size: 1.25vw;
  color: #01C353;
}
.hqh-history-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hqh-history-grid div {
  text-align: left;
}
.hqh-history-grid p {
  margin: .8333vw 0 0;
  font-size: .8333vw;
  line-height: 1.8;
  color: #4c4c4c;
}
.hqh-corp-section {
  padding-top: 5.7292vw;
}
.hqh-capital-section {
  background: #fff;
}
.hqh-roadmap-section {
  background: #f7faf8;
}
.hqh-corp-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.0833vw;
  padding-bottom: 2.6042vw;
}
.hqh-corp-head > div {
  flex: 1 1 auto;
  min-width: 0;
}
.hqh-corp-head h2 {
  margin: 0;
  font-size: 2.0833vw;
  line-height: 1.4;
  color: #01C353;
  font-weight: bold;
}
.hqh-corp-head p {
  max-width: 50vw;
  margin: 0;
  padding-top: 1.0417vw;
  font-size: .9375vw;
  line-height: 1.9;
  color: #606060;
}
.hqh-capital-section .hqh-corp-head p {
  max-width: none;
  white-space: nowrap;
}
.hqh-capital-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25vw;
}
.hqh-capital-card {
  min-height: 25vw;
  padding: 1.875vw;
  background: #f7faf8;
  border-top: 4px solid #01C353;
}
.hqh-capital-card span {
  font-size: 2.5vw;
  line-height: 1;
  color: rgba(1,195,83,.18);
  font-weight: bold;
}
.hqh-capital-card h3 {
  margin: 0;
  padding-top: 1.25vw;
  font-size: 1.25vw;
  line-height: 1.45;
  color: #011D0F;
  font-weight: bold;
}
.hqh-capital-card p,
.hqh-ecosystem-box p,
.hqh-roadmap-content p {
  margin: 0;
  padding-top: 1.0417vw;
  font-size: .8854vw;
  line-height: 1.9;
  color: #606060;
}
.hqh-capital-card ul {
  margin: 1.0417vw 0 0;
  padding: 0;
  list-style: none;
}
.hqh-capital-card li {
  position: relative;
  padding: 0 0 .625vw .9375vw;
  font-size: .8333vw;
  line-height: 1.7;
  color: #4c4c4c;
}
.hqh-capital-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: .3125vw;
  height: .3125vw;
  background: #01C353;
}
.hqh-ecosystem-box {
  margin-top: 1.5625vw;
  padding: 2.0833vw;
  background: #011D0F;
}
.hqh-ecosystem-box h3 {
  margin: 0;
  font-size: 1.4583vw;
  color: #fff;
}
.hqh-ecosystem-box p {
  max-width: 62.5vw;
  color: rgba(255,255,255,.72);
}
.hqh-eco-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.5625vw;
  background: rgba(255,255,255,.14);
}
.hqh-eco-grid div {
  min-height: 5.7292vw;
  padding: 1.0417vw;
  display: flex;
  align-items: center;
  background: #052B17;
  font-size: .8854vw;
  line-height: 1.7;
  color: #fff;
}
.hqh-roadmap-list {
  position: relative;
}
.hqh-roadmap-list::before {
  content: "";
  position: absolute;
  left: 6.25vw;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(1,195,83,.28);
}
.hqh-roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 12.5vw minmax(0, 1fr);
  gap: 2.0833vw;
  margin-bottom: 1.25vw;
}
.hqh-roadmap-item:last-child {
  margin-bottom: 0;
}
.hqh-roadmap-time {
  position: relative;
  z-index: 1;
  height: 5.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01C353;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
}
.hqh-roadmap-content {
  padding: 2.0833vw;
  background: #fff;
  box-shadow: 0 8px 30px rgba(1,29,15,.06);
}
.hqh-roadmap-content h3 {
  margin: 0;
  font-size: 1.3542vw;
  color: #011D0F;
}
.hqh-roadmap-content strong {
  color: #011D0F;
}
.index-page .index-news .s5-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5625vw;
}
.index-page .index-news .s5-2-item {
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 0;
  margin-right: 0;
  background: #fff;
}
.index-page .index-news .s5-2-item:nth-child(n+4) {
  display: none;
}
.index-page .index-news .s5-2-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef4f1;
}
.index-page .index-news .s5-2-item h1 {
  min-height: 4.8em;
  padding: 1.25vw 1.25vw .8333vw;
  line-height: 1.6;
}
.index-page .index-news .s5-2-item p {
  min-height: 3em;
  padding: 0 1.25vw;
}
.index-page .index-news .s5-2-item .s5-item-button {
  align-self: flex-start;
  margin: 1.25vw;
  opacity: 1;
  transform: none;
}
.index-page .index-news .s5-2-item:hover .s5-item-button {
  transform: none;
}
.hqh-source-rich p {
  font-size: 0.9375vw;
  line-height: 1.9;
  color: #404040;
  padding-bottom: 1vw;
}
.hqh-source-rich ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hqh-source-rich li {
  position: relative;
  padding-left: 1.15vw;
  margin-bottom: .75vw;
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #404040;
}
.hqh-source-rich li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: .36vw;
  height: .36vw;
  background: #01C353;
}
.hqh-team-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
  padding: 0 8.3333vw 6vw;
}
.hqh-team-card {
  width: calc((100% - 6.25vw) / 5);
  background: #fff;
  box-shadow: 0 3px 18px rgba(0,0,0,.08);
  overflow: hidden;
}
.hqh-team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hqh-team-card div {
  padding: 1.1vw;
}
.hqh-team-card h3 {
  margin: 0 0 .4vw;
  color: #011D0F;
  font-size: 1.05vw;
}
.hqh-team-card p {
  margin: 0;
  color: #8A8A8A;
  font-size: .78vw;
  line-height: 1.55;
}
.hqh-team-list {
  padding: 0 8.3333vw 6vw;
}
.hqh-team-profile {
  display: grid;
  grid-template-columns: minmax(220px, 18.5vw) 1fr;
  gap: 2.2vw;
  align-items: stretch;
  margin-bottom: 1.5625vw;
  background: #fff;
  border: 1px solid #edf2ef;
  box-shadow: 0 12px 34px rgba(0, 28, 14, .08);
  overflow: hidden;
}
.hqh-team-photo {
  min-height: 20vw;
  background: #f4f7f5;
}
.hqh-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20vw;
  object-fit: cover;
  object-position: center top;
}
.hqh-team-info {
  position: relative;
  padding: 2.2vw 2.5vw 2.2vw 0;
}
.hqh-team-index {
  position: absolute;
  top: 1.6vw;
  right: 2vw;
  color: rgba(1, 195, 83, .14);
  font-size: 3vw;
  font-weight: bold;
  line-height: 1;
}
.hqh-team-info h3 {
  position: relative;
  margin: 0 0 .55vw;
  color: #011D0F;
  font-size: 1.45vw;
  line-height: 1.25;
  z-index: 1;
}
.hqh-team-role {
  position: relative;
  margin: 0 0 1.2vw;
  color: #02954B;
  font-size: .9vw;
  font-weight: bold;
  line-height: 1.6;
  z-index: 1;
}
.hqh-team-intro {
  position: relative;
  z-index: 1;
}
.hqh-team-intro p {
  margin: 0 0 .7vw;
  color: #4C5651;
  font-size: .9vw;
  line-height: 1.9;
}
.hqh-team-intro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hqh-team-intro li {
  position: relative;
  margin-bottom: .55vw;
  padding-left: 1vw;
  color: #4C5651;
  font-size: .9vw;
  line-height: 1.85;
}
.hqh-team-intro li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: .36vw;
  height: .36vw;
  background: #01C353;
}
.hqh-simple-section {
  padding: 5.5vw 8.3333vw;
}
.hqh-simple-title {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #02954B;
  padding-bottom: 2vw;
}
.p-box {
  display: flex;
}
.p-box .left {
  width: 12.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-menu-list {
  padding-top: 5.2083vw;
  height: fit-content;
  position: sticky;
  top: 5.2083vw;
}
.p-menu-item {
  text-align: center;
  color: #000;
  margin-bottom: .5208vw;
  padding: .5208vw .2604vw;
  transition: all ease .5s;
  font-size: .8333vw;
  cursor: pointer;
}
.p-menu-item:hover,
.pl-active {
  background: #01C353;
  color: #fff;
}
.technology-page .index-product {
  padding: 0 8.3333vw 5.5vw;
}
.technology-page .index-product .s3-2 {
  padding: 0;
}
.technology-page .index-product .s3-2-2 {
  display: flex;
  justify-content: space-between;
}
.technology-page .index-product .s3-2-2-item {
  width: 32%;
  background: #fff;
  box-shadow: 0 3px 18px rgba(0,0,0,.08);
  padding-bottom: 1.5vw;
}
.technology-page .index-product .s3-2-2-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.technology-page .index-product .s3-2-2-item h1 {
  font-size: 1.25vw;
  color: #011D0F;
  padding: 1.4vw 1.4vw .8vw;
}
.technology-page .index-product .s3-2-2-item p {
  font-size: .8333vw;
  color: #8A8A8A;
  padding: 0 1.4vw;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .header .left img,
  .footer .top-left img {
    width: 160px;
    min-width: 0;
  }
  .footer .footer-top {
    display: block;
    padding: 36px 24px 30px;
  }
  .footer .top-left img {
    padding: 8px 10px;
  }
  .footer .link {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer .link-list {
    gap: 8px 14px;
  }
  .footer .footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-top: 26px;
  }
  .footer .footer-menu a {
    padding: 0;
    font-size: 14px;
  }
  .footer .footer-menu a::after {
    display: none;
  }
  .footer .platform,
  .footer .contact .input-box {
    justify-content: flex-start;
  }
  .footer .contact p {
    text-align: left;
  }
  .footer .footer-qr-list {
    justify-content: flex-start;
    gap: 18px;
    padding-top: 24px;
  }
  .footer .footer-qr-card {
    width: 128px;
    min-width: 0;
  }
  .footer .footer-qr-card p {
    padding-top: 10px;
    font-size: 14px;
  }
  .footer .footer-bottom {
    padding: 18px 24px;
  }
  .hqh-about-intro,
  .hqh-about-ecosystem,
  .hqh-about-team {
    padding: 45px 20px;
  }
  .hqh-about-intro,
  .hqh-about-grid {
    grid-template-columns: 1fr;
  }
  .hqh-about-intro {
    gap: 24px;
  }
  .hqh-about-en,
  .hqh-section-title p {
    font-size: 24px;
  }
  .hqh-about-copy h2,
  .hqh-section-title h2 {
    margin: 8px 0 12px;
    font-size: 26px;
  }
  .hqh-about-copy p,
  .hqh-section-title span,
  .hqh-about-panel p {
    font-size: 14px;
  }
  .hqh-about-tags span {
    padding: 8px 12px;
    font-size: 13px;
  }
  .hqh-about-visual,
  .hqh-about-visual img {
    min-height: 220px;
  }
  .hqh-section-title {
    max-width: none;
    margin-bottom: 24px;
  }
  .hqh-about-panel {
    min-height: 0;
    padding: 24px;
  }
  .hqh-about-panel strong {
    font-size: 14px;
  }
  .hqh-about-panel h3 {
    font-size: 20px;
  }
  .hqh-news-listing {
    padding: 45px 20px;
  }
  .hqh-news-head {
    max-width: none;
    margin-bottom: 24px;
  }
  .hqh-news-head p {
    font-size: 24px;
  }
  .hqh-news-head h2 {
    margin: 8px 0 12px;
    font-size: 26px;
  }
  .hqh-news-head span,
  .hqh-news-feature p,
  .hqh-news-card p {
    font-size: 14px;
  }
  .hqh-news-feature,
  .hqh-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
  }
  .hqh-news-feature {
    gap: 18px;
    padding: 16px;
    margin-bottom: 20px;
  }
  .hqh-news-date {
    font-size: 13px;
  }
  .hqh-news-feature h3 {
    font-size: 22px;
  }
  .hqh-news-feature span {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }
  .hqh-news-grid {
    gap: 18px;
  }
  .hqh-news-card-body {
    padding: 18px;
  }
  .hqh-news-card h3 {
    min-height: 0;
    font-size: 20px;
  }
  .hqh-news-detail {
    padding: 45px 20px;
  }
  .hqh-news-detail-head {
    margin-bottom: 18px;
  }
  .hqh-news-detail-head h2 {
    font-size: 24px;
  }
  .hqh-news-cover {
    margin-bottom: 24px;
  }
  .contact-page .ct1 {
    gap: 24px;
  }
  .contact-page .hqh-contact-info {
    padding-top: 8px;
  }
  .contact-page .hqh-contact-group + .hqh-contact-group {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contact-page .hqh-contact-group p {
    grid-template-columns: 3.4em 1fr;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact-page .ct1-right {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .banner .banner-text {
    max-width: 86vw;
  }
  .banner .bn-title p,
  .hqh-source-rich p,
  .hqh-source-rich li {
    font-size: 14px;
  }
  .hqh-team-row {
    padding: 0 20px 45px;
  }
  .hqh-team-card {
    width: calc((100% - 15px) / 2);
  }
  .hqh-team-card div {
    padding: 14px;
  }
  .hqh-team-card h3 {
    font-size: 16px;
  }
  .hqh-team-card p {
    font-size: 12px;
  }
  .hqh-team-list {
    padding: 0 20px 45px;
  }
  .hqh-team-profile {
    display: block;
    margin-bottom: 18px;
  }
  .hqh-team-photo,
  .hqh-team-photo img {
    min-height: 0;
  }
  .hqh-team-photo img {
    aspect-ratio: 4 / 5;
  }
  .hqh-team-info {
    padding: 22px 18px;
  }
  .hqh-team-index {
    top: 18px;
    right: 18px;
    font-size: 38px;
  }
  .hqh-team-info h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .hqh-team-role {
    margin-bottom: 14px;
    padding-right: 54px;
    font-size: 13px;
  }
  .hqh-team-intro p,
  .hqh-team-intro li {
    font-size: 14px;
  }
  .hqh-team-intro p {
    margin-bottom: 10px;
  }
  .hqh-team-intro li {
    margin-bottom: 8px;
    padding-left: 14px;
  }
  .hqh-team-intro li::before {
    top: .75em;
    width: 5px;
    height: 5px;
  }
  .hqh-simple-section {
    padding: 45px 20px;
  }
  .hqh-simple-title {
    font-size: 24px;
  }
  .index-page .hqh-about-clean .s2-top-text {
    width: auto;
    padding: 40px 24px 90px;
  }
  .index-page .hqh-about-clean .s2-top-content {
    max-width: none;
  }
  .index-page .hqh-about-clean .s2-top-content p {
    font-size: 14px;
  }
  .index-page .hqh-about-clean .s2-bottom {
    right: 24px;
    bottom: 28px;
    width: 150px;
    height: 42px;
  }
  .index-page .hqh-about-clean .s2-bottom-text {
    margin-right: 10px;
    font-size: 14px;
  }
  .index-page .hqh-about-clean .s2-bottom-button {
    width: 30px;
    height: 30px;
  }
  .index-page .hqh-about-clean .s2-left-bottom {
    padding: 36px 24px 40px;
  }
  .index-page .hqh-about-clean .hqh-about-empty,
  .index-page .hqh-about-clean .hqh-about-empty::before {
    min-height: 180px;
  }
  .hqh-tech-flow {
    padding: 45px 20px;
  }
  .hqh-flow-head {
    display: block;
    padding-bottom: 24px;
  }
  .hqh-flow-head h1,
  .hqh-flow-head h2 {
    font-size: 26px;
  }
  .hqh-flow-head p {
    max-width: none;
    font-size: 14px;
  }
  .hqh-flow-button {
    margin-top: 18px;
  }
  .hqh-flow-list::before {
    display: none;
  }
  .hqh-flow-item,
  .hqh-flow-adv {
    display: block;
    min-height: 0;
    margin-bottom: 16px;
    padding: 0 0 24px;
  }
  .hqh-flow-num {
    width: 58px;
    height: 44px;
    font-size: 18px;
  }
  .hqh-flow-text {
    padding: 20px 20px 0;
  }
  .hqh-flow-text h3 {
    font-size: 20px;
  }
  .hqh-flow-text p {
    font-size: 14px;
  }
  .hqh-flow-media {
    padding: 18px 20px 0;
  }
  .hqh-step-tags {
    gap: 8px;
    margin-top: 14px;
  }
  .hqh-step-tags span {
    padding: 8px 10px;
    font-size: 13px;
  }
  .hqh-one-step-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 20px 0;
  }
  .hqh-one-step-media img {
    height: 190px;
  }
  .hqh-flow-adv ul {
    display: block;
  }
  .hqh-flow-adv li {
    min-height: 0;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
  }
  .hqh-flow-link {
    margin-top: 16px;
  }
  .hqh-device-grid {
    display: block;
    margin-top: 16px;
  }
  .hqh-device-card {
    margin-bottom: 14px;
  }
  .hqh-device-card h4 {
    padding: 16px 16px 0;
    font-size: 17px;
  }
  .hqh-device-card p,
  .hqh-flow-text .hqh-device-card p {
    padding: 10px 16px 18px;
    font-size: 14px;
  }
  .hqh-system-devices {
    padding: 45px 20px 0;
  }
  .hqh-solution-diagram,
  .hqh-solution-devices {
    padding: 45px 20px;
  }
  .hqh-solution-devices {
    padding-top: 36px;
  }
  .hqh-solution-head {
    max-width: none;
    margin-bottom: 24px;
  }
  .hqh-solution-head p {
    font-size: 24px;
  }
  .hqh-solution-head h2 {
    margin: 8px 0 12px;
    font-size: 26px;
  }
  .hqh-solution-head span {
    font-size: 14px;
  }
  .hqh-diagram-frame {
    max-width: none;
    padding: 10px;
    overflow-x: auto;
  }
  .hqh-diagram-frame img {
    min-width: 760px;
  }
  .hqh-equipment-item {
    display: block;
    max-width: none;
    margin-bottom: 22px;
    padding: 18px;
  }
  .hqh-equipment-reverse .hqh-equipment-media {
    order: initial;
  }
  .hqh-equipment-media {
    min-height: 220px;
    margin-bottom: 20px;
  }
  .hqh-equipment-media img {
    max-height: 300px;
  }
  .hqh-equipment-kicker {
    min-height: 28px;
    padding: 0 12px;
    font-size: 13px;
  }
  .hqh-equipment-copy h3 {
    margin: 12px 0 10px;
    font-size: 22px;
  }
  .hqh-equipment-copy p,
  .hqh-equipment-copy li {
    font-size: 14px;
  }
  .hqh-equipment-copy ul {
    gap: 10px;
    margin-top: 14px;
  }
  .hqh-equipment-copy li {
    padding-left: 16px;
  }
  .hqh-equipment-copy li::before {
    width: 6px;
    height: 6px;
  }
  .hqh-strategy-home,
  .hqh-corp-section,
  .hqh-strategy-position {
    padding: 45px 20px;
  }
  .hqh-strategy-home-grid,
  .hqh-position-grid,
  .hqh-capital-grid,
  .hqh-eco-grid {
    display: block;
  }
  .hqh-strategy-home-card,
  .hqh-position-grid div,
  .hqh-capital-card,
  .hqh-eco-grid div {
    margin-bottom: 14px;
  }
  .hqh-strategy-home-card {
    min-height: 0;
    padding: 24px;
  }
  .hqh-strategy-home-card span,
  .hqh-position-grid span,
  .hqh-capital-card li,
  .hqh-eco-grid div,
  .hqh-corp-head p,
  .hqh-capital-card p,
  .hqh-ecosystem-box p,
  .hqh-roadmap-content p {
    font-size: 14px;
  }
  .hqh-strategy-home-card h3,
  .hqh-ecosystem-box h3,
  .hqh-roadmap-content h3 {
    font-size: 20px;
  }
  .hqh-strategy-home-card p {
    font-size: 14px;
  }
  .hqh-strategy-en,
  .hqh-strategy-position h2,
  .hqh-corp-head h2 {
    font-size: 26px;
  }
  .hqh-position-grid {
    margin-top: 24px;
  }
  .hqh-position-grid div {
    padding: 20px;
  }
  .hqh-position-grid strong,
  .hqh-capital-card h3 {
    font-size: 18px;
  }
  .hqh-corp-head {
    display: block;
    padding-bottom: 24px;
  }
  .hqh-corp-head p,
  .hqh-ecosystem-box p {
    max-width: none;
  }
  .hqh-capital-section .hqh-corp-head p {
    white-space: normal;
  }
  .hqh-capital-card {
    min-height: 0;
    padding: 24px;
  }
  .hqh-capital-card span {
    font-size: 38px;
  }
  .hqh-capital-card li {
    padding-left: 14px;
  }
  .hqh-capital-card li::before {
    width: 5px;
    height: 5px;
  }
  .hqh-ecosystem-box {
    margin-top: 14px;
    padding: 24px;
  }
  .hqh-eco-grid {
    background: transparent;
  }
  .hqh-eco-grid div {
    min-height: 0;
    padding: 16px;
  }
  .hqh-roadmap-list::before {
    display: none;
  }
  .hqh-roadmap-item {
    display: block;
    margin-bottom: 16px;
  }
  .hqh-roadmap-time {
    width: 94px;
    height: 48px;
    font-size: 18px;
  }
  .hqh-roadmap-content {
    padding: 24px;
  }
  .index-page .index-news .s5-2 {
    display: block;
  }
  .index-page .index-news .s5-2-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .index-page .index-news .s5-2-item img {
    aspect-ratio: 4 / 3;
  }
  .index-page .index-news .s5-2-item h1 {
    min-height: 0;
    padding: 16px 16px 10px;
    font-size: 20px;
  }
  .index-page .index-news .s5-2-item p {
    min-height: 0;
    padding: 0 16px;
    font-size: 14px;
  }
  .index-page .index-news .s5-2-item .s5-item-button {
    margin: 16px;
  }
  .header .has-sub .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .header .has-sub .sub-menu a {
    padding: 8px 0 0;
    font-size: 13px;
    color: #01C353;
  }
  .p-box {
    flex-wrap: wrap;
  }
  .p-box .left {
    width: 100%;
  }
  .p-menu-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
  }
  .p-menu-item {
    width: fit-content;
    margin-right: 10px;
    font-size: 14px;
  }
  .technology-page .index-product .s3-2-2 {
    display: block;
  }
  .technology-page .index-product .s3-2-2-item {
    width: 100%;
    margin-bottom: 18px;
  }
  .technology-page .index-product .s3-2-2-item h1 {
    font-size: 18px;
  }
  .technology-page .index-product .s3-2-2-item p {
    font-size: 14px;
  }
}
