/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-base: futura-pt, dnp-shuei-gothic-kin-std, sans-serif;
    --font-ja: dnp-shuei-gothic-kin-std, sans-serif;
    --color-body: #1f1f1f;
    --color-green: #7bc8c1;
    --color-richgreen: #6cba50;
    --spacing-gutter-x: max(6.25vw, 1.5rem);
    --spacing-gutter-2y: max(10.6vw, 5rem);
    --spacing-gutter-y: max(5.3vw, 3rem);
  }
}
@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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-400px\] {
    top: -400px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-\[25\%\] {
    bottom: 25%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[80\%\] {
    left: 80%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-90 {
    z-index: 90;
  }
  .z-99 {
    z-index: 99;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-gutter-2y {
    margin-top: var(--spacing-gutter-2y);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-gutter-2y {
    margin-bottom: var(--spacing-gutter-2y);
  }
  .mb-gutter-y {
    margin-bottom: var(--spacing-gutter-y);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[207px\] {
    height: 207px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[26vw\] {
    width: 26vw;
  }
  .w-\[40vw\] {
    width: 40vw;
  }
  .w-\[60vw\] {
    width: 60vw;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[min\(80vw\,62\.5rem\)\] {
    width: min(80vw, 62.5rem);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[48rem\] {
    max-width: 48rem;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 4) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse))
      );
    }
  }
  .space-x-12 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 12) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse))
      );
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y-\[0\.5px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 0.5px;
  }
  .border-t-\[0\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.5px;
  }
  .border-b-\[0\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.5px;
  }
  .border-body {
    border-color: var(--color-body);
  }
  .border-green {
    border-color: var(--color-green);
  }
  .border-richgreen {
    border-color: var(--color-richgreen);
  }
  .border-y-body {
    border-block-color: var(--color-body);
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-richgreen {
    background-color: var(--color-richgreen);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-clip-text {
    background-clip: text;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-gutter-x {
    padding-inline: var(--spacing-gutter-x);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-gutter-2y {
    padding-block: var(--spacing-gutter-2y);
  }
  .py-gutter-y {
    padding-block: var(--spacing-gutter-y);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-\[63px\] {
    padding-top: 63px;
  }
  .pt-gutter-y {
    padding-top: var(--spacing-gutter-y);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-base {
    font-family: var(--font-base);
  }
  .font-ja {
    font-family: var(--font-ja);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[clamp\(1rem\,1\.8vw\,1\.5rem\)\] {
    font-size: clamp(1rem, 1.8vw, 1.5rem);
  }
  .text-\[clamp\(2\.25rem\,8vw\,5rem\)\] {
    font-size: clamp(2.25rem, 8vw, 5rem);
  }
  .text-\[clamp\(2\.25rem\,8vw\,5\.6rem\)\] {
    font-size: clamp(2.25rem, 8vw, 5.6rem);
  }
  .text-\[clamp\(2rem\,4vw\,4rem\)\] {
    font-size: clamp(2rem, 4vw, 4rem);
  }
  .text-\[clamp\(4rem\,10vw\,8rem\)\] {
    font-size: clamp(4rem, 10vw, 8rem);
  }
  .text-\[max\(14\.3vw\,3\.5rem\)\] {
    font-size: max(14.3vw, 3.5rem);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-richgreen {
    color: var(--color-richgreen);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-3 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 3);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-1 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
  }
  .before\:w-7 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 7);
    }
  }
  .before\:-rotate-55 {
    &::before {
      content: var(--tw-content);
      rotate: calc(55deg * -1);
    }
  }
  .before\:bg-richgreen {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-richgreen);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:-bottom-12 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * -12);
    }
  }
  .after\:left-\[50\%\] {
    &::after {
      content: var(--tw-content);
      left: 50%;
    }
  }
  .after\:border-8 {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
  }
  .after\:border-t-9 {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 9px;
    }
  }
  .after\:border-solid {
    &::after {
      content: var(--tw-content);
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .after\:border-transparent {
    &::after {
      content: var(--tw-content);
      border-color: transparent;
    }
  }
  .after\:border-t-richgreen {
    &::after {
      content: var(--tw-content);
      border-top-color: var(--color-richgreen);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .hover\:-translate-y-4 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -4);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-richgreen {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-richgreen);
      }
    }
  }
  .hover\:text-richgreen {
    &:hover {
      @media (hover: hover) {
        color: var(--color-richgreen);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:my-gutter-2y {
    @media (width >= 48rem) {
      margin-block: var(--spacing-gutter-2y);
    }
  }
  .md\:mt-50 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[100vh\] {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:h-\[414px\] {
    @media (width >= 48rem) {
      height: 414px;
    }
  }
  .md\:w-\[15vw\] {
    @media (width >= 48rem) {
      width: 15vw;
    }
  }
  .md\:w-\[23vw\] {
    @media (width >= 48rem) {
      width: 23vw;
    }
  }
  .md\:w-\[32vw\] {
    @media (width >= 48rem) {
      width: 32vw;
    }
  }
  .md\:w-\[max\(50\.6vw\,37\.5rem\)\] {
    @media (width >= 48rem) {
      width: max(50.6vw, 37.5rem);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:border-r-\[0\.5px\] {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0.5px;
    }
  }
  .md\:px-14 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-gutter-y {
    @media (width >= 48rem) {
      padding-block: var(--spacing-gutter-y);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-40 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .md\:pt-45 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 45);
    }
  }
  .md\:pb-30 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-\[max\(10vw\,5rem\)\] {
    @media (width >= 48rem) {
      font-size: max(10vw, 5rem);
    }
  }
  .md\:leading-14 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 14);
      line-height: calc(var(--spacing) * 14);
    }
  }
  .md\:leading-\[1\.3\] {
    @media (width >= 48rem) {
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .lg\:h-\[70vh\] {
    @media (width >= 64rem) {
      height: 70vh;
    }
  }
  .xl\:h-\[75vh\] {
    @media (width >= 80rem) {
      height: 75vh;
    }
  }
}
.loading-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
}
.text-wrap {
  overflow: hidden;
}
.loading-wrap .text-wrap .split {
  display: block;
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 20;
}
.text-wrap .split span {
  display: inline-block;
}
.reveal-1,
.reveal-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reveal-1 {
  background-color: var(--color-body);
  z-index: 30;
}
.reveal-2 {
  background-color: var(--color-body);
  z-index: 10;
}
.btn-trigger {
  position: relative;
  width: 36px;
  height: 26px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.6px;
  background-color: var(--color-body);
  border-radius: 2px;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#ham-btn span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
  animation: btn07-bar01 0.75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#ham-btn span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#ham-btn span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
  animation: btn07-bar03 0.75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#ham-btn.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
  animation: active-btn07-bar01 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
#ham-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#ham-btn.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
  animation: active-btn07-bar03 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.sp-nav.active {
  top: 63px;
}
.hero-title span {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    45deg,
    #7bc8c1 25%,
    #6cba50 50%,
    #008150 75%
  );
  background-size: 200%;
  animation: gradation 5s infinite linear;
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes slide {
  0% {
    right: 0;
  }
  100% {
    right: calc(100% - 1600px);
  }
}
@media (min-width: 768px) {
  @keyframes slide {
    0% {
      right: 0;
    }
    100% {
      right: calc(100% - 3200px);
    }
  }
}
.animate-slide {
  animation: slide 30s linear infinite;
  min-width: 1600px;
  @media (min-width: 768px) {
    min-width: 3200px;
  }
}
.reverse {
  animation-direction: reverse;
}
img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.concept-animation {
  transition: all 0.5s;
  &.is-active {
    color: #fff;
    background: var(--color-body);
  }
}
.concept,
.works {
  transition: all 0.5s;
  &.is-active {
    background: var(--color-body);
  }
}
.card02 {
  .swiper-slide {
    width: 70vw;
    @media (min-width: 768px) {
      width: 33vw;
    }
  }
}
.card02 {
  .swiper {
    overflow: visible;
  }
}
.card02 {
  .swiper-controller {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3rem;
    @media (min-width: 768px) {
      margin-top: 6rem;
    }
  }
  .swiper-pagination {
    margin-right: auto;
  }
}
.gradation {
  background-image: linear-gradient(180deg, #6cba50 0%, #7bc8c1 100%);
}
.card02 .swiper-pagination-bullet {
  width: 1rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: white;
  border-radius: 0px;
  @media (min-width: 768px) {
    width: 1.6rem;
  }
}
.card02 .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #7bc8c1;
  width: 1.6rem;
  @media (min-width: 768px) {
    width: 4rem;
  }
}
.swiper-pagination {
  text-align: left;
  bottom: 0 !important;
  @media (min-width: 768px) {
    bottom: auto !important;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  margin-top: 6rem;
  @media (min-width: 768px) {
    width: 3rem;
    height: 3rem;
  }
}
.card02 .swiper-button-prev,
.card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border: solid 1px var(--color-body);
  border-width: 3px 3px 0 0;
}
.swiper-button-next::after {
  margin-right: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-prev::after {
  margin-left: 0.2rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.shapes {
  position: relative;
  height: 40vh;
  width: 100vw;
  overflow: hidden;
  @media (min-width: 768px) {
    height: 100vh;
  }
}
.shape {
  position: absolute;
  border-radius: 50%;
}
.shape1 {
  background-color: #008150;
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
}
.shape2 {
  background-color: #6cba50;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}
.shape3 {
  background-color: #7bc8c1;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
}
form {
  width: 90%;
  max-width: 700px;
  margin: auto;
  text-align: left;
}
label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #555;
}
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
textarea {
  resize: vertical;
  height: 120px;
}
.box_br input {
  width: auto;
}
button {
  border: 1px solid var(--color-body);
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
button:hover {
  border: 1px solid var(--color-richgreen);
  background-color: var(--color-richgreen);
  color: #fff;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

/* wordpress時追加 */
body :is(header, main, footer) {
  font-family: futura-pt, dnp-shuei-gothic-kin-std, sans-serif;
}

.works-item a[rel="category tag"],
.hero a[rel="category tag"] {
  margin-bottom: 8px;
  border: 1px solid var(--color-richgreen);
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
  font-size: 12px;
  color: var(--color-richgreen);
}

/* スライダー */
.img-cover,
.works-item .post_thumbnail {
  aspect-ratio: 16/9;
  img,
  video {
    object-fit: cover;
    height: 100%;
  }
}

.swiper .view-btn {
  text-align: right;
  padding-right: 16px;
  a {
    color: var(--color-white);
    letter-spacing: 0.1em;
    &:hover {
      color: var(--color-richgreen);
    }
  }
}

@media (max-width: 768px) {
  .swiper-pagination {
    width: auto;
    bottom: 44px !important;
  }
}
@media (max-width: 599px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
  }
  .card02 .swiper-pagination-bullet {
    width: 0.8rem;
  }
  .card02 .swiper-pagination-bullet-active {
    width: 1.2rem;
  }
  .swiper .view-btn {
    padding-right: 8px;
  }
}

/* ページネーション */
.pagination {
  gap: 2rem;
  @media (max-width: 599px) {
    gap: 0.5rem;
    font-size: 12px;
  }
  span {
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-richgreen);
    background-color: var(--color-richgreen);
    color: var(--color-white);
    border-radius: 8px;
  }
  a {
    padding: 0.5rem 1rem;
    border: 1px solid black;
    color: var(--color-black);
    border-radius: 8px;
  }
}
.page-numbers:hover {
  border: 1px solid var(--color-richgreen);
}

/* フォント読み込み後表示 */
body:not(.home) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  &.fonts-loaded {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 詳細ページ画像サイズ */
.single .works-img {
  height: 80vh;
  img {
    height: 100%;
  }
  @media (max-width: 599px) {
    height: auto;
  }
}

/* Get in touch */
.contact-content a {
  font-size: 13vw;
}

/* お問い合わせページ */
/* フォームと確認画面の表示・非表示切り替え */
.Form {
  display: block;
}
.confirm_area {
  display: none;
}

/* ボタンの無効化 */
.confirm_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 確認画面の項目レイアウト */
.confirm_area .Form-Item {
  margin-bottom: 16px;
}
.confirm_area .Form-Item-Label {
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}
.confirm_area .red {
  color: red;
}
.grecaptcha-badge {
  visibility: hidden;
  display: none !important;
}

/* ボタンラップ */
.button-wrap {
  margin-top: 24px;
  text-align: center;
}

/* form */
.Form {
  .red {
    color: red;
  }
}
.form-intro,
.confirm_area .Form-Item {
  margin-bottom: 40px;
}
.confirm_button:hover,
.wpcf7-submit:hover {
  background-color: var(--color-richgreen);
  color: #fff;
}
.back_button:hover {
  background-color: lightgray;
}
