.process__title[data-v-01dfefb0] {
  font-size: var(--h4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  line-height: 1.5;
  margin-bottom: clamp(0px, 2.7777777778vw, 40px);
}
.process__list[data-v-01dfefb0] {
  display: flex;
  gap: 17px;
  margin-bottom: clamp(10px, 1.6666666667vw, 24px);
}
.process__list-item[data-v-01dfefb0] {
  flex: 1;
  background: var(--fill-card);
  border-radius: 8px;
  padding: clamp(0px, 2.7777777778vw, 40px) clamp(0px, 1.6666666667vw, 24px);
}
.process__list-item-icon[data-v-01dfefb0] {
  width: clamp(32px, 5.2083333333vw, 75px);
  height: clamp(28px, 4.5138888889vw, 65px);
}
.process__list-item[data-v-01dfefb0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process__list-item-text[data-v-01dfefb0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process_list-item-text-title[data-v-01dfefb0],
.process_list-item-text-name[data-v-01dfefb0] {
  font-size: var(--body1);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.process_list-item-text-name[data-v-01dfefb0] {
  margin-bottom: clamp(8px, 1.1111111111vw, 16px);
}
.process_list-item-text-desc[data-v-01dfefb0] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2;
}
.process__remark-item[data-v-01dfefb0] {
  font-size: var(--desc);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2;
}
@media screen and (min-width: 1024px) {
.process__page[data-v-01dfefb0] {
    width: clamp(0px, 91.1111111111vw, 1312px);
    margin: 0 auto;
}
.process__list-item-icon[data-v-01dfefb0] {
    margin-bottom: clamp(0px, 1.875vw, 27px);
}
}
@media screen and (max-width: 1023.98px) {
.process__page[data-v-01dfefb0] {
    padding: 0 24px;
}
.process__title[data-v-01dfefb0] {
    margin-bottom: 32px;
}
.process__list[data-v-01dfefb0] {
    flex-direction: column;
}
.process__list-item[data-v-01dfefb0] {
    flex-direction: row;
    align-items: flex-start;
    padding: 32px 20px;
}
.process__list-item-icon[data-v-01dfefb0] {
    margin-right: 14px;
}
.process__list-item-text[data-v-01dfefb0] {
    align-items: flex-start;
}
}