@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap');
@layer reset, base, tokens, recipes, layout, utilities, state, page;

@layer tokens {
  :root {
    --h-stack-pc-cols: 2;
    --h-stack-pc-col-gap: var(--spacing-md);
    --h-stack-pc-row-gap: ;
    --container-actual-width: 990px;
    --content-max-width: 100%;
    --content-side-space: var(--spacing-20)
  }

  @media screen and (min-width: 40.01em) {
    :root {
      --content-max-width: 1050px;
      --content-side-space: var(--spacing-30)
    }
  }
}

@layer tokens.tokens {
  :where(:root, :host) {
    --colors-white: #ffffff;
    --colors-text: #000000;
    --colors-background: #efefef;
    --colors-image-border: #e5e5e5;
    --colors-button-border: #cccccc;
    --colors-table-text: #777777;
    --colors-note: #444444;
    --colors-only-top-page-periwinkle-gray: #ccd4ea;
    --colors-only-top-page-danube: #7795ce;
    --colors-text-link: #2f59a7;
    --colors-border-link: #003596;
    --colors-border-link-hover: #2e6ad9;
    --colors-subscriber-page-button: #0d45ad;
    --colors-only-top-page-pink-lady: #fff0d8;
    --colors-attention: #ffc85f;
    --colors-button: #f59108;
    --colors-button-a11y-contrast: #ff9e1a;
    --colors-estimate-button: #fc4700;
    --colors-table-background: #fff6ef;
    --colors-lower-background: #fee9d8;
    --colors-table-category-jewel: #189451;
    --colors-table-category-fun-blue: #1d64b5;
    --colors-danger: #ff0000;
    --colors-bottom-global-nav-border: #e5e5e5;
    --colors-bottom-global-nav-contact: #537dc7;
    --colors-bottom-global-nav-link: #343434;
    --colors-bottom-global-nav-page-nav-icon: #636363;
    --colors-bottom-global-nav-page-nav-background: #555;
    --colors-bottom-global-nav-copy-right-background: #ababab;
    --colors-fire-nav-border: #dddddd;
    --spacing-4: 4px;
    --spacing-6: 6px;
    --spacing-8: 8px;
    --spacing-10: 10px;
    --spacing-12: 12px;
    --spacing-14: 14px;
    --spacing-16: 16px;
    --spacing-20: 20px;
    --spacing-24: 24px;
    --spacing-30: 30px;
    --spacing-32: 32px;
    --spacing-40: 40px;
    --spacing-50: 50px;
    --spacing-60: 60px;
    --spacing-90: 90px;
    --spacing-110: 110px;
    --spacing-120: 120px;
    --spacing-12_8: 12.8px;
    --sizes-width-sub-button: fit-content;
    --sizes-width-action-button: fit-content;
    --sizes-width-estimate-button: 440px;
    --sizes-width-apply-button: 440px;
    --sizes-width-link-base: fit-content;
    --sizes-width-my-page-link: 390px;
    --sizes-width-my-page-link-medium: 320px;
    --sizes-width-bottom-global-nav-site-policy: 375px;
    --sizes-width-top-cta-section: 910px;
    --sizes-width-top-cta-button: 220px;
    --sizes-width-top-cta-main-button: 363px;
    --sizes-width-top-compensation-featured-flex-box: 850px;
    --sizes-min-width-sub-button: min(205px, 100%);
    --sizes-min-width-action-button: min(166px, 100%);
    --sizes-min-width-link-base: min(300px, 100%);
    --sizes-min-width-fire-nav-button: min(180px, 100%);
    --sizes-min-width-min_220_full: min(220px, 100%);
    --sizes-min-width-min_390_full: min(390px, 100%);
    --sizes-max-width-my-page-link: 100%;
    --sizes-max-width-bottom-global-nav: 1280px;
    --sizes-max-width-modal: min(698px, 100%);
    --sizes-min-height-60: 60px;
    --sizes-min-height-link-base: 45px;
    --sizes-breakpoint-sm: 640px;
    --sizes-breakpoint-md: 768px;
    --sizes-breakpoint-lg: 1024px;
    --sizes-breakpoint-xl: 1280px;
    --sizes-breakpoint-2xl: 1536px;
    --sizes-breakpoint-pc: 40.01em;
    --fonts-copyright: lato;
    --font-sizes-10: .625rem;
    --font-sizes-11: .6875rem;
    --font-sizes-12: .75rem;
    --font-sizes-13: .8125rem;
    --font-sizes-14: .875rem;
    --font-sizes-15: .9375rem;
    --font-sizes-16: 1rem;
    --font-sizes-17: 1.0625rem;
    --font-sizes-18: 1.125rem;
    --font-sizes-19: 1.1875rem;
    --font-sizes-20: 1.25rem;
    --font-sizes-21: 1.3125rem;
    --font-sizes-22: 1.375rem;
    --font-sizes-24: 1.5rem;
    --font-sizes-26: 1.625rem;
    --font-sizes-28: 1.75rem;
    --font-sizes-29: 1.8125rem;
    --font-sizes-32: 2rem;
    --font-sizes-39: 2.4375rem;
    --font-weights-normal: 400;
    --font-weights-bold: 700;
    --line-heights-1: 1;
    --line-heights-sm: 1.25;
    --line-heights-md: 1.5;
    --line-heights-lg: 1.75;
    --borders-sub-button: 2px solid var(--colors-button-border);
    --borders-cta-button: 2px solid var(--colors-white);
    --borders-border-link: 1px solid var(--colors-border-link);
    --borders-navigation-hover: 2px solid var(--colors-button);
    --borders-navigation-current: 2px solid rgb(245 145 8 / .6);
    --radii-xs: 2px;
    --radii-sm: 4px;
    --radii-base: 6px;
    --radii-full: 100vw;
    --breakpoints-sm: 640px;
    --breakpoints-md: 768px;
    --breakpoints-lg: 1024px;
    --breakpoints-xl: 1280px;
    --breakpoints-2xl: 1536px;
    --breakpoints-pc: 40.01em;
    --colors-background-color: var(--colors-background);
    --colors-background-color-white: var(--colors-white);
    --colors-background-color-button: var(--colors-button);
    --colors-background-color-button-a11y-contrast: var(--colors-button-a11y-contrast);
    --colors-background-color-table: var(--colors-table-background);
    --colors-background-color-lower: var(--colors-lower-background);
    --colors-background-color-badge-base: var(--colors-white);
    --colors-background-color-badge-gray: var(--colors-table-text);
    --colors-background-color-badge-green: var(--colors-table-category-jewel);
    --colors-background-color-badge-blue: var(--colors-table-category-fun-blue);
    --colors-background-color-top-cta-title: var(--colors-attention);
    --colors-background-color-top-cta-background: var(--colors-only-top-page-pink-lady);
    --colors-background-color-top-mypage: var(--colors-only-top-page-periwinkle-gray);
    --colors-background-color-top-customize-modal-box-fill: var(--colors-image-border);
    --colors-text-white: var(--colors-white);
    --colors-text-emphasis: var(--colors-estimate-button);
    --colors-ztext-heading: var(--colors-button);
    --colors-text-weak: var(--colors-table-text);
    --colors-text-note: var(--colors-note);
    --colors-text-badge-base: var(--colors-text);
    --colors-text-badge-other: var(--colors-white);
    --colors-text-footer-copy-right: var(--colors-table-text);
    --colors-text-decoration-mark: var(--colors-attention);
    --spacing-3xs: var(--spacing-6);
    --spacing-2xs: var(--spacing-8);
    --spacing-xs: var(--spacing-10);
    --spacing-sm: var(--spacing-16);
    --spacing-md: var(--spacing-20);
    --spacing-lg: var(--spacing-24);
    --spacing-xl: var(--spacing-30);
    --spacing-2xl: var(--spacing-40);
    --spacing-3xl: var(--spacing-50);
    --spacing-4xl: var(--spacing-90);
    --spacing-between-elements: var(--spacing-20);
    --spacing-heading-level2-margin-bottom: 18px;
    --spacing-heading-level3-margin-bottom: var(--spacing-20);
    --spacing-basic-division-text-gap: var(--spacing-12);
    --spacing-basic-division-division-gap: var(--spacing-20);
    --spacing-table-of-contents-title: var(--spacing-20);
    --font-sizes-xs: var(--font-sizes-12);
    --font-sizes-sm: var(--font-sizes-14);
    --font-sizes-md: var(--font-sizes-15);
    --font-sizes-lg: var(--font-sizes-17);
    --font-sizes-xl: var(--font-sizes-18);
    --font-sizes-2xl: var(--font-sizes-20);
    --font-sizes-button-sub: var(--font-sizes-13);
    --font-sizes-button-action: var(--font-sizes-13);
    --font-sizes-button-estimate-primary: var(--font-sizes-20);
    --font-sizes-button-estimate-heading: var(--font-sizes-12);
    --font-sizes-button-sub-scriber: var(--font-sizes-15);
    --font-sizes-link-internal-base: var(--font-sizes-15);
    --font-sizes-link-internal-center: var(--font-sizes-15);
    --font-sizes-badge: var(--font-sizes-15);
    --font-sizes-heading-level1: var(--font-sizes-20);
    --font-sizes-heading-level2: var(--font-sizes-18);
    --font-sizes-heading-level2-modal: var(--font-sizes-18);
    --font-sizes-heading-level3: var(--font-sizes-17);
    --font-sizes-heading-level4: var(--font-sizes-15);
    --font-sizes-accordion-summary: var(--font-sizes-16);
    --font-sizes-accordion-body: var(--font-sizes-15);
    --font-sizes-author-box-name: var(--font-sizes-14);
    --font-sizes-author-box-description: var(--font-sizes-14);
    --font-sizes-description-list: var(--font-sizes-12);
    --font-sizes-reference-list: var(--font-sizes-15);
    --font-sizes-tab-label: var(--font-sizes-14);
    --font-sizes-tab-label-active: var(--font-sizes-16);
    --font-sizes-featured-flex-box: var(--font-sizes-24);
    --font-sizes-fire-nav-return-top: var(--font-sizes-15);
    --font-sizes-fire-nav-title: var(--font-sizes-15);
    --font-sizes-fire-nav-link: var(--font-sizes-14);
    --font-sizes-bottom-global-nav-page-nav: var(--font-sizes-15);
    --font-sizes-bottom-global-nav-policy-nav: var(--font-sizes-12);
    --font-sizes-bottom-global-nav-copy-right: var(--font-sizes-12);
    --font-sizes-top-cta-title: var(--font-sizes-18);
    --font-sizes-top-cta-button: var(--font-sizes-12);
    --font-sizes-top-cta-main-button: var(--font-sizes-17);
    --font-sizes-top-cta-border-link: var(--font-sizes-14);
    --font-sizes-top-cta-modal-text: var(--font-sizes-14);
    --font-sizes-top-cta-modal-bullet-list: var(--font-sizes-14);
    --font-sizes-top-cta-modal-label: var(--font-sizes-13);
    --font-sizes-top-table-of-contents-title: var(--font-sizes-18);
    --font-sizes-top-customize-table-thead-th: var(--font-sizes-13);
    --font-sizes-top-customize-table-tbody-th: var(--font-sizes-14);
    --font-sizes-top-customize-table-td: var(--font-sizes-14);
    --font-sizes-top-customize-table-emphasis: var(--font-sizes-16);
    --font-sizes-top-customize-table-required: var(--font-sizes-10);
    --font-sizes-top-customize-box-out-line-title: var(--font-sizes-15);
    --font-sizes-top-customize-box-out-line-bullet-list: var(--font-sizes-13);
    --font-sizes-top-customize-result-price-label: var(--font-sizes-16);
    --font-sizes-top-customize-result-price-value: var(--font-sizes-21);
    --font-sizes-top-customize-result-price-value-emphasis: var(--font-sizes-29);
    --font-sizes-top-customize-result-detail: var(--font-sizes-12);
    --font-sizes-top-customize-result-badge-price-label: var(--font-sizes-17);
    --font-sizes-top-customize-result-badge-price-value: var(--font-sizes-16);
    --font-sizes-top-customize-result-badge-price-value-emphasis: var(--font-sizes-24);
    --font-sizes-top-customize-badge-detail: var(--font-sizes-14);
    --font-sizes-top-customize-modal-featured-box-header: var(--font-sizes-14);
    --font-sizes-top-customize-modal-featured-box-text: var(--font-sizes-12);
    --font-sizes-top-customize-modal-featured-box-text-emphasis: var(--font-sizes-22);
    --font-sizes-top-customize-modal-table-thead-th: var(--font-sizes-13);
    --font-sizes-top-customize-modal-table-tbody-th: var(--font-sizes-13);
    --font-sizes-top-customize-modal-table-td: var(--font-sizes-13);
    --font-sizes-top-customize-modal-table-emphasis: var(--font-sizes-15);
    --font-sizes-top-customize-modal-table-required: var(--font-sizes-12);
    --font-sizes-top-customize-modal-badge: var(--font-sizes-14);
    --font-sizes-top-customize-modal-badge-detail: var(--font-sizes-14);
    --font-sizes-top-compensation-figcaption: var(--font-sizes-12);
    --sizes-sub-button-call-min-width: var(--sizes-min-width-sub-button);
    --sizes-action-button: var(--sizes-width-action-button);
    --sizes-estimate-button-width: 299px;
    --sizes-my-page-link-width: 299px;
    --sizes-my-page-link-width-medium: 299px;
    --sizes-my-page-link-max-width: var(--sizes-max-width-my-page-link);
    --sizes-link-internal-center-min-width: var(--sizes-min-width-link-base);
    --sizes-link-internal-center-min-height: var(--sizes-min-height-link-base);
    --sizes-fire-nav-width: var(--sizes-width-fire-nav);
    --sizes-fire-nav-button-min-width: var(--sizes-min-width-fire-nav-button);
    --sizes-bottom-global-nav-max-width: var(--sizes-max-width-bottom-global-nav);
    --sizes-bottom-global-nav-site-policy-width: var(--sizes-width-bottom-global-nav-site-policy);
    --sizes-modal-max-width: var(--sizes-max-width-modal);
    --sizes-featured-box-apply-button-width: 254px;
    --sizes-top-cta-section-width: 100%;
    --sizes-top-cta-button-width: 100%;
    --sizes-top-cta-main-button-width: 100%;
    --sizes-top-mypage-width: 100%;
    --sizes-top-customize-width: 100%;
    --sizes-top-compensation-featured-flex-box-width: 100%
  }

  @media screen and (min-width: 40.01em) {
    :where(:root, :host) {
      --spacing-3xs: var(--spacing-6);
      --spacing-2xs: var(--spacing-10);
      --spacing-xs: var(--spacing-14);
      --spacing-sm: var(--spacing-20);
      --spacing-md: var(--spacing-24);
      --spacing-lg: var(--spacing-30);
      --spacing-xl: var(--spacing-50);
      --spacing-2xl: var(--spacing-60);
      --spacing-3xl: var(--spacing-110);
      --spacing-4xl: var(--spacing-120);
      --spacing-heading-level2-margin-bottom: 30px;
      --spacing-basic-division-text-gap: var(--spacing-12_8);
      --spacing-basic-division-division-gap: var(--spacing-20);
      --spacing-table-of-contents-title: var(--spacing-16);
      --font-sizes-xs: var(--font-sizes-12);
      --font-sizes-sm: var(--font-sizes-14);
      --font-sizes-md: var(--font-sizes-16);
      --font-sizes-lg: var(--font-sizes-20);
      --font-sizes-xl: var(--font-sizes-24);
      --font-sizes-2xl: var(--font-sizes-28);
      --font-sizes-button-sub: var(--font-sizes-14);
      --font-sizes-button-action: var(--font-sizes-13);
      --font-sizes-button-estimate-primary: var(--font-sizes-22);
      --font-sizes-button-estimate-heading: var(--font-sizes-14);
      --font-sizes-button-sub-scriber: var(--font-sizes-16);
      --font-sizes-link-internal-base: var(--font-sizes-15);
      --font-sizes-link-internal-center: var(--font-sizes-18);
      --font-sizes-badge: var(--font-sizes-16);
      --font-sizes-heading-level1: var(--font-sizes-28);
      --font-sizes-heading-level2: var(--font-sizes-24);
      --font-sizes-heading-level2-modal: var(--font-sizes-22);
      --font-sizes-heading-level3: var(--font-sizes-20);
      --font-sizes-heading-level4: var(--font-sizes-16);
      --font-sizes-accordion-summary: var(--font-sizes-22);
      --font-sizes-accordion-body: var(--font-sizes-16);
      --font-sizes-author-box-name: var(--font-sizes-16);
      --font-sizes-author-box-description: var(--font-sizes-14);
      --font-sizes-description-list: var(--font-sizes-14);
      --font-sizes-reference-list: var(--font-sizes-16);
      --font-sizes-tab-label: var(--font-sizes-16);
      --font-sizes-tab-label-active: var(--font-sizes-20);
      --font-sizes-featured-flex-box: var(--font-sizes-26);
      --font-sizes-fire-nav-return-top: var(--font-sizes-13);
      --font-sizes-fire-nav-title: var(--font-sizes-16);
      --font-sizes-fire-nav-link: var(--font-sizes-13);
      --font-sizes-bottom-global-nav-page-nav: var(--font-sizes-14);
      --font-sizes-bottom-global-nav-policy-nav: var(--font-sizes-12);
      --font-sizes-bottom-global-nav-copy-right: var(--font-sizes-12);
      --font-sizes-top-cta-title: var(--font-sizes-20);
      --font-sizes-top-cta-button: var(--font-sizes-14);
      --font-sizes-top-cta-main-button: var(--font-sizes-19);
      --font-sizes-top-cta-border-link: var(--font-sizes-16);
      --font-sizes-top-cta-modal-text: var(--font-sizes-14);
      --font-sizes-top-cta-modal-bullet-list: var(--font-sizes-15);
      --font-sizes-top-cta-modal-label: var(--font-sizes-15);
      --font-sizes-top-table-of-contents-title: var(--font-sizes-20);
      --font-sizes-top-customize-table-thead-th: var(--font-sizes-16);
      --font-sizes-top-customize-table-tbody-th: var(--font-sizes-14);
      --font-sizes-top-customize-table-td: var(--font-sizes-14);
      --font-sizes-top-customize-table-emphasis: var(--font-sizes-16);
      --font-sizes-top-customize-table-required: var(--font-sizes-10);
      --font-sizes-top-customize-box-out-line-title: var(--font-sizes-15);
      --font-sizes-top-customize-box-out-line-bullet-list: var(--font-sizes-13);
      --font-sizes-top-customize-result-price-label: var(--font-sizes-21);
      --font-sizes-top-customize-result-price-value: var(--font-sizes-28);
      --font-sizes-top-customize-result-price-value-emphasis: var(--font-sizes-39);
      --font-sizes-top-customize-result-detail: var(--font-sizes-14);
      --font-sizes-top-customize-result-badge-price-label: var(--font-sizes-17);
      --font-sizes-top-customize-result-badge-price-value: var(--font-sizes-21);
      --font-sizes-top-customize-result-badge-price-value-emphasis: var(--font-sizes-31);
      --font-sizes-top-customize-badge-detail: var(--font-sizes-16);
      --font-sizes-top-customize-modal-featured-box-header: var(--font-sizes-15);
      --font-sizes-top-customize-modal-featured-box-text: var(--font-sizes-14);
      --font-sizes-top-customize-modal-featured-box-text-emphasis: var(--font-sizes-24);
      --font-sizes-top-customize-modal-table-thead-th: var(--font-sizes-13);
      --font-sizes-top-customize-modal-table-tbody-th: var(--font-sizes-12);
      --font-sizes-top-customize-modal-table-td: var(--font-sizes-13);
      --font-sizes-top-customize-modal-table-emphasis: var(--font-sizes-14);
      --font-sizes-top-customize-modal-table-required: var(--font-sizes-10);
      --font-sizes-top-customize-modal-badge: var(--font-sizes-15);
      --font-sizes-top-customize-modal-badge-detail: var(--font-sizes-15);
      --font-sizes-top-compensation-figcaption: var(--font-sizes-14);
      --sizes-sub-button-call-min-width: var(--sizes-min-width-min_220_full);
      --sizes-action-button: var(--sizes-width-action-button);
      --sizes-estimate-button-width: var(--sizes-width-estimate-button);
      --sizes-my-page-link-width: var(--sizes-width-my-page-link);
      --sizes-my-page-link-width-medium: var(--sizes-width-my-page-link-medium);
      --sizes-my-page-link-max-width: var(--sizes-max-width-my-page-link);
      --sizes-link-internal-center-min-width: var(--sizes-min-width-min_390_full);
      --sizes-link-internal-center-min-height: var(--sizes-min-height-60);
      --sizes-bottom-global-nav-site-policy-width: 100%;
      --sizes-modal-max-width: var(--sizes-max-width-modal);
      --sizes-featured-box-apply-button-width: var(--sizes-width-apply-button);
      --sizes-top-cta-section-width: var(--sizes-width-top-cta-section);
      --sizes-top-cta-button-width: var(--sizes-width-top-cta-button);
      --sizes-top-cta-main-button-width: var(--sizes-width-top-cta-main-button);
      --sizes-top-mypage-width: var(--sizes-width-top-mypage-section);
      --sizes-top-customize-width: var(--sizes-width-top-customize-tab);
      --sizes-top-compensation-featured-flex-box-width: var(--sizes-width-top-compensation-featured-flex-box)
    }
  }
}

@layer layout {

  :not([data-page-type=lp]): where(main, .sb-show-main, .category-navigation, .fire-nav)>*,
  nav:has(>.breadcrumb) {
    width: var(--content-max-width);
    padding-inline: var(--content-side-space);
    margin-inline: auto
  }

  :where(main, .sb-show-main)>include-file {
    display: block
  }
}

@layer utilities;
@layer utilities;
@layer utilities;

@layer page.recipes {
  .tabs {}

  .tab-list {
    display: flex;
  }

  .tab-button {
    flex: 1;
    text-align: center;
  }

  .tab-button:hover {}

  /* 選択されているタブのスタイル */
  .tab-button[aria-selected="true"] {}

  /* フォーカスが当たっているタブやパネルのスタイル */
  .tab-button:focus-visible,
  .tab-panel:focus-visible {
    outline: 3px solid #ff9900;
    outline-offset: -2px;
  }

  .tab-panel {}

  /* hidden属性が付与されているパネルのスタイル */
  .tab-panel[hidden] {
    display: none;
  }
}

@layer page.recipes {
  .bottom-global-nav .notice {
    text-align: left;
    padding: 7px calc(20px + 1em) 10px;
    text-indent: -1em;
    background-color: var(--colors-background);
    border-top: 2px solid var(--colors-bottom-global-nav-border);
    font-size: var(--font-sizes-xs);
    color: var(--colors-note);
    line-height: var(--line-heights-md)
  }

  .bottom-global-nav .notice>span {
    margin-right: 4px
  }

  .bottom-global-nav .notice>a {
    padding-bottom: .2em;
    border-bottom: 1px solid;
    color: var(--colors-text-link);
    text-decoration: none
  }

  .bottom-global-nav .general-nav {
    background-color: var(--colors-bottom-global-nav-page-nav-background);
    border-top: none
  }

  .bottom-global-nav .general-nav>ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    max-width: 100%;
    margin: auto;
    padding: 14px 20px 18px
  }

  .bottom-global-nav .general-nav>ul>li {
    position: relative;
    background: url(./images/ico_arrow_right_white_small.svg) no-repeat center left / 7px 11px;
    width: calc(50% - 8px);
    padding: 10px 0;
    font-size: var(--font-sizes-bottom-global-nav-page-nav);
    color: var(--colors-white)
  }

  .bottom-global-nav .general-nav>ul>li: before {
    content: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-color: var(--colors-bottom-global-nav-page-nav-icon);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%)
  }

  .bottom-global-nav .general-nav>ul>li>a {
    margin-left: 15px;
    color: var(--colors-white);
    text-decoration: none
  }

  .bottom-global-nav .site-policy-nav {
    border-top: none
  }

  .bottom-global-nav .site-policy-nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 10px;
    width: var(--sizes-bottom-global-nav-site-policy-width);
    max-width: 100%;
    margin: auto;
    padding: 20px
  }

  .bottom-global-nav .site-policy-nav>ul>li {
    position: relative;
    font-size: var(--font-sizes-bottom-global-nav-policy-nav);
    color: #000
  }

  .bottom-global-nav .site-policy-nav>ul>li: not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -8px;
    width: 1px;
    height: 11px
  }

  .bottom-global-nav .site-policy-nav>ul>li: nth-child(3):after {
    content: ""
  }

  .bottom-global-nav .site-policy-nav>ul>li>a {
    color: var(--colors-bottom-global-nav-link);
    text-decoration: none
  }

  .bottom-global-nav .copyright {
    padding: 10px;
    background-color: var(--colors-white);
    border-top: 1px solid var(--colors-table-text);
    text-align: center;
    color: var(--colors-text-footer-copy-right);
    font-family: var(--fonts-copyright);
    letter-spacing: .02em
  }

  .bottom-global-nav .copyright>small {
    display: block;
    padding: 0;
    max-width: 100%;
    margin: auto;
    font-size: var(--font-sizes-bottom-global-nav-copy-right)
  }

  @media screen and (min-width: 40.01em) {
    .bottom-global-nav .notice {
      text-align: center;
      padding: 17px 20px;
      text-indent: 0;
      border-top: 2px solid white
    }

    .bottom-global-nav .general-nav {
      background-color: transparent;
      border-top: 1px solid var(--colors-bottom-global-nav-border)
    }

    .bottom-global-nav .general-nav>ul {
      max-width: var(--sizes-bottom-global-nav-max-width);
      margin: 0 auto;
      padding: 20px
    }

    .bottom-global-nav .general-nav>ul>li {
      background: none;
      width: auto;
      padding: 0;
      color: var(--colors-bottom-global-nav-link)
    }

    .bottom-global-nav .general-nav>ul>li:before {
      content: ""
    }

    .bottom-global-nav .general-nav>ul>li>a {
      color: var(--colors-bottom-global-nav-link)
    }

    .bottom-global-nav .site-policy-nav {
      border-top: 1px solid var(--colors-bottom-global-nav-border)
    }

    .bottom-global-nav .site-policy-nav>ul {
      justify-content: flex-start;
      column-gap: 24px;
      row-gap: 0;
      max-width: var(--sizes-bottom-global-nav-max-width);
      margin: 0 auto;
      padding: 16px
    }

    .bottom-global-nav .site-policy-nav>ul>li {
      color: var(--colors-bottom-global-nav-link)
    }

    .bottom-global-nav .site-policy-nav>ul>li:not(:last-child):after {
      right: -12px
    }

    .bottom-global-nav .site-policy-nav>ul>li:nth-child(3):after {
      content: "|"
    }

    .bottom-global-nav .copyright {
      padding: 16px 0;
      background-color: var(--colors-bottom-global-nav-copy-right-background);
      border-top: none;
      text-align: left;
      color: var(--colors-text-white)
    }

    .bottom-global-nav .copyright>small {
      padding: 0 20px;
      max-width: var(--sizes-bottom-global-nav-max-width);
      margin: 0 auto
    }
  }

  @media (any-hover: hover) {
    .bottom-global-nav .notice>a:is(:hover, [data-hover]) {
      border-bottom: none
    }
  }

  @media (any-hover: hover) {
    .bottom-global-nav .general-nav>ul>li>a:is(:hover, [data-hover]) {
      border-bottom: 1px solid
    }
  }

  @media (any-hover: hover) {
    .bottom-global-nav .site-policy-nav>ul>li>a:is(:hover, [data-hover]) {
      border-bottom: 1px solid
    }
  }
}

@layer page.recipes {
  :root {
    color: var(--neutral-black, #000);
    font-family: "LINE Seed JP";
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.32px;
  }

  span.dib {
    display: inline-block;
  }

  #main ul:not([class]),
  #main ul:not([class])>li {
    list-style: none;
  }

  #main ul:not([class])>li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-left: 10px;

    @media screen and (min-width: 40.01em) {
      gap: 12px;
      padding-left: 12px;
    }
  }

  #main ul:not([class])>li::before {
    flex: 0 0 4px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    transform: translateY(-.2em);
    background-color: #000;
    border-radius: 50%;
  }

  .inner {
    max-width: var(--width-contents-width);
    padding-inline: 20px;
    margin-inline: auto;
  }

  .note {
    display: flex;
    flex-direction: row;
    color: var(--semantic-text-secondary, #4C4C4C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 21px */
    letter-spacing: 0.24px;
  }

  .note .mark {
    flex: 0 0 2em;
  }

  .notice {
    color: var(--semantic-text-secondary, #4C4C4C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 21px */
    letter-spacing: 0.24px;
  }


  .primary-button {}

  .primary-button a {
    position: relative;
    display: flex;
    height: var(--Primitive-Number-64, 64px);
    padding: 4px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--button-color-primary);
    box-shadow: var(--button-shadow);
    color: var(--neutral-white, #FFF);
    font-size: var(--Primitive-Number-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 25px */

    @media screen and (min-width: 40.01em) {
      width: 640px;
      height: var(--Primitive-Number-80, 80px);
      padding: 4px 72px;
      margin-inline: auto;
      gap: 10px;
      font-size: var(--Primitive-Number-24, 24px);
    }
  }

  .primary-button a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--neutral-white, #FFF);
    mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
    -webkit-mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
  }

  .primary-button a:hover {
    @media screen and (min-width: 40.01em) {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), #008273;
      background-blend-mode: overlay, normal;
    }
  }

  .primary-button a:focus {}


  .repletion {
    display: flex;
    flex-direction: column;
    border-radius: var(--Corner-16, 16px);
    border: 1px solid #AECFBD;

    @media screen and (min-width: 62.5em) {
      flex-direction: row;
      align-items: center;
      gap: 40px;
      padding-inline: 32px;
    }
  }

  .repletion .repletion-header {
    display: flex;
    align-items: flex-end;

    @media screen and (max-width: 40em) {
      padding-inline-end: 16px;
      margin-top: -16px;
    }

    @media screen and (min-width: 40.01em) {
      flex-shrink: 0;
      flex-grow: 0;
      align-self: center;
      align-items: flex-start;
      gap: 16px;
      padding-block-start: 10px;
    }
    
    @media screen and (min-width: 62.5em) {
      align-self: flex-end;
    }

  }

  .repletion .repletion-header .person {
    width: clamp(80px, 27.73333333333333vw, 173px);
    height: clamp(80px, 28.26666666666667vw, 177px);

    @media screen and (min-width: 40.01em) {
      width: 173px;
      height: 177px;
      align-self: flex-end;
    }
  }

  .repletion .repletion-header h3 {
    position: relative;
    padding: 13px 12px 15px;
    border: 1px solid #f3f3f3;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    color: var(--semantic-text-primary, #000);
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 23.8px */
    letter-spacing: 0.68px;

    @media screen and (min-width: 40.01em) {
      width: 284px;
      padding: 17px 24px 18px;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0.72px;
    }
  }

  .repletion .repletion-header h3::after {
    content: "";
    position: absolute;
    top: 37px;
    left: -17px;
    display: block;
    width: 24px;
    height: 15px;
    background: url(/fire/assets/images/chintai/icons/fukidashi.webp) center center / contain no-repeat;

    @media screen and (min-width: 40.01em) {
      top: 57px;
    }
  }

  .repletion .repletion-header h3 em {
    display: block;
    margin-bottom: 8px;
    color: var(--color-primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.56px;

    @media screen and (min-width: 40.01em) {
      margin-bottom: 3px;
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.64px;
    }
  }

  .repletion .repletion-body {
    padding: 22px 24px 10px;

    @media screen and (min-width: 62.5em) {
      flex-grow: 1;
      padding: 40px 0;
    }
  }

  .repletion .repletion-body p {
    font-style: normal;
    font-weight: 400;
    text-align: left;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-18, 18px);
      line-height: 175%; /* 31.5px */
      letter-spacing: 0.36px;
    }
  }

  .repletion .repletion-body .check-list {}

  .repletion .repletion-body .check-list li {}


  .check-list {}

  .check-list li {
    display: flex;
    padding: var(--Primitive-Number-16, 16px) 0;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--Primitive-Number-12, 12px);
    border-top: 1px solid #AECFBD;
    font-size: var(--Primitive-Number-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    /* 28px */
    letter-spacing: 0.32px;

    @media screen and (min-width: 40.01em) {
      padding: 0;
      border-top: none;
      font-size: var(--Primitive-Number-18, 18px);
      letter-spacing: 0.36px;

      & + & {
        margin-top: 12px;
      }
    }
  }

  .check-list li::before {
    content: "";
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
    width: 18px;
    height: 22px;
    background-color: #FF7A5D;
    mask: url(/fire/assets/images/chintai/icons/check.webp) center bottom / contain no-repeat;
    -webkit-mask: url(/fire/assets/images/chintai/icons/check.webp) center bottom / contain no-repeat;
  }


  .section-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--Primitive-Number-20, 20px);
    gap: var(--Primitive-Number-12, 12px);
    border-radius: 40px 40px 0 0;
    background: #D9EDE2;

    @media screen and (min-width: 40.01em) {
      max-width: var(--width-contents-inner-width);
      padding: var(--Primitive-Number-28, 28px) var(--Primitive-Number-20, 20px);
      gap: var(--Primitive-Number-12, 12px);
      margin-inline: auto;
      border-radius: 80px 80px var(--radius-lg, 16px) var(--radius-lg, 16px);
    }
  }

  .section-header .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 120px;
    min-height: 32px;
    padding: 3px 12px;
    border-radius: var(--radius-full, 9999px);
    background: #FFA18D;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    font-size: var(--Primitive-Number-16, 16px);
    font-weight: 700;
    line-height: 100%;
    
    @media screen and (min-width: 40.01em) {
      display: flex;
      min-width: 188px;
      padding: var(--Primitive-Number-12, 12px) var(--Primitive-Number-24, 24px);
      justify-content: center;
      align-items: center;
      font-size: 24px;
    }
  }

  .section-header .title {
    text-align: center;
    font-size: var(--Primitive-Number-16, 16px);
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.64px;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-28, 28px);
      line-height: 130%;
      letter-spacing: 1.12px;
    }
  }

  .section-header .title em {
    display: block;
    margin-top: 2px;
    font-size: clamp(16px, 7.466666666666668vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.12px;

    @media screen and (min-width: 40.01em) {
      font-size: clamp(32px, 3.3557046979865772vw, 40px);
      line-height: 130%;
      letter-spacing: 1.6px;
    }
  }

  .section-header .title sup {
    font-weight: 400;
  }

  .section-header .title span:not([class]) {
    @media screen and (max-width: 40em) {
      display: block;
      margin-top: -10px;
    }
  }

  .section-header .note {
    margin-top: -4px;
    font-size: 11px;
    line-height: 100%;

    @media screen and (min-width: 40.01em) {
      margin-top: 0;
      font-size: 12px;
      letter-spacing: 0.24px;
    }
  }


  .icon-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--Primitive-Number-8, 8px);

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-18, 18px);
      letter-spacing: 0.36px;
    }
  }

  .icon-text img {
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
    width: 40px;
    height: 40px;
  }


  .section-title {
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 4px solid var(--color-primary);
    font-size: var(--Primitive-Number-24, 24px);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;

    @media screen and (min-width: 40.01em) {
      margin-bottom: 32px;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionHeader */
  :where(#sectionHeader) {
    display: flex;
    padding: var(--Primitive-Number-12, 12px) var(--Primitive-Number-16, 16px) 8px var(--Primitive-Number-16, 16px);
    align-items: center;
    gap: var(--Primitive-Number-16, 16px);
    align-self: stretch;
    justify-content: space-between;
    background-color: #fff;
  }

  :where(#sectionHeader) .header-title {
    color: var(--semantic-text-primary, #000);
    font-size: var(--Primitive-Number-12, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 16.8px */
    letter-spacing: 0.48px;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.64px;
    }
  }

  :where(#sectionHeader) .header-title span {
    display: block;

    @media screen and (min-width: 40.01em) {
      display: inline-block;
    }
  }

  :where(#sectionHeader) .header-button-list {
    display: flex;
    align-items: flex-start;
    gap: var(--Primitive-Number-8, 8px);
  }

  :where(#sectionHeader) .header-button-list li {
    text-align: center;
  }

  :where(#sectionHeader) .header-button-list li .add {
    margin-top: 2px;
    color: var(--semantic-text-primary, #000);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 12.6px */
    letter-spacing: 0.36px;
  }

  :where(#sectionHeader) :is(.header-mypage-button, .header-primary-button) {
    display: flex;
    width: 94px;
    height: 44px;
    padding: var(--Primitive-Number-12, 12px) var(--Primitive-Number-16, 16px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Corner-8, 8px);
    box-shadow: var(--button-shadow);
    color: var(--neutral-white, #FFF);
    font-size: var(--Primitive-Number-12, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 15px */

    @media screen and (min-width: 40.01em) {
      width: 160px;
      transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
  }

  :where(#sectionHeader) .header-mypage-button {
    background-color: var(--button-color-mypage);
  }

  :where(#sectionHeader) .header-primary-button {
    background-color: var(--button-color-primary);
  }

  @media screen and (min-width: 40.01em) {
    :where(#sectionHeader) .header-primary-button:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), #008273;
      background-blend-mode: overlay, normal;
      box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    }

    :where(#sectionHeader) .header-mypage-button:hover {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), var(--primitive-cyan-600, #007EB4);
      background-blend-mode: overlay, normal;
      box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionHero */
  :where(#sectionHero) {}

  :where(#sectionHero) .hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    aspect-ratio: 375 / 507;
    background: #D3EFE0 url(/fire/assets/images/chintai/hero/kv_sp.webp) center center / cover no-repeat;

    @media screen and (min-width: 40.01em) {
      aspect-ratio: auto;
      width: 100%;
      min-height: clamp(340px, calc(640 / 1440 * 100vw), 640px);
      max-height: 80vh;
      background: #D3EFE0 url(/fire/assets/images/chintai/hero/kv_pc.webp) top center / cover no-repeat;
    }
  }

  :where(#sectionHero) .hero-visual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66.13333333333333vw;
    height: 73.86666666666667vw;
    background: url(/fire/assets/images/chintai/hero/person.webp) center center / contain no-repeat;
    pointer-events: none;

    @media screen and (min-width: 40.01em) {
      display: none;
    }
  }

  :where(#sectionHero) .hero-visual .hero-contents {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8.533333333333333vw 6.4vw 7.733333333333333vw;

    @media screen and (min-width: 40.01em) {
      position: absolute;
      top: 50%;
      left: min(40px, 2.7777777777777777vw);
      transform: translateY(-50%);
      justify-content: center;
      gap: min(45px, 3.125vw);
      width: fit-content;
      padding: 0;
    }

    @media screen and (min-width: 1152px) {
      left: 50%;
      transform: translate(-536px, -50%);
    }
  }

  :where(#sectionHero) .hero-visual .hero-contents .page-title {
    width: clamp(0px, 85.06666666666666vw, 576px);
    margin-inline: auto;

    @media screen and (min-width: 40.01em) {
      width: min(576px, 40vw);
    }
  }

  :where(#sectionHero) .hero-visual .hero-contents .page-title img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  :where(#sectionHero) .hero-visual .hero-contents .appeal-list {
    display: flex;
    max-width: clamp(0px, 48.266666666666666vw, 632px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: none;
    }
  }

  :where(#sectionHero) .hero-visual .hero-contents .appeal-list li {
    padding: 11px 16px;
    border-radius: 16px;
    background: var(--neutral-white, #FFF);
    color: var(--semantic-text-primary, #000);
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.64px;
    white-space: nowrap;
    max-width: 100%;

    @media screen and (min-width: 40.01em) {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: min(22px, 1.5277777777777777vw) min(10px, 0.6944444444444444vw);
      text-align: center;
      font-size: clamp(12px, 1.25vw, 18px);
      letter-spacing: 0.72px;
    }
  }

  :where(#sectionHero) .hero-visual .hero-contents .appeal-list li em {
    color: #008273;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.96px;

    @media screen and (min-width: 40.01em) {
      font-size: 28px;
      font-size: clamp(18px, 1.9444444444444444vw, 28px);
    }
  }

  :where(#sectionHero) .inner {
    padding-block: 16px;

    @media screen and (max-width: 40em) {
      padding-inline: 16px;
    }

    @media screen and (min-width: 40.01em) {
      padding-block: 16px 80px;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionSummary */
  :where(#sectionSummary) {}

  :where(#sectionSummary) .inner.primary {
    @media screen and (max-width: 40em) {
      padding-block: 24px;
    }
  }

  :where(#sectionSummary) .inner:not(.primary) {
    padding-block-start: 39px;
    padding-block-end: 40px;

    @media screen and (min-width: 40.01em) {
      padding-block: 80px 112px;
    }
  }

  :where(#sectionSummary) .summary-title {
    margin-bottom: 8px;
    text-align: center;
    font-size: var(--Primitive-Number-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.64px;

    @media screen and (min-width: 40.01em) {
      margin-bottom: 12px;
      font-size: var(--Primitive-Number-24, 24px);
      letter-spacing: 0.96px;
    }
  }

  :where(#sectionSummary) .notice {
    margin-top: 8px;
    text-align: center;

    @media screen and (min-width: 40.01em) {
      margin-top: 12px;
      font-size: var(--Primitive-Number-14, 14px);
      letter-spacing: 0.28px;
    }
  }

  :where(#sectionSummary) .repletion .repletion-header h3 {
    @media screen and (min-width: 62.5em) {
      margin-top: 10px;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionAnchor */
  :where(#sectionAnchor) {
    @media screen and (min-width: 40.01em) {
      padding-block: 48px;
      background: #F0F5F2;
    }
  }

  :where(#sectionAnchor) .inner {}

  :where(#sectionAnchor) .anchor-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    letter-spacing: 0.96px;

    @media screen and (min-width: 40.01em) {
      margin-bottom: 32px;
      text-align: center;
      font-size: var(--Primitive-Number-24, 24px);
    }
  }

  :where(#sectionAnchor) .anchor-nav {}

  :where(#sectionAnchor) .anchor-nav .anchor-nav-list {
    display: grid;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (min-width: 62.5em) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  :where(#sectionAnchor) .anchor-nav .anchor-nav-list li {}

  :where(#sectionAnchor) .anchor-card {
    position: relative;
    display: flex;
    padding: 15px 15px 23px 15px;
    gap: var(--Primitive-Number-16, 16px);
    border-radius: var(--Corner-16, 16px);
    border: 1px solid #AECFBD;
    background: var(--neutral-white, #FFF);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;

    @media screen and (min-width: 40.01em) {
      height: 100%;
      padding-block-end: 19px;
    }
  }

  :where(#sectionAnchor) .anchor-card::after {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--color-primary) url(/fire/assets/images/chintai/icons/arrow-bottom-sm.webp) center center / 16px 16px no-repeat;
  }

  :where(#sectionAnchor) .anchor-card:hover {
    border: 1px solid #AECFBD;
    background: #D9EDE2;
  }

  :where(#sectionAnchor) .anchor-card:focus {}

  :where(#sectionAnchor) .anchor-card .anchor-icon {
    align-self: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
  }

  :where(#sectionAnchor) .anchor-card .anchor-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    
    @media screen and (min-width: 40.01em) {
      align-self: center;
      gap: 4px;
    }
  }

  :where(#sectionAnchor) .anchor-card .tag {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 88px;
    min-height: 23px;
    width: fit-content;
    gap: 10px;
    border-radius: var(--radius-full, 9999px);
    background: #FFA18D;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    
    @media screen and (min-width: 40.01em) {
      position: absolute;
      left: 12px;
      top: -10px;
    }
  }

  :where(#sectionAnchor) .anchor-card .text {
    font-size: var(--Primitive-Number-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.56px;
  }

  :where(#sectionAnchor) .anchor-card .text em {
    font-style: normal;
    font-weight: 700;
  }

  :where(#sectionAnchor) .anchor-card .note {
    font-size: 11px;
    line-height: 1;
  }

  :where(#sectionAnchor) .anchor-nav .faq {
    display: flex;
    align-items: center;
    margin-top: 16px;

    @media screen and (min-width: 40.01em) {
      margin-top: 32px;
      justify-content: flex-end;
    }
  }

  :where(#sectionAnchor) .anchor-nav .faq::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background: #004E97;
    mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
    -webkit-mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
  }

  :where(#sectionAnchor) .anchor-nav .faq a {
    display: block;
    width: fit-content;
    color: var(--semantic-text-link, #1F1FA3);
    font-size: var(--Primitive-Number-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 17.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
  }

  :where(#sectionAnchor) .anchor-nav .faq a:hover {
    @media screen and (min-width: 40.01em) {
      text-decoration: none;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionReasonable */
  :where(#sectionReasonable) {
    margin-block-start: 64px;

    @media screen and (min-width: 40.01em) {
      margin-block-start: 112px;
    }
  }

  :where(#sectionReasonable) .inner {
    padding-block: 20px 80px;
    
    @media screen and (min-width: 40.01em) {
      padding-block: 48px 112px;
    }
  }

  :where(#sectionReasonable) .inner>p {
    text-align: justify;
  }

  :where(#sectionReasonable) .inner .lead {
    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-18, 18px);
      line-height: 175%; /* 31.5px */
      letter-spacing: 0.36px;
    }
  }

  :where(#sectionReasonable) .repletion {
    margin-top: 40px;

    @media screen and (min-width: 40.01em) {
      margin-top: 48px;
    }
  }

  :where(#sectionReasonable) .repletion .repletion-header {
    @media screen and (max-width: 40em) {
      margin-top: -19px;
    }
  }

  :where(#sectionReasonable) .repletion .repletion-header h3 {
    text-align: left;

    @media screen and (min-width: 40.01em) {
      padding: 24px 24px 24px;
      line-height: 140%;
    }
  }

  :where(#sectionReasonable) .repletion .check-list {
    margin-top: 16px;

    @media screen and (min-width: 40.01em) {
      margin-top: 12px;
      margin-right: -5px;
    }
  }

  :where(#sectionReasonable) .price-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 0 16px 16px;
    border: 1px solid #AECFBD;
    text-align: center;
    
    @media screen and (min-width: 40.01em) {
      position: relative;
      margin-top: 48px;
      padding-left: min(320px, 26.845637583892618vw);
      border-radius: 16px;
      border: none;
    }
  }

  :where(#sectionReasonable) .price-table caption {
    overflow: hidden;
    padding: 16px;
    border-radius: 16px 16px 0 0;
    border: 1px solid #AECFBD;
    border-bottom: none;
    background: #EDFAF3;
    font-weight: 700;
    line-height: 150%;
    
    @media screen and (min-width: 40.01em) {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: flex;
      width: min(320px, 26.845637583892618vw);
      padding: var(--Primitive-Number-16, 16px) var(--Primitive-Number-24, 24px);
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 10px;
      align-self: stretch;
      border-radius: 16px 0 0 16px;
      border: 1px solid #AECFBD;
      font-size: var(--Primitive-Number-18, 18px);
      line-height: 150%; /* 27px */
      letter-spacing: 0.36px;
      text-align: left;
    }
  }

  :where(#sectionReasonable) .price-table th {
    width: 50%;
    padding: 11px 12px 12px;
    border-right: 1px solid #AECFBD;
    border-bottom: 1px solid #AECFBD;
    background: #EDFAF3;
    font-weight: 400;
    line-height: 100%;
    
    @media screen and (min-width: 40.01em) {
      padding: 16px 12px;
    }
  }

  :where(#sectionReasonable) .price-table td {
    padding: 11px 12px 12px;
    border-right: 1px solid #AECFBD;
    border-bottom: 1px solid #AECFBD;
    line-height: 100%;

    @media screen and (min-width: 40.01em) {
      padding: 15px 12px 16px;
    }
  }

  :where(#sectionReasonable) .price-table th {
    @media screen and (min-width: 40.01em) {
      border-top: 1px solid #AECFBD;
    }
  }

  :where(#sectionReasonable) .price-table th:last-child,
  :where(#sectionReasonable) .price-table td:last-child {
    @media screen and (max-width: 40em) {
      border-right: none;
    }
  }

  :where(#sectionReasonable) .price-table tr:last-child td {
    @media screen and (max-width: 40em) {
      border-bottom: none;
    }
  }

  :where(#sectionReasonable) .price-table th:last-child {
    @media screen and (min-width: 40.01em) {
      border-top-right-radius: 16px;
    }
  }
  :where(#sectionReasonable) .price-table tr:last-child td:last-child {
    @media screen and (min-width: 40.01em) {
      border-bottom-right-radius: 16px;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionCompensation */
  :where(#sectionCompensation) .inner {
    padding-block: 20px 80px;

    @media screen and (min-width: 40.01em) {
      padding-block: 48px 112px;
    }
  }

  :where(#sectionCompensation) .tabs {}

  :where(#sectionCompensation) .tab-list {
    gap: 8px;
    padding: 8px;
    border-radius: var(--Corner-16, 16px);
    background: #F0F5F2;

    @media screen and (min-width: 40.01em) {
      gap: 16px;
      padding: 16px;
    }
  }

  :where(#sectionCompensation) .tab-button {
    flex: 1 0 0;
    display: flex;
    min-height: var(--Primitive-Number-48, 48px);
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Corner-8, 8px);
    border: 1px solid var(--color-primary);
    background: #FFF;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    color: var(--color-primary);
    font-family: "LINE Seed JP";
    font-size: clamp(10px, 4.8vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    
    @media screen and (min-width: 40.01em) {
      min-height: 56px;
    }
  }

  :where(#sectionCompensation) .tab-button[aria-selected="true"] {
    background-color: var(--color-primary);
    color: var(--neutral-white, #FFF);
    box-shadow: var(--button-shadow);
    border-color: rgba(0, 0, 0, 0);
  }

  :where(#sectionCompensation) .tab-button:hover {
    @media screen and (min-width: 40.01em) {
      background: #D9EDE2;
      border: 1px solid var(--color-primary);
      color: var(--color-primary);
    }
  }

  :where(#sectionCompensation) .tab-panel {
    margin-top: 20px;

    @media screen and (min-width: 40.01em) {
      margin-top: 48px;
    }
  }

  :where(#sectionCompensation) .compensation-media {
    display: grid;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      grid-template-columns: auto min(552px, 46.308724832214764vw);
      grid-template-rows: max-content 1fr;
      grid-template-areas: "title media" "content media";
    }
  }

  :where(#sectionCompensation) .compensation-media .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;

    @media screen and (min-width: 40.01em) {
      grid-area: title;
      font-size: clamp(24px, 2.684563758389262vw, 32px);
      letter-spacing: 1.28px;
    }
  }

  :where(#sectionCompensation) .compensation-media figure {
    border-radius: 16px;
    overflow: hidden;

    @media screen and (min-width: 40.01em) {
      grid-area: media;
    }
  }

  :where(#sectionCompensation) .compensation-media figure img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  :where(#sectionCompensation) .compensation-media .content {
    @media screen and (min-width: 40.01em) {
      grid-area: content;
      text-align: justify;
      font-size: var(--Primitive-Number-18, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: 175%; /* 31.5px */
      letter-spacing: 0.36px;
    }
  }

  :where(#sectionCompensation) .compensation-media .content .note {
    @media screen and (min-width: 40.01em) {
      margin-top: 16px;
    }
  }

  :where(#sectionCompensation) .compensation-aside {
    margin-top: 20px;
    padding: 23px;
    border-radius: var(--Corner-16, 16px);
    border: 1px solid #AECFBD;

    @media screen and (min-width: 40.01em) {
      margin-top: 48px;
      padding: 39px;
    }
  }

  :where(#sectionCompensation) .compensation-aside .title {
    margin-bottom: 16px;
    font-size: var(--Primitive-Number-18, 18px);
    font-weight: 700;
    line-height: 150%;
    
    @media screen and (min-width: 40.01em) {
      font-size: clamp(18px, 2.013422818791946vw, 24px);
      letter-spacing: 0.48px;
    }
  }

  :where(#sectionCompensation) .compensation-aside .list {
    display: grid;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      margin-top: 40px;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }
  }

  :where(#sectionCompensation) .compensation-aside .list .item {
    display: grid;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      grid-template-columns: min(280px, 23.48993288590604vw) 1fr;
      gap: 24px;
    }
  }

  :where(#sectionCompensation) .compensation-aside .list .item figure {
    border-radius: 8px;
    overflow: hidden;
  }

  :where(#sectionCompensation) .compensation-aside .list .item figure img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  :where(#sectionCompensation) .compensation-aside .list .item p {
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionCompensation) .compensation-aside .icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 16px;
    margin-bottom: 16px;

    @media screen and (min-width: 40.01em) {
      grid-template-columns: repeat(4, 1fr);
    }

    @media screen and (min-width: 62.5em) {
      grid-template-columns: repeat(6, 1fr);
    }
  }

  :where(#sectionCompensation) .note .mark {
    flex: 0 0 1.4em;
  }

  :where(#sectionCompensation) .sub-section {
    margin-top: 20px;
    padding-top: 32px;

    @media screen and (min-width: 40.01em) {
      margin-top: 48px;
    }
  }

  :where(#sectionCompensation) .compensation-title {
    position: relative;
    display: flex;
    padding: 16px 30px 16px 90px;
    margin-bottom: 14px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Corner-16, 16px);
    background: #D9EDE2;
    text-align: center;
    font-size: var(--Primitive-Number-18, 18px);
    font-weight: 700;
    line-height: 150%;
    
    @media screen and (min-width: 40.01em) {
      display: flex;
      width: 480px;
      padding: 16px 30px 16px 74px;
      margin-inline: auto;
      margin-bottom: 46px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: var(--Corner-16, 16px);
      background: #D9EDE2;
      color: var(--neutral-black, #000);
      text-align: center;
      font-family: "LINE Seed JP";
      font-size: var(--Primitive-Number-24, 24px);
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 36px */
      letter-spacing: 0.48px;
    }
  }

  :where(#sectionCompensation) .compensation-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 9px;
    display: block;
    width: 81px;
    height: 80px;
    background: url(/fire/assets/images/chintai/compensation/person.webp) center center / contain no-repeat;

    @media screen and (min-width: 40.01em) {
      left: 31px;
    }
  }

  :where(#sectionCompensation) .compensation-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 22px;
    height: 17px;
    background-color: #D9EDE2;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  :where(#sectionCompensation) .other-compensation-list {
    @media screen and (min-width: 40.01em) {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 48px;
    }

    @media screen and (min-width: 62.5em) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  :where(#sectionCompensation) .other-compensation-list .item {
    display: grid;
    gap: 4px;
    padding-block: 20px;
    border-bottom: 1px solid #AECFBD;
    
    @media screen and (min-width: 40.01em) {
      grid-template-rows: max-content max-content 1fr;
      padding-block-start: 0;
      gap: 16px;
    }
  }

  :where(#sectionCompensation) .other-compensation-list .item:first-child {
    @media screen and (max-width: 40em) {
      padding-block-start: 12px;
    }
  }

  :where(#sectionCompensation) .other-compensation-list .item .icon-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    
    @media screen and (min-width: 40.01em) {
      text-align: justify;
      font-size: var(--Primitive-Number-18, 18px);
      letter-spacing: 0.36px;
    }
  }

  :where(#sectionCompensation) .other-compensation-list .item .icon-text img {
    width: 32px;
    height: 32px;
  }

  :where(#sectionCompensation) .other-compensation-list .item p {
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      text-align: justify;
      font-size: var(--Primitive-Number-16, 16px);
    }
  }

  :where(#sectionCompensation) .other-compensation-list .item .notice {
    font-size: 12px;
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionSupport */
  :where(#sectionSupport) {}

  :where(#sectionSupport) .inner {
    padding-block: 20px 80px;

    @media screen and (min-width: 40.01em) {
      padding-block: 48px 112px;
    }
  }

  :where(#sectionSupport) .inner>p {
    text-align: justify;
  }

  :where(#sectionSupport) .inner .lead {
    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-18, 18px);
      line-height: 175%;
      letter-spacing: 0.36px;
    }
  }

  :where(#sectionSupport) .support-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;

    @media screen and (min-width: 40.01em) {
      font-size: clamp(24px, 2.684563758389262vw, 32px);
      letter-spacing: 1.28px;
    }
  }

  :where(#sectionSupport) .support-feature {
    margin-top: 16px;
    
    @media screen and (min-width: 40.01em) {
      display: grid;
      grid-template-columns: max-content 1fr;
      gap: 20px;
      margin-top: 48px;
    }
    
    @media screen and (min-width: 62.5em) {
      gap: 48px;
    }
  }

  :where(#sectionSupport) .support-feature .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    @media screen and (min-width: 62.5em) {
      gap: 48px;
    }
  }

  :where(#sectionSupport) .support-feature .images figure {
    @media screen and (min-width: 40.01em) {
      width: min(160px, 13.422818791946309vw);
    }
  }

  :where(#sectionSupport) .support-feature .images img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  :where(#sectionSupport) .support-feature .images figcaption {
    margin-top: 8px;
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 150%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      margin-top: 12px;
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionSupport) .support-feature .content {}

  :where(#sectionSupport) .support-feature .content .check-list.underline {
    border-bottom: 1px solid #AECFBD;
    
    @media screen and (max-width: 40em) {
      margin-top: 14px;
    }
  }
  
  :where(#sectionSupport) .support-feature .content .check-list.underline li {
    @media screen and (min-width: 40.01em) {
      padding-block-end: 16px;
      border-bottom: 1px solid #AECFBD;

      & + & {
        margin-top: 16px;
      }
    }
  }

  :where(#sectionSupport) .support-feature .content .check-list.underline li:last-child {
    border-bottom: none;
  }

  :where(#sectionSupport) .support-feature .content .note-list {
    margin-top: 16px;

    @media screen and (min-width: 40.01em) {
      margin-top: 24px;
    }
  }

  :where(#sectionSupport) .support-feature .content .note {
    color: #666;
  }

  :where(#sectionSupport) .support-feature .content .note ul:not([class])>li {
    padding-left: 8px;
    gap: 8px;
  }

  :where(#sectionSupport) .support-feature .content .note ul:not([class])>li::before {
    flex: 0 0 2px;
    width: 2px;
    height: 2px;
    background-color: #666;
  }

  :where(#sectionSupport) .support-feature .content .note .mark {
    flex: 0 0 2.4em;
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionEasy */
  :where(#sectionEasy) {}

  :where(#sectionEasy) .inner {
    padding-block: 20px 80px;

    @media screen and (min-width: 40.01em) {
      padding-block: 48px 112px;
    }
  }

  :where(#sectionEasy) .easy-media {
    display: grid;
    gap: 16px;

    @media screen and (min-width: 40.01em) {
      grid-template-columns: repeat(2, 1fr);
      gap: 48px;
    }
  }

  :where(#sectionEasy) .easy-media div {}

  :where(#sectionEasy) .easy-media div p {
    text-align: justify;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-18, 18px);
      line-height: 175%;
      letter-spacing: 0.36px;
    }
  }

  :where(#sectionEasy) .easy-media figure {
    border-radius: 16px;
    overflow: hidden;
  }

  :where(#sectionEasy) .easy-media figure img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionFlow */
  :where(#sectionFlow) {
    background: #D9EDE2;
  }

  :where(#sectionFlow) .inner {
    padding-block: 40px 80px;

    @media screen and (min-width: 40.01em) {
      padding-block: 112px 112px;
    }
  }

  :where(#sectionFlow) .inner>p {
    text-align: justify;
  }

  :where(#sectionFlow) .flow-list {
    display: grid;
    gap: 26px;
    margin-top: 24px;
    
    @media screen and (min-width: 62.5em) {
      grid-template-columns: repeat(3, 1fr);
      margin-top: 32px;
    }
  }

  :where(#sectionFlow) .flow-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 20px;
    gap: var(--Primitive-Number-12, 12px);
    border-radius: var(--Corner-16, 16px);
    background: var(--neutral-white, #FFF);
  }

  :where(#sectionFlow) .flow-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 22px;
    height: 15px;
    background-color: var(--neutral-white, #FFF);
    clip-path: polygon(0 0, 50% 100%, 100% 0);

    @media screen and (min-width: 62.5em) {
      bottom: auto;
      left: auto;
      top: 50%;
      right: -18px;
      transform: translateY(-50%) rotate(-90deg);
    }
  }

  :where(#sectionFlow) .flow-list li .step {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    width: 64px;
    height: 64px;
    padding: var(--Primitive-Number-12, 12px);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    background: #FFA18D;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.28px;
  }

  :where(#sectionFlow) .flow-list li .content {}

  :where(#sectionFlow) .flow-list li .title {
    margin-bottom: 4px;
    font-size: var(--Primitive-Number-18, 18px);
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.72px;
  }

  :where(#sectionFlow) .flow-list li p:not(.title) {
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    /* 24.5px */
    letter-spacing: 0.28px;
  }

  :where(#sectionFlow) .flow-list li .link {
    display: flex;
    margin-block-start: 4px;
  }

  :where(#sectionFlow) .flow-list li .link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background: #004E97;
    mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
    -webkit-mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
  }

  :where(#sectionFlow) .flow-list li .link a {
    display: block;
    width: fit-content;
    color: var(--semantic-text-link, #1F1FA3);
    font-size: var(--Primitive-Number-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
  }

  :where(#sectionFlow) .flow-list li .link a:hover {
    @media screen and (min-width: 40.01em) {
      text-decoration: none;
    }
  }

}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionFaq */
  :where(#sectionFaq) .inner {
    padding-block-start: 48px;

    @media screen and (min-width: 40.01em) {
      padding-block-start: 112px;
    }
  }

  :where(#sectionFaq) .section-title {
    @media screen and (max-width: 40em) {
      line-height: 130%;
      letter-spacing: 0.96px;
    }
  }

  :where(#sectionFaq) .tabs {}

  :where(#sectionFaq) .tab-list {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }

  :where(#sectionFaq) .tab-button {
    display: flex;
    height: 56px;
    padding-top: 1px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #AECFBD;
    background: #F0F5F2;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.26px;

    @media screen and (min-width: 40.01em) {
      font-size: 16px;
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionFaq) .tab-button:hover {
    @media screen and (min-width: 40.01em) {
      border-bottom: 1px solid #AECFBD;
      background: #D9EDE2;
    }
  }

  :where(#sectionFaq) .tab-button[aria-selected="true"] {
    padding-top: 4px;
    border-bottom: 4px solid var(--color-primary);
    background: #D9EDE2;
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.26px;

    @media screen and (min-width: 40.01em) {
      font-size: 16px;
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionFaq) .tab-panel {
    padding-top: 24px;

    @media screen and (min-width: 40.01em) {
      padding-top: 32px;
    }
  }

  :where(#sectionFaq) .faq-list {}

  :where(#sectionFaq) .faq-list>div {
    display: grid;
    padding: var(--Primitive-Number-16, 16px) 0;
    gap: 16px;
    border-bottom: var(--Primitive-Number-1, 1px) solid #AECFBD;
    text-align: justify;

    @media screen and (min-width: 40.01em) {
      gap: 12px;
    }
  }

  :where(#sectionFaq) .faq-list>div dt {
    /* display: flex;
    align-items: flex-start;
    gap: var(--Primitive-Number-8, 8px); */
    position: relative;
    padding-left: 23px;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      text-align: justify;
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionFaq) .faq-list>div dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: var(--color-primary);
    font-size: var(--font-size-body-md, 16px);
    font-weight: 700;
  }

  :where(#sectionFaq) .faq-list>div dd {
    /* display: flex;
    align-items: flex-start;
    gap: var(--Primitive-Number-8, 8px); */
    position: relative;
    padding-left: 23px;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      text-align: justify;
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionFaq) .faq-list>div dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #DE573A;
    font-size: var(--font-size-body-md, 16px);
    font-weight: 700;
  }

  :where(#sectionFaq) .faq-list>div dd>p {}

  :where(#sectionFaq) .faq-list>div dd ul {}

  :where(#sectionFaq) .faq-list>div dd ul li {}

  :where(#sectionFaq) .faq-link {
    display: flex;
    align-items: center;
    margin-block: 24px;

    @media screen and (min-width: 40.01em) {
      margin-block: 32px;
      justify-content: flex-end;
    }
  }

  :where(#sectionFaq) .faq-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background: #004E97;
    mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
    -webkit-mask: url(/fire/assets/images/chintai/icons/arrow-right-sm.webp) center center / contain no-repeat;
  }

  :where(#sectionFaq) .faq-link a {
    display: block;
    width: fit-content;
    color: var(--semantic-text-link, #1F1FA3);
    font-size: var(--Primitive-Number-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
  }

  :where(#sectionFaq) .faq-link a:hover {
    @media screen and (min-width: 40.01em) {
      text-decoration: none;
    }
  }

  :where(#sectionFaq) .faq-link~p {
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 175%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

  :where(#sectionFaq) .inner-link {
    color: var(--semantic-text-link, #1F1FA3);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  :where(#sectionFaq) .inner-link:hover {
    @media screen and (min-width: 40.01em) {
      text-decoration: none;
    }
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionMaintenance */
  :where(#sectionMaintenance) {
    margin-top: 48px;
    padding-block-end: 80px;

    @media screen and (min-width: 40.01em) {
      margin-top: 112px;
      padding-block-end: 112px;
    }
  }

  :where(#sectionMaintenance) .maintenance-box {
    padding: var(--Primitive-Number-24, 24px);
    border-radius: var(--radius-lg, 16px);
    background: var(--neutral-gray-50, #F2F2F2);
  }

  :where(#sectionMaintenance) .maintenance-box h2 {
    margin-bottom: 16px;
    text-align: justify;
    font-size: var(--Primitive-Number-16, 16px);
    font-weight: 700;
    line-height: 150%;
  }

  :where(#sectionMaintenance) .maintenance-box p {
    text-align: justify;
    font-size: var(--Primitive-Number-14, 14px);
    line-height: 150%;
    letter-spacing: 0.28px;

    @media screen and (min-width: 40.01em) {
      font-size: var(--Primitive-Number-16, 16px);
      letter-spacing: 0.32px;
    }
  }

}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionAuth */
  :where(#sectionAuth) {
    margin-top: 48px;
    font-size: 11px;
    line-height: 175%;
    letter-spacing: 0.22px;

    @media screen and (min-width: 40.01em) {
      margin-top: 112px;
      font-size: 13px;
      letter-spacing: 0.26px;
    }
  }

  :where(#sectionAuth) .auth-list {
    display: grid;
    gap: 19px;
    
    @media screen and (min-width: 40.01em) {
      grid-template-columns: max-content 1fr;
      grid-template-rows: max-content max-content max-content;
      grid-template-areas: "title description" "title description" "title description";
      gap: 0 32px;
    }
  }

  :where(#sectionAuth) .auth-list>div {
    @media screen and (min-width: 40.01em) {
      display: grid;
      grid-template-columns: subgrid;
      grid-template-rows: subgrid;
      grid-column: 1 / 3;
    }
  }

  :where(#sectionAuth) .auth-list>div dt {
    font-weight: 700;

    @media screen and (min-width: 40.01em) {
      grid-area: title;
    }
  }

  :where(#sectionAuth) .auth-list>div dd {
    @media screen and (min-width: 40.01em) {
      grid-area: description;
    }
  }

  :where(#sectionAuth) ul {
    margin-top: 24px;
  }

  :where(#sectionAuth) ul li {
    padding-left: 8px;
    gap: 8px;
  }

  :where(#sectionAuth) ul li::before {
    flex: 0 0 2px;
    width: 2px;
    height: 2px;
    background-color: #666;
  }
}

@layer page {
  @media screen and (min-width: 40.01em) {}

  /* #sectionFloating */
  :where(#sectionFloating) {
    background: #F2F2F2;
    min-height: 110px;
    
    @media screen and (min-width: 40.01em) {
      background: #fff;
      min-height: 133px;
    }
  }
  
  :where(#sectionFloating) .floating-area {
    background: #F2F2F2;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    @media screen and (min-width: 40.01em) {
      background: #fff;
      border-top: 1px solid #AECFBD;
    }
  }

  :where(#sectionFloating) .floating-area.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  :where(#sectionFloating) .floating-area.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }

  :where(#sectionFloating) .inner {
    padding: 12px 16px;
  }

  :where(#sectionFloating) .notice {
    margin-top: 4px;
    color: var(--semantic-text-secondary, #4C4C4C);
    text-align: center;
    font-size: 10px;
    line-height: 175%;
    letter-spacing: 0.2px;
    
    @media screen and (min-width: 40.01em) {
      margin-top: 8px;
      font-size: 12px;
      letter-spacing: 0.24px;
    }
  }

}

@layer reset {
  *:not([data-sa-component]) {
    margin: 0;
    padding: 0
  }

  *:not([data-sa-component]),
  *:not([data-sa-component]):before,
  *:not([data-sa-component]):after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: var(--global-color-border, currentColor)
  }

  html {
    line-height: 1.5;
    --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: var(--global-font-body, var(--font-fallback))
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
  }

  body {
    height: 100%;
    line-height: inherit
  }

  img {
    border-style: none
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle
  }

  img,
  video {
    max-width: 100%;
    height: auto
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word
  }

  ol,
  ul {
    list-style: none
  }

  code,
  kbd,
  pre,
  samp {
    font-size: 1em
  }

  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit
  }

  button,
  select {
    text-transform: none
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
  }

  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    color: var(--global-color-placeholder, #9ca3af)
  }

  textarea {
    resize: vertical
  }

  summary {
    display: list-item
  }

  small {
    font-size: 80%
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  dialog {
    padding: 0
  }

  a {
    color: inherit;
    text-decoration: inherit
  }

  abbr:where([title]) {
    text-decoration: underline dotted
  }

  b,
  strong {
    font-weight: bolder
  }

  code,
  kbd,
  samp,
  pre {
    font-size: 1em;
    --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
    font-family: var(--global-font-mono, var(--font-mono-fallback))
  }

  input[type=text],
  input[type=email],
  input[type=search],
  input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none
  }

  input[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
  }

  ::-webkit-search-decoration,
  ::-webkit-search-cancel-button {
    -webkit-appearance: none
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto
  }

  input[type=number] {
    -moz-appearance: textfield
  }

  :-moz-ui-invalid {
    box-shadow: none
  }

  :-moz-focusring {
    outline: auto
  }

  button {
    text-align: initial;
    cursor: pointer
  }

  summary::-webkit-details-marker {
    display: none
  }
}

@layer base {
  body {
    font-family: Numbers_Arial, Hiragino Kaku Gothic ProN, Arial, Helvetica, Verdana, -apple-system, BlinkMacSystemFont, 繝｡繧?�繝ｪ繧?�, Meiryo, MS PGothic, sans-serif
  }
}

@layer tokens {
  :root {
    --width-contents-width: 1192px;
    --width-contents-inner-width: 1152px;
    --color-primary: #008273;
    --button-color-primary: #008273;
    --button-color-mypage: #007EB4;
    --button-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.24) inset, 0 -4px 4px 0 rgba(0, 0, 0, 0.08) inset;
  }
}

@layer utilities {
  br.only-pc {
    display: none
  }

  @media screen and (min-width: 40.01em) {
    br.only-pc {
      display: block
    }
  }

  br.only-sp {
    display: block
  }

  @media screen and (min-width: 40.01em) {
    br.only-sp {
      display: none
    }
  }
}

@layer layout {
  :root {
    --content-max-width: min(1050px, 100%)
  }
}