.index-faq-wireframe {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
}
.index-faq-wireframe__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.index-faq-wireframe__header {
  padding: 60px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.index-faq-wireframe__title {
  margin: 0;
  color: #191717;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
}
.index-faq-wireframe__accordion {
  padding: 0 140px;
}
.index-faq-wireframe__item {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-faq-wireframe__item.is-open {
  background: #ffffff;
}
.index-faq-wireframe__item:last-child {
  border-bottom: 0;
}
.index-faq-wireframe__trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 30px;
  border: 0;
  background: transparent;
  color: #191717;
  text-align: left;
  cursor: pointer;
  transition: padding-bottom 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-faq-wireframe__trigger span {
  flex: 1;
  min-width: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.index-faq-wireframe__trigger i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.index-faq-wireframe__trigger i::before, .index-faq-wireframe__trigger i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 1px;
  background: #191717;
  transform: translate(-50%, -50%);
}
.index-faq-wireframe__trigger i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.22s ease;
}
.index-faq-wireframe__trigger[aria-expanded=true] {
  padding-bottom: 10px;
}
.index-faq-wireframe__item.is-open .index-faq-wireframe__trigger i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.index-faq-wireframe__panel {
  overflow: hidden;
  max-height: 0;
  padding: 0 30px;
  transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-faq-wireframe__panel p {
  margin: 0;
  padding-bottom: 32px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.65;
}
.index-faq-wireframe__list {
  margin: 0;
  padding: 0 0 32px 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.65;
}
.index-faq-wireframe__list li + li {
  margin-top: 8px;
}
.index-faq-wireframe__blank {
  padding-top: 120px;
}
.index-faq-wireframe__blank--border {
  border-top: 1px solid #ebebeb;
  margin-inline: calc(-1 * max(20px, (100vw - 1280px) / 2));
}

@media (max-width: 1200px) {
  .index-faq-wireframe__header {
    padding: 48px 0;
  }
  .index-faq-wireframe__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .index-faq-wireframe {
    padding-right: 18px;
    padding-left: 18px;
  }
  .index-faq-wireframe__header {
    padding: 48px 16px 32px;
  }
  .index-faq-wireframe__title {
    font-size: clamp(27px, 8vw, 34px);
  }
  .index-faq-wireframe__trigger {
    gap: 16px;
    padding: 24px 20px;
  }
  .index-faq-wireframe__trigger span {
    font-size: 16px;
  }
  .index-faq-wireframe__panel, .index-faq-wireframe__item.is-open .index-faq-wireframe__panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .index-faq-wireframe__panel p, .index-faq-wireframe__list {
    padding-bottom: 24px;
    font-size: 14px;
  }
}

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