.c-lead {
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-navigation-list__item.active {
    background-color: var(--color-white);
  }
}

.static-heading {
  margin: 7.7rem 0 2.5rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .static-heading {
    margin: 4rem 0 3rem;
  }
}
.static__container--column-2 {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: 21.06% 74.56%;
  column-gap: 4.38%;
}
.static__container--column-2 .static-contents {
  max-width: 850px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .static__container--column-2 {
    display: block;
  }
  .static__container .static-contents {
    margin-top: 2rem;
    width: 100%;
  }
}
.static-contents__block + .static-contents__block {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .static-contents__block + .static-contents__block {
    margin-top: 1rem;
  }
}
.static-section {
  letter-spacing: 0.05em;
}
.static-section img {
  overflow: auto;
}
.static-section__heading--large {
  margin-bottom: 1.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-300);
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: var(--fw-bold);
}
.static-section__heading--medium {
  margin: 4.5rem 0 1.7rem;
  padding-left: 1.6rem;
  border-left: 0.4rem solid var(--color-primary);
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.08em;
}
.static-section__heading--small {
  margin: 3rem 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: var(--fw-bold);
}
.static-section:nth-of-type(n + 2) .static-section__heading--large:not(.faq-section__heading) {
  margin-top: 4rem;
}
.static-section__text {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.static-section__text + .static-section__text {
  margin-top: 0.9rem;
}
.static-section .c-siteinfo {
  margin-top: 2rem;
  max-width: none;
  background-color: var(--color-white);
  text-align: left;
}
.static-section__list {
  margin-top: 2rem;
}
.static-section__list li {
  font-size: 1.3rem;
  line-height: 2;
}
.static-section__list li a {
  font-size: inherit;
}
.static-section__list + .static-section__text {
  margin-top: 2.5rem;
}
.static-section__note {
  margin-top: 0.9rem;
  font-size: 1.3rem;
}
.static-section__info {
  margin-top: 2rem;
  padding: 2.4rem 3rem;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 2;
}
.static-section__info dt {
  font-weight: var(--fw-bold);
}
.static-section__info dt, .static-section__info dd {
  font-size: 1.3rem;
}
.static-section__img {
  display: inline-block;
  margin-top: 2.5rem;
}
.static-section__img__wrap {
  display: flex;
  gap: 0 2rem;
}
.static-section__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  border-spacing: 0;
}
.static-section__table tr:not(:last-child) th, .static-section__table tr:not(:last-child) td {
  border-bottom: 2px solid var(--color-white);
}
.static-section__table th {
  width: 25%;
  padding: 2rem;
  background-color: var(--color-gray-300);
  vertical-align: top;
}
.static-section__table td {
  padding: 2rem;
  background-color: var(--color-white);
}
.static-section__table--border-gray tr:not(:last-child) th, .static-section__table--border-gray tr:not(:last-child) td {
  border-color: var(--color-gray-100);
}
.static-section__credit {
  margin: 4rem 0;
  line-height: 1.85;
}
.static-section a {
  text-decoration: underline;
  color: var(--color-primary);
  font-size: inherit;
}
.static-section__accordion {
  padding: 0 1px;
}
.static-section__accordion-list {
  background: var(--color-white);
}
.static-section__accordion-list:not(:last-child) {
  margin-bottom: 1rem;
}
.static-section__accordion-title, .static-section__accordion-desc {
  border: 1px solid var(--color-gray-100);
}
.static-section__accordion-title {
  position: relative;
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
}
.static-section__accordion-title__inner {
  display: inline-block;
  padding: 1.5rem 4.7rem;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-indent: -3rem;
  cursor: pointer;
}
.static-section__accordion-title--head {
  margin-right: 0.8rem;
  color: var(--color-primary);
}
.static-section__accordion-title::before, .static-section__accordion-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  transform: translateY(-50%);
  margin: auto;
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-gray-500);
  transition: all 0.7s;
}
.static-section__accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.static-section__accordion-title.open::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.static-section__accordion-list[data-state-accordion=opened] .static-section__accordion-title::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.static-section__accordion-desc {
  font-size: 1.3rem;
  line-height: 1.7;
}
.static-section__accordion-desc--inner {
  display: block;
  padding: 1.5rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .static-section {
    width: var(--inner-width);
    margin-inline: auto;
  }
  .static-section__heading--large {
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .static-section__heading--medium {
    margin: 3rem 0 2rem;
    line-height: 1.375;
  }
  .static-section__heading--small {
    margin: 2rem 0 1.5rem;
  }
  .static-section__text + .static-section__text {
    margin-top: 2rem;
  }
  .static-section .c-siteinfo {
    width: 100%;
  }
  .static-section__list + .static-section__text {
    margin-top: 2rem;
  }
  .static-section__note {
    margin-top: 2rem;
  }
  .static-section__info {
    padding: 2rem;
  }
  .static-section__img__wrap {
    gap: 0 0.5rem;
  }
  .static-section__table {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2;
  }
  .static-section__table tr:not(:last-child) th, .static-section__table tr:not(:last-child) td {
    border-bottom: 0;
  }
  .static-section__table th, .static-section__table td {
    display: block;
  }
  .static-section__table th {
    width: auto;
    padding: 1rem 2rem;
    vertical-align: middle;
  }
  .static-section__table td {
    padding: 1rem 1.7rem;
  }
  .static-section__full {
    width: 100%;
  }
  .static-section__accordion-list:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .static-section__accordion-title button {
    padding: 1.5rem 4.7rem;
    text-indent: -3rem;
  }
  .static-section__accordion-title--head {
    margin-right: 0.8rem;
  }
  .static-section__accordion-title::before, .static-section__accordion-title::after {
    right: 2rem;
  }
  .static-section__accordion-desc--inner {
    padding: 2rem 1.9rem 1.6rem;
  }
}
.static-list--disc li {
  list-style: disc inside;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.static-list--num li {
  list-style: decimal inside;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.static-list--num li::marker {
  font-weight: var(--fw-bold);
}
.static__container .static-contents.c-bg-area .static-section {
  width: 100%;
}

.heading--num {
  counter-reset: count_heading;
}
.heading--num .static-section__heading--large {
  display: flex;
  counter-increment: count_heading;
}
.heading--num .static-section__heading--large::before {
  content: counter(count_heading) ".";
}

/*# sourceMappingURL=common_static.css.map */
