.equipment-lllt .sc__what-is .flex-container:lang(en) {
  align-items: flex-start;
}

.sc__lllt-advantage .advantage-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sc__lllt-advantage .advantage-list + .advantage-list {
  position: relative;
  padding-top: 4rem;
  margin-top: 4rem;
}

.sc__lllt-advantage .advantage-list + .advantage-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 84%;
  height: 1px;
  background: #e1e1e1;
}

.sc__lllt-advantage .advantage-list .list-caption {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;

  width: 20rem;
  height: 20rem;

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0.5em;

  flex-shrink: 0;
}

.sc__lllt-advantage .advantage-list .list-caption:lang(en) {
  font-size: 2rem;
}

.sc__lllt-advantage .advantage-list.advantage-effect-list .list-caption {
  border: 1px solid var(--color-primary-light);
  color: var(--color-primary);
}

.sc__lllt-advantage .advantage-list.advantage-disease-list .list-caption {
  border: 1px solid #32a198;
  background: #32a198;
  color: #fff;
}

.sc__lllt-advantage .advantage-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sc__lllt-advantage .advantage-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  padding: 0.5em;

  width: 20rem;
  height: 20rem;

  border-radius: 50%;

  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.sc__lllt-advantage .advantage-list .item:lang(en) {
  font-size: 1.6rem;
}

.sc__lllt-advantage .advantage-list.advantage-effect-list .item {
  border: 1px solid var(--color-primary-light);
  color: var(--color-primary);
  background: #c2dae8;
}

.sc__lllt-advantage .advantage-list.advantage-effect-list .item.bg-light {
  background: #e6f0f6;
}

.sc__lllt-advantage .advantage-list.advantage-disease-list .item {
  border: 1px solid #64c4b4;
  color: #32a198;
  background: #c2e6e8;
}

.sc__lllt-advantage .advantage-list.advantage-disease-list .item.bg-light {
  background: #e6f6f6;
}

.sc__lllt-advantage .advantage-list .item .image {
  width: 6rem;
  height: 6rem;
}

.sc__lllt-advantage .advantage-list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc__lllt-principle .flex-container {
  display: flex;
  align-items: center;
}

.sc__lllt-principle .flex-container .image-wrap {
  width: 48%;
  flex-shrink: 0;
}

.sc__lllt-principle .flex-container .title-wrap {
  flex: 1;
  padding-right: 7%;
}

.sc__lllt-principle .flex-container {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #64a1c4;
}

.sc__lllt-wroks .point-list .point-item .image-wrap {
  height: 100%;
}

.sc__lllt-wroks .works-text-box {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;

  padding: 0.2em 0.6em;
  margin-bottom: 2rem;

  background: var(--color-primary);
}

.sc__lllt-wroks .works-list {
  display: flex;
  flex-direction: column;
  gap: 0.6em;

  font-size: 1.7rem;
  color: var(--color-primary);
}

.sc__lllt-wroks .works-list li:before {
  content: "✔ ";
  color: var(--color-text-secondary);
}

@media (max-width: 1024px) {
  .sc__lllt-advantage .advantage-list {
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .sc__lllt-principle .flex-container {
    flex-direction: column;
  }

  .sc__lllt-principle .flex-container .title-wrap {
    padding-right: 0;
  }

  .sc__lllt-principle .flex-container .image-wrap {
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 500px) {
  .sc__lllt-advantage .advantage-list .list {
    gap: 1rem;
  }

  .sc__lllt-advantage .advantage-list .item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 4rem;

    width: 100%;
    height: auto;

    padding: 2rem 4rem;
    border-radius: 2.4rem;

    text-align: left;
  }

  .sc__lllt-advantage .advantage-list .item:lang(en) {
    font-size: 2rem;
  }

  .sc__lllt-advantage .advantage-list.advantage-effect-list .item.bg-light {
    background: #c2dae8;
  }

  .sc__lllt-advantage .advantage-list.advantage-effect-list .item:nth-child(even) {
    background: #e6f0f6;
  }

  .sc__lllt-advantage .advantage-list.advantage-disease-list .item.bg-light {
    background: #c2e6e8;
  }

  .sc__lllt-advantage .advantage-list.advantage-disease-list .item:nth-child(even) {
    background: #e6f6f6;
  }

  .sc__lllt-advantage .advantage-list .item br {
    display: none;
  }
}
