/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans JP", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: 1.8;
    --text-base--line-height: 1.6;
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.8;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: #f9f7f0;
    --color-foreground: #200f0a;
    --color-primary: #ed4914;
    --color-red: #d90000;
    --color-orange: #e66d46;
    --color-cream: #fcf8e8;
  }
}
@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 {
  .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;
    }
  }
  .container {
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .w-full {
    width: 100%;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:text-sm {
    @media (width < 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@layer components {
  .heading-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    scroll-margin-top: 24px;
  }
  .heading-wrap small {
    color: var(--color-primary);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
  }
  @media (min-width: 768px) {
    .heading-wrap small {
      font-size: 1.25rem;
      line-height: 140%;
    }
  }
  .heading-wrap h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    background-image: radial-gradient(circle, var(--color-primary) 2px, transparent 2px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 14px;
    text-align: center;
  }
  @media (max-width: 413px) {
    .heading-wrap h2 {
      font-size: 7.7vw;
    }
  }
  @media (min-width: 768px) {
    .heading-wrap h2 {
      font-size: 3.5rem;
    }
  }
  .bg-curve {
    position: relative;
    margin-top: 21px;
    background-color: #fff2a0;
  }
  @media (min-width: 768px) {
    .bg-curve {
      margin-top: 82px;
    }
  }
  .bg-curve::before {
    position: absolute;
    top: -21px;
    left: 0;
    content: "";
    width: 100%;
    height: 163px;
    background-color: #fff2a0;
    clip-path: ellipse(104% 100% at 50% 100%);
  }
  @media (min-width: 768px) {
    .bg-curve::before {
      top: -82px;
      height: 410px;
      clip-path: ellipse(1041px 100% at 50% 100%);
    }
  }
  @media (min-width: 1240px) {
    .bg-curve::before {
      clip-path: ellipse(84% 100% at 50% 100%);
    }
  }
  .bg-curve > section {
    position: relative;
    padding-block: 42px 64px;
  }
  @media (min-width: 768px) {
    .bg-curve > section {
      padding-block: 12px 80px;
    }
  }
  html {
    --header-height: 48px;
    scroll-padding-top: var(--header-height);
  }
  @media (min-width: 768px) {
    html {
      --header-height: 80px;
    }
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: var(--header-height);
    padding-left: 16px;
  }
  @media (min-width: 768px) {
    .header {
      padding-inline: 24px;
    }
  }
  .header.show {
    padding-right: 16px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    transition-property: background-color, box-shadow;
    transition-duration: 0.15s;
  }
  @media (min-width: 768px) {
    .header.show {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1240px) {
    .header {
      padding-left: 58px;
    }
    .header.show {
      padding-inline: 58px;
    }
  }
  .header .logo {
    width: 78.545px;
    transition-property: opacity, visibility;
    transition-duration: 0.15s;
    opacity: 0;
    visibility: hidden;
  }
  .header.show .logo {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 768px) {
    .header .logo {
      width: 139.636px;
    }
  }
  .header-nav {
    display: flex;
    gap: 16px;
    color: #30363a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 140%;
  }
  @media (max-width: 767px) {
    .header-nav {
      display: none;
    }
  }
  .header.show .header-nav {
    gap: 40px;
    font-size: 1rem;
  }
  @media (hover: hover) {
    .header.show .header-nav a {
      transition-property: opacity;
      transition-duration: 0.15s;
    }
    .header.show .header-nav a:hover {
      opacity: 0.7;
    }
  }
  .header:not(.show) .header-nav a {
    padding: 7px 23px;
    border-radius: 100px;
    border: 1px solid var(--color-primary);
    background-color: #fff;
    transition-property: background-color;
    transition-duration: 0.15s;
  }
  @media (hover: hover) {
    .header:not(.show) .header-nav a:hover {
      background-color: #ffeee9;
    }
  }
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 120px;
  }
  @media (min-width: 768px) {
    .footer {
      gap: 80px;
      padding-bottom: 80px;
    }
  }
  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .footer-nav {
      flex-direction: row;
      gap: 40px;
    }
  }
  @media (hover: hover) {
    .footer-nav a {
      transition-property: opacity;
      transition-duration: 0.15s;
    }
    .footer-nav a:hover {
      opacity: 0.7;
    }
  }
  .copyright {
    color: #878f94;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
  }
  .hamburger-menu {
    display: none;
  }
  @media (max-width: 767px) {
    .hamburger-menu {
      --header-height: 48px;
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      width: 100%;
      height: calc(100dvh - var(--header-height));
      padding: 0 16px 40px;
      background: #fff;
      z-index: 2;
      overflow-y: auto;
    }
    .hamburger-menu > a {
      display: flex;
      gap: 8px;
      justify-content: space-between;
      padding: 16px 0 15px;
      border-bottom: 1px solid #e9e9e9;
      font-weight: 700;
    }
    .hamburger-menu > a::after {
      content: "";
      width: 24px;
      height: 24px;
      background-size: contain;
      background-image: url("../img/icon/chevron-right.svg");
    }
  }
  @media (max-width: 767px) {
    .header:has(.hamburger-menu.open) {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }
    .header.show:has(.hamburger-menu.open) {
      padding-block: 8px 7px;
      border-bottom: 1px solid #e8e8e8;
    }
    .hamburger-menu {
      display: none;
      opacity: 0;
      overscroll-behavior: none;
    }
    .hamburger-menu.open {
      display: block;
      opacity: 1;
    }
    @starting-style {
      .hamburger-menu.open {
        opacity: 0;
      }
    }
  }
  .hamburger-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 48px;
    border: 0;
    background-color: var(--color-primary);
    color: #fff;
  }
  .show .hamburger-button {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #444;
  }
  @media (min-width: 768px) {
    .hamburger-button {
      display: none;
    }
  }
  :not(.open) + .hamburger-button path:last-of-type {
    display: none;
  }
  .open + .hamburger-button path:first-of-type {
    display: none;
  }
  @media (max-width: 767px) {
    .dropdown-menu {
      border-bottom: 1px solid #e9e9e9;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu {
      position: relative;
    }
    .dropdown-menu:has(.open)::before {
      position: absolute;
      top: 100%;
      left: 0;
      content: "";
      width: 100%;
      height: 14px;
    }
  }
  @media (max-width: 767px) {
    .dropdown-menu > button {
      position: relative;
      display: block;
      width: 100%;
      padding: 15px 0;
      font-weight: 700;
      text-align: left;
    }
    .dropdown-menu > button::before, .dropdown-menu > button::after {
      position: absolute;
      top: calc(50% - 1px);
      right: 5px;
      content: "";
      width: 14px;
      height: 2px;
      background-color: #979797;
    }
    .dropdown-menu > button:not(.open)::after {
      transform: rotate(-90deg);
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu > button {
      display: flex;
      gap: 2px;
      align-items: center;
      font-weight: 500;
    }
    .dropdown-menu > button::after {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../img/icon/chevron-right.svg");
      background-size: contain;
      transform: rotate(90deg);
    }
    .dropdown-menu > button.open {
      color: #999;
    }
  }
  .dropdown-menu-list {
    box-sizing: content-box;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .open + .dropdown-menu-list {
    visibility: visible;
  }
  @media (max-width: 767px) {
    .dropdown-menu-list {
      padding-left: 24px;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-list {
      position: absolute;
      top: calc(100% + 14px);
      left: -38px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 24px;
      padding: 0 24px;
      background: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    }
    .open + .dropdown-menu-list {
      padding-block: 24px;
    }
  }
  .dropdown-menu-list > a {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .dropdown-menu-list > a::after {
    flex-shrink: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icon/chevron-right.svg");
    background-size: contain;
  }
  @media (max-width: 767px) {
    .dropdown-menu-list > a {
      padding: 11px 0;
      border-top: 1px dashed #e9e9e9;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-list > a {
      width: 200px;
    }
    .dropdown-menu-list > a:hover {
      opacity: 0.7;
    }
  }
  .back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #ccc;
    background-image: url("../img/icon/chevron-up.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    opacity: 1;
    transition-property: opacity, display, background-color;
    transition-duration: 0.15s;
    transition-behavior: allow-discrete;
  }
  @starting-style {
    .back-to-top {
      opacity: 0;
    }
  }
  .back-to-top[hidden] {
    opacity: 0;
  }
  @media (min-width: 1120px) {
    .back-to-top {
      right: 58px;
      bottom: 24px;
    }
  }
  @media (hover: hover) {
    .back-to-top:hover {
      background-color: #999;
    }
  }
  .kv-box {
    position: relative;
  }
  .kv-box h1 {
    position: absolute;
    top: 7.2vw;
    left: 8.5vw;
    width: 43.2vw;
  }
  @media (min-width: 768px) {
    .kv-box h1 {
      top: 3.5vw;
      left: 5.6vw;
      width: 24.2vw;
    }
  }
  .kv-list > li {
    max-width: 100%;
  }
  .kv-anchor-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-top: 64px;
  }
  @media (min-width: 768px) {
    .kv-anchor-box {
      gap: 24px;
      width: 418px;
      margin: 0 auto;
    }
  }
  .outline-anchor-link, .primary-anchor-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--color-primary);
    font-weight: 500;
    transition-property: background-color;
    transition-duration: 0.15s;
  }
  .primary-anchor-link {
    position: absolute;
    top: -32px;
    left: 0;
    gap: 4px;
    width: 100%;
    padding: 14px 14px 12px;
    background: var(--color-primary);
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.25rem;
    line-height: 140%;
  }
  @media (min-width: 768px) {
    .primary-anchor-link {
      top: -39px;
      left: calc(50% - 209px);
      width: 418px;
      font-size: 1.5rem;
    }
  }
  @media (hover: hover) {
    .primary-anchor-link:hover {
      background-color: #d13e0f;
    }
  }
  .outline-anchor-link {
    padding: 11px 11px 7px;
    background-color: #fff;
    color: #200f0a;
    font-size: 1.125rem;
    line-height: 140%;
  }
  @media (max-width: 374px) {
    .outline-anchor-link {
      font-size: 0.875rem;
    }
  }
  @media (hover: hover) {
    .outline-anchor-link:hover {
      background-color: #ffeee9;
    }
  }
  @media (min-width: 768px) {
    .about-list {
      gap: 16px;
      justify-content: space-between;
    }
  }
  .about-list figure {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: min(100%, 290px);
  }
  @media (max-width: 767px) {
    .about-list figure {
      text-align: center;
    }
  }
  @media (min-width: 768px) {
    .about-list figure {
      gap: 24px;
      width: 328px;
    }
  }
  @media (max-width: 420px) or (min-width: 768px) {
    .about-list figcaption br {
      display: none;
    }
  }
  .about-video {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 40px;
  }
  @media (min-width: 768px) {
    .about-video {
      gap: 24px;
      margin-top: 48px;
    }
  }
  .about-video h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  @media (min-width: 768px) {
    .about-video h3 {
      font-size: 2.5rem;
    }
  }
  .about-video em {
    color: var(--color-primary);
  }
  @media (min-width: 768px) {
    .reason-list {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
  }
  .reason-list > li {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 324px);
    padding: 40px 32px 0;
    border-radius: 40px;
    background: #fff;
  }
  @media (min-width: 768px) {
    .reason-list > li {
      gap: 24px;
      justify-content: flex-end;
      width: 100%;
      padding-inline: 32px;
    }
    .reason-list > li:nth-child(odd) {
      flex-direction: row-reverse;
    }
    .reason-list > li:nth-child(even) {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    .reason-list > li {
      gap: 40px;
      padding-inline: 60px;
    }
  }
  .reason-list img {
    width: 220px;
  }
  @media (min-width: 768px) {
    .reason-list img {
      align-self: flex-end;
      width: 44%;
    }
  }
  @media (min-width: 1084px) {
    .reason-list img {
      width: 442px;
    }
  }
  .reason-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  @media (min-width: 768px) {
    .reason-desc {
      gap: 8px;
    }
  }
  @media (min-width: 1024px) {
    .reason-desc {
      gap: 32px;
    }
  }
  .reason-desc > dt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-inline: -32px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 140%;
    text-align: center;
  }
  @media (max-width: 360px) {
    .reason-desc > dt {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 768px) {
    .reason-desc > dt {
      align-items: flex-start;
      margin-inline: 0;
      text-align: left;
      font-size: 1.75rem;
    }
  }
  @media (min-width: 1024px) {
    .reason-desc > dt {
      font-size: 2.5rem;
    }
  }
  .reason-desc > dt small {
    padding: 3px 24px 4px;
    border-radius: 4px;
    background: #fde27b;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .reason-desc > dt small {
      font-size: 0.75rem;
    }
  }
  .reason-desc > dd {
    font-size: 0.875rem;
    line-height: 160%;
  }
  @media (min-width: 768px) {
    .reason-desc > dd {
      font-size: 0.75rem;
    }
  }
  @media (min-width: 1024px) {
    .reason-desc > dd {
      font-size: 1rem;
    }
  }
  .reason-desc .num {
    font-size: 1.125rem;
    line-height: 140%;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .reason-desc .num {
      font-size: 0.875rem;
    }
  }
  .reason-desc em {
    color: var(--color-primary);
  }
  .recommend-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  @media (min-width: 768px) {
    .recommend-list {
      flex-direction: row;
      gap: 24px;
      justify-content: space-between;
    }
  }
  .recommend-list > li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  @media (min-width: 768px) {
    .recommend-list > li {
      flex: 1;
      max-width: 328px;
    }
  }
  .recommend-type {
    align-self: stretch;
    display: flex;
    gap: 16px;
    text-align: center;
  }
  @media (min-width: 768px) {
    .recommend-type {
      flex-direction: column;
      align-items: center;
    }
  }
  .recommend-type figcaption {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 140%;
  }
  @media (min-width: 768px) {
    .recommend-type figcaption {
      gap: 24px;
      align-items: center;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .recommend-type-text {
      height: 2lh;
    }
  }
  .recommend-type small {
    padding-block: 1px 2px;
    border-radius: 32px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 160%;
  }
  @media (min-width: 768px) {
    .recommend-type small {
      width: 160px;
    }
  }
  .recommend-list > li:first-of-type .recommend-type small {
    background: #00a966;
  }
  .recommend-list > li:nth-of-type(2) .recommend-type small {
    background: #009eac;
  }
  .recommend-list > li:last-of-type .recommend-type small {
    background: #f3587a;
  }
  @media (max-width: 767px) {
    .recommend-type img {
      width: 165px;
    }
  }
  @media (max-width: 380px) {
    .recommend-type img {
      width: 100px;
      object-fit: cover;
    }
  }
  .recommend-text {
    padding: 14px;
    border-radius: 16px;
    border: 2px solid;
    background: #fff;
  }
  @media (min-width: 768px) {
    .recommend-text {
      flex-grow: 1;
      padding: 22px;
      margin-top: -8px;
    }
  }
  .recommend-list > li:first-of-type .recommend-text {
    border-color: #00a966;
  }
  .recommend-list > li:nth-of-type(2) .recommend-text {
    border-color: #009eac;
  }
  .recommend-list > li:last-of-type .recommend-text {
    border-color: #f3587a;
  }
  @media (min-width: 768px) {
    .step-list {
      display: flex;
      gap: 32px;
    }
  }
  @media (min-width: 1024px) {
    .step-list {
      gap: 60px;
    }
  }
  .step-list > li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 300px;
  }
  @media (min-width: 1024px) {
    .step-list > li {
      width: 320px;
    }
  }
  .step-list > li small {
    color: #6a514a;
    font-size: 0.8125rem;
    line-height: 1.2;
    text-align: right;
  }
  @media (min-width: 1024px) {
    .step-list > li small {
      font-size: 0.875rem;
    }
  }
  .step-list > li:nth-of-type(2) img {
    height: 193px;
    margin-left: 21px;
    object-fit: cover;
    object-position: top;
  }
  @media (min-width: 768px) {
    .step-list > li:nth-of-type(2) img {
      width: calc(100% - 16px);
      max-width: 263px;
      height: auto;
      margin-left: 8px;
    }
  }
  @media (min-width: 1024px) {
    .step-list > li:nth-of-type(2) img {
      margin-left: 20px;
    }
  }
  .step-list > li:last-of-type img {
    height: 165px;
    object-fit: cover;
    object-position: top;
  }
  @media (min-width: 768px) {
    .step-list > li:last-of-type img {
      width: calc(100% - 64px);
      max-width: 232px;
      height: auto;
    }
  }
  @media (min-width: 768px) {
    .step-item {
      position: relative;
    }
    .step-list > li:not(:first-of-type) .step-item::before {
      position: absolute;
      top: calc(50% - 8px);
      left: -24px;
      content: "";
      width: 16px;
      height: 16px;
      background: url(../img/icon/step-forward.svg);
      background-size: contain;
    }
  }
  @media (min-width: 1024px) {
    .step-list > li:not(:first-of-type) .step-item::before {
      position: absolute;
      top: calc(50% - 16px);
      left: -46px;
      content: "";
      width: 32px;
      height: 32px;
    }
  }
  .step-item > dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 40px 40px 0 0;
    background: #fe6e40;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1;
  }
  .step-item > dd {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    height: 269px;
    padding-top: 24px;
    border-radius: 0 0 40px 40px;
    background-color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .step-item > dd {
      height: 295px;
    }
  }
  .step-list > li:not(:first-of-type) .step-item > dd {
    justify-content: space-between;
  }
  .step-item figure {
    display: contents;
  }
  .step-item figcaption {
    padding-inline: 16px;
  }
  @media (min-width: 768px) {
    .step-item figcaption {
      display: flex;
      align-items: center;
      min-height: 2lh;
    }
  }
  .use-section {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-block: 64px;
  }
  @media (min-width: 820px) {
    .use-section {
      flex-direction: row-reverse;
      gap: 16px;
      justify-content: space-between;
      padding-block: 80px 0;
    }
  }
  @media (max-width: 819px) {
    .use-image {
      align-self: center;
      width: 240px;
    }
  }
  @media (min-width: 820px) {
    .use-image {
      align-self: flex-end;
    }
  }
  .use-box {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .use-box {
      flex-shrink: 0;
      align-self: center;
      padding-block: 8px;
    }
  }
  .use-box h2 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  @media (max-width: 413px) {
    .use-box h2 {
      font-size: 7.7vw;
    }
  }
  @media (min-width: 768px) {
    .use-box h2 {
      font-size: 3rem;
      text-align: left;
    }
  }
  .use-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
  @media (min-width: 768px) {
    .use-list {
      flex-direction: row;
      gap: 16px;
      margin-top: 20px;
    }
  }
  .use-list > li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 24px 32px 32px;
    border-radius: 40px;
    background: #fff;
  }
  @media (min-width: 768px) {
    .use-list > li {
      gap: 30px;
      padding: 38px 20px 40px;
    }
    .use-icon {
      width: 67px;
    }
  }
  .use-app-list {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  .use-app-list > li {
    display: contents;
  }
  @media (min-width: 768px) {
    .use-apple {
      width: 91px;
    }
    .use-google {
      width: 112px;
    }
  }
  @media (hover: hover) {
    .use-apple, .use-google {
      transition-property: opacity;
      transition-duration: 0.15s;
    }
    .use-apple:hover, .use-google:hover {
      opacity: 0.7;
    }
  }
  .use-note {
    margin-top: 8px;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.2;
    text-align: right;
  }
  @media (min-width: 768px) {
    .use-note {
      font-size: 0.875rem;
    }
  }
  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 64px;
  }
  @media (min-width: 768px) {
    .faq-section {
      padding-bottom: 80px;
    }
  }
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 576px;
  }
  @media (min-width: 768px) {
    .faq-list {
      gap: 24px;
    }
  }
  .faq-list > a {
    position: relative;
    padding: 15px 35px 15px 23px;
    border-radius: 100px;
    border: 1px solid var(--color-primary);
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    transition-property: background-color;
    transition-duration: 0.15s;
  }
  @media (hover: hover) {
    .faq-list > a:hover {
      background-color: #ffeee9;
    }
  }
  @media (min-width: 768px) {
    .faq-list > a {
      font-size: 1.125rem;
    }
  }
  .faq-list > a::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 24px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon/triangle.svg);
  }
  .news-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 960px;
    margin-inline: auto;
  }
  .news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .news-list > li {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e0e0e0;
  }
  .news-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    color: #cc4e00;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  @media (min-width: 768px) {
    .news-content {
      font-size: 1rem;
    }
  }
  .news-content time {
    color: #30363a;
    font-size: 0.8125rem;
    line-height: 1;
  }
  @media (min-width: 768px) {
    .news-content time {
      font-size: 0.875rem;
    }
  }
  .news-content a {
    transition-property: opacity;
    transition-duration: 0.15s;
  }
  @media (hover: hover) {
    .news-content a:hover {
      opacity: 0.7;
    }
  }
  .news-tag {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 16px;
    border-radius: 3.2px;
    background: #d95000;
    color: #fff;
    font-size: 0.55rem;
    line-height: 1.4;
    font-weight: 700;
  }
  @media (min-width: 768px) {
    .news-tag {
      width: 40px;
      height: 20px;
      font-size: 0.6875rem;
    }
  }
  .news-link {
    align-self: flex-end;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #cc4e00;
    font-size: 0.8125rem;
    line-height: 1.6;
    transition-property: opacity;
    transition-duration: 0.15s;
  }
  @media (min-width: 768px) {
    .news-link {
      font-size: 0.875rem;
    }
  }
  @media (hover: hover) {
    .news-link:hover {
      opacity: 0.7;
    }
  }
  .news-link::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon/triangle.svg);
  }
}
@media (max-width: 767px) {
  .splide__pagination {
    gap: 16px;
    margin-top: 24px;
  }
  .splide__pagination__page {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ed4914;
  }
  .splide__pagination__page:not(.is-active) {
    opacity: 0.2;
  }
  .splide__arrow--prev, .splide__arrow--next {
    position: absolute;
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: url(../img/icon/circle-right.svg);
  }
  .splide__arrow--prev:disabled, .splide__arrow--next:disabled {
    opacity: 0.4;
  }
  .splide__arrow--prev {
    transform: scale(-1, 1);
  }
}
@media (min-width: 768px) {
  .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
  }
  .splide__slide {
    flex-shrink: 1;
  }
  .splide__arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .step-slides, .reason-slides, .about-slides {
    margin-inline: -20px;
  }
}
.about-slides .splide__arrow--prev {
  left: 20px;
}
.about-slides .splide__arrow--next {
  right: 20px;
}
@media (min-width: 414px) {
  .about-slides .splide__arrow--prev {
    left: calc(50% - 193px);
  }
  .about-slides .splide__arrow--next {
    right: calc(50% - 193px);
  }
}
.reason-slides .splide__arrow--prev {
  left: 20px;
}
.reason-slides .splide__arrow--next {
  right: 20px;
}
@media (min-width: 414px) {
  .reason-slides .splide__arrow--prev {
    left: calc(50% - 186px);
  }
  .reason-slides .splide__arrow--next {
    right: calc(50% - 186px);
  }
}
.step-slides .splide__arrow--prev {
  top: calc(50% - 48px);
  left: calc(50% - 174px);
}
.step-slides .splide__arrow--next {
  top: calc(50% - 48px);
  right: calc(50% - 174px);
}
@media (max-width: 348px) {
  .step-slides .splide__arrow--prev {
    left: 0;
  }
  .step-slides .splide__arrow--next {
    right: 0;
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    line-height: var(--text-base--line-height);
  }
  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
  small {
    font-size: inherit;
  }
  em {
    font-style: normal;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-leading: initial;
    }
  }
}
