.emergence-response[data-v-540c63dc] {
  background-color: #fff;
  padding-inline: var(--gutter);
  display: grid;
}
@media screen and (min-width: 1024px) {
.emergence-response[data-v-540c63dc] {
    gap: clamp(0px, 1.6666666667vw, 24px);
}
}
@media screen and (max-width: 1023.98px) {
.emergence-response[data-v-540c63dc] {
    gap: 16px;
}
}
.emergence-response .text-item[data-v-540c63dc] {
  background-color: var(--fill-bg-grey);
  border-radius: 8px;
  display: grid;
}
@media screen and (min-width: 1024px) {
.emergence-response .text-item[data-v-540c63dc] {
    grid-template-columns: auto 1fr;
    min-height: clamp(0px, 6.8055555556vw, 98px);
    align-items: center;
    padding-left: clamp(0px, 2.0833333333vw, 30px);
}
}
@media screen and (max-width: 1023.98px) {
.emergence-response .text-item[data-v-540c63dc] {
    padding: 16px 20px 24px;
}
}
.emergence-response .text-item .item-label[data-v-540c63dc] {
  font-size: var(--sub-h3);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-bk-primary);
  position: relative;
}
.emergence-response .text-item .item-value[data-v-540c63dc] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-family: "NotoSansJP";
  line-height: 2;
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
.emergence-response .text-item .item-value[data-v-540c63dc] {
    padding: clamp(0px, 1.0416666667vw, 15px);
}
}
@media screen and (max-width: 1023.98px) {
.emergence-response .text-item .item-value[data-v-540c63dc] {
    padding-top: 8px;
}
}
.emergence-response .top-title[data-v-540c63dc] {
  font-size: var(--sub-h2);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  margin-bottom: 6px;
}
.emergence-response .desc[data-v-540c63dc] {
  font-size: var(--body4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
}
@media screen and (max-width: 1023.98px) {
.emergence-response .desc[data-v-540c63dc] {
    margin-top: 8px;
}
}