:root {
  --text-font-family: "Noto Sans JP", Helvetica;
  --text-number-default-font-family: "DM Sans", Helvetica;
  --text-bold-font-weight: 700;
  --text-number-default-font-weight: 600;
  --text-font-weight: 400;
  --text-letter-spacing: 0px;
  --text-bold-line-height: 180%;
  --text-line-height: 150%;
  --text-font-style: normal;
  --text-heading-h1-font-size: 40px;
  --text-heading-h2-font-size: 32px;
  --text-heading-h3-font-size: 24px;
  --text-heading-h4-font-size: 20px;
  --text-number-default-font-size: 18px;
  --text-main-defaultbig-font-size: 16px;
  --text-main-default-font-size: 14px;
  --text-main-small-font-size: 12px;
  --text-main-tiny-font-size: 10px;
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-primary-03: rgba(10, 50, 94, 1);
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-gray-02: rgba(170, 170, 170, 1);
  --1-gray-03: rgba(217, 217, 217, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-back-blue-01: rgba(237, 244, 250, 1);
  --1-back-blue-02: rgba(223, 240, 252, 1);
}

/* 全体 */
.a-tag-adjust a {
  text-decoration: none;
}

.pcOnlyIB {
  display: inline-block;
}

.spOnlyIB {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnlyIB {
    display: none;
  }

  .spOnlyIB {
    display: inline-block;
  }
}

/* fv */
.fv__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 72px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../img/fv-bg-img-pc.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.fv__wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.fv__titleWrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.fv__title--uppersub {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-gray-04);
  font-size: 16px;
  text-align: center;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.fv__title--logo {
  position: relative;
  width: 542px;
  height: 92.22px;
  aspect-ratio: 5.88;
  object-fit: cover;
}

.fv__title--lowersub {
  position: relative;
  align-self: stretch;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-number-default-font-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
  font-style: var(--text-font-style);
}

.fv__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.fv__description {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-bold-line-height);
  position: relative;
  font-weight: var(--text-font-weight);
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.fv__ctaBtn {
  display: flex;
  width: 350px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ce1a1a;
  border-radius: 100px;
  border-color: var(--1-gray-04);
}

.fv__cta--fee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffffe6;
  border-radius: 30px;
}

.fv__cta--feeTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-bold-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.fv__cta--txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-bold-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.fv__cta--arrow {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

/* fv-extra */
.fv-extra__area {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-primary-01);
  opacity: 0.9;
}

.fv-extra__wrapper {
  gap: 2px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv-extra__txt {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-bold-line-height);
  font-style: var(--text-font-style);
}

/* 機能と特徴（スクロールボタン） */
.func-feat__area {
  display: flex;
  padding: 56px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #dff0fc;
  border-color: var(--1-primary-01);
}

.func-feat__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.func-feat__header {
  display: flex;
  flex-direction: column;
  width: 1060px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.section__title {
  margin-top: -1.00px;
  font-weight: var(--text-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  text-align: center;
  line-height: var(--text-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.func-feat__description {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  text-align: center;
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.func-feat__body {
  align-items: stretch;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.func-feat__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 18px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 1px 4px #0000004c;
}

.func-feat__card--img1 {
  position: relative;
  width: 142.96px;
  height: 127.1px;
}

.func-feat__card--img2 {
  position: relative;
  width: 128.3px;
  height: 127.1px;
  aspect-ratio: 1.01;
}

.func-feat__card--img3 {
  position: relative;
  width: 104.86px;
  height: 127.1px;
  aspect-ratio: 0.82;
}

.func-feat__card--img4 {
  position: relative;
  width: 110.6px;
  height: 127.1px;
  aspect-ratio: 0.87;
}

.func-feat__card--textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.func-feat__card--txt {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-primary-03);
  font-size: var(--text-heading-h4-font-size);
  text-align: center;
  line-height: var(--text-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.func-feat__card--txt2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-top: -1.00px;
  color: var(--1-primary-03);
  font-size: var(--text-heading-h4-font-size);
  line-height: var(--text-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  text-align: center;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.func-feat__card--arrow {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

/* 各種機能・特徴 */
.each-func-feat__area {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 80px;
  padding: 80px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.each-func-feat__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.each-func-feat__contentWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element__titleWrapper {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: var(--1-primary-01);
  display: flex;
  position: relative;
}

.element__title--txt {
  flex: 1;
  margin-top: -5.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.each-func-feat__description {
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.table {
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--1-gray-02);
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-gray-04);
}

.row {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-gray-04);
}

.cell__blue {
  align-self: stretch;
  background-color: var(--1-primary-01);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--1-gray-02);
}

.cell__textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cell__txt--white {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-gray-04);
  font-size: 16px;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.cell__white {
  align-self: stretch;
  background-color: var(--1-gray-04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--1-gray-02);
}

.cell__txt--black {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-bold-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.pairwise__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 16px;
}

.pairwise__contentWrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.pairwise__header {
  display: flex;
  flex-direction: column;
  width: 1060px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.pairwise__text--lightblue {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-secondary-01);
  font-size: 16px;
  text-align: center;
  line-height: 28.8px;
  position: relative;
  letter-spacing: 0;
}

.pairwise__pattern--all {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pattern__element {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.pattern__element--name {
  width: 48px;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-small-font-size);
  text-align: center;
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.pattern__element--number {
  position: relative;
  align-self: stretch;
  margin-top: -4px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h1-font-size);
  text-align: center;
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
  font-style: var(--text-font-style);
}

.pattern__element--operator {
  display: flex;
  flex-direction: column;
  width: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0px;
  position: relative;
}

.pattern__element--optxt {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 40px;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h2-font-size);
  text-align: center;
  line-height: var(--text-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.pattern__content {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.pattern__element--ans {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h1-font-size);
  text-align: center;
  line-height: var(--text-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.wideArrow__under {
  position: relative;
  width: 80px;
  height: 14px;
}

.pairwise__body {
  display: flex;
  flex-direction: column;
  width: 1060px;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.pairwise__text--blue {
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-primary-01);
  font-size: 48px;
  text-align: center;
  line-height: 72px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.pairwise__footer {
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  color: var(--1-txt-01);
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.pairwise__footer--txt {
  color: #333333;
  line-height: var(--text-bold-line-height);
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-weight);
  letter-spacing: var(--text-letter-spacing);
  font-size: var(--text-main-defaultbig-font-size);
}

.pairwise__footer--bluetxt {
  font-weight: var(--text-bold-font-weight);
  color: #4695d4;
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-line-height);
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  letter-spacing: var(--text-letter-spacing);
}

.each-func-feat__header {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.instruction__wrapper {
  align-items: center;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.instruction__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.instruction__cardContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.instruction__card--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.instruction__card--phase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--1-primary-01);
}

.instruction__card--phase-tag {
  color: var(--1-primary-01);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
  white-space: nowrap;
}

.instruction__card--title {
  color: var(--1-txt-01);
  font-size: 16px;
  line-height: 28.8px;
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.instruction__card--description {
  height: 43.2px;
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-small-font-size);
  text-align: center;
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.wideArrow__right {
  position: relative;
  width: 14px;
  height: 54px;
}

.each-func-feat__btn {
  display: flex;
  width: 497px;
  height: 69px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  border-color: var(--1-primary-01);
}

.each-func-feat__btn--txt {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-primary-01);
  font-size: 16px;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.arrow-back {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

/* 中間cta */
/* 最終cta */
.cta__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 48px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../img/cta-bg-img-pc.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.cta__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.cta__titleWrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.cta__title--lowersub {
  position: relative;
  align-self: center;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-number-default-font-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
  font-style: var(--text-font-style);
}

/* クイックガイド　～組み合わせ作成手順～ */
.quickGuide1__area {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 40px;
  padding: 80px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
}

.quickGuide__header {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__description {
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  text-align: center;
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.quickGuide__contentsContainer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.quickGuide__contentWrapper {
  flex-direction: column;
  width: 1060px;
  align-items: flex-start;
  gap: 24px;
  padding: 40px;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  position: relative;
}

.quickGuide__step1--header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step--titlearea {
  display: flex;
  flex-direction: column;
  width: 466px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
}

.quickGuide__step--titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step--sub {
  color: var(--1-secondary-01);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
  white-space: nowrap;
}

.quickGuide__step--title {
  width: fit-content;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.quickGuide__txt {
  font-weight: 400;
  color: var(--1-txt-01);
  font-size: 14px;
  line-height: 25.2px;
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.qp-fv {
  position: relative;
  width: 474px;
  height: 342px;
  aspect-ratio: 1.39;
  object-fit: cover;
}

.quickGuide__line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.quickGuide__step--main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__defaultWrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__subHeadingWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: var(--1-primary-01);
}

.quickGuide__subHeading--txt {
  width: fit-content;
  margin-top: -5.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-primary-01);
  font-size: 16px;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.quickGuide__txt--pale {
  position: relative;
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-03);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-bold-line-height);
  font-style: var(--text-font-style);
}

.quickGuide__itemWrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__itemWrapper--row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-back-blue-01);
  border-radius: 8px;
}

.quickGuide__item--titleWrapper {
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.quickGuide__item--dot {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--1-primary-01);
  border-radius: 6px;
  aspect-ratio: 1;
}

.quickGuide__item--title {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-primary-01);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23.4px;
}

.quickGuide__item--img {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 10.5;
  object-fit: cover;
}

.quickGuide__step2--main {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step2--textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.quickGuide__step2--txt {
  margin-top: -1.00px;
  font-weight: 400;
  color: var(--1-txt-01);
  font-size: 14px;
  line-height: 25.2px;
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.quickGuide__step2--img {
  position: relative;
  width: 564px;
  height: 333px;
  aspect-ratio: 1.7;
  object-fit: cover;
}

.quickGuide__step3--header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step3--header-img {
  position: relative;
  width: 490px;
  height: 353px;
  aspect-ratio: 1.39;
  object-fit: cover;
}

.quickGuide__step3--main {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step3--itemWrapper {
  align-items: center;
  gap: 16px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step3--itemWrapper2 {
  display: flex;
  align-items: center;
  gap: 54px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__step3--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  position: relative;
}

.quickGuide__step3--item-img1 {
  position: relative;
  width: 506px;
  height: 151px;
  aspect-ratio: 3.36;
  object-fit: cover;
}

.quickGuide__step3--item-img2 {
  position: relative;
  width: 521px;
  height: 201px;
  aspect-ratio: 2.59;
  object-fit: cover;
}

.quickGuide__step3--item-img3 {
  position: relative;
  width: 477px;
  height: 96px;
  aspect-ratio: 4.94;
}

/* クイックガイド　～組み合わせ結果に追加手順～ */
.quickGuide2__area {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 40px;
  padding: 72px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dff0fc;
}

.quickGuide__description2 {
  align-self: stretch;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  text-align: center;
  line-height: var(--text-bold-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.quickGuide__ex--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-line-height);
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.quickGuide__step3--main2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__ex--main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.quickGuide__ex--subheading {
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  color: var(--1-primary-01);
  font-size: 14px;
  line-height: 25.2px;
  position: relative;
  margin-top: -1.00px;
  font-weight: 400;
  letter-spacing: 0;
}

.quickGuide__ex--img1 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.97;
  object-fit: cover;
}

.quickGuide__ex--img2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 2.2;
  object-fit: cover;
}

/* バージョン情報・動作環境 */
.qp-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 21px;
  padding: 80px 0px 64px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.qp-info__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -2.00px;
}

.qp-info__body {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.qp-info__textWrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.qp-info__txt--head {
  width: 64px;
  font-weight: 700;
  color: var(--1-txt-01);
  font-size: 16px;
  line-height: 28.8px;
  position: relative;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.qp-info__txt--body {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-bold-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

.qp-info__txt--sub {
  width: fit-content;
  white-space: nowrap;
  position: relative;
  color: var(--1-txt-03);
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-bold-line-height);
  letter-spacing: var(--text-letter-spacing);
  font-style: var(--text-font-style);
}

@media screen and (max-width: 767px) {
  /* fv */
  .fv__area {
    padding: 48px 0px;
    background-image: url(../img/fv-bg-img-sp.svg);
  }

  .fv__wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .fv__titleWrapper {
    gap: 12px;
  }

  .fv__title--uppersub {
    font-size: 12px;
    line-height: 180%;
  }

  .fv__title--logo {
    width: 100%;
    height: 58.19px;
    aspect-ratio: 5.88;
    object-fit: cover;
  }

  .fv__title--lowersub {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-small-font-size);
    letter-spacing: var(--text-letter-spacing);
    line-height: var(--text-bold-line-height);
    font-style: var(--text-font-style);
  }

  .fv__body {
    gap: 32px;
  }

  .fv__ctaBtn {
    width: 342px;
  }

  /* fv-extra */
  .fv-extra__txt {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-main-small-font-size);
    letter-spacing: var(--text-letter-spacing);
    line-height: var(--text-bold-line-height);
    font-style: var(--text-font-style);
  }

  /* 機能と特徴（スクロールボタン） */
  .func-feat__area {
    padding: 54px 0px;
  }

  .func-feat__header {
    width: 100%;
  }

  .section__title {
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h3-font-size);
    line-height: var(--text-line-height);
    font-family: var(--text-font-family);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .func-feat__body {
    flex-direction: column;
  }

  .func-feat__card {
    width: 100%;
    gap: 14px;
    padding: 24px 32px 16px;
  }

  .func-feat__card--img1 {
    width: 126.06px;
  }

  .func-feat__card--img4 {
    width: 113.5px;
    height: 130.1px;
    aspect-ratio: 0.87;
  }

  .func-feat__card--textarea {
    gap: 8px;
  }

  .func-feat__card--txt2 {
    height: auto;
  }

  /* 各種機能・特徴 */
  .each-func-feat__area {
    padding: 64px 0px;
  }

  .element__title--txt {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h4-font-size);
    line-height: var(--text-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .each-func-feat__description {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-default-font-size);
    line-height: var(--text-bold-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .spTable {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 16px;
    align-items: center;
    padding-bottom: 24px;
  }

  .spTable__title--blue {
    width: 100%;
    color: var(--1-gray-04);
    background-color: var(--1-primary-01);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-defaultbig-font-size);
    line-height: var(--text-bold-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .spTable__txt {
    text-align: center;
    color: var(--1-txt-01);
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-default-font-size);
    line-height: var(--text-bold-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .pairwise__header {
    width: 100%;
    gap: 24px;
  }

  .pairwise__text--lightblue {
    font-size: 14px;
    line-height: 180%;
  }

  .pattern__element {
    width: 24px;
  }

  .pattern__element--name {
    width: 40px;
    margin-left: -9px;
    font-size: var(--text-main-tiny-font-size);
  }

  .pattern__element--number {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h4-font-size);
    letter-spacing: var(--text-letter-spacing);
    line-height: var(--text-line-height);
    font-style: var(--text-font-style);
  }

  .pattern__element--operator {
    width: 17px;
    gap: 5px;
    padding: 4px 0px;
  }

  .pattern__element--optxt {
    height: 20px;
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-main-defaultbig-font-size);
    line-height: var(--text-bold-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .pattern__content {
    gap: 6px;
  }

  .pattern__element--ans {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h4-font-size);
    line-height: var(--text-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .wideArrow__under {
    position: relative;
    width: 80px;
    height: 14px;
  }

  .pairwise__body {
    width: 100%;
    padding: 0px 16px;
  }

  .pairwise__text--blue {
    font-size: 24px;
    line-height: 36px;
  }

  .pairwise__footer {
    align-self: center;
  }

  .pairwise__footer--txt {
    line-height: var(--text-bold-line-height);
    font-family: var(--text-font-family);
    font-style: var(--text-font-style);
    font-weight: var(--text-font-weight);
    letter-spacing: var(--text-letter-spacing);
    font-size: var(--text-main-default-font-size);
  }

  .pairwise__footer--bluetxt {
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h4-font-size);
    line-height: var(--text-line-height);
    font-family: var(--text-font-family);
    font-style: var(--text-font-style);
    letter-spacing: var(--text-letter-spacing);
  }

  .instruction__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .instruction__card--description {
    height: auto;
  }

  .wideArrow__right {
    transform: rotate(90deg);
  }

  .each-func-feat__btn {
    width: 100%;
  }

  /* 中間cta */
  /* 最終cta */
  .cta__area {
    padding: 32px 0px;
    background-image: url(../img/cta-bg-img-sp.svg);
  }

  .cta__wrapper {
    gap: 16px;
  }

  .cta__titleWrapper {
    gap: 12px;
  }

  .cta__adjustLogoSize {
    width: 260px;
    height: 44px;
  }

  .cta__title--lowersub {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-small-font-size);
    letter-spacing: var(--text-letter-spacing);
    line-height: var(--text-bold-line-height);
    font-style: var(--text-font-style);
  }

  /* クイックガイド　～組み合わせ作成手順～ */
  .quickGuide1__area {
    padding: 64px 0px;
    margin-bottom: 64px;
  }

  .quickGuide__description {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-main-default-font-size);
    line-height: var(--text-bold-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .quickGuide__contentWrapper {
    padding: 40px 24px;
    width: 100%;
  }

  .quickGuide__step1--header {
    flex-direction: column;
    gap: 24px;
  }

  .quickGuide__step--titlearea {
    width: 100%;
  }

  .quickGuide__step--title {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h3-font-size);
    line-height: var(--text-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .qp-fv {
    width: 294px;
    height: 212px;
  }

  .quickGuide__itemWrapper--row {
    flex-direction: column;
  }

  .quickGuide__step2--main {
    flex-direction: column;
  }

  .quickGuide__step2--img {
    width: 262px;
    height: 154px;
  }

  .quickGuide__step3--header {
    flex-direction: column;
  }

  .quickGuide__step3--main {
    padding: 0 16px;
  }

  .quickGuide__step3--header-img {
    width: 294px;
    height: 212px;
  }

  .quickGuide__step3--itemWrapper {
    flex-direction: column;
  }

  .quickGuide__step3--itemWrapper2 {
    flex-direction: column;
    gap: 16px;
  }

  .quickGuide__step3--item-img1 {
    width: 255px;
    height: 76px;
  }

  .quickGuide__step3--item-img2 {
    width: 262px;
    height: 101px;
  }

  .quickGuide__step3--item-img3 {
    width: 262px;
    height: 53px;
  }

  /* クイックガイド　～組み合わせ結果に追加手順～ */
  .quickGuide2__area {
    padding: 64px 0px;
  }

  .quickGuide__ex--title {
    font-family: var(--text-font-family);
    font-weight: var(--text-bold-font-weight);
    font-size: var(--text-heading-h4-font-size);
    line-height: var(--text-line-height);
    letter-spacing: var(--text-letter-spacing);
    font-style: var(--text-font-style);
  }

  .quickGuide__ex--main {
    flex-direction: column;
  }

  /* バージョン情報・動作環境 */
  .qp-info {
    padding: 64px 0px;
  }

  .qp-info__txt--body {
    white-space: normal;
    width: 254px;
  }

  .qp-info__txt--sub {
    white-space: normal;
  }
}