/*============================
#about
============================*/
section#about {
  padding: var(--scale-80, 80px) var(--padding-inline, 20px) 0px;
}
section#about div.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-56, 56px);
  align-self: stretch;
}
section#about div.about__container div.about__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-20, 20px);
}
section#about div.about__container div.about__heading div.heading__en.en {
  display: flex;
  padding-bottom: var(--scale-8, 8px);
  justify-content: center;
  align-items: center;
  border-bottom: var(--scale-4, 4px) solid var(--primary, #003da7);
  color: var(--primary, #003da7);
  text-align: center;
  font-family: Roboto;
  font-size: var(--scale-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 1.92px;
}
section#about div.about__container div.about__heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-12, 12px);
}
section#about div.about__container div.about__heading h2 div.h2__sub-title {
  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 */
}
section#about div.about__container div.about__heading h2 div.h2__main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4px var(--scale-4, 4px);
  flex-wrap: wrap;
  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 */
}
section#about
  div.about__container
  div.about__heading
  h2
  div.h2__main-title
  span.box {
  display: flex;
  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-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}

section#about div.about__container div.about__heading p {
  color: var(--on-surface, #2a292c);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
section#about div.about__container div.about__heading p span.highlight {
  display: inline;
  color: var(--highlight, #f55600);
}

section#about div.about__container div.about__body {
}
section#about div.about__container div.about__body table {
  width: 100%;
  max-width: var(--width-md);
  margin-inline: auto;
  table-layout: fixed;
}
section#about div.about__container div.about__body table thead {
}
section#about div.about__container div.about__body table thead tr {
}
section#about div.about__container div.about__body table thead tr td.spacer {
  width: 128px;
}
section#about
  div.about__container
  div.about__body
  table
  thead
  tr
  th.method-title:nth-of-type(1) {
  display: flex;
  padding: var(--scale-24, 24px) var(--scale-20, 20px);
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  background: var(--primary, #003da7);
}
section#about
  div.about__container
  div.about__body
  table
  thead
  tr
  th.method-title {
  background: linear-gradient(
      to bottom,
      #fff 0px,
      #fff var(--scale-16, 16px),
      transparent var(--scale-16, 16px)
    ),
    var(--on-surface-variant, #717073);
  padding: calc(var(--scale-16, 16px) + var(--scale-16, 16px))
    var(--scale-20, 20px) var(--scale-16, 16px);
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-content: center;
  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: 170%; /* 40.8px */
}
section#about div.about__container div.about__body table tbody {
}
section#about div.about__container div.about__body table tbody tr {
}
section#about div.about__container div.about__body table tbody tr th.category {
  color: var(--on-surface, #2a292c);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  border-bottom: 1px solid var(--border, #aaa);
  border-left: 1px solid var(--border, #aaa);
  background: url(../images/about-bg-demerit.svg) center center / 128px auto
      no-repeat,
    linear-gradient(
      var(--surface-variant, #f0f6fd),
      var(--surface-variant, #f0f6fd)
    );
  align-content: center;
}
section#about
  div.about__container
  div.about__body
  table
  tbody
  tr
  th.category[data-cate="メリット"] {
  border-top: 1px solid var(--border, #aaa);
  background: url(../images/about-bg-merit.svg) center center / 128px auto
      no-repeat,
    linear-gradient(
      var(--secondary-container, #fffdc4),
      var(--secondary-container, #fffdc4)
    );
}
section#about div.about__container div.about__body table tbody tr td {
  border-right: 1px solid var(--border, #aaa);
  border-bottom: 1px solid var(--border, #aaa);
  align-content: center;
}
section#about
  div.about__container
  div.about__body
  table
  tbody
  tr
  td:nth-of-type(1) {
  border-right: var(--scale-4, 4px) solid var(--primary, #003da7);
  border-bottom: var(--scale-4, 4px) solid var(--primary, #003da7);
  border-left: var(--scale-4, 4px) solid var(--primary, #003da7);
}
section#about div.about__container div.about__body table tbody tr td ul {
  display: flex;
  padding: min(100vw / 375 * 6, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--scale-12, 12px);
  flex: 1 0 0;
  align-self: stretch;
  color: var(--on-surface, #2a292c);
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  align-items: start;
}
section#about div.about__container div.about__body table tbody tr td li {
  color: var(--on-surface, #2a292c);
  font-family: "Noto Sans JP";
  font-size: min(18px, 100vw / 375 * 13);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  position: relative;
  padding-left: 0.7em;
}

section#about
  div.about__container
  div.about__body
  table
  tbody
  tr
  td
  ul
  li:before {
  content: "";
  display: block;
  width: calc(1em / 18 * 8);
  aspect-ratio: 1 / 1;
  background: var(--primary, #003da7);
  position: absolute;
  left: 0px;
  top: 0.3em;
}

@media screen and (max-width: 768px) {
  section#about
    div.about__container
    div.about__body
    table
    tbody
    tr
    th.category {
    padding: var(--scale-8, 6px);
  }
  section#about
    div.about__container
    div.about__body
    table
    tbody
    tr
    th.category[data-cate="メリット"] {
    border-top: 1px solid var(--border, #aaa);
    border-right: 1px solid var(--border, #aaa);
    border-bottom: 1px solid var(--border, #aaa);
    border-left: var(--scale-4, 3px) solid var(--border, #aaa);
    background: var(--secondary-container, #fffdc4);
    color: var(--tertiary, #f55600);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  section#about div.about__container div.about__body table tbody tr td {
    align-content: flex-start;
  }
  section#about
    div.about__container
    div.about__body
    table
    tbody
    tr
    th.category[data-cate="デメリット"] {
    border-top: 1px solid var(--border, #aaa);
    border-right: 1px solid var(--border, #aaa);
    border-bottom: 1px solid var(--border, #aaa);
    border-left: var(--scale-4, 3px) solid var(--border, #aaa);
    background: var(--surface-variant-dark, #cbcccf);
  }
  section#about
    div.about__container
    div.about__body
    table
    tbody
    tr:nth-of-type(2)
    td:nth-of-type(1) {
    border-bottom: 0px;
  }
}

section#about div.about__container div.about__body div.about__solution {
  display: flex;
  padding: var(--scale-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--scale-20, 20px);
  align-self: stretch;
  background: var(--primary, #003da7);
  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 */
  margin-top: var(--scale-40);
  max-width: 870px;
  margin-inline: auto;
}
section#about
  div.about__container
  div.about__body
  div.about__solution
  figure.solution__img {
  aspect-ratio: 1/1;
  flex: 0 0 min(100vw / 375 * 80, 120px);
}
section#about
  div.about__container
  div.about__body
  div.about__solution
  div.solution__text
  span.highlight {
  color: var(--on-primary-highlight, #f6ff00);
}
section#about div.about__container div.about__body div.about__bridge {
  max-width: 640px;
  padding: var(--scale-20, 20px) var(--scale-20, 20px) 0 var(--scale-20, 20px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--primary-variant, #666668);
  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: 150%; /* 36px */
  margin-inline: auto;
}
