.culturePageMain {
  min-height: 9.28rem;
  background: #fff;
}

.cultureStatement {
  padding: .84rem 0 1.1rem;
}

.cultureStatementVisual {
  height: 3.71rem;
  position: relative;
  overflow: hidden;
  border-radius: .14rem;
  background: url('../images/culture-04.png') center 57% / cover no-repeat;
}

.cultureStatementText {
  width: 8.2rem;
  position: absolute;
  top: .89rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.cultureStatementText h2 {
  color: #003699;
  font-size: clamp(34px, .64rem, 64px);
  line-height: 1.28;
  font-weight: 700;
}

.cultureStatementText h2 span {
  color: #ff7800;
  padding: 0 .05rem;
}

.cultureStatementText p {
  margin-top: .23rem;
  color: #003699;
  font-size: clamp(12px, .16rem, 16px);
  line-height: 1.6;
  white-space: nowrap;
}

.cultureValues {
  margin-top: .78rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .18rem;
  align-items: end;
}

.cultureValue {
  min-height: 2.85rem;
  padding: .38rem .35rem .29rem .38rem; 
  position: relative;
  border-top: .08rem solid #003699;
  border-radius: .14rem;
  background: #fff;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
  transition: transform .3s ease-in-out;
}

.cultureValue:hover {
  transform: translateY(-.17rem);
}

.cultureValueIcon {
  width: .46rem;
  height: .46rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cultureValueIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cultureValue h3 {
  margin-top: .41rem;
  color: #111;
  font-size: clamp(18px, .22rem, 22px);
  line-height: 1.4;
  font-weight: 700;
}

.cultureValue p {
  margin-top: .17rem;
  color: #7b7b7b;
  font-size: clamp(14px, .18rem, 18px);
  line-height: 1.55;
}

@media (max-width: 768px) {
  .cultureStatement { padding: .5rem 0 .6rem; }
  .cultureStatementVisual { height: 2.5rem; }
  .cultureStatementText { width: 92%; top: .5rem; }
  .cultureStatementText h2 { font-size: clamp(28px, .38rem, 38px); }
  .cultureStatementText p { margin-top: .12rem; white-space: normal; font-size: clamp(12px, .14rem, 14px); }
  .cultureValues { margin-top: .35rem; grid-template-columns: 1fr; gap: .16rem; }
  .cultureValue { min-height: 2.1rem; padding: .25rem; }
  .cultureValue h3 { margin-top: .2rem; }
}
