/*============================
#features
============================*/
section#features {
  padding: var(--scale-80, 80px) var(--padding-inline, 20px)
    var(--padding-block, 80px) var(--padding-inline, 20px);
  background: url(../images/worries-bg.svg) center top / 100% auto no-repeat;
}
section#features div.features__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-row, 56px);
  align-self: stretch;
}
section#features div.features__container div.features__heading {
  display: flex;
  max-width: var(--width-mid, 1100px);
  flex-direction: column;
  align-items: center;
  gap: var(--scale-16, 16px);
  align-self: stretch;
  margin-inline: auto;
}
section#features div.features__container div.features__heading div.heading__en {
  color: var(--on-primary-container, #245eb4);
  text-align: center;
  font-family: Barlow;
  font-size: var(--scale-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.84px;
}
section#features div.features__container div.features__heading svg {
  width: 145px;
}

section#features
  div.features__container
  div.features__heading
  div.heading__sub-title {
  color: var(--on-primary-container, #245eb4);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-32, 32px);
  font-style: normal;
  font-weight: 700;
  flex: 1 0 0;
  line-height: normal;
}
section#features div.features__container div.features__heading h2 {
  color: var(--on-surface, #393f47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--scale-8, 8px);
  align-items: stretch;
}
section#features div.features__container div.features__body {
  display: flex;
  max-width: var(--width-mid, 1100px);
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px var(--gap-column, 40px);
  align-self: stretch;
  flex-wrap: wrap;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  section#features div.features__container div.features__body {
    flex-direction: column;
  }
}

section#features div.features__container div.features__body figure.body__img {
  flex: 1 0 0;
}
section#features
  div.features__container
  div.features__body
  figure.body__img
  img {
}
section#features div.features__container div.features__body div.body__text {
  display: flex;
  min-width: 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--scale-40, 40px);
  flex: 1 0 0;
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__decription {
  align-self: stretch;
  color: var(--on-surface, #393f47);
  font-family: "Noto Sans JP";
  font-size: var(--scale-20, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points {
  display: flex;
  padding: var(--scale-24, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--scale-16, 16px);
  align-self: stretch;
  border-radius: var(--scale-8, 8px);
  border: var(--scale-4, 4px) solid var(--border, #bcc3c6);
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points
  h3 {
  display: flex;
  padding: 0 var(--scale-16, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background: var(--primary, #2894e2);
  color: var(--surface, #fff);
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points
  ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points
  ul
  li {
  padding: var(--scale-8, 8px) 0;
  align-items: flex-start;
  gap: var(--scale-8, 8px);
  align-self: stretch;
  border-bottom: 1px solid var(--border, #bcc3c6);
  position: relative;
  padding-left: var(--scale-32);

  color: var(--on-surface, #393f47);
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points
  ul
  li:nth-last-of-type(1) {
  border: none;
}
section#features
  div.features__container
  div.features__body
  div.body__text
  div.text__points
  ul
  li
  svg {
  width: var(--scale-20);
  position: absolute;
  left: 0;
  top: var(--scale-8, 8px);
}

section#features div.features__container div.features__result {
  max-width: var(--width-mid, 1100px);
  padding: var(--scale-20, 16px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: var(--scale-16, 13px);
  border: var(--scale-4, 4px) solid var(--border, #bcc3c6);
  background: var(--secondary-container, #fffadb);
  color: var(--on-surface, #393f47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-24, 20px);
  font-style: normal;
  font-weight: 700;
  margin-inline: auto;
  line-height: 150%; /* 30px */
  width: 100%;
}
section#features div.features__container div.features__result span.highlight {
  color: var(--tertiary, #018e01);
}
