/*============================
#worres
============================*/
section#worres {
  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#worres div.worres__container {
  width: 100%;
  max-width: var(--width-mid, 1100px);
  margin-inline: auto;
  gap: var(--gap-row, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
section#worres div.worres__container div.worres__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-16, 16px);
  align-self: stretch;
}
section#worres div.worres__container div.worres__heading img {
  display: flex;
  width: var(--scale-56, 56px);
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}
section#worres
  div.worres__container
  div.worres__heading
  div.heading__sub-title
  svg {
  width: 25px;
  height: 10px;
}
section#worres
  div.worres__container
  div.worres__heading
  div.heading__sub-title
  span {
  display: flex;
  padding: var(--scale-4, 4px) var(--scale-16, 16px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1000px;
  background: var(--primary, #2894e2);
  color: var(--surface, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#worres div.worres__container div.worres__heading h2 {
  color: var(--on-surface, #393f47);
  font-family: "Noto Sans JP";
  font-size: var(--scale-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-self: stretch;
  text-align: center;
  margin-inline: auto;
}
section#worres div.worres__container div.worres__heading h2 span.highlight {
  color: var(--primary, #2894e2);
}
section#worres div.worres__container div.worres__body {
  display: flex;
  max-width: var(--width-mid, 1100px);
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
section#worres div.worres__container div.worres__body div.body__comments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--scale-24, 24px);
  align-self: stretch;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  span.highlight {
  color: var(--on-primary-highlight, #ff0);
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  div.comments__comment-container {
  flex: 1 0 0;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  div.comments__comment {
  display: flex;
  padding: var(--scale-8, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--scale-18, 18px);
  align-self: stretch;
  border-radius: var(--scale-8, 8px);
  background: #7c7e8c;
  color: var(--surface, #fff);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  flex: 1 0 0;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  div.comments__comment-container
  .comment__bar {
  width: var(--scale-40, 40px);
  height: 20px;
  aspect-ratio: 2/1;
  background: var(--primary-container, #d0f3ff);
  margin-inline: auto;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  div.comments__comment
  figure.comment__img {
  display: flex;
  width: 80px;
  align-items: center;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__comments
  div.comments__comment
  figure.comment__img
  img {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__bars
  div.bars__bar {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__bars
  div.bars__bar
  div {
  background: var(--primary-container, #d0f3ff);
  width: var(--scale-40, 40px);
  height: 20px;
  aspect-ratio: 2/1;
}
section#worres div.worres__container div.worres__body div.body__result {
  padding: var(--scale-20, 20px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: var(--scale-16, 16px);
  border: var(--scale-4, 4px) solid var(--border, #bcc3c6);
  background: var(--secondary-container, #fffadb);
  color: var(--on-surface, #393f47);
  font-family: "Noto Sans JP";
  font-size: var(--scale-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  gap: 0;
  text-align: center;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__result
  span.highlight {
  color: var(--tertiary, #018e01);
}
section#worres div.worres__container div.worres__body div.body__arrows {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--scale-24, 24px);
  align-self: stretch;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__arrows
  div.bars__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__arrows
  div.bars__arrow
  div {
  width: var(--scale-40, 40px);
  height: 20px;
  aspect-ratio: 2/1;
  margin-inline: auto;
  background: var(--primary-container, #d0f3ff);
}
section#worres div.worres__container div.worres__body div.body__points {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--scale-24, 24px);
  align-self: stretch;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  span.highlight {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point {
  flex: 1 0 0;
  display: flex;
  padding: var(--scale-8, 8px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: var(--scale-8, 8px);
  align-self: stretch;
  border-radius: var(--scale-8, 8px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: var(--primary, #2894e2);

  box-shadow: 0 var(--scale-4, 4px) var(--scale-8, 8px) 0 rgba(0, 0, 0, 0.16);
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head {
  display: flex;
  align-items: center;
  gap: var(--scale-4, 4px);
  align-self: stretch;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  figure.head__img {
  width: 32px;
  aspect-ratio: 1/1;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  figure.head__img
  img {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__text
  div.text__title {
  color: var(--surface, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__text
  div.text__num.en {
  color: var(--surface, #fff);
  text-align: center;
  font-family: Barlow;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__text
  div.text__num.en
  div.text__num.en {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__button {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__button
  button.button {
  width: 24px;
  aspect-ratio: 1/1;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.point__head
  div.head__button
  button.button.close {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  h3 {
  font-feature-settings: "palt";
  display: flex;
  padding: var(--scale-8, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--scale-4, 4px);
  align-self: stretch;
  border-radius: var(--scale-8, 8px) var(--scale-8, 8px) 0 0;
  border-top: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  border-right: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  border-left: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  background: var(--primary-container, #d0f3ff);
  color: var(--on-surface, #393f47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-22, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  color: var(--on-surface, #393f47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-22, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  .body__description {
  display: flex;
  padding: var(--scale-16, 16px);
  flex-direction: column;
  align-items: center;
  gap: var(--scale-16, 16px);
  align-self: stretch;
  border-radius: 0 0 var(--scale-8, 8px) var(--scale-8, 8px);
  border-right: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  border-bottom: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  border-left: var(--scale-2, 2px) solid var(--on-primary-container, #245eb4);
  background: var(--surface, #fff);
  flex: 1 0 0;
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  figure.description__img {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  figure.description__img
  img {
}
section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.description__text {
  color: var(--on-surface, #393f47);
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}

section#worres
  div.worres__container
  div.worres__body
  div.body__points
  div.points__point
  div.description__text
  .highlight {
  color: var(--on-surface, #393f47);
  display: inline;

  /* underline-[18] */
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(255, 204, 0, 0.5);
  text-decoration-thickness: 30%; /* 5.4px */
  text-underline-offset: -2%; /* -0.36px */
  text-underline-position: from-font;
}
section#worres .button.close {
  display: none;
}

@media not screen and (max-width: 1024px) {
  section#worres
    div.worres__container
    div.worres__body
    div.body__points
    div.points__point
    div.point__head {
    display: none;
  }
  section#worres
    div.worres__container
    div.worres__body
    div.body__points
    div.points__point {
    padding: 0;
    border: none;
  }

  section#worres .button.open {
    display: none;
  }
}

section#worres .point__body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  section#worres div.worres__container div.worres__body div.body__result {
    display: none;
  }
  section#worres div.worres__container div.worres__body div.body__arrows {
    display: none;
  }

  section#worres div.worres__container div.worres__body {
    display: grid;
    grid-template-columns: 1fr;
  }
  section#worres div.worres__container div.worres__body div.body__comments {
    display: contents;
  }
  section#worres div.worres__container div.worres__body div.body__points {
    display: contents;
  }

  section#worres
    div.worres__container
    div.worres__body
    div.body__comments
    div.comments__comment-container:nth-of-type(2) {
    order: 3;
  }
  section#worres
    div.worres__container
    div.worres__body
    div.body__comments
    div.comments__comment-container:nth-of-type(n + 2) {
    margin-top: 1em;
  }
  section#worres
    div.worres__container
    div.worres__body
    div.body__comments
    div.comments__comment-container:nth-of-type(3) {
    order: 5;
  }

  section#worres
    div.worres__container
    div.worres__body
    div.body__points
    div.points__point:nth-of-type(1) {
    order: 2;
  }
  section#worres
    div.worres__container
    div.worres__body
    div.body__points
    div.points__point:nth-of-type(2) {
    order: 4;
  }
  section#worres
    div.worres__container
    div.worres__body
    div.body__points
    div.points__point:nth-of-type(3) {
    order: 6;
  }

  section#worres .point__body {
    display: none; /* 初期状態は閉じる */
    flex: unset;
  }

  /* 開いた時 */
  section#worres .points__point.is-open .button.open {
    display: none;
  }
  section#worres .points__point.is-open .button.close {
    display: inline-flex;
  }
}
