/* 国外版移动端 philosophy 组件专用样式 */

.g-service-philosophy__stats-mobile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding: 0;
  list-style: none;
}

.g-service-philosophy__stat-mobile {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 6px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.g-service-philosophy__stat-mobile:last-child {
          flex: 1;
          max-width: 100%;
}
.g-service-philosophy__stat-mobile:last-child .g-service-philosophy__stat-mobile__suffix{
  display: none;
}

.g-service-philosophy__stat-mobile__inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.g-service-philosophy__stat-mobile__inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 162, 0, 0.15);
}

.g-service-philosophy__stat-mobile__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  color: var(--g-service-accent, #f5a200);
  line-height: 1.1;
  margin-bottom: 8px;
}

.g-service-philosophy__stat-mobile__value-line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.05em;
  flex-wrap: wrap;
}

.g-service-philosophy__stat-mobile__value-num {
  font-size: 24px;
  line-height: 1;
}

.g-service-philosophy__stat-mobile__suffix-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-left: 2px;
}

.g-service-philosophy__stat-mobile__suffix {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: inherit;
}

.g-service-philosophy__stat-mobile__sub-suffix {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.05;
  color: inherit;
  margin-top: 2px;
}

.g-service-philosophy__stat-mobile__suffix--sup {
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
  margin-left: 2px;
}

.g-service-philosophy__stat-mobile__label {
  font-size: 12px;
  color: #2b2b2b;
  line-height: 1.3;
  word-break: break-word;
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
}

@media screen and (max-width: 374px) {
  .g-service-philosophy__stat-mobile__value-num {
    font-size: 20px;
  }

  .g-service-philosophy__stat-mobile__suffix {
    font-size: 12px;
  }

  .g-service-philosophy__stat-mobile__sub-suffix {
    font-size: 10px;
  }

  .g-service-philosophy__stat-mobile__label {
    font-size: 11px;
  }

  .g-service-philosophy__stat-mobile__inner {
    padding: 10px 8px;
    min-height: 90px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .g-service-philosophy__stat-mobile__value-num {
    font-size: 26px;
  }

  .g-service-philosophy__stat-mobile__inner {
    padding: 16px 12px;
    min-height: 110px;
  }
}
