/*============================
#worres
============================*/
section#worres {
  display: flex;
  padding: var(--padding-block, 80px) var(--padding-inline, 20px)
    var(--scale-40, 40px) var(--padding-inline, 20px);
  flex-direction: column;
  align-items: center;
  gap: var(--scale-40, 40px);
  align-self: stretch;
  background: url(../images/worries-bg.jpg) center bottom / cover no-repeat;
}
section#worres div.worres__heading {
}
section#worres div.worres__heading h2 {
  color: var(--surface, #fff);
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: var(--scale-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  align-self: stretch;
}
section#worres div.worres__heading h2 span {
}
section#worres div.worres__body {
}
section#worres div.worres__body div.body__comments {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--scale-16, 16px);
  align-self: stretch;
  max-width: 1061px;
}
section#worres div.worres__body div.body__comments div.comments__comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#worres
  div.worres__body
  div.body__comments
  div.comments__comment
  figure.comment__img {
  width: min(100vw / 375 * 40, 64px);
}
section#worres
  div.worres__body
  div.body__comments
  div.comments__comment
  figure.comment__img
  img {
  display: flex;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  width: 100%;
}
section#worres div.worres__body div.body__comments div.comments__comment p {
  flex: 1 0 0;
}
section#worres
  div.worres__body
  div.body__comments
  div.comments__comment
  div.comment__text {
  display: flex;
  padding: var(--scale-16, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--scale-8, 8px);
  border-radius: var(--scale-8, 8px);
  background: var(--on-surface, #2a292c);
  color: var(--surface, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  flex: 1 0 0;
}
section#worres
  div.worres__body
  div.body__comments
  div.comments__comment
  figure.comment__tail {
  height: 33.407px;
  flex: 1 0 0;
  aspect-ratio: 32/33.41;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  section#worres div.worres__body div.body__comments {
    flex-direction: column;
  }
  section#worres div.worres__body div.body__comments div.comments__comment {
    width: 100%;
  }
  section#worres
    div.worres__body
    div.body__comments
    div.comments__comment
    div.comment__text {
    flex-direction: row;
    display: flex;
    padding: var(--scale-16, 13px);
    justify-content: center;
    align-items: center;
    gap: var(--scale-16, 13px);
    align-self: stretch;
  }
}

/*============================
#solution
============================*/
section#solution {
  padding: var(--scale-40, 40px) var(--padding-inline, 20px)
    var(--scale-80, 80px) var(--padding-inline, 20px);
}
section#solution div.solution__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-56, 56px);
  align-self: stretch;
}
section#solution div.solution__container div.solution__heading {
}
section#solution div.solution__container div.solution__heading h2 {
  gap: var(--scale-8, 8px);
  color: var(--primary, #003da7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  flex: 1 0 0;
}
section#solution div.solution__container div.solution__heading h2 span {
  padding: var(--scale-4, 4px) 0;
  justify-content: center;
  align-items: center;
  border-bottom: var(--scale-4, 4px) solid var(--primary, #003da7);
}
section#solution div.solution__container div.solution__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--scale-4, 4px);
  color: var(--on-surface, #2a292c);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-32, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  max-width: 642px;
}
section#solution div.solution__container div.solution__body .body__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section#solution div.solution__container div.solution__body span.box {
  padding: var(--scale-4, 4px) var(--scale-16, 16px);
  justify-content: center;
  align-items: center;
  background: var(--primary, #003da7);
  color: var(--surface, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-32, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
section#solution div.solution__container div.solution__body span {
}
section#solution div.solution__container div.solution__body span.highlight {
  background: linear-gradient(
    180deg,
    rgba(246, 255, 0, 0) 69%,
    var(--on-primary-highlight, #f6ff00) 70%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--scale-4, 4px);
  color: var(--primary, #003da7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-32, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
section#solution
  div.solution__container
  div.solution__body
  span.highlight:before {
  content: "";
  width: var(--scale-16, 16px);
  height: var(--scale-32, 32px);
  border-top: var(--scale-4, 4px) solid var(--primary, #003da7);
  border-left: var(--scale-4, 4px) solid var(--primary, #003da7);
  display: block;
}
section#solution
  div.solution__container
  div.solution__body
  span.highlight:after {
  content: "";
  width: var(--scale-16, 16px);
  height: var(--scale-32, 32px);
  display: block;
  border-right: var(--scale-4, 4px) solid var(--primary, #003da7);
  border-bottom: var(--scale-4, 4px) solid var(--primary, #003da7);
}
