@charset "UTF-8";
/* リキッドレイアウト対応 */
:root {
  --inner-value: 1280;
  --inner: 1280px;
  --inner-value-sm: 800;
  --inner-sm: 800px;
  --padding-pc: 25px;
  --padding-sp: 20px;
  --rem: 1rem / 16;
  --em: 1em / 16;
  --cqi: 1440 * 100cqi;
  --inner-percent: var(--inner-value) * 100%;
}
@media screen and (min-width: 768px) {
  :root {
    --cqi: 390 * 100cqi;
  }
}
:root {
  --base-font: "Noto Sans JP",
  sans-serif;
  --en-font: "Montserrat",
  sans-serif;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --white: #fff;
  --black: #000;
  --base-black: #121212;
  --base-gray: #333;
  --surface-gray: #1E1E1E;
  --text-white: #F5F5F5;
  --text-sub: #A9A9A9;
  --accent-blue: #4A90E2;
  --accent-brown: #8D6E63;
  --bg-gray: #2C2C2C;
  --z-index-loader: 1000;
  --z-index-drawer: 101;
  --z-index-header: 100;
  --z-index-cta: 90;
  --header-height: calc(60 * var(--rem));
  --scrollbar-width: 0;
}
@media screen and (min-width: 768px) {
  :root {
    --header-height: calc(100 * var(--rem));
  }
}

@property --scrollbar {
  syntax: "<length>";
  initial-value: 0;
  inherits: true;
}
:root:has(:modal[open], .is-scroll-lock, .loader) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  container-type: inline-size;
  background-color: var(--base-black);
  font-family: var(--base-font);
  color: var(--text-white);
  font-weight: var(--fw-regular);
  line-height: 1.5;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026cqi;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(16 / var(--inner-value) * 100cqi);
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

/*! kiso.css v1.2.3 | MIT License | https://github.com/tak-dcxi/kiso.css */
/* ======================================================
//  MARK: Universal
// ====================================================== */
*,
::before,
::after {
  /*
  * Includes `padding` and `border` in the element's specified dimensions.
  * It is highly recommended to set `box-sizing: border-box;` by default, as it makes styling much easier, especially when specifying `width: 100%;`.
  */
  box-sizing: border-box;
}

/* ======================================================
//  MARK: Document and Body Elements
// ====================================================== */
:where(:root) {
  /* In Safari, if `font-family` is not specified, a serif font is applied by default, so `sans-serif` is set as the default here. */
  font-family: sans-serif;
  /*
  * For accessibility, it is recommended to set the `line-height` to at least 1.5 times the text size within paragraphs.
  * @see https://waic.jp/translations/WCAG21/#visual-presentation
  */
  line-height: 1.5;
  /* Remove space when punctuation marks are adjacent, and also remove leading spaces in a line. */
  text-spacing-trim: trim-start;
  /* Improves readability by inserting a small space between Japanese and alphanumeric characters. */
  text-autospace: normal;
  /* Prevents misreading by applying strict line-breaking rules. */
  line-break: strict;
  /* Wraps English words mid-word. Specifying `anywhere` also prevents content from overflowing in layouts like `flex` or `grid`. */
  overflow-wrap: anywhere;
  /*
  * Mobile browsers have an algorithm that automatically adjusts font sizes to prevent text from becoming too small.
  * This controls the auto-adjustment feature to prevent unwanted resizing.
  */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* Prevents layout shift caused by the appearance or disappearance of the scrollbar. */
  scrollbar-gutter: stable;
  /* Suppresses the tap highlight on iOS. */
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  /*
  * When creating a sticky footer, a minimum height is often required.
  * Setting the `min-block-size` to the dynamic viewport height ensures enough space for the footer.
  */
  min-block-size: 100dvb;
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

/* ======================================================
// MARK: Sections
// ------------------------------------------------------ */
:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

:where(h1) {
  /*
  * Adjusts user agent (UA) styles for `h1` elements within sectioning content.
  * This addresses DevTools warnings that appear when `h1` elements nested within sectioning content lack `font-size` and `margin` properties.
  * @see https://html.spec.whatwg.org/#sections-and-headings
  */
  margin-block: unset;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(search) {
  /*
  * The `<search>` element is supported from Safari 17.
  * This prevents it from being displayed as an inline element in unsupported environments.
  */
  display: block;
}

/* ======================================================
//  MARK: Grouping content
// ====================================================== */
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(blockquote, figure) {
  /* The `margin-inline` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline: unset;
}

:where(p:lang(en)) {
  /*
  * In English, a single word on the last line is called a "widow" or "orphan" and is considered something to avoid as it makes the text harder to read.
  * Therefore, when lang="en", this prevents the last line from ending with a single word.
  */
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(ul, ol, menu) {
  /* The `padding-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  padding-inline-start: unset;
  /*
  * In Safari, using `list-style: none` prevents screen readers from announcing lists.
  * `list-style-type: ""` is used to hide markers without affecting accessibility.
  * @see https://matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics
  */
  list-style-type: "";
}

:where(dt) {
  /* It is common to display `<dt>` elements in bold, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(dd) {
  /* The `margin-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline-start: unset;
}

:where(pre) {
  /*
  * Since `text-spacing-trim` can affect spacing in `<pre>` elements even with its initial value, the final rendering may depend on the user's font settings.
  * To ensure consistent alignment, `space-all` is explicitly specified and inheritance is prevented.
  */
  text-spacing-trim: space-all;
  /* Set to `no-autospace` as it can cause misalignment with monospaced fonts. */
  text-autospace: no-autospace;
}

/* ======================================================
//  MARK: Text-level semantics
// ====================================================== */
:where(em:lang(ja)) {
  /* In Japanese, emphasis is commonly represented by bold text, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn, var):lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(:is(u, s, del, ins)) {
  /* Set the underline inset to `auto` and separate only the horizontal lines when underlines are consecutive. */
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  /*
  * Set a monospace font family referencing Tailwind.
  * @see https://tailwindcss.com/docs/font-family
  */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* Font feature settings can have adverse effects on monospaced fonts, so their values are explicitly set to `initial` to prevent inheritance. */
  font-feature-settings: initial;
  font-variation-settings: initial;
  /* Resets the `font-size` specified in the UA stylesheet to allow inheritance. */
  font-size: unset;
  /*
  * Disables font ligatures for programming fonts (like Fira Code)
  * to prevent character combinations like `=>` from being rendered as a single symbol (e.g., `⇒`).
  */
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  /*
  * The `<abbr>` element with the `title` attribute isn't helpful regarding accessibility because support is inconsistent, and it's only accessible to some users.
  * This rule shows a dotted underline on abbreviations in all browsers (there's a bug in Safari) and changes the cursor.
  * @see https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
  */
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}

:where(time) {
  /* Set to `no-autospace` because date notations in typography do not include spaces. */
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    /*
    * In forced-colors mode, the color of the mark element may not change, which can be problematic. Use system colors in forced-colors mode.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkWHCM
    */
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    /*
    * Not all printers support color, and users might print in grayscale.
    * It's worth adding a non-disruptive style that scales with the text, as an alternative to relying only on background color.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkPrint
    */
    border-width: 1px;
    border-style: dotted;
  }
}
/* ======================================================
//  MARK: Links
// ====================================================== */
:where(a:-moz-any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
  /* Set the underline inset to `auto` and separate only the horizontal lines when underlines are consecutive. */
  text-decoration-inset: auto;
}
:where(a:any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
  /* Set the underline inset to `auto` and separate only the horizontal lines when underlines are consecutive. */
  text-decoration-inset: auto;
}

/* ======================================================
//  MARK: Embedded content
// ====================================================== */
:where(img, svg, picture, video, canvas, model, audio, iframe, embed, object) {
  /* Automatically adjust block size based on content. */
  block-size: auto;
  /* Prevents overflow by setting the maximum width to `100%`. */
  max-inline-size: 100%;
  /* Prevents extra space from appearing at the bottom of the element. */
  vertical-align: bottom;
  display: block;
}

:where(iframe) {
  /* The `border` specified in the UA stylesheet is often unnecessary, so it is reset. */
  border: unset;
}

/* ======================================================
//  MARK: Tabular data
// ====================================================== */
:where(table) {
  /* Collapse borders for a more refined table design. */
  border-collapse: collapse;
}

:where(caption, th) {
  /* The `text-align` specified in the UA stylesheet is often unnecessary, so it is reset. */
  text-align: unset;
}

:where(caption) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

/* ======================================================
//  MARK: Forms
// ====================================================== */
:where(button, input, select, textarea),
::file-selector-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border: unset;
  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
  padding: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

:where(input[type=file i]) {
  /* The `border` is often unnecessary, so it is reset here. */
  border: unset;
}

:where(input[type=search i]) {
  /* Remove the rounded corners of search inputs on macOS and normalize the background color. */
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    /* normalize the background color on iOS. */
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}

:where(textarea) {
  /* The `margin-block` specified in Firefox's UA stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
  /* Allows vertical resizing for `<textarea>` elements. */
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  /* Set to `no-autospace` because `text-autospace` can insert spaces during input, potentially causing erratic behavior. */
  text-autospace: no-autospace;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  touch-action: manipulation;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}

:where(fieldset) {
  /*
  * Prevent fieldset from causing overflow.
  * Reset the default `min-inline-size: min-content` to prevent children from stretching fieldset.
  * @see https://github.com/twbs/bootstrap/issues/12359
  */
  min-inline-size: 0;
  /* The following default styles are often unnecessary, so they are reset. */
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  /* The default `padding-inline` is often unnecessary, so it is reset. */
  padding-inline: unset;
}

:where(progress) {
  /* Resets the vertical alignment of the `<progress>` element to its initial value. */
  vertical-align: unset;
}

::-moz-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

/* ======================================================
//  MARK: Interactive elements
// ====================================================== */
:where(summary) {
  /* The default triangle marker is often unnecessary, so it is disabled. */
  list-style-type: "";
  /* Changing the cursor to a pointer clarifies the clickability of the element. */
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  /* In Safari versions earlier than 18.4 (released in April 2025), a triangle icon is displayed using the -webkit-details-marker CSS pseudo-element, so it should be removed. */
  display: none;
}

:where(dialog, [popover]) {
  /*
  * When these fixed-position elements are scrolled, preventing scroll chaining on the underlying page and bounce effects on mobile improves usability.
  * Disabling block-direction scroll chaining is recommended.
  */
  overscroll-behavior-block: contain;
  /* The following default styles are often unnecessary, so they are reset. */
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  /*
  * These elements can be easily displayed by explicitly setting their `display` property.
  * To prevent them from appearing when not in an open state, they are forcibly hidden.
  */
  display: none !important;
}

:where(dialog) {
  /*
  * The max width and height of a `<dialog>` element are typically determined by the design.
  * These UA stylesheet properties are reset as they can be obstructive, especially when trying to make the dialog full-screen.
  */
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg / 0.3);
}

:where([popover]) {
  /*
  * While the UA stylesheet's `margin` for `<dialog>` elements is useful for centering with `inset: 0`,
  * but `margin` for `popover` elements is often obstructive as they frequently use Anchor Positioning.
  */
  margin: unset;
}

/* ======================================================
//  MARK: Focus Styles
// ====================================================== */
:where(:focus-visible) {
  /* Add space between the content and the focus outline. */
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  /* Prevent programmatically focused elements from displaying an outline unless they are naturally focusable. */
  outline: none !important;
}

/* ======================================================
//  MARK: Misc
// ====================================================== */
:where(:disabled, [aria-disabled=true i]) {
  /* Display the default cursor on disabled elements to reflect their non-interactive state. */
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  /* Ensure that elements intended to be hidden are not displayed, improving clarity and layout control. */
  display: none !important;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding-inline: var(--padding-sp);
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: calc(var(--inner) + var(--padding-pc) * 2);
    padding-inline: var(--padding-pc);
  }
}

@media screen and (min-width: 768px) {
  .inner[data-size=sm] {
    max-width: calc(var(--inner-sm) + var(--padding-pc) * 2);
  }
}

.layout-section {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .layout-section {
    padding-block: 100px;
  }
}

.layout-top-contact {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .layout-top-contact {
    padding-block: 120px;
  }
}

@media screen and (min-width: 768px) {
  .layout-top-footer {
    margin-top: 7.5rem;
  }
}

.layout-top-profile {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .layout-top-profile {
    padding-bottom: initial;
  }
}

.layout-top-section {
  padding-block: 60px;
}

@media screen and (min-width: 768px) {
  .layout-top {
    display: grid;
    grid-template-columns: 100%;
    gap: 7.5rem;
  }
}

.outer {
  --scrollbar: calc(100vw - 100cqw);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
}

body:has(.loader) .outer {
  opacity: 0;
}

.breadcrumb {
  --_color: var(--text-sub);
  background-color: var(--base-gray);
}

.breadcrumb__inner.inner {
  padding-block: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner.inner {
    padding-block: 1.25rem;
    gap: 12px;
  }
}

.breadcrumb :is(span, a) {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: max(10px, 0.75rem);
  font-weight: var(--fw-regular);
  line-height: 1.8333333333;
  color: var(--_color);
}
@media screen and (min-width: 768px) {
  .breadcrumb :is(span, a) {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease;
}

.breadcrumb .current-item {
  display: block;
  flex-shrink: 1;
  min-width: 0;
  color: var(--text-white);
}

.breadcrumb-chevron {
  position: relative;
  width: 6px;
  aspect-ratio: 6/11;
  background-color: var(--_color);
  -webkit-mask-image: url("../images/icon_chevron.svg");
          mask-image: url("../images/icon_chevron.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .breadcrumb-chevron {
    width: 7px;
  }
}

@media (any-hover: hover) {
  .breadcrumb a:hover {
    text-decoration-color: currentColor;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 32px;
  border-radius: 0.5rem;
  border: 1px solid var(--accent-blue);
  outline: 1px solid transparent;
  outline-offset: -1px;
  background-color: var(--bg-gray);
  color: var(--text-white);
  transition: border-width ease-out 0.3s, filter ease-out 0.3s, outline-color ease-out 0.3s;
}

.button[data-type=back] {
  flex-direction: row-reverse;
}

.button[data-type=blue] {
  background-color: var(--accent-blue);
}

.button::after {
  content: "";
  position: relative;
  top: 1px;
  width: 8px;
  aspect-ratio: 8/14;
  background-image: url(../images/icon_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: translate ease-out 0.3s;
}

.button[data-type=back]::after {
  scale: -1 1;
}

.button__text {
  font-size: 16px;
  font-weight: var(--fw-bold);
  line-height: 1.75;
}

@media (any-hover: hover) {
  .button:hover {
    filter: contrast(1.3);
    outline-color: var(--accent-blue);
  }
  .button:hover::after {
    translate: 5px;
  }
  .button[data-type=back]:hover::after {
    translate: -5px;
  }
}
.card {
  --_color: var(--text-white);
  --_category-color: var(--accent-blue);
  --_duration: 0.3s;
  position: relative;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card {
    padding-bottom: 0.75rem;
  }
}

.card[data-type=no-category] {
  --_color: var(--surface-gray);
  padding-bottom: initial;
}

.card__link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.card__img {
  transition: opacity ease-out var(--_duration);
}

.card__img img {
  aspect-ratio: 350/196;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__category {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 0.625rem;
  color: var(--_category-color);
  transition: filter ease-out var(--_duration);
}
@media screen and (min-width: 768px) {
  .card__category {
    margin-top: 0.75rem;
  }
}

@media (any-hover: hover) {
  .card__category:hover {
    filter: brightness(1.3);
  }
}
.card__title {
  margin-top: 0.5rem;
  font-size: max(12px, 0.9375rem);
  font-weight: var(--fw-medium);
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
  color: var(--_color);
  font-feature-settings: "pwid";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  text-decoration-color: transparent;
  transition: text-decoration-color ease-out var(--_duration);
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: max(15px, 1.25rem);
    line-height: 1.5;
  }
}

.card[data-type=no-category] .card__title {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card[data-type=no-category] .card__title {
    margin-top: 0.875rem;
  }
}

@media (any-hover: hover) {
  .card:hover:not(:has(.card__category:hover)) .card__img {
    opacity: 0.7;
  }
  .card:hover:not(:has(.card__category:hover)) .card__title {
    text-decoration-color: currentColor;
  }
}
.confirm-form {
  --_base-color: var(--accent-blue);
  --_text-color: var(--text-white);
  --_sub-color: var(--text-sub);
  --_padding: 10px;
  --_fields-gap: calc(32*var(--rem));
  --_label-font-size: max(14px, 1rem);
  --_label-line-height: calc(26/16);
  --_input-font-size: max(1rem, 16px);
  --_input-block-size: calc(56*var(--rem));
  --_textarea-block-size: calc(200*var(--rem));
  --_consent-font-size: 14px;
  --_consent-line-height: calc(24/14);
  --_consent-gap: 12px;
  display: none;
}
@media screen and (min-width: 768px) {
  .confirm-form {
    --_padding: 12px 20px;
    --_fields-gap: calc(40*var(--rem));
    --_label-font-size: max(16px, 18*var(--rem));
    --_label-line-height: calc(32/18);
    --_input-font-size: max(16px, calc(18*var(--rem)));
  }
}

.confirm-form__inner {
  display: grid;
  gap: var(--_fields-gap);
}

.confirm-form__field {
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .confirm-form__field {
    gap: 8px;
  }
}

.confirm-form__label {
  font-size: var(--_label-font-size);
  font-weight: var(--fw-bold);
  line-height: var(--_label-line-height);
  color: var(--_sub-color);
}

.confirm-form__value {
  display: grid;
  align-items: center;
  padding: 12px 10px;
  width: 100%;
  min-height: var(--_input-block-size);
  font-size: var(--_input-font-size);
  font-weight: var(--fw-bold);
  color: var(--_text-color);
}

.confirm-form__consent {
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.7142857143;
  color: var(--_text-color);
  text-align: center;
}

.confirm-form__consent-label {
  color: var(--_sub-color);
}

.confirm-form__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: var(--_fields-gap);
}
@media screen and (min-width: 768px) {
  .confirm-form__buttons {
    margin-top: 3.75rem;
  }
}

.confirm-form__button {
  --_arrow-size: 8px;
  --_gap: 10px;
  --_padding-left: 32px;
  --_padding-right: calc(var(--_arrow-size) + var(--_gap) + var(--_padding-left));
  --_back-padding-inline: 16px;
  position: relative;
  display: block;
  border-radius: 0.5rem;
  border: 1px solid var(--accent-blue);
  background-color: var(--accent-blue);
  color: var(--text-white);
  transition: border-width ease-out 0.3s, filter ease-out 0.3s, outline-color ease-out 0.3s;
}
.confirm-form__button::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: calc(var(--_padding-left) - var(--_gap));
  translate: 0 -50%;
  width: var(--_arrow-size);
  aspect-ratio: 8/14;
  background-image: url(../images/icon_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: translate ease-out 0.3s;
}
.confirm-form__button[data-type=back] {
  border: 1px solid var(--accent-blue);
  outline: 1px solid transparent;
  outline-offset: -1px;
  overflow: clip;
}
.confirm-form__button[data-type=back]::after {
  display: none;
}
.confirm-form__button[data-type=back]::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: var(--_back-padding-inline);
  translate: 0 -50%;
  width: var(--_arrow-size);
  aspect-ratio: 8/14;
  background-image: url(../images/icon_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  scale: -1 1;
  transition: translate ease-out 0.3s;
}

.confirm-form__button input {
  padding-block: calc(12 * var(--em));
  padding-inline: var(--_padding-left) var(--_padding-right);
  font-size: max(14px, 1rem);
  font-weight: var(--fw-bold);
  line-height: 1.75;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.confirm-form__button[data-type=back] input {
  padding-inline: calc(var(--_arrow-size) + var(--_gap) + var(--_back-padding-inline)) var(--_back-padding-inline);
  background-color: var(--bg-gray);
}

@media (any-hover: hover) {
  .confirm-form__button:hover {
    filter: contrast(1.3);
    outline-color: var(--accent-blue);
  }
  .confirm-form__button:hover::after {
    translate: 5px -50%;
  }
  .confirm-form__button[data-type=back]:hover::before {
    translate: -5px -50%;
  }
}
.contact {
  --_default-gap: 32px;
}
@media screen and (min-width: 768px) {
  .contact {
    --_default-gap: 60px;
  }
}

.contact__inner.inner {
  display: grid;
  gap: var(--_default-gap);
}
@media screen and (min-width: 768px) {
  .contact__inner.inner {
    max-width: calc(700px + var(--padding-pc) * 2);
  }
}

.cta {
  --_offset-position: calc(20*var(--rem));
  --_text-color: var(--white);
  --_close-position: 4px;
  position: fixed;
  z-index: var(--z-index-cta);
  bottom: 0;
  right: 0;
  width: min(100%, max(330px, 26.625rem));
  display: flex;
  align-items: center;
  gap: 7px;
  padding-block: 7px;
  padding-inline: 0.625rem 1.875rem;
  border: 1px solid var(--base-gray);
  background-color: var(--surface-gray);
  box-shadow: 0 2.67px 21.33px -5.33px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .cta {
    --_close-position: calc(10*var(--rem));
    bottom: var(--_offset-position);
    right: var(--_offset-position);
    gap: 1.25rem;
    padding-block: 2rem;
    padding-inline: 1.25rem 2.125rem;
    border-radius: 0.625rem;
    box-shadow: none;
  }
}

.cta.is-hidden {
  display: none;
}

.cta__icon {
  flex-shrink: 0;
  width: 4.1875rem;
}

.cta__icon img {
  aspect-ratio: 1;
  object-fit: contain;
}

.cta__content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "lead lead" "heading button" "note button";
  gap: 2px 8px;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .cta__content {
    row-gap: initial;
  }
}

.cta__lead {
  grid-area: lead;
  font-size: 0.75rem;
  font-weight: var(--fw-medium);
  color: var(--_text-color);
  line-height: 1.6666666667;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .cta__lead {
    font-size: max(11px, 0.8125rem);
    line-height: 1.5384615385;
    letter-spacing: 0.01em;
  }
}

.cta__heading {
  grid-area: heading;
  font-size: 0.875rem;
  font-weight: var(--fw-medium);
  color: var(--_text-color);
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .cta__heading {
    font-size: max(12px, 1rem);
    line-height: 1.5;
  }
}

.cta__note {
  grid-area: note;
  font-size: 10px;
  font-weight: var(--fw-regular);
  color: var(--text-sub);
  line-height: 1.6;
}

.cta__button {
  --_gradient-start-color: color-mix(in srgb, var(--accent-blue) 50%, transparent);
  --_gradient-center-color: var(--accent-blue);
  --_gradient-end-color: color-mix(in srgb, var(--accent-blue) 80%, transparent);
  grid-area: button;
  display: inline-grid;
  place-items: center;
  padding: 0.875rem;
  width: 7.25rem;
  background-image: linear-gradient(90deg, var(--_gradient-start-color), var(--_gradient-center-color) 50%, var(--_gradient-end-color));
  background-size: 200% 100%;
  background-position: 0% 50%;
  box-shadow: 0 -0.6px 2.6px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: var(--fw-medium);
  color: var(--_text-color);
  line-height: 1;
  transition: background-position ease-out 0.3s, filter ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .cta__button {
    padding-block: 6px;
    width: max(80px, 6.125rem);
    font-size: 10px;
    line-height: 1.7777777778;
  }
}

.cta__close {
  position: absolute;
  top: var(--_close-position);
  right: var(--_close-position);
  width: 16px;
}

.cta__close img {
  position: relative;
  aspect-ratio: 1;
  object-fit: contain;
}

.cta__close::before {
  content: "";
  position: absolute;
  inset: calc(var(--_close-position) * -1);
}

@media (any-hover: hover) {
  .cta__button:hover {
    background-position: 100% 50%;
    filter: contrast(1.3);
  }
}
.drawer {
  --_hover-color: var(--accent-blue);
  display: grid;
  align-content: start;
  height: 100%;
  padding-block: 3.75rem 3.75rem;
  padding-inline: var(--padding-sp);
  background-color: var(--base-black);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .drawer {
    padding-top: 3.75rem;
    padding-inline: min(5.5555555556vw, 80px);
  }
}

.drawer__inner.inner {
  position: relative;
  display: grid;
  place-items: center;
  gap: 0.75rem;
  padding-inline: initial;
}
@media screen and (min-width: 768px) {
  .drawer__inner.inner {
    gap: 1.5rem;
  }
}

.drawer__close {
  --base-color: var(--text-white);
  --close-line-deg: 45deg;
  --close-line-radius: 999em;
  position: absolute;
  top: -2.5rem;
  right: 0;
  display: grid;
  grid-template: "stack";
  place-items: center;
  width: 24px;
  aspect-ratio: 24/21;
}
@media screen and (min-width: 768px) {
  .drawer__close {
    top: -1.25rem;
  }
}

.drawer__close::before,
.drawer__close::after {
  content: "";
  grid-area: stack;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: var(--close-line-radius);
  background-color: var(--base-color);
}

.drawer__close::before {
  rotate: var(--close-line-deg);
}

.drawer__close::after {
  rotate: calc(var(--close-line-deg) * -1);
}

.drawer__logo {
  display: block;
  width: min(100%, 15.625rem);
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .drawer__logo {
    width: min(100%, 18.375rem);
  }
}

.drawer__logo img {
  aspect-ratio: 250/67;
  width: 100%;
  object-fit: contain;
}

.drawer__nav {
  --border-color: var(--surface-gray);
  width: min(100%, 18.375rem);
}

.drawer__nav-item {
  border-bottom: 1px solid var(--border-color);
}

.drawer__nav-item:first-child {
  border-top: 1px solid var(--border-color);
}

.drawer__nav-link {
  --_opacity: 0%;
  position: relative;
  display: grid;
  padding-block: 1.3125rem;
  background-color: color-mix(in srgb, var(--_hover-color) var(--_opacity), transparent);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  line-height: 1.625;
  letter-spacing: 0.02em;
  color: var(--white);
  text-align: center;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .drawer__nav-link {
    padding-block: 2.0625rem;
    font-size: max(16px, 1.5rem);
    font-weight: var(--fw-semibold);
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.drawer__nav-link::after {
  content: "";
  position: absolute;
  inset: -1px 0 0;
  border-block: 1px solid var(--_hover-color);
  filter: drop-shadow(0 0 5px var(--_hover-color));
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.drawer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0.625rem;
}

.drawer__sns-item {
  width: 24px;
}

.drawer__sns-link {
  position: relative;
  display: block;
}

.drawer__sns-link img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
}

.drawer__sns-link::before {
  content: "";
  position: absolute;
  inset: -0.625rem;
  box-shadow: 0 0 5px 1px var(--_hover-color);
  border-radius: 0.3125rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.drawer__copyright {
  line-height: 1;
}

.drawer__copyright-text {
  font-size: 12px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  color: var(--text-sub);
}

@media (any-hover: hover) {
  .drawer__nav-link:hover {
    --_opacity: 1%;
  }
  .drawer__nav-link:hover::after {
    opacity: 1;
  }
  .drawer__sns-link:hover::before {
    opacity: 1;
  }
}
.filter-links {
  --_min-width: min(100%, 120px);
  --_bg-color: var(--text-sub);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--_min-width), max-content));
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .filter-links {
    --_min-width: min(100%, 130px);
    gap: 1.5rem;
  }
}

.filter-links__link {
  --_category-opacity: 80%;
  display: grid;
  place-items: center;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: var(--_bg-color);
  color: var(--text-white);
  transition: filter ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .filter-links__link {
    padding-block: initial;
  }
}

.filter-links__link[data-type=solid] {
  --_category-opacity: 100%;
}

.filter-links__link.is-active {
  --_category-color: var(--accent-blue);
  background-color: color-mix(in srgb, var(--_category-color) var(--_category-opacity), transparent);
}

@media (any-hover: hover) {
  .filter-links__link:hover {
    filter: contrast(1.3);
  }
}
.footer {
  --_hover-color: var(--accent-blue);
  padding-block: 1.25rem 3.75rem;
  background-color: var(--surface-gray);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 3.75rem 1.875rem;
  }
}

:has(.cta) .footer {
  padding-bottom: 8.75rem;
}

.footer__inner.inner {
  display: grid;
  gap: 10px;
  justify-items: center;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .footer__inner.inner {
    gap: 3.75rem;
  }
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: flex;
  }
}

.footer__nav-item {
  display: grid;
  place-items: center;
  padding: 0.5625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-item {
    padding: 0.625rem;
  }
}

.footer__nav-link {
  position: relative;
  font-size: max(14px, 1rem);
  font-weight: var(--fw-regular);
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    line-height: 1.75;
    letter-spacing: 0;
  }
}

.footer__nav-link::before {
  --_border-height: calc(100% - 1px);
  --_border-color: color-mix(in srgb, var(--_hover-color) 90%, transparent);
  content: "";
  position: absolute;
  inset: -0.625rem;
  background-image: linear-gradient(to bottom, transparent var(--_border-height), var(--_border-color) var(--_border-height));
  filter: drop-shadow(0 0 5px var(--_border-color));
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  .footer__nav-link:hover::before {
    opacity: 1;
  }
}
.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 10px;
}

.footer__sns-item {
  width: 24px;
}

.footer__sns-link {
  position: relative;
  display: block;
}

.footer__sns-link::before {
  content: "";
  position: absolute;
  inset: -0.625rem;
  box-shadow: 0 0 5px 1px var(--_hover-color);
  border-radius: 0.3125rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.footer__sns-link img {
  aspect-ratio: 1;
  object-fit: contain;
}

@media (any-hover: hover) {
  .footer__sns-link:hover::before {
    opacity: 1;
  }
}
.footer__logo {
  display: block;
  width: min(100%, 47.6923076923cqi);
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 186px;
  }
}

.footer__logo img {
  aspect-ratio: 186/50;
  width: 100%;
  object-fit: contain;
}

.footer__bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 0.625rem;
  }
}

.footer__bottom-inner {
  display: grid;
  gap: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom-inner {
    gap: 1rem;
  }
}

.footer__address {
  font-size: 12px;
  font-weight: var(--fw-regular);
  line-height: 1.7142857143;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: max(12px, 0.875rem);
    letter-spacing: 0.05em;
  }
}

.footer__copyright {
  line-height: 1;
}

.footer__copyright-text {
  font-size: 12px;
  font-weight: var(--fw-regular);
  color: var(--text-sub);
  line-height: 1.5;
}

.form {
  --_base-color: var(--accent-blue);
  --_text-color: var(--base-black);
  --_sub-color: var(--text-sub);
  --_padding: 10px;
  --_fields-gap: calc(32*var(--rem));
  --_label-font-size: max(14px, 1rem);
  --_label-line-height: calc(26/16);
  --_required-font-size: 12px;
  --_required-padding-block: 7px;
  --_required-padding-inline: 6px;
  --_required-bg-color: #E97334;
  --_input-font-size: max(1rem, 16px);
  --_input-block-size: calc(56*var(--rem));
  --_textarea-block-size: calc(200*var(--rem));
  --_consent-font-size: 14px;
  --_consent-line-height: calc(24/14);
  --_consent-gap: 12px;
  --_checkbox-size: 20px;
}
@media screen and (min-width: 768px) {
  .form {
    --_padding: 12px 20px;
    --_fields-gap: calc(40*var(--rem));
    --_label-font-size: max(16px, 18*var(--rem));
    --_label-line-height: calc(32/18);
    --_required-font-size: 14px;
    --_input-font-size: max(16px, calc(18*var(--rem)));
  }
}

.form__inner {
  display: grid;
  gap: var(--_fields-gap);
}

.form__field {
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .form__field {
    gap: 8px;
  }
}

.form__term {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form__term {
    gap: 12px;
  }
}

.form__label {
  font-size: var(--_label-font-size);
  font-weight: var(--fw-bold);
  line-height: var(--_label-line-height);
}

.form__required {
  display: inline-block;
  padding: var(--_required-padding-block) var(--_required-padding-inline);
  background-color: var(--_required-bg-color);
  border-radius: 4px;
  font-size: var(--_required-font-size);
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}

.form__input,
.form__textarea,
.form__select {
  display: grid;
  padding: 12px 16px;
  width: 100%;
  min-height: var(--_input-block-size);
  font-size: var(--_input-font-size);
  color: var(--_text-color);
}
@media screen and (min-width: 768px) {
  .form__input,
  .form__textarea,
  .form__select {
    padding-inline: 20px;
  }
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, .form__select::-moz-placeholder {
  font-weight: var(--fw-bold);
  color: var(--_sub-color);
}
.form__input::placeholder,
.form__textarea::placeholder,
.form__select::placeholder {
  font-weight: var(--fw-bold);
  color: var(--_sub-color);
}
.form__input:focus,
.form__textarea:focus,
.form__select:focus {
  outline: 2px solid var(--_base-color);
  outline-offset: -2px;
  box-shadow: 0 0 10px color-mix(in srgb, var(--_base-color) 80%, transparent);
}

.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--_text-color);
}
.form__select:has(option:checked[value=""]) {
  color: var(--_sub-color);
}
.form__select::picker(select) {
  color: var(--_text-color);
}

.form__textarea {
  min-height: var(--_textarea-block-size);
  resize: unset;
  field-sizing: content;
}

.form__consent {
  display: flex;
  gap: var(--_consent-gap);
  align-items: center;
  justify-content: center;
}

.form__checkbox {
  container-type: inline-size;
  display: inline-grid;
  place-items: center;
  grid-template: "checkbox";
  width: var(--_checkbox-size);
  height: var(--_checkbox-size);
  border: 2px solid var(--_sub-color);
  border-radius: 2px;
  background-color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__checkbox:checked::before {
  content: "";
  position: relative;
  top: -10cqi;
  grid-area: checkbox;
  rotate: 45deg;
  width: 45cqi;
  height: 80cqi;
  border-right: 3px solid var(--_base-color);
  border-bottom: 3px solid var(--_base-color);
}

.wpcf7-acceptance {
  display: flex;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  margin: 0;
}

.form__consent label {
  display: flex;
  align-items: center;
  gap: var(--_consent-gap);
  font-size: var(--_consent-font-size);
  font-weight: var(--fw-regular);
  line-height: var(--_consent-line-height);
  letter-spacing: 0.05em;
  color: var(--_sub-color);
}

.form__consent-link {
  color: var(--_base-color);
  text-decoration: underline;
  transition: filter ease-out 0.3s;
}

@media (any-hover: hover) {
  .form__consent-link:hover {
    filter: brightness(1.2);
  }
}
.form__button {
  --_arrow-size: 8px;
  --_gap: 10px;
  --_padding-left: 32px;
  --_padding-right: calc(var(--_arrow-size) + var(--_gap) + var(--_padding-left));
  position: relative;
  display: block;
  margin-top: var(--_fields-gap);
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  border: 1px solid var(--accent-blue);
  background-color: var(--bg-gray);
  color: var(--text-white);
  transition: border-width ease-out 0.3s, filter ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .form__button {
    margin-top: 3.75rem;
  }
}
.form__button[data-type=blue] {
  background-color: var(--accent-blue);
}
.form__button::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: calc(var(--_padding-left) - var(--_gap));
  translate: 0 -50%;
  width: var(--_arrow-size);
  aspect-ratio: 8/14;
  background-image: url(../images/icon_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: translate ease-out 0.3s;
}

.form__button input {
  padding-block: calc(12 * var(--em));
  padding-inline: var(--_padding-left) var(--_padding-right);
  font-size: max(14px, 1rem);
  font-weight: var(--fw-bold);
  line-height: 1.75;
}

@media (any-hover: hover) {
  .form__button:hover {
    filter: contrast(1.3);
  }
  .form__button:hover::after {
    translate: 5px -50%;
  }
}
.wpcf7-not-valid-tip {
  display: block;
  margin-block-start: 0.5rem;
  font-size: max(12px, 0.875rem);
  color: red;
}
.form__consent .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: calc(var(--_checkbox-size) + var(--_consent-gap));
  translate: 0 100%;
  margin: 0;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.header {
  position: sticky;
  z-index: var(--z-index-header);
  top: 0;
  inset-inline: 0;
  height: var(--header-height);
  background-color: var(--base-black);
  container-type: inline-size;
}

.header__inner.inner {
  --_padding-inline: var(--padding-sp);
  display: grid;
  grid-template-columns: auto 1fr auto;
  place-items: center;
  padding-inline: var(--_padding-inline);
  height: inherit;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .header__inner.inner {
    --_padding-inline: min(80 / 1440 * 100vw, 80px);
    grid-template-columns: 1fr auto 1fr;
  }
}

.header__logo {
  justify-self: start;
  width: 2.5rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: max(130px, 11.625rem);
  }
}

.header__logo-link {
  display: grid;
  place-items: center;
  transition: filter 0.3s ease;
}

.header__logo-link img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .header__logo-link img {
    aspect-ratio: 186/50;
  }
}

@media (any-hover: hover) {
  .header__logo-link:hover {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
}
.header__text {
  font-size: 10px;
  font-weight: var(--fw-regular);
  color: color-mix(in srgb, var(--text-sub) 30%, transparent);
  line-height: 2.4;
  letter-spacing: 1em;
  text-indent: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header__text {
    font-size: max(10px, 0.875rem);
    line-height: 1.7142857143;
    letter-spacing: 2em;
    text-indent: 2em;
  }
}

.header__hamburger {
  --_base-color: var(--text-white);
  --_line-height: 4px;
  --_line-gap: calc(20*var(--rem));
  --_line-radius: 999em;
  position: relative;
  z-index: var(--z-index-header);
  container-type: inline-size;
  justify-self: end;
  display: grid;
  grid-template: "stack";
  place-items: center;
  padding: initial;
  width: max(24px, 1.8125rem);
  aspect-ratio: 29/25;
  border: none;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    --_line-gap: 18px;
    width: 24px;
    aspect-ratio: 24/21;
  }
}

.header__hamburger::before,
.header__hamburger::after {
  content: "";
  grid-area: stack;
  width: 100%;
  height: var(--_line-height);
  border-radius: var(--_line-radius);
  background-color: var(--_base-color);
  transition: margin-top 0.3s ease-out;
}

.header__hamburger::before {
  margin-top: calc(var(--_line-gap) * -1);
}

.header__hamburger::after {
  margin-top: var(--_line-gap);
}

@media (any-hover: hover) {
  .header__hamburger:hover::before,
  .header__hamburger:hover::after {
    margin-top: initial;
  }
}
.header__hamburger-line {
  grid-area: stack;
  display: block;
  width: 100%;
  height: var(--_line-height);
  border-radius: var(--_line-radius);
  background-color: var(--_base-color);
}

.header__drawer {
  --_duration: 0.2s;
  position: fixed;
  z-index: var(--z-index-drawer);
  inset-block: 0;
  right: 0;
  width: min(100%, 25rem);
  translate: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--_duration) ease-out, visibility var(--_duration) ease-out, translate var(--_duration) ease-out;
}
@media screen and (min-width: 768px) {
  .header__drawer {
    width: min(600px, 41.6666666667cqi);
  }
}

.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
  translate: 0;
}

.hero__img img {
  aspect-ratio: 390/400;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hero__img img {
    aspect-ratio: 1440/768;
  }
}

.media-archive {
  background-color: var(--bg-gray);
}

.media-archive__inner.inner {
  container-type: inline-size;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .media-archive__inner.inner {
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .media-archive__filter {
    margin-inline: auto;
    width: 94.375cqi;
  }
}

.media-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .media-archive__list {
    grid-template-columns: repeat(3, minmax(0, 374px));
    gap: 3.75rem 2.5rem;
    justify-content: space-between;
  }
}

.media-archive__pagination {
  display: flex;
  justify-content: center;
}

.media-archive__empty {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-archive {
    background-image: conic-gradient(color-mix(in srgb, var(--base-black) 95%, transparent)), url("../images/bg_news.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.news-archive__inner.inner {
  container-type: inline-size;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .news-archive__inner.inner {
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .news-archive__filter {
    margin-inline: auto;
    width: 94.375cqi;
  }
}

.news-archive__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .news-archive__list {
    grid-template-columns: max-content fit-content(10rem) 1fr;
    row-gap: 1.5rem;
  }
}

.news-archive__pagination {
  display: flex;
  justify-content: center;
}

.news-archive__empty {
  text-align: center;
}

.news-item {
  --_category-color: var(--accent-blue);
  --_accent-color: var(--accent-blue);
  --_opacity: 0%;
  position: relative;
  display: grid;
  grid-template-areas: "data" "category" "title";
  place-items: start;
  align-items: center;
  gap: 0.75rem;
  padding-block: 1.25rem;
  border-block: 1px solid var(--base-gray);
  background-color: color-mix(in srgb, var(--_accent-color) var(--_opacity), transparent);
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .news-item {
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    grid-template-areas: "data category title";
    gap: 2rem;
    padding: 0.9375rem 2rem;
  }
}

.news-item__link {
  position: absolute;
  inset: 0;
}

.news-item__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -1px 0 0;
  border-block: 1px solid var(--_accent-color);
  filter: drop-shadow(0 0 5px var(--accent-blue));
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.news-item__date {
  grid-area: data;
  color: var(--text-sub);
}

.news-item__category {
  --_cat-opacity: 80%;
  grid-area: category;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  background-color: color-mix(in srgb, var(--_category-color) var(--_cat-opacity), transparent);
  border-radius: 4px;
  transition: filter 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .news-item__category {
    place-self: center;
  }
}

.news-item__title {
  grid-area: title;
  font-weight: var(--fw-regular);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-item__title {
    -webkit-line-clamp: 1;
  }
}

@media (any-hover: hover) {
  .news-item:has(.news-item__link:hover) {
    --_opacity: 10%;
  }
  .news-item__link:hover::after {
    opacity: 1;
  }
  .news-item__category:hover {
    filter: contrast(1.3);
  }
}
.page-404 {
  --_margin-default: calc(40*var(--rem));
}
@media screen and (min-width: 768px) {
  .page-404 {
    --_margin-default: calc(60*var(--rem));
  }
}

.page-404__inner.inner {
  display: grid;
  gap: var(--_margin-default);
}

.page-404__texts {
  display: grid;
  gap: 1lh;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.page-404__button {
  text-align: center;
}

.page-company__inner {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-company__inner {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .page-company__inner[data-size=sm] {
    max-width: calc(50rem + var(--padding-pc) * 2);
  }
}

.page-company__content {
  padding: 2rem 1.875rem;
  background-color: var(--surface-gray);
}
@media screen and (min-width: 768px) {
  .page-company__content {
    padding: 3.75rem 3.125rem;
  }
}

.page-company__info {
  --_term-size: minmax(calc(80*var(--rem)), max-content);
  display: grid;
  grid-template-columns: var(--_term-size) 1fr;
  gap: 2rem 10px;
  margin-inline: auto;
  width: min(100%, 510px);
}
@media screen and (min-width: 768px) {
  .page-company__info {
    --_term-size: minmax(calc(100*var(--rem)), max-content);
  }
}

.page-company__term {
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 768px) {
  .page-company__term {
    font-weight: var(--fw-regular);
  }
}

.page-company__button {
  margin-top: var(--_margin-default);
  text-align: center;
}

.page-privacy {
  --_margin-default: calc(32*var(--rem));
}
@media screen and (min-width: 768px) {
  .page-privacy {
    --_margin-default: calc(60*var(--rem));
  }
}

.page-privacy__content {
  margin-top: var(--_margin-default);
  font-feature-settings: "pwid";
}

.page-privacy__content :where(h2, h3, h4) {
  margin-top: var(--_margin-default);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .page-privacy__content :where(h2, h3, h4) {
    font-size: max(16px, 1.25rem);
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.page-privacy__content :where(ol) {
  counter-reset: ol;
}

.page-privacy__content :where(ol li) {
  --_indent: calc(26 * var(--em));
  position: relative;
  counter-increment: ol;
  padding-left: var(--_indent);
}

.page-privacy__content :where(ol li)::before {
  content: counter(ol) ".";
  position: absolute;
  display: grid;
  left: 0.25rem;
  width: var(--_indent);
  height: 1lh;
}

.page-privacy__content :where(ul) {
  --_marker-size: calc(4*var(--rem));
  --_column-gap: 1em;
}

.page-privacy__content :where(ul li) {
  position: relative;
  padding-left: var(--_column-gap);
}

.page-privacy__content :where(ul li)::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0.5em;
  translate: -50% -50%;
  width: var(--_marker-size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(currentColor 0 0), CanvasText;
}

.pagination {
  --_column-size: calc(48 * var(--rem));
  --_color: var(--text-white);
  --_current-color: var(--surface-gray);
}

.pagination[data-color=gray] {
  --_color: var(--base-black);
  --_current-color: var(--text-sub);
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.pagination__item:not(:has(.pagination__dots)) {
  width: var(--_column-size);
  aspect-ratio: 1;
  line-height: 0;
}

.pagination__item :where(a, span) {
  display: grid;
  place-items: center;
  height: 100%;
}

.pagination__link {
  display: grid;
  place-items: center;
  padding-bottom: 0.125rem;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1;
  color: var(--_color);
  transition: background-color ease-out 0.3s;
}

.pagination__link.is-current {
  background-color: var(--_current-color);
}

@media (any-hover: hover) {
  .pagination__link:hover {
    background-color: var(--_current-color);
  }
}
.pagination__arrow {
  transition: scale ease-out 0.3s;
}

.pagination__arrow[data-type=prev] {
  rotate: 180deg;
}

.pagination__arrow img {
  aspect-ratio: 8/14;
  width: 0.5rem;
  object-fit: contain;
}

@media (any-hover: hover) {
  .pagination__arrow:hover {
    scale: 1.3;
  }
}
.pickup-archive {
  background-color: var(--text-white);
}

.pickup-archive__inner.inner {
  container-type: inline-size;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .pickup-archive__inner.inner {
    gap: 3.75rem;
  }
}

.pickup-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .pickup-archive__list {
    grid-template-columns: repeat(3, minmax(0, 374px));
    gap: 3.75rem 2.5rem;
    justify-content: space-between;
  }
}

.pickup-archive__item {
  display: grid;
  grid-template-columns: subgrid;
  gap: initial;
}

.pickup-archive__pagination {
  display: flex;
  justify-content: center;
}

.pickup-archive__empty {
  text-align: center;
  color: var(--text-sub);
}

.post-single__article {
  --_margin-default: calc(32*var(--rem));
  --_margin-content: var(--_margin-default);
  --_margin-content-sm: calc(16*var(--rem));
  --_margin-content-lg: calc(40*var(--rem));
  --_caption-color: var(--text-sub);
}
@media screen and (min-width: 768px) {
  .post-single__article {
    --_margin-default: calc(60*var(--rem));
    --_margin-content: calc(32*var(--rem));
  }
}

@media screen and (min-width: 768px) {
  .post-single__inner.inner {
    max-width: calc(800px + var(--padding-pc) * 2);
  }
}

.post-single__header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "date categories" "title title";
  align-items: center;
  gap: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-single__header {
    gap: 1.25rem;
  }
}

.post-single__date {
  grid-area: date;
  font-weight: var(--fw-bold);
  color: var(--text-sub);
}

.post-single__categories {
  grid-area: categories;
}

.post-single__categories .filter-links {
  justify-content: start;
}

.post-single__categories .filter-links__link {
  --_category-color: var(--accent-blue);
  --_cat-opacity: 80%;
  background-color: color-mix(in srgb, var(--_category-color) var(--_cat-opacity), transparent);
}

.post-single__title {
  grid-area: title;
  font-size: 2.1875rem;
  font-weight: var(--fw-medium);
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .post-single__title {
    font-size: 2.25rem;
    font-weight: var(--fw-bold);
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
  }
}

.post-single__content {
  margin-top: var(--_margin-default);
}

.post-single__content > * + * {
  margin-top: var(--_margin-content);
}

.post-single__content :where(h2, h3, figure) {
  margin-top: var(--_margin-content);
}
@media screen and (min-width: 768px) {
  .post-single__content :where(h2, h3, figure) {
    margin-top: var(--_margin-content-lg);
  }
}

.post-single__content :where(h4) + * {
  margin-top: var(--_margin-content-sm);
}
@media screen and (min-width: 768px) {
  .post-single__content :where(h4) + * {
    margin-top: var(--_margin-content);
  }
}

.post-single__content ul + h4 {
  margin-top: var(--_margin-content-sm);
}
@media screen and (min-width: 768px) {
  .post-single__content ul + h4 {
    margin-top: var(--_margin-content);
  }
}

.post-single__content h2 {
  font-size: max(18px, 1.25rem);
  font-weight: var(--fw-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .post-single__content h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.post-single__content h3 {
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .post-single__content h3 {
    font-size: 1.5rem;
    font-weight: var(--fw-semibold);
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.post-single__content h4 {
  font-size: 15px;
  font-weight: var(--fw-medium);
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.post-single__content img {
  max-height: 600px;
  object-fit: contain;
}

.post-single__content figcaption {
  margin-top: 2px;
  font-size: max(10px, 0.75rem);
  line-height: 1.8333333333;
  color: var(--_caption-color);
}
@media screen and (min-width: 768px) {
  .post-single__content figcaption {
    margin-top: 5px;
    font-size: max(12px, 0.875rem);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}

.post-single__content ul {
  --_marker-size: calc(4*var(--rem));
  --_row-gap: calc(10*var(--rem));
  --_column-gap: 1em;
}
@media screen and (min-width: 768px) {
  .post-single__content ul {
    --_row-gap: calc(12*var(--rem));
  }
}

.post-single__content ul > * + * {
  margin-top: var(--_row-gap);
}

.post-single__content li {
  position: relative;
  text-indent: var(--_column-gap);
  font-size: max(12px, 0.9375rem);
  line-height: 1.7333333333;
  font-feature-settings: "pwid";
}
@media screen and (min-width: 768px) {
  .post-single__content li {
    font-size: max(14px, 1rem);
    line-height: 1.75;
  }
}

.post-single__content li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0.5em;
  translate: -50% -50%;
  width: var(--_marker-size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(currentColor 0 0), CanvasText;
}

.post-single__content blockquote {
  --_accent-color: var(--accent-blue);
  padding-inline: 1.5rem 0.875rem;
  border-left: 4px solid var(--_accent-color);
}
@media screen and (min-width: 768px) {
  .post-single__content blockquote {
    padding-inline: 2.25rem;
  }
}

.post-single__back {
  margin-top: var(--_margin-default);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-divider {
    border-top: 1px solid var(--base-gray);
  }
}

.section-title {
  --_color: var(--text-white);
  --_sub-color: var(--text-sub);
  --_border-color: #555;
  display: grid;
  place-items: center;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    gap: 0.3125rem;
  }
}

.section-title[data-color=dark-gray] {
  --_color: var(--surface-gray);
}

.section-title::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: var(--_border-color);
}

.section-title__en {
  font-size: 2.1875rem;
  font-family: var(--en-font);
  font-weight: var(--fw-medium);
  color: var(--_color);
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: max(35px, 2.75rem);
    line-height: 1.0909090909;
  }
}

.section-title__ja {
  color: var(--_sub-color);
  font-size: max(12px, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.source-quote {
  --_accent-color: var(--accent-blue);
  padding-inline: 1.5rem 0.875rem;
  padding-bottom: 1.0625rem;
  border-left: 0.25rem solid var(--_accent-color);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .source-quote {
    padding-inline: 2.25rem;
    padding-bottom: initial;
    font-size: max(16px, 1.125rem);
    line-height: 1.7777777778;
  }
}

.source-quote__info {
  display: grid;
  font-feature-settings: "pwid";
  min-height: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .source-quote__info {
    gap: 0.5rem;
    min-height: 4.875rem;
  }
}

.source-quote__head {
  font-weight: var(--fw-bold);
}

.source-quote__url {
  display: grid;
  justify-items: start;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .source-quote__url {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.source-quote__url-link {
  position: relative;
  display: block;
  padding-right: 1.5rem;
  font-weight: var(--fw-bold);
  color: var(--_accent-color);
}

.source-quote__url-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 0.9375em;
  aspect-ratio: 1;
  background-image: url(../images/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .source-quote__url-link::after {
    width: 0.8888888889em;
  }
}

.source-quote__url-text {
  font-size: max(10px, 0.75rem);
  line-height: 1.8333333333;
  color: var(--text-sub);
}
@media screen and (min-width: 768px) {
  .source-quote__url-text {
    font-size: max(12px, 0.875rem);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}

.thanks {
  --_margin-default: calc(32*var(--rem));
}
@media screen and (min-width: 768px) {
  .thanks {
    --_margin-default: calc(60*var(--rem));
  }
}

.thanks__inner.inner {
  text-align: center;
}

.thanks__lead {
  margin-top: var(--_margin-default);
  font-size: max(16px, 1.125rem);
  font-weight: var(--fw-bold);
  line-height: 1.7777777778;
  color: var(--white);
}

.thanks__texts {
  display: grid;
  gap: 1lh;
  margin-top: var(--_margin-default);
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .thanks__texts {
    margin-top: 2.5rem;
  }
}

.thanks__button {
  margin-top: var(--_margin-default);
}

.top-contact {
  background-image: radial-gradient(88.36% 89.99% at 50% 6.36%, #232E4C 0%, #121828 100%);
}
@media screen and (min-width: 768px) {
  .top-contact {
    background-image: radial-gradient(46.87% 96.3% at 50% 0%, #232E4C 0%, #121828 100%);
  }
}

.top-contact__lead {
  margin-top: 2rem;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .top-contact__lead {
    margin-top: 3.75rem;
  }
}

.top-contact__button {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__button {
    margin-top: 3.75rem;
  }
}

.top-media {
  background-color: var(--bg-gray);
}

.top-media__list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-media__list {
    grid-template-columns: repeat(3, minmax(0, 374px));
    gap: 3.75rem 2.5rem;
    justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.top-media__button {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-media__button {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news {
    background-image: conic-gradient(color-mix(in srgb, var(--base-black) 95%, transparent)), url("../images/bg_top-news.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.top-news__list {
  display: grid;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    grid-template-columns: max-content fit-content(10rem) 1fr;
    row-gap: 1.5rem;
    margin-top: 3.75rem;
  }
}

.top-news__button {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-news__button {
    margin-top: 3.75rem;
  }
}

.top-pickup {
  border: 1px solid var(--black);
  background-color: var(--text-white);
}
@media screen and (min-width: 768px) {
  .top-pickup {
    border: none;
  }
}

.top-pickup__list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-pickup__list {
    grid-template-columns: repeat(3, minmax(0, 374px));
    gap: 3.75rem 2.5rem;
    justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.top-pickup__button {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-pickup__button {
    margin-top: 3.75rem;
  }
}

.top-profile__inner.inner {
  container-type: inline-size;
}

.top-profile__container {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-profile__container {
    display: grid;
    grid-template-columns: minmax(25rem, 396fr) minmax(0, 242fr) minmax(0, 638fr);
    margin-top: 3.75rem;
  }
}
@container (width <=889px) {
  .top-profile__container {
    grid-template-columns: 1fr;
  }
}

.top-profile__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-profile__content {
    grid-column: 1/3;
    grid-row: 1/-1;
    padding-left: 4px;
  }
}
@container (width <=889px) {
  .top-profile__content {
    grid-area: initial;
    width: min(100%, max(89.9887514061cqi, 50rem));
    margin-inline: auto;
  }
}

.top-profile__heading-main {
  font-size: max(16px, 1.25rem);
  font-weight: var(--fw-bold);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .top-profile__heading-main {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.top-profile__heading-sub {
  font-size: max(14px, 1rem);
  font-family: var(--en-font);
  font-weight: var(--fw-medium);
  line-height: 1.625;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .top-profile__heading-sub {
    margin-top: -0.3125rem;
    font-size: 1.5rem;
    font-weight: var(--fw-semibold);
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.top-profile__texts {
  display: grid;
  gap: 1lh;
  margin-top: 2rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .top-profile__texts {
    margin-top: 2.5rem;
  }
}

.top-profile__img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-profile__img {
    grid-column: 2/-1;
    grid-row: 1/-1;
    margin-top: initial;
  }
}
@container (width <=889px) {
  .top-profile__img {
    grid-area: initial;
    margin-top: 32px;
    margin-inline: auto;
    width: min(100%, max(89.9887514061cqi, 50rem));
  }
}

.top-profile__img img {
  aspect-ratio: 350/101;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-profile__img img {
    aspect-ratio: 880/587;
  }
}
@container (width <=889px) {
  .top-profile__img img {
    aspect-ratio: 350/101;
  }
}

.top-profile__gallery {
  display: flex;
  overflow-x: clip;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-profile__gallery {
    margin-top: 3.75rem;
  }
}

.top-profile__gallery-list {
  --_duration: 30s;
  display: flex;
  animation: loop var(--_duration) linear infinite;
}
@media screen and (min-width: 768px) {
  .top-profile__gallery-list {
    --_duration: 60s;
  }
}

.top-profile__gallery-item {
  --_padding-inline: 8px;
  position: relative;
  flex-shrink: 0;
  padding-inline: var(--_padding-inline);
  width: calc(min(37.6923076923cqi, 240px) + var(--_padding-inline) * 2);
}
@media screen and (min-width: 768px) {
  .top-profile__gallery-item {
    --_padding-inline: 10px;
    width: calc(20rem + var(--_padding-inline) * 2);
  }
}

.top-profile__gallery-item img {
  aspect-ratio: 147/110;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-profile__gallery-item img {
    aspect-ratio: 320/240;
  }
}

.top-profile__gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.inline-block {
  display: inline-block;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.safari {
  --size: 400px;
}

.safari__dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}

.safari::before,
.safari::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: var(--size);
  background-color: var(--gray5);
}

.safari::before {
  top: calc(var(--size) * -1);
}

.safari::after {
  bottom: calc(var(--size) * -1);
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.text-default {
  font-size: max(12px, 0.9375rem);
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .text-default {
    font-size: max(14px, 1rem);
    line-height: 1.75;
  }
}

.caption {
  font-size: max(10px, 0.75rem);
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .caption {
    font-size: max(12px, 0.875rem);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}

.lead {
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: max(16px, 1.125rem);
    line-height: 1.7777777778;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  inset: 0;
  white-space: nowrap;
}