/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans: "Roboto", "Noto Sans JP", sans-serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: 1.8;
    --text-sm: 0.875rem;
    --text-sm--line-height: 1.8;
    --text-base--line-height: 1.8;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.8;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --font-weight-bold: 700;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: "palt";
    --default-mono-font-family: var(--font-mono);
    --color-gray-50: #f5f5f5;
    --color-gray-100: #ededed;
    --color-gray-150: #dde0e3;
    --color-gray-200: #c3c8ce;
    --color-gray-300: #aab2ba;
    --color-black-1000: #000f42;
    --color-white: #fff;
    --color-marine-50: #f0fbff;
    --color-marine-100: #d6f4ff;
    --color-marine-150: #c0e9fc;
    --color-marine-400: #009ce5;
    --color-marine-500: #0075cb;
    --color-marine-600: #0256be;
    --color-marine-700: #0047a1;
    --color-marine-800: #003c7c;
    --color-yellow-150: #fee4a0;
    --color-yellow-200: #ffd167;
    --color-yellow-300: #ffc737;
    --color-yellow-1000: #1c1200;
    --radius-full: 9999px;
    --border-width-lg: 2px;
    --border-width-xl: 4px;
    --text-base-default: var(--color-black-1000);
    --text-primary-default: var(--color-marine-600);
    --text-primary-secondary: var(--color-marine-800);
    --text-primary-on-primary: var(--color-white);
    --text-warning-on-warning: var(--color-yellow-1000);
    --text-disabled-default: var(--color-gray-300);
    --background-base-default: var(--color-white);
    --background-base-default-hover: var(--color-gray-50);
    --background-primary-default: var(--color-marine-600);
    --background-primary-default-hover: var(--color-marine-700);
    --background-primary-secondary: var(--color-marine-50);
    --background-primary-secondary-hover: var(--color-marine-100);
    --background-primary-quaternary: var(--color-marine-100);
    --background-warning-default: var(--color-yellow-200);
    --background-warning-default-hover: var(--color-yellow-150);
    --background-disabled-default: var(--color-gray-100);
    --border-base-default: var(--color-gray-100);
    --border-base-secondary: var(--color-gray-200);
    --border-primary-default: var(--color-marine-700);
    --border-primary-secondary: var(--color-marine-400);
    --border-warning-default: var(--color-yellow-300);
    --border-disabled-default: var(--color-gray-150);
    --border-focus-default: var(--color-marine-150);
  }
}
main {
  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;

  font-family: var(--font-sans);
  color: var(--text-base-default);
}
main {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0 solid;
  }
  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-size: 1em;
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-collapse: collapse;
    border-color: inherit;
  }
  :-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-variation-settings: inherit;
    font-feature-settings: inherit;
    color: inherit;
    letter-spacing: inherit;
    background-color: transparent;
    border-radius: 0;
    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;
  }

  a:hover {
    text-decoration: none;
  }
}
:root {
  --color-primary-gradation: linear-gradient(82deg, #635fff 0%, #43aaff 101.4%);
}

/* ===========================================================================================
 * コンポーネント
 * =========================================================================================== */
.section-1 {
  padding-block: 80px;
  @media (width >= 48rem) {
    padding-block: 120px;
  }
  > div {
    padding-inline: 16px;
  }
}

.section-hgroup {
  > h2 {
    width: fit-content;
    padding-block: 4px;
    padding-inline: 24px;
    margin-inline: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    background: var(--color-primary-gradation);
    @media (width >= 48rem) {
      padding-block: 3px;
      font-size: 20px;
    }
  }
  > p {
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    letter-spacing: 5%;
    @media (width >= 48rem) {
      font-size: clamp(52px, calc(100vw / 1440 * 72), 72px);
    }
  }
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 11%;
  @media (width >= 48rem) {
    font-size: 48px;
  }
}

.section-description {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}

.text-gradation {
  color: transparent;
  background-image: var(--color-primary-gradation);
  background-clip: text;
}

.only-pc {
  display: none;
  @media (width >= 48rem) {
    display: block;
  }
}

.only-sp {
  display: block;
  @media (width >= 48rem) {
    display: none !important;
  }
}

/* ===========================================================================================
 * main
 * =========================================================================================== */
main {
  margin-top: 53px;
  @media (width >= 48rem) {
    margin-top: 69px;
  }
}

/* ===========================================================================================
 * メインビジュアル
 * =========================================================================================== */
.mv {
  position: relative;
  height: 540px;
  overflow: hidden;
  background: var(--color-primary-gradation);
  @media (width >= 48rem) {
    height: 720px;
  }
}

.mv__bg {
  position: absolute;
  left: 50%;
  width: 375px;
  height: 100%;
  transform: translateX(-50%);
  @media (width >= 48rem) {
    width: 1440px;
  }
  > .balloon {
    position: absolute;
    right: -9px;
    bottom: -68px;
    display: block;
    width: 866px;
    max-width: none;
    height: 793px;
    @media (width >= 48rem) {
      top: -766px;
      left: -360px;
      width: 1675px;
      height: 1534px;
    }
  }
  > .image {
    position: absolute;
    right: -91px;
    bottom: -55px;
    width: 386px;
    max-width: none;
    height: 365px;
    @media (width >= 48rem) {
      top: 17px;
      right: 84px;
      width: 747px;
      height: 706px;
    }
  }
}

.mv__contact {
  display: none;
  @media (width >= 48rem) {
    position: relative;
    display: flex;
    column-gap: 6px;
    justify-content: flex-end;
    max-width: 1390px;
    padding-inline: 16px;
    margin-inline: auto;
    margin-top: 30px;
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 160px;
      height: 40px;
      font-size: 14px;
      font-weight: 700;
      line-height: 100%;
      border-radius: 100vmax;
      translate: 0 0;
      transition-duration: 0.3s;
      transition-property: translate box-shadow;
      &:first-child {
        color: #fff;
        background: var(--color-primary-gradation);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
        @media (any-hover: hover) {
          &:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            translate: 0 -4px;
          }
        }
      }
      &:last-child {
        background: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
        @media (any-hover: hover) {
          &:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            translate: 0 -4px;
          }
        }
      }
    }
  }
}

.mv__inner {
  position: relative;
  padding-inline: 16px;
  padding-top: 32px;
  @media (width >= 48rem) {
    max-width: 1210px;
    padding-top: 0;
    margin-inline: auto;
    margin-top: 56px;
  }
  > h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 5%;
    @media (width >= 48rem) {
      font-size: 40px;
    }
    > img {
      display: block;
      width: 100%;
      max-width: 343px;
      margin-top: 24px;
      @media (width >= 48rem) {
        max-width: 575px;
        margin-top: 26px;
      }
    }
  }
  > p {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 7.5%;
    @media (width >= 48rem) {
      margin-top: 44px;
      font-size: 18px;
    }
    @media (width >= 48rem) and (width <= 1280px) {
      width: calc(100vw / 1280 * 530);
      > br {
        display: none;
      }
    }
  }
  > a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 64px;

    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 100vmax;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0);
    translate: 0 0;
    transition-duration: 0.3s;
    transition-property: translate, box-shadow;
    @media (any-hover: hover) {
      &:hover {
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
        translate: 0 -4px;
      }
    }
    @media (width >= 48rem) {
      width: 320px;
      margin-top: 33px;
    }

    &:first-of-type {
      margin-top: 40px;
      color: #fff;
      background: var(--color-primary-gradation);
      > span {
        padding-block: 6px;
        padding-inline: 4px;
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        color: #3f4fea;
        background: #fff;
      }
    }
    &:last-of-type {
      margin-top: 10px;
      background: #fff;
      border: 1px solid #e6e6e6;
    }
  }
}

/* ===========================================================================================
 * 多くの業界
 * =========================================================================================== */
.industry {
  padding-block: 48px;
  padding-inline: 8px;
}

.industry__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 32px;
  }
}

.industry__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
  gap: 8px;
  margin-top: 24px;
  @media (width >= 48rem) {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    margin-inline: auto;
  }
  > li {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    background: #ebf1fd;
    border-radius: 16px;
    @media (width >= 48rem) {
      width: 240px;
      font-size: 20px;
    }
  }
}

/* ===========================================================================================
 * 課題
 * =========================================================================================== */
.problem {
  margin-top: 40px;
  background: #efefef;
  @media (width >= 48rem) {
    margin-top: 0;
  }
}

.problem__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3%;
  @media (width >= 48rem) {
    font-size: clamp(52px, calc(100vw / 1440 * 64), 64px);
    line-height: normal;
    text-align: center;
  }
}

.problem__desc {
  margin-top: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  letter-spacing: 7%;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}

.problem__section__list {
  display: grid;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 56px;
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  > section:last-child {
    margin-top: 40px;
    @media (width >= 48rem) {
      margin-top: 0;
    }
  }
}

.problem__subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  @media (width >= 48rem) {
    font-size: 40px;
  }
  > span:last-child {
    font-size: 28px;
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
}

.problem__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
  > li {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    row-gap: 4px;
    column-gap: 16px;
    padding-block: 16px;
    padding-inline: 24px;
    background: #fff;
    border-radius: 24px;
    > img {
      grid-row: 1 / -1;
      align-self: center;
    }
    > h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 100%;
      letter-spacing: 5%;
      @media (width >= 48rem) {
        font-size: 20px;
      }
    }
    > p {
      font-size: 13px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 5%;
      @media (width >= 48rem) {
        font-size: 16px;
      }
    }
  }
}

.problem__illustration {
  display: block;
  margin-inline: auto;
  margin-top: 16px;
}

/* ===========================================================================================
 * 機能
 * =========================================================================================== */
.function__intro {
  @media (width >= 48rem) {
    max-width: 960px;
    margin-inline: auto;
  }
  > video-js {
    aspect-ratio: 16 / 9;
    margin-top: 64px;
  }
  > .cap {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    text-align: center;
    letter-spacing: 5%;
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
}

.function__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
  max-width: 1184px;
  margin-inline: auto;
  margin-top: 64px;
  /* @media (width >= 48rem) { */
  /*   display: flex; */
  /*   justify-content: center; */
  /* } */
  > li {
    > img {
      width: 100%;
      margin-inline: auto;
    }
    > h3 {
      margin-top: 16px;
      font-size: 14px;
      font-weight: bold;
      line-height: 160%;
      text-align: center;
      letter-spacing: 5%;
      @media (width >= 48rem) {
        font-size: 18px;
      }
    }
  }
}

.feature {
  margin-top: 80px;
  @media (width >= 48rem) {
    margin-top: 120px;
  }
}

.feature_title {
  position: relative;
  width: fit-content;
  padding-top: 24px;
  margin-inline: auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 48px;
  }
  &::before {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    width: 48px;
    height: 2px;
    content: "";
    background: var(--color-primary-gradation);
    transform: translateX(-50%);
  }
}

.feature__list {
  display: grid;
  gap: 24px;
  margin-top: 48px;
  @media (width >= 48rem) {
    grid-template-columns: repeat(auto-fit, 278px);
    justify-content: center;
  }
  > li {
    display: grid;
    row-gap: 16px;
    padding: 24px;
    border: 1px solid #d2dce9;
    border-radius: 24px;
    > span {
      width: fit-content;
      height: fit-content;
      padding-block: 4px;
      padding-inline: 24px;
      margin-inline: auto;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background: var(--color-primary-gradation);
      @media (width >= 48rem) {
        font-size: 20px;
      }
    }
    > h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      @media (width >= 48rem) {
        display: grid;
        place-items: center;
        height: 55px;
        font-size: 20px;
      }
    }
    > p {
      font-size: 14px;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 5%;
      @media (width >= 48rem) {
        height: 72px;
        font-size: 15px;
      }
    }
    > img {
      display: block;
      margin-inline: auto;
    }
  }
}

.feature__arrow {
  display: block;
  margin-inline: auto;
  margin-top: 24px;
}

.feature__conclusion {
  padding: 16px;
  margin-top: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  letter-spacing: 5%;
  background: #ebf1fd;
  border-radius: 24px;
  @media (width >= 48rem) {
    max-width: 1184px;
    margin-inline: auto;
    font-size: 32px;
  }
}

.scenario {
  padding-inline: 16px;
  margin-top: 80px;
}

.scenario__title {
  position: relative;
  width: fit-content;
  padding-top: 24px;
  margin-inline: auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 48px;
  }
  &::before {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    width: 48px;
    height: 2px;
    content: "";
    background: var(--color-primary-gradation);
    transform: translateX(-50%);
  }
}

.scenario__desc {
  margin-top: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}

.scenario__list {
  display: grid;
  margin-top: 48px;
  @media (width >= 48rem) {
    grid-template-columns: repeat(auto-fit, 394px);
    justify-content: center;
  }
  > li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    padding: 24px;
    &:nth-child(1) {
      background: #f6f9ff;
    }
    &:nth-child(2) {
      background: #e8eeff;
    }
    &:nth-child(3) {
      background: #d4dfff;
    }
    > span {
      display: block;
      width: 72px;
      height: 72px;
      font-size: 36px;
      font-weight: bold;
      line-height: 1em;
      color: #fff;
      text-align: center;
      background: var(--color-primary-gradation);
      border-radius: 24px;
      @media (width >= 48rem) {
        width: 88px;
        height: 88px;
        font-size: 40px;
      }
      > span:first-child {
        display: block;
        font-size: 12px;
        @media (width >= 48rem) {
          font-size: 14px;
        }
      }
      > span:last-child {
        display: block;
        margin-top: -10px;
      }
    }
    > h4 {
      align-self: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 140%;
      @media (width >= 48rem) {
        font-size: 24px;
      }
    }
    > p {
      position: relative;
      grid-column: 1 / -1;
      padding-left: 12px;
      margin-top: 8px;
      font-size: 15px;
      font-weight: 500;
      line-height: 160%;
      &:first-of-type {
        margin-top: 16px;
        @media (width >= 48rem) {
          margin-top: 24px;
        }
      }
      &::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 6px;
        height: 6px;
        content: "";
        background: #3036bd;
        border-radius: 100vmax;
      }
    }
  }
}

.scenario__industry {
  margin-top: 48px;
  @media (width >= 48rem) {
    display: flex;
    column-gap: 24px;
    align-items: center;
    justify-content: center;
  }
  > h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
}

.scenario__industry__list {
  display: grid;
  grid-template-columns: repeat(2, 136px);
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, 136px);
    margin-top: 0;
  }
  > li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #d2dce9;
    border-radius: 16px;
    > p {
      display: grid;
      place-items: center;
      height: 52px;
      font-size: 16px;
      font-weight: bold;
      line-height: 120%;
      text-align: center;
      @media (width >= 48rem) {
        height: 48px;
        font-size: 20px;
      }
    }
  }
}

/* ===========================================================================================
 * まずは資料請求
 * =========================================================================================== */
.action {
  padding-block-start: 24px;
  padding-block-end: 34px;
  padding-inline: 16px;
  overflow: hidden;
  background: var(--color-primary-gradation);
  @media (width >= 48rem) {
    padding-block: 107px;
  }
}

.action__inner {
  position: relative;
  @media (width >= 48rem) {
    max-width: 1160px;
    margin-inline: auto;
  }
  > img {
    position: absolute;
    top: -45px;
    right: -35px;
    z-index: 0;
    width: 195px;
    @media (width >= 48rem) {
      top: -207px;

      left: max(420px, calc(50% - 100px));
      width: 819px;
    }
  }
}

.action__title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 56px;
  }
}

.action__desc {
  position: relative;
  margin-top: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  color: #fff;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 18px;
  }
}

.action__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  @media (width >= 48rem) {
    flex-direction: row;
    justify-content: start;
  }
  > a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 56px;
    letter-spacing: 5%;
    border: 1px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0);
    translate: 0 0;
    transition-duration: 0.3s;
    transition-property: translate box-shadow;
    @media (any-hover: hover) {
      &:hover {
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
        translate: 0 -4px;
      }
    }
    @media (width >= 48rem) {
      height: 64px;
    }
    &:first-child {
      font-size: 18px;
      font-weight: bold;
      color: #4a63c5;
      background: #fff;
      @media (width >= 48rem) {
        font-size: 22px;
      }
      > span {
        padding-block: 6px;
        padding-inline: 4px;
        line-height: 1;
        color: #fff;
        background: var(--color-primary-gradation);
      }
    }
    &:last-child {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      background: #3a65ec;
      @media (width >= 48rem) {
        font-size: 20px;
      }
    }
  }
}

/* ===========================================================================================
 * 導入効果
 * =========================================================================================== */
.effect {
  background: #eef2f9;
}

.effect__rice {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 180%;
  color: #666f8e;
  text-align: center;
  letter-spacing: 5%;
  @media (width >= 48rem) {
    font-size: 14px;
  }
}

.effect__list {
  display: grid;
  grid-template-columns: min(100%, 572px);
  gap: 40px;
  justify-content: center;
  margin-top: 64px;
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1184px;
    margin-inline: auto;
  }
  > li {
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    @media (width >= 48rem) {
      padding: 40px;
    }
    > h3 {
      padding-bottom: 14px;
      margin-bottom: 14px;
      font-size: 12px;
      font-weight: 700;
      line-height: 140%;
      text-align: center;
      border-bottom: 1px solid #d2dce9;
      @media (width >= 48rem) {
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 20px;
      }
      > span {
        display: block;
        margin-top: 5px;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-align: center;
        @media (width >= 48rem) {
          font-size: 36px;
        }
      }
    }
    > img {
      width: 100%;
    }
  }
}

/* ===========================================================================================
 * 違い
 * =========================================================================================== */
.difference__table {
  width: 100%;
  margin-top: 70px;

  @media (width >= 48rem) {
    max-width: 878px;
    margin-inline: auto;
  }

  th,
  td {
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #bcc9da;
  }

  th {
    padding-block: 6px;
    padding-inline: 8px;
    font-weight: bold;
    background: #e9f0ff;
    &:empty {
      background: #fff;
      border: none;
    }

    &[scope="col"] {
      text-align: center;
      &:not(:first-child) {
        width: 35%;
      }

      @media (width >= 48rem) {
        font-size: 20px;
      }
    }

    &[scope="col"]:nth-child(2) {
      position: relative;
      border: none;

      &::before {
        position: absolute;
        top: -24px;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: var(--color-primary-gradation);
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
      }
      > span {
        position: relative;
        display: block;
        color: #fff;
        transform: translateY(-12px);
        > span {
          @media (width >= 48rem) {
            font-size: 32px;
          }
        }
      }
    }

    &[scope="row"] {
      @media (width >= 48rem) {
        padding-inline: 24px;
        font-size: 18px;
        text-align: left;
      }
    }
  }

  .data {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    padding-block: 14px;
    padding-inline: 8px;
    line-height: 140%;
    text-align: center;
    @media (width >= 48rem) {
      flex-direction: row;
      gap: 8px;
      justify-content: start;
      padding-block: 20px;
      padding-inline: 24px;
      font-size: 18px;
      text-align: left;
    }
    > img {
      @media (width >= 48rem) {
        width: 32px;
      }
    }
  }

  .good {
    position: relative;
    font-weight: bold;
    background: var(--color-primary-gradation);
    border: none;
    &::before {
      position: absolute;
      inset-block: 0;
      inset-inline: 4px;
      z-index: 0;
      content: "";
      background: #fff;
      border-bottom: 1px solid #bcc9da;
    }
  }
  tr:last-of-type .good::before {
    inset-block-end: 4px;
    border-bottom: none;
  }
}

/* ===========================================================================================
 * FAQ
 * =========================================================================================== */
.faq {
  background: #eef2f9;
}

.faq__item {
  border-bottom: 1px solid #d9d9d9;
  @media (width >= 48rem) {
    max-width: 960px;
    margin-inline: auto;
  }
  &:first-of-type {
    margin-top: 32px;
    @media (width >= 48rem) {
      margin-top: 24px;
    }
  }
  > summary {
    display: flex;
    column-gap: 8px;
    align-items: center;
    padding-block: 16px;
    letter-spacing: 5%;
    cursor: pointer;
    @media (width >= 48rem) {
      padding-block: 24px;
    }
    > span:first-child {
      display: grid;
      flex-shrink: 0;
      place-content: center;
      width: 24px;
      height: 24px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      background: var(--color-primary-gradation);
      border-radius: 100vmax;
      @media (width >= 48rem) {
        width: 32px;
        height: 32px;
        font-size: 21px;
      }
    }
    > span:last-of-type {
      flex: 1;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      @media (width >= 48rem) {
        font-size: 18px;
      }
    }
    > i {
      position: relative;
      display: block;
      flex-shrink: 0;
      width: 16px;
      height: 16px;
      &::before {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 4px;
        content: "";
        background: #000f42;
        transform: translateY(-50%);
      }
      &::after {
        position: absolute;
        left: 50%;
        width: 4px;
        height: 100%;
        content: "";
        background: #000f42;
        translate: -50% 0;
        transition-duration: 0.25s;
        transition-property: rotate, opacity;
      }
    }
  }

  &[open] > summary > i::after {
    opacity: 0;
    rotate: 90deg;
  }

  &:not([open]) > summary > i::after {
    opacity: 1;
    rotate: 0deg;
  }

  > div {
    overflow: hidden;
    > div {
      display: flex;
      column-gap: 8px;
      align-items: center;
      padding-block-end: 16px;

      @media (width >= 48rem) {
        padding-block-end: 24px;
      }
      > span:first-child {
        display: block;
        flex-shrink: 0;
        width: 24px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        @media (width >= 48rem) {
          width: 32px;
          font-size: 25px;
        }
      }
      > span:last-child {
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 5%;
        @media (width >= 48rem) {
          font-size: 18px;
        }
      }
    }
  }

  &::details-content {
    display: grid;
    content-visibility: unset;
    transition-duration: 0.25s;
    transition-property: grid-template-rows, opacity;
  }

  &:not([open])::details-content {
    grid-template-rows: 0fr;
    opacity: 0;
  }

  &[open]::details-content {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
