.concept {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 40px;
}
.s .concept {
  padding: 0 20px;
}

.concept-mainText {
  font-size: 6.0rem;
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Syncopate", "serif";
  font-weight: 700;
  text-align: center;
  background: url(../../../img/page/grange.png), linear-gradient(135deg, #fff, #fff);
  background-size: 100%;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
}
.s .concept-mainText {
  font-size: 30px;
  margin-top: 10px;
}
.concept-valueList {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 25px;
}
.s .concept-valueList {
  flex-direction: column; 
}

.concept-titleBox {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding:  10px 75px;
  line-height: 1;
  text-align: center;
}
.s .concept-titleBox {
  font-size: 18px;
  
}
.concept-main .concept-titleBox {
  width: fit-content;
}
.s .concept-main .concept-titleBox {
  width: 100%;
}
.concept-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.concept-sub {
  display: flex;
  justify-content: center;
  gap: 45px;
}
.s .concept-sub {
  flex-direction: column;
}
.concept-subText {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.s .concept-subText {
  font-size: 14px;
}
.concept-subItem {
  width: 100%;
}
