@charset "UTF-8";
[data-v-568f3575]:export {
  brand-primary01: #d10000;
  brand-secondary01: #2e5851;
  brand-accent01: #46aecf;
  brand-accent02: #ff7a00;
  brand-error: #ff0014;
  common-blue01: #46aecf;
  common-green01: #5a9d1d;
  common-green02: #56b98a;
  common-orange01: #ff7a00;
  common-lightenorange01: #ffebd9;
  common-beige01: #696458;
  common-beige02: #cec8ba;
  common-beige03: #f2ecde;
  common-grey01: #7f808b;
  common-grey02: #9d9da8;
  common-grey03: #cdcdcf;
  common-grey04: #f0f0f0;
  common-black01: #373841;
  common-white01: #fcfcfc;
  dp-primary: #df6800;
  dp-error: #ff0014;
  dp-red01: #c90011;
  dp-black01: #000;
  dp-grey01: #444;
  dp-grey02: #666;
  dp-grey03: #888;
  dp-grey04: #aaa;
  dp-grey05: #ccc;
  dp-grey06: #eaeaea;
  dp-white01: #fff;
}

/**
 * 画像を指定アスペクト比で描画する
 * @param $horizontal 幅の比率
 * @param $vertical 高さの比率
 * @param $objectFit
 *
 * @example
 * 画像を 4:3 で描画する場合
 *
 * ```html
 * <div class="wrapper">
 *   <img />
 * </div>
 * ```
 *
 * ```css
 * .wrapper {
 *   @include imageAspectRatio(4, 3);
 * }
 * ```
 */
.dp-introduction[data-v-568f3575] {
  background-color: #fff;
}
.dp-introduction-header img[data-v-568f3575] {
  width: 100%;
  height: auto;
}
.dp-introduction-footer[data-v-568f3575] {
  position: fixed;
  bottom: 4.2667vw;
  left: 0;
  display: grid;
  place-items: center;
  padding-inline: 4.2667vw;
  width: 100%;
}
.dp-introduction-footer img[data-v-568f3575] {
  width: 100%;
  height: auto;
}
.dp-introduction-connection-button[data-v-568f3575] {
  display: grid;
  place-items: center;
  width: 100%;
}
.dp-introduction-button[data-v-568f3575] {
  display: grid;
  place-items: center;
  margin-block: 8.5333vw;
  width: 100%;
}
.dp-introduction-label-en[data-v-568f3575] {
  text-transform: uppercase;
}
.dp-introduction-section[data-v-568f3575] {
  padding: 8.5333vw;
  color: #000;
  font-size: 3.7333vw;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  font-weight: 500;
  overflow-wrap: break-word;
}
.dp-introduction-section[data-v-568f3575]:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.dp-introduction-section > *[data-v-568f3575]:last-child {
  margin-bottom: 0;
}
.dp-introduction-section p[data-v-568f3575] {
  margin-bottom: 4.2667vw;
}
.dp-introduction-section img[data-v-568f3575] {
  width: 100%;
  height: auto;
}
.dp-introduction-section figure[data-v-568f3575] {
  margin-block: 8.5333vw;
  margin-inline: -8.5333vw;
}
.dp-introduction-section figure[data-v-568f3575]:first-child {
  margin-top: -8.5333vw;
}
.dp-introduction-section__note[data-v-568f3575] {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 400;
}
.dp-introduction-section__balloon[data-v-568f3575] {
  position: relative;
  margin-top: -17.0667vw;
  padding-block: 6.4vw;
  padding-inline: 5.3333vw;
  background-color: #fff;
}
.dp-introduction-section__balloon > *[data-v-568f3575]:last-child {
  margin-bottom: 0;
}
.dp-introduction-section-title[data-v-568f3575] {
  margin-bottom: 8.5333vw;
}
.fade-enter-active[data-v-568f3575],
.fade-leave-active[data-v-568f3575] {
  transition: opacity 0.15s ease;
}
.fade-enter[data-v-568f3575],
.fade-leave-to[data-v-568f3575] {
  opacity: 0;
}

/*# sourceMappingURL=83.71d482fd.css.map?v=1786938416561*/