/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-foreground: #222222;
    --color-primary: #073CD8;
    --color-secondary: #E5F1FF;
    --color-blue: #3691F6;
    --color-blue-shade: #1E78D8;
    --color-blue-tint: #99C7FA;
    --color-input: #F4F9FF;
    --color-border: #D3DEEA;
    --color-lightgray: #F8F8F8;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-52 {
    top: calc(var(--spacing) * 52);
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[28\%\] {
    left: 28%;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[80\%\] {
    left: 80%;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-ml-\[10\%\] {
    margin-left: calc(10% * -1);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-\[1\/1\.2\] {
    aspect-ratio: 1/1.2;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-full {
    height: 100%;
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[4\%\] {
    width: 4%;
  }
  .w-\[6\%\] {
    width: 6%;
  }
  .w-\[7\%\] {
    width: 7%;
  }
  .w-\[9\%\] {
    width: 9%;
  }
  .w-\[120\%\] {
    width: 120%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }
  .resize {
    resize: both;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-14 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue-shade {
    background-color: var(--color-blue-shade);
  }
  .bg-blue-tint {
    background-color: var(--color-blue-tint);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-secondary {
    --tw-gradient-from: var(--color-secondary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .opacity-50 {
    opacity: 50%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:top-120 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 120);
    }
  }
  .md\:top-\[-5\%\] {
    @media (width >= 48rem) {
      top: -5%;
    }
  }
  .md\:top-\[10\%\] {
    @media (width >= 48rem) {
      top: 10%;
    }
  }
  .md\:left-\[0\%\] {
    @media (width >= 48rem) {
      left: 0%;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-\[1\/0\.8\] {
    @media (width >= 48rem) {
      aspect-ratio: 1/0.8;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/12 {
    @media (width >= 48rem) {
      width: calc(1/12 * 100%);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 48rem) {
      width: calc(7/12 * 100%);
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-72 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 72);
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:space-y-14 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:px-\[5\%\] {
    @media (width >= 48rem) {
      padding-inline: 5%;
    }
  }
  .md\:pl-\[5\%\] {
    @media (width >= 48rem) {
      padding-left: 5%;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
}
body {
  background-color: var(--color-white);
  color: var(--color-foreground);
}
h1,h2,h3,h4,h5,h6 {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
p {
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container-6xl);
}
.wrapper-xs {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container-4xl);
}
.wrapper-sm {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container-5xl);
}
.wrapper-lg {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container-7xl);
}
section {
  position: relative;
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
section.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
section.p-0 {
  padding: calc(var(--spacing) * 0);
}
.arc-divider {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--spacing) * 20);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    top: -30vw;
  }
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    height: 35vw;
  }
  &::after {
    content: var(--tw-content);
    rotate: 180deg;
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::after {
    content: var(--tw-content);
    clip-path: ellipse(100% 100% at 50% 100%);
  }
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 40);
  }
}
a,button {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  &:hover {
    @media (hover: hover) {
      opacity: 70%;
    }
  }
}
button {
  cursor: pointer;
}
.btn {
  position: relative;
  display: inline-flex;
  height: calc(var(--spacing) * 14);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 4);
  }
  &::after {
    content: var(--tw-content);
    font-size: 0.6rem;
  }
  &::after {
    --tw-content: '▶︎';
    content: var(--tw-content);
  }
}
.btn.outline {
  border-color: var(--color-primary);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.btn.fill {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn.fill-white {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.btn.no-arrow {
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
.link-underline {
  position: relative;
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * -2);
  }
  &::after {
    content: var(--tw-content);
    left: calc(1/2 * 100%);
  }
  &::after {
    content: var(--tw-content);
    display: block;
  }
  &::after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0.5);
  }
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0.5);
  }
  &::after {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::after {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-primary);
  }
  &::after {
    content: var(--tw-content);
    opacity: 0%;
  }
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  &::after {
    content: var(--tw-content);
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary);
    }
  }
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        opacity: 100%;
      }
    }
  }
}
.section-title {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.section-title > .en {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  color: var(--color-primary);
  text-transform: uppercase;
}
.section-title > .title {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-leading: 1.4;
  line-height: 1.4;
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.divider {
  height: 1px;
  width: 100%;
  background-color: var(--color-border);
}
.page-header {
  display: flex;
  height: calc(var(--spacing) * 52);
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(135deg,#EBF3FF,#EBFBFF 9%,#E9FDFF 35%,#E8F1FF 64%,#E7FFFB);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 80);
  }
}
main {
  margin-top: calc(var(--spacing) * 14);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 20);
  }
}
.breadcrumb {
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 4);
}
.breadcrumb nav {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  overflow-x: auto;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.breadcrumb nav > * {
  flex-shrink: 0;
  white-space: nowrap;
}
.breadcrumb a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-decoration-line: underline;
}
.breadcrumb .sep {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.callout-list {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-radius: var(--radius-md);
  background-color: var(--color-secondary);
  padding: calc(var(--spacing) * 4);
}
.callout-list > .callout-list-title {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.callout-list ul {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.callout-list ul li {
  display: flex;
  gap: calc(var(--spacing) * 2);
}
.callout-list ul li .callout-list-icon {
  margin-top: calc(var(--spacing) * 0.5);
  height: calc(var(--spacing) * 4.5);
  width: calc(var(--spacing) * 4.5);
  flex-shrink: 0;
  stroke-width: 3;
  color: var(--color-primary);
}
header {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 50;
  display: flex;
  height: calc(var(--spacing) * 14);
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-white);
  padding-inline: 5%;
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 20);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
}
header .logo {
  height: calc(var(--spacing) * 8);
  flex-shrink: 0;
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 9);
  }
}
#mobile-menu-toggle {
  position: relative;
  display: flex;
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  @media (width >= 64rem) {
    display: none;
  }
}
#mobile-menu-toggle span {
  position: absolute;
  display: block;
  height: calc(var(--spacing) * 0.5);
  width: calc(var(--spacing) * 6);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-foreground);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
#mobile-menu-toggle span:nth-of-type(1) {
  --tw-translate-y: -8px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
#mobile-menu-toggle span:nth-of-type(2) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
#mobile-menu-toggle span:nth-of-type(3) {
  --tw-translate-y: 8px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
#mobile-menu-toggle.is-open span:nth-of-type(1) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: 45deg;
}
#mobile-menu-toggle.is-open span:nth-of-type(2) {
  opacity: 0%;
}
#mobile-menu-toggle.is-open span:nth-of-type(3) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: calc(45deg * -1);
}
.mobile-nav {
  pointer-events: none;
  position: fixed;
  inset: calc(var(--spacing) * 0);
  z-index: 40;
  height: 100vh;
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 5);
  padding-top: calc(var(--spacing) * 20);
  text-align: center;
  opacity: 0%;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  @media (width >= 64rem) {
    display: none;
  }
}
.mobile-nav.is-open {
  pointer-events: auto;
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
.mobile-nav ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.mobile-nav ul li {
  padding-block: calc(var(--spacing) * 3);
}
.mobile-nav ul li:has(.btn) {
  padding-block: calc(var(--spacing) * 0);
}
.pc-menu {
  display: none;
  @media (width >= 64rem) {
    display: block;
  }
}
.pc-menu ul {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.pc-menu ul li {
  padding-inline: calc(var(--spacing) * 2.5);
}
.pc-menu ul li:has(.btn) {
  padding-inline: calc(var(--spacing) * 0);
}
.pc-menu ul .btn {
  height: calc(var(--spacing) * 11);
  width: calc(var(--spacing) * 40);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
footer {
  --tw-gradient-position: to bottom;
  @supports (background-image: linear-gradient(in lab, red, red)) {
    --tw-gradient-position: to bottom in oklab;
  }
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-white);
  --tw-gradient-to: var(--color-secondary);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: 5%;
}
footer .cta-container {
  padding-block: calc(var(--spacing) * 14);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
footer .navs-container {
  padding-block: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
footer .navs-container .wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 14);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    align-items: flex-start;
  }
  @media (width >= 48rem) {
    justify-content: space-between;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 5);
  }
}
footer .navs-container .info {
  flex: 1;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: center;
  @media (width >= 48rem) {
    text-align: left;
  }
}
footer .navs-container .info .logo {
  display: inline-block;
  height: calc(var(--spacing) * 10);
}
footer .navs-container .info .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
footer .navs-container .links {
  width: 100%;
  max-width: var(--container-xl);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
footer .navs-container .links .main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .navs-container .links .sub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    display: flex;
  }
  @media (width >= 48rem) {
    flex-wrap: wrap;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
footer .copy {
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  @media (width >= 48rem) {
    text-align: left;
  }
}
#mobile-sticky-cta {
  position: fixed;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 30;
  display: flex;
  height: calc(var(--spacing) * 15);
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
  --tw-gradient-position: to top;
  @supports (background-image: linear-gradient(in lab, red, red)) {
    --tw-gradient-position: to top in oklab;
  }
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-white);
  --tw-gradient-from-position: 70%;
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: calc(var(--spacing) * 2);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 48rem) {
    display: none;
  }
}
#mobile-sticky-cta.is-visible {
  --tw-translate-y: calc(var(--spacing) * 0) !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}
#mobile-sticky-cta .btns {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 2);
}
#mobile-sticky-cta .btn {
  height: calc(var(--spacing) * 12);
  width: 100%;
}
footer.has-mobile-cta {
  padding-bottom: calc(var(--spacing) * 16);
}
.cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 3rem;
  background-image: linear-gradient(135deg,#073CD8,#075BD8 9%,#073CD8 35%,#0750D8 64%,#074DD8);
  padding-inline: calc(var(--spacing) * 6);
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 10);
  color: var(--color-white);
  @media (width >= 48rem) {
    border-radius: 7rem;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 14);
  }
}
.cta-box .document {
  width: 100%;
  @media (width >= 48rem) {
    width: calc(2/5 * 100%);
  }
}
.cta-box .document img {
  @media (width >= 48rem) {
    margin-left: calc(5% * -1);
  }
}
.cta-box .content {
  width: 100%;
  flex: 1;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    width: auto;
  }
}
.cta-box .content .title {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 48rem) {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
}
.cta-box .content p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.articles {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.article {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  text-align: left;
}
.article .thumbnail {
  aspect-ratio: var(--aspect-video);
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background-color: var(--color-foreground);
}
.article .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article .meta {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.article .date {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 2);
}
.article-tags .tag {
  border-radius: 0.25rem;
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.articles.white-tag .tag {
  background-color: var(--color-white);
}
.article h3 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.column-tags {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 10);
  display: flex;
  max-width: var(--container-2xl);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 3);
}
.column-tags a {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 1);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.column-tags a.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.article-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 5%;
  row-gap: calc(var(--spacing) * 20);
}
.article-layout .content {
  grid-column: span 12 / span 12;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    grid-column: span 8 / span 8;
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.article-layout .content .header {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.article-layout .content .header .meta {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.article-layout .content .title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.article-layout .content .summary {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.article-layout .content .summary .author {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  padding: calc(var(--spacing) * 5);
}
.article-layout .content .summary .author > div:first-child {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.article-layout .content .summary .author .profile {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
}
.article-layout .content .summary .author .icon {
  height: calc(var(--spacing) * 16);
  width: calc(var(--spacing) * 16);
  border-radius: calc(infinity * 1px);
}
.article-layout .content .summary .author p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.article-layout .content #ez-toc-container {
  margin-block: calc(var(--spacing) * 5);
  width: 100%;
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-lightgray);
  padding: calc(var(--spacing) * 5);
}
.article-layout .content #ez-toc-container .ez-toc-title {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.article-layout .content #ez-toc-container .ez-toc-list {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(& > :not(:last-child)) {
    border-color: var(--color-border);
  }
}
.article-layout .content #ez-toc-container .ez-toc-list li {
  padding-block: calc(var(--spacing) * 2);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 3);
  }
}
.article-layout .content .body h2, .article-layout .content .body h3, .article-layout .content .body h4, .article-layout .content .body h5, .article-layout .content .body h6 {
  margin-top: calc(var(--spacing) * 5);
  margin-bottom: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.article-layout .content .body h2 {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 5);
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: var(--color-primary);
  background-color: var(--color-secondary);
  padding-block: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 6);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.article-layout .content .body p {
  margin-bottom: calc(var(--spacing) * 1);
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 3);
  }
}
.article-layout .content .body img {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 1);
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 3);
  }
}
.article-layout .content .body img.size-full {
  width: 100%;
}
.article-layout .content .body img.size-medium {
  width: 100%;
  @media (width >= 48rem) {
    width: calc(3/5 * 100%);
  }
}
.article-layout .content .body figure {
  margin-inline: auto;
  max-width: 100%;
}
.article-layout .content .body a:not([class]) {
  color: var(--color-primary);
  text-decoration-line: underline;
}
.article-layout .content .body table, .article-layout .content .body td, .article-layout .content .body th {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
}
.article-layout .content .body table {
  border-collapse: collapse;
}
.article-layout .content .body td, .article-layout .content .body th {
  padding: calc(var(--spacing) * 4);
}
.article-layout .content .body th {
  background-color: var(--color-secondary);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.article-layout .content .body ul {
  list-style-type: disc;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-left: calc(var(--spacing) * 5);
}
.article-layout .content .body blockquote {
  position: relative;
  margin-block: calc(var(--spacing) * 5);
  border-radius: var(--radius-md);
  background-color: var(--color-secondary);
  padding: calc(var(--spacing) * 5);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * -4);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    font-family: var(--font-serif);
  }
  &::before {
    content: var(--tw-content);
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  &::before {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  &::before {
    content: var(--tw-content);
    color: var(--color-primary);
  }
  &::before {
    --tw-content: '“';
    content: var(--tw-content);
  }
}
.article-layout .content .footer {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: center;
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.article-layout .content .footer .page-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 5);
}
.article-layout .content .footer .page-links a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-decoration-line: underline;
}
.article-layout .sidebar {
  grid-column: span 12 / span 12;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    grid-column: span 4 / span 4;
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.article-layout .sidebar .item {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.article-layout .sidebar .title {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.article-layout .sidebar ul {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.faq-items {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.faq-item {
  border-radius: var(--radius-2xl);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.faq-item h3 {
  display: flex;
  gap: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  &::before {
    content: var(--tw-content);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  &::before {
    content: var(--tw-content);
    color: var(--color-primary);
  }
  &::before {
    --tw-content: 'Q.';
    content: var(--tw-content);
  }
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      margin-top: calc(var(--spacing) * -1);
    }
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
.faq-item p {
  display: none;
  padding-top: calc(var(--spacing) * 2);
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 5);
  }
}
.accordion {
  position: relative;
  cursor: pointer;
  padding-right: calc(var(--spacing) * 4);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::after {
    --tw-content: '+';
    content: var(--tw-content);
  }
}
.accordion.open {
  &::after {
    --tw-content: '-';
    content: var(--tw-content);
  }
}
.news-items {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(& > :not(:last-child)) {
    border-color: var(--color-border);
  }
}
.news {
  display: block;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
}
.news .tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 2);
}
.news .tag {
  border-radius: 0.25rem;
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.section-mv {
  margin-top: calc(var(--spacing) * -10);
}
.section-mv .wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.section-mv .wrapper > div:first-child {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    padding-right: 5%;
  }
}
.section-mv .wrapper > div:last-child {
  margin-bottom: calc(var(--spacing) * 6);
  width: 100%;
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
}
.section-mv .wrapper .copy {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-mv .wrapper .copy .main {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1.4;
  line-height: 1.4;
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  @media (width >= 48rem) {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.section-mv .wrapper .copy .sub {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.section-mv .wrapper .badges {
  display: grid;
  max-width: var(--container-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing) * 1);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 3);
  }
}
.section-mv .wrapper .badges .badge {
  position: relative;
  width: 100%;
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    display: block;
  }
  &::before {
    content: var(--tw-content);
    height: 100%;
  }
  &::before {
    content: var(--tw-content);
    width: 100%;
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::before {
    content: var(--tw-content);
    opacity: 60%;
  }
}
.section-mv .wrapper .badges .badge img {
  position: relative;
  width: 100%;
}
.section-mv .wrapper .buttons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section-features {
  background-color: var(--color-secondary);
}
.section-features .wrapper {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-features .wrapper > div:first-child {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: center;
}
.features {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.features .feature-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  border-radius: var(--radius-2xl);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
}
.features .feature-item .header {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.features .feature-item .icon {
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  color: var(--color-primary);
}
.features .feature-item .content {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.features .feature-item .content h3 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.features .feature-item .content p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.flow-steps {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-left: calc(var(--spacing) * 14);
}
.flow-steps .flow-step {
  position: relative;
  display: flex;
  gap: calc(var(--spacing) * 8);
  border-radius: var(--radius-xl);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 6);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 5);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * -8);
  }
  &::before {
    content: var(--tw-content);
    display: block;
  }
  &::before {
    content: var(--tw-content);
    height: 100%;
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0.5);
  }
  &::before {
    content: var(--tw-content);
    background-color: var(--color-blue);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
}
.flow-steps .flow-step:last-child {
  &::before {
    content: var(--tw-content);
    display: none;
  }
}
.flow-steps .flow-step .icon-box {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * -14);
  display: flex;
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-blue);
  color: var(--color-white);
  @media (width >= 48rem) {
    position: relative;
  }
  @media (width >= 48rem) {
    top: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    left: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 20);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 20);
  }
}
.flow-steps .flow-step .icon {
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 7);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 7);
  }
}
.flow-steps .flow-step .content {
  flex: 1;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 2);
  }
}
.flow-steps .flow-step .content h3 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.flow-steps .flow-step .content p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.section-articles .wrapper {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: center;
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.section-news .wrapper, .section-faq .wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  @media (width >= 48rem) {
    text-align: left;
  }
}
.section-news .wrapper > div:first-child, .section-faq .wrapper > div:first-child {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.section-articles .wrapper .section-title, .section-news .wrapper .section-title, .section-faq .wrapper .section-title {
  margin-bottom: calc(var(--spacing) * 5);
}
.section-faq .wrapper .faq-item {
  background-color: var(--color-white);
}
.section-consultation {
  --tw-gradient-position: to bottom;
  @supports (background-image: linear-gradient(in lab, red, red)) {
    --tw-gradient-position: to bottom in oklab;
  }
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-secondary);
  --tw-gradient-to: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: calc(var(--spacing) * 0);
  @media (width >= 48rem) {
    padding-inline: 5%;
  }
}
.section-consultation .wrapper-lg {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  @media (width >= 48rem) {
    min-height: calc(var(--spacing) * 140);
  }
  @media (width >= 48rem) {
    justify-content: center;
  }
  @media (width >= 48rem) {
    border-radius: var(--radius-3xl);
  }
  @media (width >= 48rem) {
    background-position: center;
  }
  background-image: url('../images/bg-cta-sp.jpg');
}
@media (min-width: 768px) {
  .section-consultation .wrapper-lg {
    background-image: url('../images/bg-cta.jpg');
  }
}
.section-consultation .content {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  --tw-gradient-from: var(--color-white);
  --tw-gradient-to: color-mix(in oklab, var(--color-white) 0%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: 8%;
  padding-top: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 92);
  @media (width >= 48rem) {
    width: calc(3/5 * 100%);
  }
  @media (width >= 48rem) {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  @media (width >= 48rem) {
    padding-inline: 5%;
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 16);
  }
  @media (width >= 48rem) {
    padding-right: 20%;
  }
}
.section-info .wrapper {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-info .wrapper h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.section-info .company-table {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(& > :not(:last-child)) {
    border-color: var(--color-border);
  }
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
  border-color: var(--color-border);
}
.section-info .company-table .row {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.section-info .company-table .row > div:first-child {
  width: 100%;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    width: calc(1/4 * 100%);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.section-info .company-table .row > div:last-child {
  width: 100%;
  @media (width >= 48rem) {
    width: calc(3/4 * 100%);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
}
.section-info .map {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: right;
}
.section-info .map .map-inner {
  aspect-ratio: var(--aspect-video);
  width: 100%;
  background-color: var(--color-secondary);
  @media (width >= 48rem) {
    aspect-ratio: 16/5;
  }
}
.section-info .btn {
  height: calc(var(--spacing) * 9);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.section-message .wrapper {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-message .wrapper h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.section-message .wrapper p span {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.section-values .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.section-values .wrapper > div:first-child {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    width: calc(1/3 * 100%);
  }
}
.section-values .wrapper > div:last-child {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    width: calc(2/3 * 100%);
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.section-values .wrapper h2 {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  @media (width >= 48rem) {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
.section-values .wrapper .value {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.section-values .wrapper .value .tag {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 1);
  color: var(--color-primary);
}
.section-values .wrapper .value ul {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-values .wrapper .value ul li {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.faq-groups {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.faq-groups > div {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.faq-groups h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.section-product {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.section-product .wrapper {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.section-product .product-title {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    align-items: center;
  }
  @media (width >= 48rem) {
    justify-content: space-between;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.section-product .product-title .main {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.section-product .product-title .sub {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.section-product .product-title img {
  width: calc(var(--spacing) * 48);
}
.section-product .product-description {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 5%;
  row-gap: calc(var(--spacing) * 5);
}
.section-product .product-description > div:first-child {
  grid-column: span 12 / span 12;
  @media (width >= 48rem) {
    grid-column: span 7 / span 7;
  }
}
.section-product .product-description > div:last-child {
  grid-column: span 12 / span 12;
  @media (width >= 48rem) {
    grid-column: span 5 / span 5;
  }
}
.section-product .product-example {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  background-image: linear-gradient(135deg,#EBF3FF,#EBFBFF 9%,#E9FDFF 35%,#E8F1FF 64%,#E7FFFB);
  padding: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    border-radius: var(--radius-2xl);
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 8);
  }
}
.section-product .product-example .content {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.section-product .product-example .content h3 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.section-product .product-example .info {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 5%;
  row-gap: calc(var(--spacing) * 5);
}
.section-product .product-example .info > div:first-child {
  grid-column: span 12 / span 12;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    grid-column: span 4 / span 4;
  }
}
.section-product .product-example .info > div:last-child {
  grid-column: span 12 / span 12;
  @media (width >= 48rem) {
    grid-column: span 8 / span 8;
  }
}
.section-product .product-example .info .youtube {
  aspect-ratio: var(--aspect-video);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background-color: var(--color-foreground);
}
.section-product .product-example .info .youtube iframe {
  height: 100%;
  width: 100%;
}
.section-product .product-example .info .table {
  width: 100%;
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(& > :not(:last-child)) {
    border-color: var(--color-border);
  }
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 5);
  }
}
.section-product .product-example .info .table .row {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.section-product .product-example .info .table .row > div:first-child {
  width: 100%;
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 44);
  }
}
.section-product .product-example .info .table .row > div:last-child {
  width: 100%;
  @media (width >= 48rem) {
    width: auto;
  }
  @media (width >= 48rem) {
    flex: 1;
  }
}
.section-product .product-example .case {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 5%;
  row-gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section-product .product-example .case .person {
  margin-bottom: calc(var(--spacing) * 5);
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 5);
}
.section-product .product-example .case .person img {
  width: calc(var(--spacing) * 16);
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 20);
  }
}
#page-contact .page-header {
  overflow-x: hidden;
  padding-block: calc(var(--spacing) * 0);
}
#page-contact .section-title {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#page-contact .section-title .title {
  padding-bottom: calc(var(--spacing) * 10);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-primary);
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
#page-contact .section-title .person {
  position: absolute;
  right: calc(var(--spacing) * -8);
  bottom: calc(var(--spacing) * 0);
  height: calc(4/5 * 100%);
  @media (width >= 48rem) {
    right: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    height: 90%;
  }
}
.contact-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 5%;
  row-gap: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 20);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-container > div:first-child {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: center;
}
.contact-container > div:last-child {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.contact-container h2 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.contact-container .document-img {
  margin-inline: auto;
  width: 100%;
  @media (width >= 48rem) {
    width: calc(4/5 * 100%);
  }
}
.contact-container .callout-list {
  text-align: left;
}
.form-error {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-red-500);
  background-color: var(--color-red-50);
  padding: calc(var(--spacing) * 4);
}
.form-error ul {
  list-style-position: inside;
  list-style-type: disc;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.form-container {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.form-container.thanks {
  padding-bottom: calc(var(--spacing) * 20);
  text-align: center;
}
.form-container > p {
  text-align: center;
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose);
}
.form-container .contact-form {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  text-align: left;
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.form-container .contact-form .row {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.form-container .contact-form .label {
  width: 100%;
}
.form-container .contact-form .label.required, .form-container .contact-form .label.optional {
  position: relative;
  &::after {
    content: var(--tw-content);
    margin-left: calc(var(--spacing) * 2);
  }
  &::after {
    content: var(--tw-content);
    display: inline-block;
  }
  &::after {
    content: var(--tw-content);
    border-radius: 0.25rem;
  }
  &::after {
    content: var(--tw-content);
    padding-inline: calc(var(--spacing) * 2);
  }
  &::after {
    content: var(--tw-content);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.form-container .contact-form .label.required {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-red-500);
  }
  &::after {
    content: var(--tw-content);
    color: var(--color-white);
  }
  &::after {
    --tw-content: '必須';
    content: var(--tw-content);
  }
}
.form-container .contact-form .label.optional {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-gray-400);
  }
  &::after {
    content: var(--tw-content);
    color: var(--color-white);
  }
  &::after {
    --tw-content: '任意';
    content: var(--tw-content);
  }
}
.form-container .contact-form .field:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  min-width: calc(var(--spacing) * 0);
  flex: 1;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-input);
  padding: calc(var(--spacing) * 4);
}
.form-container .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 5);
}
.form-container .btns .btn {
  width: 100%;
  max-width: calc(var(--spacing) * 72);
}
.policy-content {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.policy-content > div {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.policy-content > div > div:last-child {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.policy-content h2 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.policy-content p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.policy-content ul {
  list-style-type: disc;
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  padding-left: calc(var(--spacing) * 5);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-content: "";
      --tw-duration: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-y-reverse: 0;
    }
  }
}
