@charset "UTF-8";
/* global */
:root {
  --spacing-1: 8px;
  --spacing-2: 14px;
  --spacing-3: 22px;
  --spacing-4: 32px;
  --spacing-5: 40px;
  --spacing-6: 52px;
  --spacing-7: 72px;
  --spacing-8: 120px;
  --spacing-9: 182px;
  --size-content: initial;
  --size-content-wide: initial;
  --size-content-narrow: initial;
  --line-height-130: 1.3;
  --line-height-140: 1.4;
  --line-height-150: 1.5;
  --line-height-160: 1.6;
}
@media (min-width: 768px) {
  :root {
    --spacing-5: 44px;
    --spacing-6: 60px;
    --spacing-7: 88px;
    --spacing-8: 144px;
    --spacing-9: 224px;
    --size-content: 1300px;
    --size-content-wide: 1720px;
    --size-content-top: 1920px;
    --size-content-narrow: 1079px;
  }
}

/* alias */
:root {
  --size-protect: var(--spacing-3);
  --size-gutter: var(--spacing-3);
  --font-size-heading-a: var(--font-size-29);
  --font-size-heading-b: var(--font-size-26);
  --font-size-heading-c: var(--font-size-22);
  --font-size-heading-d: var(--font-size-20);
  --font-size-heading-e: var(--font-size-18);
  --font-size-heading-sub-title: var(--font-size-17);
}
@media (min-width: 768px) {
  :root {
    --size-protect: var(--spacing-4);
    --size-gutter: var(--spacing-4);
    --font-size-heading-a: var(--font-size-50);
    --font-size-heading-b: var(--font-size-42);
    --font-size-heading-c: var(--font-size-34);
    --font-size-heading-d: var(--font-size-28);
    --font-size-heading-e: var(--font-size-22);
    --font-size-heading-sub-title: var(--font-size-20);
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  font-size: 10px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  line-height: 1;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* MS Form */
input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

/* ===== Base Styles ===== */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  min-height: 100dvh;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
html.-lock-scroll body {
  overflow: hidden;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", Arial, sans-serif;
  line-height: 1.5;
  color: var(--color-black);
  font-size: var(--font-size-16);
  background-color: #fff;
  overflow-y: scroll;
  overflow-wrap: anywhere; /* 文章折り返し対応（収まらない場合折り返す） */
  word-break: normal; /* 文章折り返し対応（単語の分割はデフォルトに合わせる） */
  line-break: strict; /* 文章折り返し対応（禁則処理の厳格適用） */
}
body.-global-navi-open {
  /*position: fixed;*/
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1140px) {
  body.-global-navi-open {
    overflow: hidden;
  }
  body.-global-navi-open .head-navi {
    position: fixed;
    height: 100vh;
  }
}
body.-search-open {
  overflow: hidden;
}
body::after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0.2s, visibility 0.2s ease 0.1s;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-main {
  padding-top: var(--height-header-sp);
}
@media (min-width: 1140px) {
  .c-main {
    padding-top: var(--height-header);
  }
}
@media (min-width: 1140px) {
  .head-navi.-scroll-stop ~ .c-main {
    padding-top: 0;
  }
}

/* ===== Basic Link Color ===== */
a {
  color: var(--color-text);
  text-decoration: none;
}
a:focus-visible {
  outline: -webkit-focus-ring-color inset 2px;
  outline-offset: -2px;
}
@media screen and (any-hover: hover) {
  a:-moz-any-link:hover {
    color: currentColor;
  }
  a:any-link:hover, a:focus-visible {
    color: currentColor;
  }
}

a,
img,
input,
svg,
*::before,
*::after {
  backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --width-max: 1720px;
  --width-max-content: 1300px;
  --padding-primary: 32px;
  --padding-primary-sp: 22px;
  --height-header: 112px;
  --height-header-tb: 92px;
  --height-header-sp: 55px;
  --color-black: #222;
  --color-fastus-gray: #9ba9ab;
  --color-fastus-gray-dark: #697678;
  --color-fastus-gray-light: #d7dddd;
  --color-fastus-gray-pale: #f5f6f7;
  --color-fastus-red: #e8002f;
  --color-fastus-red-pale: #fde6ea;
  --color-fastus-red-light: #f699ac;
  --color-red-alert: #cc0030;
  --color-gray-deep: #555;
  --color-gray-dark: #767676;
  --color-gray-light: #d3d3d3;
  --color-gray-pale: #f4f4f4;
  --color-white: #fff;
  --color-border: #4f4f4f;
  --font-size-64: 6.4rem;
  --font-size-62: 6.2rem;
  --font-size-50: 5.0rem;
  --font-size-42: 4.2rem;
  --font-size-34: 3.4rem;
  --font-size-29: 2.9rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-21: 2.1rem;
  --font-size-20: 2rem;
  --font-size-19: 1.9rem;
  --font-size-18: 1.8rem;
  --font-size-17: 1.7rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-13: 1.3rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  --font-size-h1-home: 6.2rem;
  --font-size-h1-home-sp: 3.2rem;
  --font-size-h1: 5rem;
  --font-size-h1-sp: 2.9rem;
  --font-size-h2: 4.2rem;
  --font-size-h2-sp: 2.6rem;
  --font-size-h3: 3.4rem;
  --font-size-h3-sp: 2.2rem;
  --font-size-h4: 2.8rem;
  --font-size-h4-sp: 2rem;
  --font-size-h5: 2.2rem;
  --font-size-h5-sp: 1.8rem;
  --font-size-title-article: 1.8rem;
  --font-size-title-article-sp: 1.7rem;
  --font-size-title-sub: 2rem;
  --font-size-title-sub-sp: 1.7rem;
  --font-size-lead: 1.8rem;
  --font-size-lead-sp: 1.7rem;
  --font-size-button: 1.6rem;
  --font-size-button-small: 1.4rem;
  --font-size-text: 1.6rem;
  --font-size-text-small: 1.4rem;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-grid {
  display: grid !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

.u-d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-grid {
    display: grid !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .u-d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-grid {
    display: grid !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  .u-d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-grid {
    display: grid !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .u-d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-grid {
    display: grid !important;
  }
  .u-d-xl-table {
    display: table !important;
  }
  .u-d-xl-table-row {
    display: table-row !important;
  }
  .u-d-xl-table-cell {
    display: table-cell !important;
  }
  .u-d-xl-flex {
    display: flex !important;
  }
  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .u-d-xl-none {
    display: none !important;
  }
}
@media print {
  .u-d-print-inline {
    display: inline !important;
  }
  .u-d-print-inline-block {
    display: inline-block !important;
  }
  .u-d-print-block {
    display: block !important;
  }
  .u-d-print-grid {
    display: grid !important;
  }
  .u-d-print-table {
    display: table !important;
  }
  .u-d-print-table-row {
    display: table-row !important;
  }
  .u-d-print-table-cell {
    display: table-cell !important;
  }
  .u-d-print-flex {
    display: flex !important;
  }
  .u-d-print-inline-flex {
    display: inline-flex !important;
  }
  .u-d-print-none {
    display: none !important;
  }
}
.u-mt-spacing-0 {
  margin-top: 0 !important;
}

.u-mt-spacing-1 {
  margin-top: var(--spacing-1) !important;
}

.u-mt-spacing-2 {
  margin-top: var(--spacing-2) !important;
}

.u-mt-spacing-3 {
  margin-top: var(--spacing-3) !important;
}

.u-mt-spacing-4 {
  margin-top: var(--spacing-4) !important;
}

.u-mt-spacing-5 {
  margin-top: var(--spacing-5) !important;
}

.u-mt-spacing-6 {
  margin-top: var(--spacing-6) !important;
}

.u-mt-spacing-7 {
  margin-top: var(--spacing-7) !important;
}

.u-mt-spacing-8 {
  margin-top: var(--spacing-8) !important;
}

.u-mb-spacing-0 {
  margin-bottom: 0 !important;
}

.u-mb-spacing-1 {
  margin-bottom: var(--spacing-1) !important;
}

.u-mb-spacing-2 {
  margin-bottom: var(--spacing-2) !important;
}

.u-mb-spacing-3 {
  margin-bottom: var(--spacing-3) !important;
}

.u-mb-spacing-4 {
  margin-bottom: var(--spacing-4) !important;
}

.u-mb-spacing-5 {
  margin-bottom: var(--spacing-5) !important;
}

.u-mb-spacing-6 {
  margin-bottom: var(--spacing-6) !important;
}

.u-mb-spacing-7 {
  margin-bottom: var(--spacing-7) !important;
}

.u-mb-spacing-8 {
  margin-bottom: var(--spacing-8) !important;
}

.u-pt-spacing-1 {
  margin-top: var(--spacing-1) !important;
}

.u-pt-spacing-2 {
  margin-top: var(--spacing-2) !important;
}

.u-pt-spacing-3 {
  margin-top: var(--spacing-3) !important;
}

.u-pt-spacing-4 {
  margin-top: var(--spacing-4) !important;
}

.u-pt-spacing-5 {
  margin-top: var(--spacing-5) !important;
}

.u-pt-spacing-6 {
  margin-top: var(--spacing-6) !important;
}

.u-pt-spacing-7 {
  margin-top: var(--spacing-7) !important;
}

.u-pt-spacing-8 {
  margin-top: var(--spacing-8) !important;
}

.u-pb-spacing-1 {
  margin-bottom: var(--spacing-1) !important;
}

.u-pb-spacing-2 {
  margin-bottom: var(--spacing-2) !important;
}

.u-pb-spacing-3 {
  margin-bottom: var(--spacing-3) !important;
}

.u-pb-spacing-4 {
  margin-bottom: var(--spacing-4) !important;
}

.u-pb-spacing-5 {
  margin-bottom: var(--spacing-5) !important;
}

.u-pb-spacing-6 {
  margin-bottom: var(--spacing-6) !important;
}

.u-pb-spacing-7 {
  margin-bottom: var(--spacing-7) !important;
}

.u-pb-spacing-8 {
  margin-bottom: var(--spacing-8) !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-visually-hidden, .visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.head-navi {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
  transition: transform 0.3s ease 0.1s;
  background-color: var(--color-white);
}
.head-navi.-hidden {
  transform: translateY(-100%);
}
@media (min-width: 1140px) {
  .head-navi.-scroll-stop {
    position: relative;
  }
}
@media (min-width: 1140px) {
  .head-navi.-scroll-stop.-global-navi-open {
    position: fixed;
  }
}
.head-navi:not(.-hidden) {
  transform: translateY(0);
}
.head-navi::after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
body.-global-navi-open .head-navi::after, body.-search-open .head-navi::after {
  visibility: visible;
  opacity: 1;
  height: 100dvh;
}
.head-navi li {
  list-style: none;
}

.header {
  grid-area: header-top;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  position: relative;
  margin: 0 auto;
  height: var(--height-header-sp);
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .header.-simple {
    max-width: calc(var(--width-max) + var(--padding-primary) * 2);
    height: var(--height-header);
    padding: 0 var(--padding-primary);
  }
}
@media (min-width: 1140px) {
  .header:not(.-simple) {
    display: grid;
    width: 100%;
    max-width: calc(var(--width-max) + var(--padding-primary) * 2);
    height: var(--height-header);
    padding: 0 var(--padding-primary);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header-logo header-utility" "header-logo header-gnavi";
    gap: 0 var(--padding-primary);
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  flex-shrink: 0;
  width: 67px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .header.-simple .header__logo {
    width: 145px;
    margin-left: 0;
  }
}
@media (min-width: 1140px) {
  .header:not(.-simple) .header__logo {
    grid-area: header-logo;
    width: 145px;
    margin-left: 0;
  }
}
.header__logo img {
  width: 67px;
  height: 28px;
  max-width: 100%;
}
@media (min-width: 1140px) {
  .header__logo img {
    width: 145px;
    height: 60px;
  }
}

@media (min-width: 1140px) {
  .global-navi {
    grid-area: header-gnavi;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: static;
    height: 100%;
  }
}

.global-navi__inner {
  width: 100%;
  height: 100%;
}

.global-navi__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.global-navi__content {
  height: 100%;
}
@media (max-width: 1140px) {
  .global-navi__content {
    display: none;
    position: fixed;
    top: var(--height-header-sp);
    left: 0;
    width: 100%;
    height: 100dvh;
    padding-bottom: var(--height-header-sp);
    z-index: 1000;
  }
}
.global-navi__content.-expanded {
  display: block;
  overflow-y: scroll;
  overscroll-behavior-y: none;
}

.global-navi__menuBar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: var(--color-fastus-gray-pale);
  border-bottom: 1px solid var(--color-fastus-gray-light);
}
@media (min-width: 1140px) {
  .global-navi__menuBar {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0 32px;
    height: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: var(--color-white);
  }
}

.global-navi__menuBar__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-style: normal;
  line-height: 1.2;
  border-top: 1px solid var(--color-fastus-gray-light);
}
@media (min-width: 1140px) {
  .global-navi__menuBar__item {
    flex-direction: row;
    width: auto;
    border-top: none;
  }
}

.global-navi__menuBar__category {
  display: flex;
  position: relative;
  width: 100%;
  padding: 14px 44px 14px 22px;
  background-color: var(--color-white);
  position: relative;
}
.global-navi__menuBar__category::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
}
.global-navi__menuBar__category::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  transition: 0.5s;
}
.global-navi__menuBar__category[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .global-navi__menuBar__category::before, .global-navi__menuBar__category::after {
    right: 8px;
  }
}
@media (min-width: 1140px) {
  .global-navi__menuBar__category {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 12px;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .global-navi__menuBar__category::before {
    display: none;
  }
  .global-navi__menuBar__category::after {
    position: initial;
    transform: translateY(0);
    width: 1.2rem;
    height: 0.7rem;
    background: url(/global/assets/images/icon_arrow_down.svg) no-repeat center/contain;
  }
  .global-navi__menuBar__category span {
    position: relative;
    display: flex;
    min-height: 64px;
    height: 100%;
    align-items: center;
  }
  .global-navi__menuBar__category span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background-image: linear-gradient(#000, #000);
    background-size: 100% 4px;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .global-navi__menuBar__category[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .global-navi__menuBar__category[aria-expanded=true] span::after {
    background-size: 100% 4px;
  }
  .global-navi__menuBar__category:not(.-current, [aria-expanded=true]) span::after {
    background-image: linear-gradient(#000, #000);
    background-size: 0 4px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background 0.3s ease-out;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__menuBar__category:hover span::after {
    background-size: 100% 4px;
  }
}

.global-navi__submenu {
  display: none;
}
@media (min-width: 1140px) {
  .global-navi__submenu {
    cursor: default;
    z-index: -1;
  }
}
.global-navi__menuBar__item.-expanded .global-navi__submenu {
  display: block;
}
@media (min-width: 1140px) {
  .global-navi__submenu.has--large-content {
    height: calc(90dvh - var(--height-header));
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
}
.global-navi__submenu.has--large-content .global-navi__submenu__top {
  padding: 14px 44px 14px 22px;
}
@media (min-width: 1140px) {
  .global-navi__submenu.has--large-content .global-navi__submenu__top {
    padding: 0 20px 14px 16px;
  }
}
@media (min-width: 1140px) {
  .global-navi__submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 var(--padding-primary);
    position: fixed;
    top: var(--height-header-sp);
    left: 0;
    width: 100%;
    background: var(--color-fastus-gray-pale);
    transform: translateY(-20px);
    transition: opacity 0.5s, transform 0.5s;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  .global-navi__submenu {
    top: var(--height-header);
  }
}
@media (min-width: 1140px) {
  .global-navi__submenu.-megamenu-animating {
    will-change: max-height, opacity;
  }
  .global-navi__submenu.-megamenu-fade-in {
    opacity: 1;
    visibility: visible;
    width: 100%;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 1000;
  }
  .global-navi__submenu.-megamenu-fade-out {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
    visibility: visible !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1140px) {
  .global-navi__submenu__inner {
    position: relative;
    max-width: var(--width-max);
    padding: var(--padding-primary) 0;
    width: 100%;
    height: calc(100% + var(--height-header));
    margin: 0 auto;
  }
}

.global-navi__submenu__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-4);
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .global-navi__submenu__content {
    grid-template-columns: 1fr;
    padding: 0 var(--padding-primary) 0 0;
    cursor: pointer;
  }
  .global-navi__submenu__content:has(.global-navi__submenu__related) {
    grid-template-columns: 3fr 1fr;
  }
  .global-navi__submenu__content:has(.global-navi__submenu__related) .global-navi__submenu__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__submenu__content:hover {
    cursor: initial;
  }
}

.global-navi__submenu__top {
  position: relative;
  display: block;
  padding: 14px 44px 14px 44px;
  font-size: var(--font-size-16);
  font-weight: bold;
  position: relative;
}
.global-navi__submenu__top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .global-navi__submenu__top::after {
    right: 8px;
  }
}
.global-navi__submenu__top::after {
  transform: translate(0, -38%);
}
@media (min-width: 1140px) {
  .global-navi__submenu__top::after {
    display: none;
  }
}
.global-navi__submenu__top span {
  position: relative;
}
.global-navi__submenu__top span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .global-navi__submenu__top span::after {
    right: 8px;
  }
}
@media (any-hover: hover) {
  .global-navi__submenu__top span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .global-navi__submenu__top span:hover {
    background-size: 100% 1px;
  }
}
.global-navi__submenu__top span::after {
  right: -16px;
}
@media (max-width: 1140px) {
  .global-navi__submenu__top span::after {
    display: none;
  }
}
@media (min-width: 1140px) {
  .global-navi__submenu__top {
    display: inline-flex;
    padding: 0 20px 14px 16px;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__submenu__top:hover span {
    font-weight: bold;
    background-size: 100% 1px;
  }
}

.global-navi__1stlayer,
.global-navi__submenu__list {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: var(--font-size-16);
}
@media (min-width: 1140px) {
  .global-navi__1stlayer,
  .global-navi__submenu__list {
    padding-top: 14px;
    font-size: var(--font-size-15);
  }
  .global-navi__1stlayer::before,
  .global-navi__submenu__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 50px;
    height: 1px;
    background-color: var(--color-gray-dark);
  }
  .global-navi__1stlayer::after,
  .global-navi__submenu__list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 66px;
    width: calc(100% - 16px - 50px);
    height: 1px;
    background-color: var(--color-fastus-gray-light);
  }
}

.global-navi__1stlayer__link a,
.global-navi__submenu__list a {
  display: flex;
  gap: 0 14px;
  border-top: 1px solid var(--color-white);
  position: relative;
  padding: 14px 44px 14px 22px;
}
@media (min-width: 1140px) {
  .global-navi__1stlayer__link a,
  .global-navi__submenu__list a {
    display: inline-block;
    padding: 8px 24px 8px 16px;
    border-top: none;
  }
}
@media (min-width: 1140px) {
  .global-navi__1stlayer__link > a,
  .global-navi__submenu__list > a {
    width: 33.3333333333%;
  }
}

.global-navi__1stlayer__link > a,
.global-navi__2ndlayer__link > a,
.global-navi__3rdlayer__link > a,
.global-navi__submenu__list__link > a,
.global-navi__submenu__related__link > a {
  position: relative;
}
.global-navi__1stlayer__link > a::after,
.global-navi__2ndlayer__link > a::after,
.global-navi__3rdlayer__link > a::after,
.global-navi__submenu__list__link > a::after,
.global-navi__submenu__related__link > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .global-navi__1stlayer__link > a::after,
  .global-navi__2ndlayer__link > a::after,
  .global-navi__3rdlayer__link > a::after,
  .global-navi__submenu__list__link > a::after,
  .global-navi__submenu__related__link > a::after {
    right: 8px;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__1stlayer__link > a:hover,
  .global-navi__2ndlayer__link > a:hover,
  .global-navi__3rdlayer__link > a:hover,
  .global-navi__submenu__list__link > a:hover,
  .global-navi__submenu__related__link > a:hover {
    cursor: pointer;
  }
}

@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__1stlayer__link > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    transition: width 0.4s ease 0.1s;
  }
}
@media (min-width: 1140px) and (any-hover: hover) and (any-hover: hover) {
  .global-navi__1stlayer__link > a > span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .global-navi__1stlayer__link > a > span:hover {
    background-size: 100% 1px;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__1stlayer__link > a.-megamenu-layer-hover::before {
    width: 100%;
  }
  .global-navi__1stlayer__link > a.-megamenu-layer-hover > span {
    font-weight: bold;
    background-size: 100% 1px;
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__2ndlayer .global-navi__2ndlayer__link > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    transition: width 0.4s ease 0.1s;
  }
}
@media (min-width: 1140px) and (any-hover: hover) and (any-hover: hover) {
  .global-navi__2ndlayer .global-navi__2ndlayer__link > a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .global-navi__2ndlayer .global-navi__2ndlayer__link > a span:hover {
    background-size: 100% 1px;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__2ndlayer .global-navi__2ndlayer__link.-megamenu-layer-hover > a::before {
    width: 100%;
  }
  .global-navi__2ndlayer .global-navi__2ndlayer__link.-megamenu-layer-hover > a span {
    font-weight: bold;
    background-size: 100% 1px;
    letter-spacing: -0.4px;
  }
}

.global-navi__2ndlayer__link > a,
.global-navi__3rdlayer__link > a,
.global-navi__card > a,
.global-navi__submenu__list__link > a {
  position: relative;
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__2ndlayer__link > a,
  .global-navi__3rdlayer__link > a,
  .global-navi__card > a,
  .global-navi__submenu__list__link > a {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(50% + 4px), 8px 50%, 0 calc(50% - 4px));
  }
}

@media (max-width: 1140px) {
  .global-navi__1stlayer__link .global-navi__1stlayer__button {
    position: relative;
  }
  .global-navi__1stlayer__link .global-navi__1stlayer__button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 22px;
    width: 14px;
    height: 14px;
    background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  }
  .global-navi__1stlayer__link .global-navi__1stlayer__button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 22px;
    width: 14px;
    height: 14px;
    background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
    transition: 0.5s;
  }
  .global-navi__1stlayer__link .global-navi__1stlayer__button[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(0);
  }
}
@media (max-width: 1140px) and (min-width: 1140px) {
  .global-navi__1stlayer__link .global-navi__1stlayer__button::before, .global-navi__1stlayer__link .global-navi__1stlayer__button::after {
    right: 8px;
  }
}
@media (min-width: 1140px) {
  .global-navi__1stlayer__button {
    z-index: 10;
    background: var(--color-fastus-gray-pale);
  }
}

.global-navi__2ndlayer {
  width: 100%;
}
@media (max-width: 1140px) {
  .global-navi__2ndlayer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .global-navi__1stlayer__link.-expanded .global-navi__2ndlayer {
    display: block;
  }
}
@media (min-width: 1140px) {
  .global-navi__2ndlayer {
    display: block;
    position: absolute;
    top: 14px;
    width: 100%;
    opacity: 0;
    margin-left: 4px;
    padding-left: 0;
    left: 33.3333333333%;
    z-index: 9;
    transition: transform 0.4s, z-index 0.5s;
  }
  .global-navi__2ndlayer.-expanded {
    opacity: 1;
    transform: translateX(0);
    height: 100%;
    z-index: 3;
  }
  .global-navi__2ndlayer:has(.global-navi__3rdlayer) {
    width: 33.3333333333%;
  }
}

.global-navi__2ndlayer__top,
.global-navi__3rdlayer__top {
  position: relative;
  font-weight: bold;
}
.global-navi__2ndlayer__top::after,
.global-navi__3rdlayer__top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .global-navi__2ndlayer__top::after,
  .global-navi__3rdlayer__top::after {
    right: 8px;
  }
}
@media (min-width: 1140px) {
  .global-navi__2ndlayer__top,
  .global-navi__3rdlayer__top {
    display: none;
  }
}

.global-navi__2ndlayer__top a,
.global-navi__2ndlayer__link a {
  padding: 14px 44px 14px 44px;
}
@media (min-width: 1140px) {
  .global-navi__2ndlayer__top a,
  .global-navi__2ndlayer__link a {
    width: 100%;
    padding: 8px 40px 8px 22px;
    background: var(--color-fastus-gray-pale);
  }
}

@media (max-width: 1140px) {
  .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a {
    position: relative;
  }
  .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 22px;
    width: 14px;
    height: 14px;
    background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  }
  .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 22px;
    width: 14px;
    height: 14px;
    background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
    transition: 0.5s;
  }
  .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(0);
  }
}
@media (max-width: 1140px) and (min-width: 1140px) {
  .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a::before, .global-navi__2ndlayer__link:has(.global-navi__3rdlayer) > a::after {
    right: 8px;
  }
}

@media (min-width: 1140px) {
  .global-navi__3rdlayer {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    margin-left: 4px;
    padding: 0 0 var(--padding-primary) 0;
  }
}
@media (max-width: 1140px) {
  .global-navi__3rdlayer .global-navi__3rdlayer__link a {
    padding: 14px 44px 14px 66px;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__3rdlayer .global-navi__3rdlayer__link a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    transition: width 0.4s ease 0.1s;
  }
}
@media (min-width: 1140px) and (any-hover: hover) and (any-hover: hover) {
  .global-navi__3rdlayer .global-navi__3rdlayer__link a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .global-navi__3rdlayer .global-navi__3rdlayer__link a span:hover {
    background-size: 100% 1px;
  }
}
@media (min-width: 1140px) {
  .global-navi__3rdlayer .global-navi__3rdlayer__link:last-child {
    padding-bottom: var(--spacing-3);
  }
}
.global-navi__3rdlayer .global-navi__3rdlayer__link.-megamenu-layer-hover a::before {
  width: 100%;
}
.global-navi__3rdlayer .global-navi__3rdlayer__link.-megamenu-layer-hover a span {
  font-weight: bold;
  background-size: 100% 1px;
  letter-spacing: -0.4px;
}

@media (max-width: 1140px) {
  .global-navi__3rdlayer__top > a {
    padding: 14px 44px 14px 66px;
  }
}

@media (min-width: 1140px) {
  .global-navi__card__wrap .global-navi__card:last-child {
    padding-bottom: var(--spacing-3);
  }
}
@media (min-width: 1140px) {
  .global-navi__3rdlayer__accordion .global-navi__card__wrap .global-navi__card:last-child {
    padding-bottom: 0;
  }
}

.global-navi__card a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 4px 14px;
  padding: 14px 44px 14px 66px;
  position: relative;
}
.global-navi__card a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .global-navi__card a::after {
    right: 8px;
  }
}
.global-navi__card a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  transition: width 0.4s ease 0.1s;
}
@media (min-width: 1140px) {
  .global-navi__card a {
    padding: 8px 20px 8px 16px;
  }
}
@media (any-hover: hover) {
  .global-navi__card a .global-navi__card__name {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .global-navi__card a .global-navi__card__name:hover {
    background-size: 100% 1px;
  }
}
.global-navi__card.-megamenu-layer-hover > a::before {
  width: 100%;
}
.global-navi__card.-megamenu-layer-hover .global-navi__card__name {
  font-weight: bold;
  letter-spacing: -0.4px;
  background-size: 100% 1px;
}

.global-navi__card__body {
  display: inline-block;
  order: 2;
}

.global-navi__card__label {
  display: flex;
  color: var(--color-gray-dark);
  font-size: var(--font-size-14);
  margin-bottom: 4px;
}

.global-navi__card__name {
  display: inline;
  color: var(--color-black);
  font-size: var(--font-size-15);
}

.global-navi__card__image {
  order: 1;
  flex-shrink: 0;
  align-self: flex-start;
  border: 1px solid var(--color-gray-light);
  overflow: hidden;
  aspect-ratio: 16/9;
}
.global-navi__card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: var(--color-gray-pale);
  transition: transform 0.3s ease;
}

.global-navi__3rdlayer__accordion__item:has(.global-navi__card.-megamenu-layer-hover) > .global-navi__3rdlayer__accordion__button span {
  font-weight: bold;
  background-size: 100% 1px;
  letter-spacing: -0.4px;
}
.global-navi__3rdlayer__accordion__item:has(.global-navi__card.-megamenu-layer-hover) > .global-navi__3rdlayer__accordion__button span::before {
  width: 100%;
}
.global-navi__3rdlayer__accordion__item.-megamenu-layer-hover > .global-navi__3rdlayer__accordion__button span {
  font-weight: bold;
  background-size: 100% 1px;
  letter-spacing: -0.4px;
}
.global-navi__3rdlayer__accordion__item.-megamenu-layer-hover > .global-navi__3rdlayer__accordion__button span::before {
  width: 100%;
}
@media (min-width: 1140px) {
  .global-navi__3rdlayer__accordion__item:last-child {
    padding-bottom: var(--spacing-3);
  }
}

.global-navi__3rdlayer__accordion__button {
  display: flex;
  width: 100%;
  padding: 14px 44px 14px 66px;
  text-align: left;
  border-top: 1px solid var(--color-white);
  position: relative;
}
.global-navi__3rdlayer__accordion__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
}
.global-navi__3rdlayer__accordion__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  transition: 0.5s;
}
.global-navi__3rdlayer__accordion__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .global-navi__3rdlayer__accordion__button::before, .global-navi__3rdlayer__accordion__button::after {
    right: 8px;
  }
}
@media (min-width: 1140px) {
  .global-navi__3rdlayer__accordion__button {
    padding: 8px 30px 8px 16px;
    text-align: left;
    border-top: none;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__3rdlayer__accordion__button {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.global-navi__3rdlayer__accordion__button span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  transition: width 0.4s ease 0.1s;
}

@media (min-width: 1140px) {
  .global-navi__2ndlayer,
  .global-navi__3rdlayer {
    display: none;
    opacity: 0;
    transform: translateX(-10px);
    transition: transform 0.5s ease 0.3s, opacity 0.5s, display 0.5s allow-discrete;
  }
  .global-navi__2ndlayer.-megamenu-layer-visible,
  .global-navi__3rdlayer.-megamenu-layer-visible {
    display: block;
    opacity: 1;
    transform: translateX(0);
    height: 100%;
    /* トランジション前 */
  }
  @starting-style {
    .global-navi__2ndlayer.-megamenu-layer-visible,
    .global-navi__3rdlayer.-megamenu-layer-visible {
      opacity: 0;
    }
  }
}

@media (min-width: 1140px) {
  .global-navi__submenu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    gap: 0 var(--padding-primary);
  }
}
.global-navi__submenu__list .global-navi__submenu__list__link > a {
  padding: 14px 44px 14px 44px;
  line-height: 1.3;
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__submenu__list .global-navi__submenu__list__link > a {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .global-navi__submenu__list .global-navi__submenu__list__link > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    transition: width 0.4s ease 0.1s;
  }
  .global-navi__submenu__list .global-navi__submenu__list__link > a:hover::before {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .global-navi__submenu__list .global-navi__submenu__list__link > a {
    padding: 8px 20px 8px 16px;
  }
}

@media (max-width: 1140px) {
  .global-navi__submenu__related {
    padding: 0 22px;
    background-color: var(--color-gray-light);
  }
}
@media (min-width: 1140px) {
  .global-navi__submenu__related {
    grid-column: 2/3;
  }
}

.global-navi__submenu__related__head {
  position: relative;
  display: block;
  padding: 14px 0;
  font-size: var(--font-size-16);
  font-weight: bold;
}
@media (min-width: 1140px) {
  .global-navi__submenu__related__head {
    padding: 0 20px 14px 0;
  }
}

.global-navi__submenu__related__body {
  position: relative;
  width: 100%;
  padding-top: 0;
  line-height: 1.3;
  font-size: var(--font-size-16);
}
@media (min-width: 1140px) {
  .global-navi__submenu__related__body {
    padding-top: 14px;
    font-size: var(--font-size-15);
    border-top: 1px solid var(--color-gray-dark);
  }
}
.global-navi__submenu__related__body a {
  display: flex;
  position: relative;
  padding: 14px 0;
}
@media (min-width: 1140px) {
  .global-navi__submenu__related__body a {
    display: inline-block;
    width: 100%;
    padding: 8px 24px 8px 16px;
  }
}

.global-navi__submenu__related__link {
  font-weight: normal;
  border-top: 1px solid var(--color-fastus-gray);
}
@media (min-width: 1140px) {
  .global-navi__submenu__related__link {
    margin-left: -16px;
    border-top: none;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .global-navi__submenu__related__link a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    transition: width 0.4s ease 0.1s;
  }
  .global-navi__submenu__related__link a:hover::before {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .global-navi__submenu__related__link a {
    padding: 14px 16px 14px 0;
  }
  .global-navi__submenu__related__link a::after {
    right: 0;
  }
}

@media (any-hover: hover) {
  .global-navi__close {
    transition: opacity 0.4s ease;
  }
  .global-navi__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
@media (max-width: 1140px) {
  .global-navi__close {
    display: none;
  }
}
@media (min-width: 1140px) {
  .global-navi__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/global/assets/images/icon_close.svg) no-repeat 50% 50%/18px 18px;
  }
  .global-navi__close span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.header__utility {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding-right: 72px;
}
@media (min-width: 1140px) {
  .header__utility {
    grid-area: header-utility;
    height: 48px;
    padding-right: 0;
  }
}
@media (min-width: 1140px){
  .header:not(.-simple) .header__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .global-navi {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .header__utility {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.header__utility li {
  position: relative;
}
.header__utility li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-image: url("/global/assets/images/icon_sp_navi_borer.svg");
}

.header__globalSite a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 44px;
  height: 22px;
}
@media (any-hover: hover) {
  .header__globalSite a {
    transition: opacity 0.4s ease;
  }
  .header__globalSite a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.header__globalSite a img {
  width: 16px;
  height: 16px;
}

.header__search {
  position: relative;
  display: flex;
  width: 44px;
  height: 22px;
}

.header__search__toggle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
  background: url(/global/assets/images/icon_sp_navi_search.svg) no-repeat 0 50%/17px 16px;
  border: none;
  transition: background 0.4s ease;
}
.header__search__toggle[aria-expanded=true] {
  background: url(/global/assets/images/icon_close.svg) no-repeat 0 50%/16px 16px;
}
@media (any-hover: hover) {
  .header__search__toggle {
    transition: opacity 0.4s ease;
  }
  .header__search__toggle:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.header__search__toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header__search__content {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0 var(--padding-primary);
  position: fixed;
  top: var(--height-header-sp);
  left: 0;
  width: 100%;
  background: var(--color-fastus-gray-pale);
  transform: translateY(-20px);
  transition: opacity 0.5s, transform 0.5s;
  position: fixed;
  padding: 0;
  background-color: transparent;
  z-index: 1001;
}
@media (min-width: 1140px) {
  .header__search__content {
    top: var(--height-header);
  }
}
.header__search__content.-megamenu-animating {
  will-change: max-height, opacity;
}
.header__search__content.-megamenu-fade-in {
  opacity: 1;
  visibility: visible;
  width: 100%;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 1000;
}
.header__search__content.-megamenu-fade-out {
  opacity: 0 !important;
  transform: translateY(-20px) !important;
  visibility: visible !important;
  pointer-events: none !important;
}
@media (min-width: 1140px) {
  .header__search__content {
    padding: 0 var(--padding-primary);
    background: var(--color-fastus-gray-pale);
  }
}
.header__search__content.-megamenu-fade-in {
  height: 100vh;
  padding-bottom: var(--height-header-sp);
  overscroll-behavior-y: none;
}
@media (min-width: 1140px) {
  .header__search__content.-megamenu-fade-in {
    height: auto;
    padding-bottom: 0;
  }
}

.header__search__inner {
  position: relative;
  max-width: 1078px;
  padding: 14px var(--padding-primary);
  width: 100%;
  margin-inline: auto;
  background: var(--color-fastus-gray-pale);
}
@media (min-width: 1140px) {
  .header__search__inner {
    padding: 22px 56px 56px 0;
    height: 100%;
  }
}
.header__search__inner form {
  width: 100%;
  max-width: 1078px;
}
@media (min-width: 1140px) {
  .header__search__inner .global-navi__close {
    top: 37px;
    right: 0;
    width: 24px;
    height: 24px;
  }
}

.global-spNavi__button {
  display: none;
}
@media (max-width: 1140px) {
  .global-spNavi__button {
    position: absolute;
    top: 18px;
    right: 22px;
    display: flex;
    padding: 0;
    align-items: center;
    font-size: var(--font-size-14);
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    z-index: 100;
    transition: opacity 0.1s ease-in-out;
    border: none;
    background: transparent;
  }
}
.global-spNavi__button.-sp-navi-open .global-spNavi__button__icon::before {
  transform: translateY(9px) rotate(-45deg);
}
.global-spNavi__button.-sp-navi-open .global-spNavi__button__icon::after {
  transform: translateY(-9px) rotate(45deg);
}
.global-spNavi__button.-sp-navi-open .global-spNavi__button__iconMiddle {
  opacity: 0;
}

.global-spNavi__button__icon {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
  transition: all 0.4s;
}
.global-spNavi__button__icon::before, .global-spNavi__button__icon::after {
  content: "";
}
.global-spNavi__button__icon::before {
  top: 0;
}
.global-spNavi__button__icon::after {
  bottom: 0;
}

.global-spNavi__button__iconMiddle {
  top: 9px;
}

.global-spNavi__button__icon::before,
.global-spNavi__button__icon::after,
.global-spNavi__button__iconMiddle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("/global/assets/images/icon_sp_navi_button.svg");
  transition: all 0.4s;
}

.global-spNavi__button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-section {
  padding-bottom: var(--spacing-8);
}
@media (min-width: 1140px) {
  .c-section {
    /*padding-top: var(--height-header);*/
  }
}
.c-section.-no-padding {
  padding-block: 0;
}

.c-section_inner {
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}
.c-section.-wide .c-section_inner {
  max-width: calc(var(--size-content-wide) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}
.c-section.-narrow .c-section_inner {
  max-width: calc(var(--size-content-narrow) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}

.c-home-block-1,
.c-home-block-2 {
  position: relative;
}

.c-home-block-1__section,
.c-home-block-2__section {
  background-color: var(--color-white);
}

.c-home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  max-width: var(--size-content-top);
  margin-inline: auto;
  width: 100%;
  background-color: var(--color-white);
  clip-path: inset(0 0 2px 0);
}
@media (min-width: 1140px) {
  .c-home-hero {
    height: calc(100dvh - var(--height-header));
    background-color: transparent;
  }
}
.c-home-hero::before {
  content: "";
  width: 100%;
  height: auto;
  z-index: -1;
  aspect-ratio: 375/152;
}
@media (min-width: 1140px) {
  .c-home-hero::before {
    display: none;
  }
}
.c-home-hero::after {
  content: "";
  position: fixed;
  top: var(--height-header-sp);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--size-content-top);
  height: auto;
  background-image: url("/global/assets/images/home/img_hero_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 375/152;
}
@media (min-width: 1140px) {
  .c-home-hero::after {
    top: 0;
    left: auto;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    background-image: url("/global/assets/images/home/img_hero_pc.jpg");
    background-position: right center;
    background-size: cover;
    aspect-ratio: auto;
  }
}
.c-home-hero .c-button {
  width: 100%;
}
@media (min-width: 1140px) {
  .c-home-hero .c-button {
    width: 320px;
  }
}

.c-home-hero__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-block: var(--spacing-3);
  background-color: var(--color-white);
}
@media (min-width: 1140px) {
  .c-home-hero__inner {
    padding-block: 0;
    background-color: transparent;
  }
}

.c-home-hero__body {
  align-items: center;
  gap: var(--spacing-5) 0;
  max-width: calc(var(--width-max) + var(--spacing-3) * 2);
  margin-inline: auto;
  padding: 0 var(--spacing-3);
  width: 100%;
  height: 100%;
}
@media (min-width: 1140px) {
  .c-home-hero__body {
    display: grid;
    grid-template-columns: 4.6fr 5.4fr;
    padding: 0;
  }
}

.c-home-hero__bodyInner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5) 0;
  order: 2;
  padding: 0;
}
@media (min-width: 1140px) {
  .c-home-hero__bodyInner {
    padding: 0 var(--spacing-3) 0 100px;
  }
}

.c-home-hero__title {
  font-size: var(--font-size-34);
  font-weight: bold;
  line-height: var(--line-height-160);
}
@media (min-width: 1140px) {
  .c-home-hero__title {
    font-size: clamp(5.8rem, 5.014rem + 1.1vw, 6.2rem);
  }
}

.c-home-hero__image {
  order: 1;
}
@media (min-width: 1140px) {
  .c-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.c-home-hero__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-home-notices {
  max-width: var(--size-content-top);
  margin-inline: auto;
  width: 100%;
  padding: 0;
  background: var(--color-fastus-gray-pale);
}
.c-home-notices__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: var(--spacing-2) var(--spacing-4);
  max-width: calc(var(--width-max) + var(--spacing-3) * 2);
  width: 100%;
  margin-inline: auto;
  padding: var(--spacing-3);
}
@media (min-width: 1140px) {
  .c-home-notices__inner {
    grid-template-columns: 1fr auto;
    padding: var(--spacing-3);
  }
}

.c-home-notices__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1140px) {
  .c-home-notices__body {
    flex-direction: row;
  }
}
@media (min-width: 1140px) {
  .c-home-notices__body .c-newsList__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.c-home-notices__label {
  flex-shrink: 0;
}

.c-home-recommended {
  max-width: calc(var(--width-max) + var(--spacing-3) * 2);
  margin-inline: auto;
  padding: var(--spacing-8) var(--spacing-3) 0;
  background-color: var(--color-white);
}
.c-home-recommended .c-heading-lv2 {
  margin-top: 0;
}

.c-home-category {
  max-width: calc(var(--width-max) + var(--spacing-3) * 2);
  margin-inline: auto;
  padding: var(--spacing-8) var(--spacing-3);
  background-color: var(--color-white);
}
.c-home-category .c-heading-lv2 {
  margin-top: 0;
}
.c-home-category .c-button__wrap {
  width: 100%;
}
.c-home-category .c-button__wrap .c-button {
  width: 100%;
}
@media (min-width: 1140px) {
  .c-home-category .c-button__wrap .c-button {
    width: 320px;
  }
}

.c-home-block-2 {
  position: relative;
  clip-path: inset(0);
}

.c-home-block-2__bgImage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 230px;
  clip-path: inset(0);
  z-index: -1;
}

.c-home-block-2__bgImage__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/global/assets/images/home/img_application.jpg") top center/cover no-repeat;
}
.c-home-block-2__bgImage__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.c-home-application {
  position: relative;
  max-width: var(--size-content-top);
  margin-inline: auto;
  padding: 0 var(--spacing-3);
  width: 100%;
  height: 100dvh;
  margin-top: -100dvh;
  clip-path: inset(0);
}
.c-home-application .c-button {
  width: 100%;
  margin-top: var(--spacing-5);
}
@media (min-width: 1140px) {
  .c-home-application .c-button {
    width: 320px;
  }
}

.c-home-application__inner {
  display: grid;
  place-content: center;
  height: 100%;
}

.c-home-application__title {
  font-size: var(--font-size-29);
  font-weight: bold;
  line-height: var(--line-height-160);
  color: var(--color-white);
}
@media (min-width: 1140px) {
  .c-home-application__title {
    font-size: var(--font-size-42);
  }
}

.c-home-application__text {
  margin-top: var(--spacing-4);
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
  line-height: var(--line-height-150);
  color: var(--color-white);
}

.c-home-about {
  background-color: var(--color-white);
}
.c-home-about .c-heading-lv2 {
  margin-block: 0;
}

.c-home-about__inner {
  max-width: calc(var(--width-max) + var(--spacing-3) * 2);
  margin-inline: auto;
  padding: var(--spacing-7) var(--spacing-3) var(--spacing-4);
}
@media (min-width: 1140px) {
  .c-home-about__inner {
    padding: var(--spacing-8) var(--spacing-3) var(--spacing-4);
  }
}

.c-home-about__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  margin-top: var(--spacing-5);
  padding: 88px var(--spacing-3) 66px;
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 1140px) {
  .c-home-about__info {
    grid-template-columns: repeat(4, 1fr);
    padding: 88px;
  }
}

.c-home-about__infoItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  gap: var(--spacing-4) 0;
  position: relative;
  color: var(--color-black);
}

.c-home-about__title {
  position: relative;
  display: flex;
  justify-items: center;
  align-items: flex-end;
  min-width: 200px;
  padding-inline: min(var(--spacing-3), 50px);
  text-align: center;
  font-size: var(--font-size-18);
  line-height: var(--line-height-160);
  font-weight: bold;
}
.c-home-about__title span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-home-about__title span::after {
  content: "";
  position: absolute;
  bottom: -44px;
  flex-shrink: 0;
  width: 200px;
  height: 20px;
  display: block;
  background-image: url("/global/assets/images/home/img_about_baloon.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.c-home-aboutInfo__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1) 0;
}

.c-home-about__text {
  text-align: center;
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}

.c-home-about__note {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-home-about__data {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 174px;
  margin-top: 44px;
}
.c-home-about__infoItem.-annual .c-home-about__data {
  background-image: url("/global/assets/images/home/img_about_annual.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 153px 173px;
}
.c-home-about__infoItem.-anniversary .c-home-about__data {
  background-image: url("/global/assets/images/home/img_about_anniversary.svg");
  background-repeat: no-repeat;
  background-position: center -52px;
  background-size: 237px 237px;
}
.c-home-about__infoItem.-people .c-home-about__data {
  background-image: url("/global/assets/images/home/img_about_people.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 224px 161px;
}
.c-home-about__infoItem.-locations .c-home-about__data {
  background-image: url("/global/assets/images/home/img_about_locations.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 156px 156px;
}

.c-home-about__dataInner {
  display: flex;
  align-items: baseline;
  gap: 0 var(--spacing-1);
}

.c-home-about__number {
  font-size: var(--font-size-64);
  font-weight: bold;
  line-height: var(--line-height-160);
}

.c-home-about__unit {
  align-self: baseline;
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-home-about__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: var(--spacing-3);
  padding: var(--spacing-3);
  background-color: var(--color-white);
}
@media (min-width: 1140px) {
  .c-home-about__button {
    flex-direction: row;
    gap: var(--spacing-6) var(--spacing-3);
    padding: 0 8.3333333333%;
  }
}
.c-home-about__button .c-button {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1140px) {
  .c-home-about__button .c-button {
    width: 320px;
    align-self: center;
  }
}

.c-home-about__buttonInner {
  display: flex;
  flex-direction: column;
  place-items: center;
  position: relative;
  gap: var(--spacing-3);
  padding: var(--spacing-4) 0;
  background-color: var(--color-white);
}
@media (min-width: 1140px) {
  .c-home-about__buttonInner {
    flex-direction: row;
    margin-top: -32px;
    padding: var(--spacing-4) var(--spacing-6);
    z-index: 1;
  }
}

.c-home-about__buttonText {
  font-size: var(--font-size-heading-d);
  font-weight: bold;
  line-height: var(--line-height-140);
}

.c-home-news {
  padding-block: 56px var(--spacing-8);
  background-color: var(--color-white);
}
@media (min-width: 1140px) {
  .c-home-news {
    padding-block: var(--spacing-8);
  }
}
.c-home-news .c-heading-lv2 {
  margin-top: 0;
}
.c-home-news .c-button__wrap {
  width: 100%;
}
@media (min-width: 1140px) {
  .c-home-news .c-button__wrap {
    width: auto;
  }
}
.c-home-news .c-button__wrap .c-button {
  width: 100%;
}
@media (min-width: 1140px) {
  .c-home-news .c-button__wrap .c-button {
    width: 320px;
  }
}

.c-home-news__inner {
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}

.-fade-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
}

.-fade-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  list-style: none;
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-grid.-column-1 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .c-grid.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-grid.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid.-column-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .c-grid.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .c-grid.-column-1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .c-grid.-column-2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 768px) {
  .c-grid.-column-1-3 {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 768px) {
  .c-grid.-column-3-1 {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 768px) {
  .c-grid.-column-2--center {
    justify-items: center;
    align-items: center;
    margin-inline: auto;
    width: calc(50% - var(--spacing-4) / 2);
  }
}
@media (min-width: 768px) {
  .c-grid.-column-3--center {
    justify-items: center;
    align-items: center;
    margin-inline: auto;
    width: calc((100% - var(--spacing-4) * 2) / 3);
  }
}
.c-grid .c-media.-column-1 {
  padding-inline: 0;
}
@media only screen and (max-width: 767px) {
  .c-grid:has(.c-table-1, .c-table-2) {
    display: flex;
    flex-direction: column;
  }
}
.c-grid + .c-grid {
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-grid .c-button__wrap {
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .c-grid .c-button__wrap .c-button {
    width: 100%;
  }
}
.c-grid .c-figure img:not(.c-width-30, .c-width-50, .c-width-70) {
  width: auto;
}
.c-grid .c-figure img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.c-grid .c-figure img[src$=".svg"].c-width-30 {
  width: 30%;
  margin-inline: auto;
}
.c-grid .c-figure img[src$=".svg"].c-width-50 {
  width: 50%;
  margin-inline: auto;
}
.c-grid .c-figure img[src$=".svg"].c-width-70 {
  width: 70%;
  margin-inline: auto;
}

.c-grid__item [class^=c-heading-lv]:nth-child(1) {
  margin-top: 0;
}
.c-grid__item .c-text:nth-child(1),
.c-grid__item .c-figure:nth-child(1),
.c-grid__item .c-list:nth-child(1),
.c-grid__item .c-media:nth-child(1) {
  margin-top: 0;
}
.c-grid__item img {
  max-width: 100%;
}

[class^=c-heading-lv] + .c-grid > .c-grid__item > [class^=c-heading-lv]:first-child {
  margin-top: 0;
}

.c-grid:has(> .c-grid__item > .c-heading-lv2:first-child) {
  margin-top: var(--spacing-7);
  gap: var(--spacing-7) var(--spacing-4);
}
@media (min-width: 768px) {
  .c-grid:has(> .c-grid__item > .c-heading-lv2:first-child) {
    margin-top: var(--spacing-8);
    gap: var(--spacing-8) var(--spacing-4);
  }
}

.c-grid:has(> .c-grid__item > .c-heading-lv3:first-child) {
  margin-top: var(--spacing-6);
  gap: var(--spacing-6) var(--spacing-4);
}

.c-grid:has(> .c-grid__item > .c-heading-lv4:first-child) {
  margin-top: var(--spacing-6);
  gap: var(--spacing-6) var(--spacing-4);
}
.c-heading-lv2 + .c-grid:has(> .c-grid__item > .c-heading-lv4:first-child), .c-heading-lv3 + .c-grid:has(> .c-grid__item > .c-heading-lv4:first-child) {
  margin-top: var(--spacing-5);
}

.c-grid:has(> .c-grid__item > .c-heading-lv5:first-child) {
  margin-top: var(--spacing-6);
  gap: var(--spacing-6) var(--spacing-4);
}
.c-heading-lv2 + .c-grid:has(> .c-grid__item > .c-heading-lv5:first-child), .c-heading-lv3 + .c-grid:has(> .c-grid__item > .c-heading-lv5:first-child), .c-heading-lv4 + .c-grid:has(> .c-grid__item > .c-heading-lv5:first-child) {
  margin-top: var(--spacing-5);
}

.c-grid__item > *:last-child {
  margin-bottom: 0;
}

.c-applicationItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

.c-applicationItem__link {
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.c-applicationItem__media {
  aspect-ratio: 16/9;
  min-width: 0;
  position: relative;
  margin-bottom: var(--spacing-2);
}
.c-applicationItem__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-applicationItem__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.c-applicationItem__title {
  display: inline;
  font-size: var(--font-size-17);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-applicationItem__title {
    font-size: var(--font-size-18);
  }
}
.c-applicationItem__title span {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-applicationItem__title span, button:not(:disabled):hover .c-applicationItem__title span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-applicationItem__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: var(--font-size-16);
  padding-left: calc(23px + var(--spacing-1));
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  position: relative;
  min-height: 23px;
}
.c-applicationItem__tags::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  background-image: url("/global/assets/images/icon_tag.svg");
  left: 0;
  top: 0;
}
.c-applicationItem__tags li {
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  padding-right: 12px;
  position: relative;
}
.c-applicationItem__tags li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background: var(--color-black);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.c-listFilter.c-database {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4) 0;
  margin-top: var(--spacing-5);
  margin-inline: 0;
  padding: var(--spacing-4) var(--spacing-3);
  background-color: var(--color-fastus-gray-pale);
}

.c-database__title {
  position: relative;
  font-size: var(--font-size-heading-d);
  font-weight: bold;
  line-height: var(--line-height-140);
}
.c-database__title::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--spacing-2);
  -webkit-mask-image: url(/global/assets/images/icon_tag.svg);
  mask-image: url(/global/assets/images/icon_tag.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: var(--color-gray-deep);
}

.c-database__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.c-database__itemTitle {
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
  line-height: var(--line-height-150);
}

.c-database__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2) var(--spacing-4);
}
.c-database__links li {
  position: relative;
  padding-right: var(--spacing-4);
}
.c-database__links li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background-color: var(--color-gray-dark);
}
.c-database__links a,
.c-database__links span {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-black);
  font-weight: bold;
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-database__links a:hover,
  .c-database__links span:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-database__select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--spacing-2);
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}
@media (min-width: 768px) {
  .c-database__select {
    flex-direction: row;
    align-items: center;
  }
}

.c-database__selectTitle {
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}

.c-database__viewMoreContent {
  position: relative;
  height: auto;
  max-height: 160px;
  padding-bottom: var(--spacing-4);
  overflow: hidden;
  transition: max-height 0.6s;
}
.c-database__viewMoreContent::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 102px;
  transition: 0.2s;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.4) 0%, #F4F4F4 30.29%, var(---Pale-Gray, #F4F4F4) 100%);
}
.c-database__viewMoreContent.-expanded {
  max-height: none;
}
.c-database__viewMoreContent.-expanded::after {
  z-index: -1;
  opacity: 0;
}
.c-database__viewMoreContent.-expanded + .c-database__viewMoreButton .c-button-viewMore span::after {
  background: url(/global/assets/images/icon_button_arrow_up.svg) no-repeat center/contain;
}

.c-database__viewMoreButton {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0 var(--spacing-2);
  z-index: 1;
}
@media (min-width: 768px) {
  .c-database__viewMoreButton {
    display: none;
  }
}

.c-database__clearButton {
  align-self: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-database__clearButton {
    align-self: flex-end;
  }
}
.c-database__clearButton .c-form-button-clear {
  width: 171px;
  height: 36px;
  min-height: 36px;
}

.c-result__list.c-applicationList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4) var(--spacing-4);
  margin-top: var(--spacing-5);
}
@media (min-width: 768px) {
  .c-result__list.c-applicationList {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-result__list.c-applicationList .c-applicationItem__media {
  aspect-ratio: 301/142;
}
.c-result__list.c-applicationList .c-applicationItem__media img {
  aspect-ratio: 301/142;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-result__list.c-applicationList .c-applicationItem__tags::before {
  top: 0;
  translate: initial;
}

.c-downloadApplications {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  margin-top: var(--spacing-5);
}
@media (min-width: 768px) {
  .c-downloadApplications {
    grid-template-columns: 1fr 3fr;
    padding: var(--spacing-4);
    background: var(--color-white);
    border: 1px solid var(--color-gray-light);
  }
}
.c-downloadApplications .c-downloadItem {
  display: grid;
  grid-template: none;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3);
  align-self: start;
}
@media (min-width: 768px) {
  .c-downloadApplications .c-downloadItem {
    grid-template-columns: 1fr;
    grid-row: 1/3;
  }
}
.c-downloadApplications .c-downloadItem__body {
  grid-area: auto;
}
.c-downloadApplications .c-downloadItem__media {
  grid-area: auto;
  grid-row: 1/3;
  aspect-ratio: auto;
}
@media (min-width: 768px) {
  .c-downloadApplications .c-downloadItem__media {
    grid-row: auto;
  }
}
.c-downloadApplications .c-downloadItem__media img {
  height: auto;
  -o-object-fit: initial;
  object-fit: initial;
}
.c-downloadApplications .c-downloadItem__button {
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .c-downloadApplications .c-downloadItem__button {
    grid-area: auto;
  }
}
.c-downloadApplications + .c-button__wrap {
  margin-top: var(--spacing-5);
}

.c-downloadApplications__listTitle {
  font-size: var(--font-size-heading-e);
  font-weight: bold;
  line-height: var(--line-height-140);
}

.c-downloadApplications__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.c-downloadApplications__list .c-list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-downloadApplications__list .c-list {
    display: block;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: var(--spacing-4);
    column-gap: var(--spacing-4);
  }
}

.c-breadcrumb {
  margin-top: var(--spacing-3);
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  gap: var(--spacing-1) 0;
  list-style: none;
}
.c-breadcrumb ol li {
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}
.c-breadcrumb ol li a:not([aria-current=page]) {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-breadcrumb ol li a:not([aria-current=page]):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-breadcrumb ol li + li::after {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}
.c-breadcrumb ol li:nth-child(2)::before {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}
.c-breadcrumb ol li:last-child::after {
  display: none;
}
.c-breadcrumb ol li:last-child::after a {
  pointer-events: none;
}

.c-cluster {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--spacing-2) var(--spacing-4);
  margin-block: var(--spacing-4);
}
.c-cluster.-left {
  align-items: flex-start;
}
.c-cluster.-center {
  align-items: center;
}
.c-cluster.-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .c-cluster {
    width: initial;
    flex-direction: row;
  }
  .c-cluster.-desktop-left {
    justify-content: flex-start;
  }
  .c-cluster.-desktop-center {
    justify-content: center;
  }
  .c-cluster.-desktop-right {
    justify-content: flex-end;
  }
}
.c-panel-3 .c-cluster, .splide__footer .c-cluster {
  margin-block: 0;
}

.c-downloadItem {
  display: grid;
  grid-template: "thumb text" auto "thumb button" auto/1fr 1.85fr;
  position: relative;
  gap: var(--spacing-4) var(--spacing-3);
}

.c-downloadItem__link {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: contents;
}

.c-downloadItem__media {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: thumb;
  position: relative;
  aspect-ratio: 1/1;
  min-width: 0;
}
.c-downloadItem__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-downloadItem__body {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.c-downloadItem__title {
  font-size: var(--heading-font-size-sub-title);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-downloadItem__title {
    font-size: var(--font-size-18);
  }
}

.c-downloadItem__desc {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-downloadItem__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.c-downloadItem__meta li {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-downloadItem__button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: button;
}

.c-downloadList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-4);
  margin-top: var(--spacing-5);
}
@media (min-width: 768px) {
  .c-downloadList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-downloadList .c-result__listItem {
  position: relative;
  padding-block: var(--spacing-3);
  border-top: 1px solid var(--color-gray-light);
}
.c-downloadList .c-downloadItem {
  grid-template: none;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr;
}
.c-downloadList .c-downloadItem__media {
  display: flex;
  aspect-ratio: 1/1;
  min-width: 0;
  grid-area: auto;
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-downloadList .c-downloadItem__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-downloadList .c-downloadItem__body {
  grid-area: auto;
  grid-column: 2/-1;
}
.c-downloadList .c-downloadItem__button {
  grid-area: auto;
  grid-column: 2/-1;
  grid-row: 2/-1;
}
.c-downloadList .c-productLabel {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 1;
}
.c-downloadList.-no-image .c-result__listItem {
  padding-block: 36px var(--spacing-3);
}
.c-downloadList.-no-image .c-downloadItem {
  grid-template: none;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: var(--spacing-4) 0;
}
.c-downloadList.-no-image .c-downloadItem__media {
  display: none;
}
.c-downloadList.-no-image .c-downloadItem__body {
  grid-area: auto;
  grid-column: 1/-1;
}
.c-downloadList.-no-image .c-downloadItem__button {
  grid-area: auto;
  grid-column: 1/-1;
  grid-row: 2/-1;
  justify-items: start;
}
.c-downloadList.-no-image .c-productLabel {
  top: -36px;
}
@media (min-width: 768px) {
  .c-downloadList.-column-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-download-floatingPanel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), visibility 0.8s;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  max-width: 1040px;
  width: calc(100% - 24px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: var(--spacing-3);
  padding: var(--spacing-3);
  border-radius: 6px;
  background: var(--color-fastus-gray-pale);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media (min-width: 768px) {
  .c-download-floatingPanel {
    bottom: 40px;
    grid-template-columns: 0.8fr 1fr;
    justify-items: flex-end;
    gap: var(--spacing-3) var(--spacing-5);
  }
}
.c-download-floatingPanel.-stateVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-download-floatingPanel__number {
  display: grid;
  align-items: center;
  grid-template-columns: 1.2fr 1fr;
  justify-items: center;
  gap: 0 var(--spacing-3);
}
@media (min-width: 768px) {
  .c-download-floatingPanel__number {
    grid-template-columns: auto 1fr;
  }
}

.c-download-floatingPanel__title {
  justify-self: flex-end;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
}

.c-download-floatingPanel__body {
  justify-self: flex-start;
}
.c-download-floatingPanel__body .c-download-number.-total::before {
  content: "/";
  margin-inline: var(--spacing-1);
  display: inline-block;
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
  font-weight: bold;
}

.c-download-number.-total {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-black);
}
.c-download-number.-addedNumber {
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
  font-weight: bold;
  color: var(--color-black);
  text-box: trim-both cap alphabetic;
}
.c-download-number.-addedNumber span {
  display: inline-block;
  transform-origin: center;
}
.c-download-number.-addedNumber.-stateAdded span {
  animation: 0.4s 0s addListScale ease-in-out 2;
  /*animation: pop 0.35s ease;*/
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.c-download-floatingPanel__error {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .c-download-floatingPanel__error {
    justify-self: flex-start;
  }
}

.c-download-floatingPanel__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--spacing-4) var(--spacing-5);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-download-floatingPanel__button {
    flex-direction: row;
    justify-self: flex-start;
  }
}
.c-download-floatingPanel__button .c-button {
  display: inline-block;
  align-content: center;
  position: relative;
  width: min(100%, 320px);
  height: 55px;
  padding: 10px 44px 10px 13px;
}
.c-download-floatingPanel__button .c-form-button-clear {
  width: 124px;
  height: 40px;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .c-download-floatingPanel__button .c-form-button-clear {
    justify-self: auto;
  }
}

.c-download-addedInfo {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3);
  align-items: center;
  padding: var(--spacing-3);
  background: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-download-addedInfo {
    grid-template-columns: auto auto 1fr;
  }
}
.c-download-addedInfo .c-form-button-clear {
  width: 124px;
  height: 40px;
  justify-self: auto;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}
@media (min-width: 768px) {
  .c-download-addedInfo .c-form-button-clear {
    justify-self: flex-end;
  }
}

.c-download-addedInfo__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-1);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-download-addedInfo__note {
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
  color: var(--color-black);
}

.c-downloadAll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3);
  padding: var(--spacing-3);
  background: var(--color-fastus-gray-pale);
}

.c-downloadAll__note {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  align-items: center;
}

.c-downloadAll__noteTitle {
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
  color: var(--color-black);
}

.c-form-button-downloadAll {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  width: min(100%, 320px);
  height: 55px;
  padding: 10px var(--spacing-2);
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
  background-color: var(--color-gray-deep);
  border-radius: 6px;
}
@media (any-hover: hover) {
  .c-form-button-downloadAll {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-form-button-downloadAll:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-form-button-downloadAll > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-form-button-downloadAll:hover > span {
    background-size: 100% 1px;
  }
}
.c-form-button-downloadAll::after {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: var(--spacing-2);
  -webkit-mask-image: url("/global/assets/images/icon_download_all.svg");
  mask-image: url("/global/assets/images/icon_download_all.svg");
  transition: background 0.24s ease-out;
}
@media (any-hover: hover) {
  .c-form-button-downloadAll:not(:disabled):hover::after {
    background: var(--color-fastus-red);
  }
}
.c-form-button-downloadAll:disabled {
  border: 1px solid var(--color-fastus-gray-light);
  background: var(--color-fastus-gray-light);
  pointer-events: none;
}

.c-download-addedList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3) 0;
  margin-block: var(--spacing-5);
}
.c-download-addedList .c-downloadItem {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-3);
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .c-download-addedList .c-downloadItem {
    grid-column: auto;
    gap: var(--spacing-4);
  }
}
.c-download-addedList .c-downloadItem__media {
  order: 1;
  grid-area: auto;
  grid-column: 1/2;
  grid-row: 1/-1;
}
.c-download-addedList .c-downloadItem__media img {
  -o-object-fit: initial;
  object-fit: initial;
  height: auto;
}
.c-download-addedList .c-downloadItem__body {
  order: 2;
  grid-area: auto;
  grid-column: 2/-1;
  padding-bottom: var(--spacing-3);
}
.c-download-addedList .c-downloadItem__meta {
  gap: var(--spacing-1) var(--spacing-2);
}
@media (min-width: 768px) {
  .c-download-addedList .c-downloadItem__meta {
    flex-direction: row;
  }
}

.c-download-addedList__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-column: 1/3;
  gap: var(--spacing-3) 0;
  position: relative;
  padding-top: var(--spacing-3);
  border-top: 1px solid var(--color-gray-light);
}
@media (min-width: 768px) {
  .c-download-addedList__item {
    grid-template-columns: 1fr 168px;
    grid-template-rows: 1fr;
    gap: var(--spacing-3) var(--spacing-4);
  }
}
.c-download-addedList__item:has(.c-downloadItem__media) .c-downloadItem__body {
  width: auto;
}
.c-download-addedList__item:has(.c-downloadItem__media) .c-downloadItem__media {
  width: 136px;
  flex-shrink: 0;
}

.c-form-button-removeList {
  grid-column: 2/-1;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  width: 168px;
  height: 38px;
  padding: 6px var(--spacing-1);
  color: var(--color-black);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 4px;
}
@media (any-hover: hover) {
  .c-form-button-removeList {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-form-button-removeList:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-form-button-removeList > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-form-button-removeList:hover > span {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) {
  .c-form-button-removeList {
    transition: opacity 0.4s ease;
  }
  .c-form-button-removeList:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .c-form-button-removeList {
    grid-column: auto;
    grid-row: auto;
  }
}
.c-form-button-removeList::before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-right: var(--spacing-2);
  -webkit-mask-image: url("/global/assets/images/icon_button_remove.svg");
  mask-image: url("/global/assets/images/icon_button_remove.svg");
}

.c-download-no-documents {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  align-items: center;
  max-width: calc(1000px + var(--size-protect) * 2);
  margin: var(--spacing-7) auto;
  padding-inline: var(--size-protect);
  padding: var(--spacing-3);
  background: var(--color-fastus-gray-pale);
}

.c-download-no-documents__message {
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
  font-weight: bold;
  text-align: center;
}

.c-download-no-documents__text {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-download-no-documents__hint {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-download-no-documents__hint {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.c-download-no-documents__button .c-button {
  width: min(100%, 320px);
}
@media (min-width: 768px) {
  .c-download-no-documents__button .c-button {
    width: 320px;
  }
}

.c-featuredItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

.c-featuredItem__link {
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.c-featuredItem__media {
  aspect-ratio: 16/9;
  min-width: 0;
  position: relative;
  margin-bottom: var(--spacing-2);
}
.c-featuredItem__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-featuredItem__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.c-featuredItem__type {
  font-size: var(--font-size-14);
  font-weight: bold;
}

.c-featuredItem__title {
  font-size: var(--font-size-17);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-featuredItem__title {
    font-size: var(--font-size-18);
  }
}
.c-featuredItem__title span {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-featuredItem__title span, button:not(:disabled):hover .c-featuredItem__title span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-featuredItem__desc {
  font-size: var(--font-size-16);
}

.c-featuresList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-featuresList {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-4);
  }
}

.c-featuresList__text {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-2);
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
}
.c-featuresList__text::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
}
.c-featuresList__text.-strength::before {
  background: url(/global/assets/images/icon_feature_strength.svg) no-repeat center/contain;
}
.c-featuresList__text.-weakness::before {
  background: url(/global/assets/images/icon_feature_weakness.svg) no-repeat center/contain;
}

.c-rankingList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-rankingList.-column-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px var(--spacing-4);
  }
}
.c-rankingList.-column-2 .c-rankingList__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 768px) {
  .c-rankingList.-column-2 .c-rankingList__item {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.c-rankingList__number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  width: 70px;
  height: 89px;
  padding-top: 22px;
  font-size: var(--font-size-20);
  line-height: var(--line-height-150);
  font-weight: bold;
  color: var(--color-black);
  clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0% 100%, 0% 0%);
  background-color: var(--color-gray-light);
  z-index: 1;
}
.c-rankingList__number.-number-1 {
  color: var(--color-white);
  background-color: var(--color-fastus-red);
}
.c-rankingList__number.-number-higher {
  color: var(--color-white);
  background-color: var(--color-black);
}

.c-rankingList__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3) var(--spacing-4);
  position: relative;
  padding-bottom: var(--spacing-5);
  border-bottom: 1px solid var(--color-gray-light);
}
@media (min-width: 768px) {
  .c-rankingList__item {
    grid-template-columns: 1fr 1fr;
  }
}

.c-rankingList__body {
  order: 2;
  display: flex;
  flex-direction: column;
}
.c-rankingList__body .c-button {
  margin-top: var(--spacing-4);
  width: min(100%, 320px);
}

.c-rankingList__title {
  margin-top: 10px;
  font-size: var(--font-size-h2-sp);
  line-height: var(--line-height-130);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-rankingList__title {
    font-size: var(--font-size-h2);
  }
}
.c-rankingList__title.-lv3 {
  font-size: var(--font-size-h3-sp);
}
@media (min-width: 768px) {
  .c-rankingList__title.-lv3 {
    font-size: var(--font-size-h3);
  }
}

.c-rankingList__text {
  margin-top: var(--spacing-4);
  font-size: var(--font-size-20);
  line-height: var(--line-height-150);
  font-weight: bold;
  color: var(--color-black);
}

.c-productsUsed {
  margin-top: var(--spacing-4);
}

.c-productsUsed__title {
  font-size: var(--font-size-17);
  line-height: var(--line-height-160);
  font-weight: bold;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .c-productsUsed__title {
    font-size: var(--font-size-18);
  }
}

.c-productsUsed__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  margin-top: var(--spacing-1);
  font-size: var(--font-size-14);
  line-height: var(--line-height-110);
}
@media (min-width: 768px) {
  .c-productsUsed__list {
    font-size: var(--font-size-16);
  }
}
.c-productsUsed__list span {
  display: block;
}

.c-rankingList__image {
  order: 1;
}
.c-rankingList__image .c-figure {
  margin-top: 0;
}

.c-figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: var(--spacing-2);
  margin-top: var(--spacing-4);
}
.c-figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  align-self: center;
}
.c-figure img.c-width-30 {
  width: 30%;
  margin-inline: auto;
}
.c-figure img.c-width-50 {
  width: 50%;
  margin-inline: auto;
}
.c-figure img.c-width-70 {
  width: 70%;
  margin-inline: auto;
}
.c-figure a:has(img) {
  width: 100%;
  display: block;
}

.c-figure__caption {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}
.c-figure__caption.u-text-right {
  align-self: flex-end;
}

.search__input__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 45px;
  margin: 0 auto;
  border: none;
}
@media (min-width: 1140px) {
  .search__input__wrap {
    height: 54px;
  }
}

.search__input {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 8px 12px;
  color: var(--color-black);
  font-size: var(--font-size-16);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 4px 0 0 4px;
  font-weight: normal;
}
.search__input:focus {
  outline: 2px solid var(--color-gray-light);
  outline-offset: -2px;
}
.search__input:focus, .search__input:focus-visible {
  border-radius: 0;
}
.search__input::-moz-placeholder {
  color: var(--color-gray-dark);
}
.search__input::placeholder {
  color: var(--color-gray-dark);
}
.search__input::-ms-clear {
  visibility: visible;
}
@media (min-width: 1140px) {
  .search__input {
    padding: 8px 14px;
  }
}

.search__submitButton {
  position: relative;
  display: flex;
  flex-shrink: 0;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  width: 47px;
  height: 100%;
  padding: 0;
  text-align: left;
  font-size: var(--font-size-16);
  line-height: 1;
  background: var(--color-gray-deep) url(/global/assets/images/icon_search_form_button.svg) no-repeat center/23px 22px;
  border: none;
  border-radius: 0 2px 2px 0;
}
@media (min-width: 1140px) {
  .search__submitButton {
    width: 99px;
  }
}
@media (any-hover: hover) {
  .search__submitButton {
    transition: opacity 0.4s ease;
  }
  .search__submitButton:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.search__submitButton span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-siteSearch {
  position: relative;
}

.c-siteSearch__buttonWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-2) var(--spacing-3);
  margin-top: var(--spacing-3);
}

.c-searchSuggest {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 100;
  width: calc(100% - 100px);
  background-color: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: calc(62dvh - var(--height-header-sp) - 100px);
}
@media (min-width: 768px) {
  .c-searchSuggest {
    max-height: calc(62dvh - var(--height-header) - 100px);
  }
}

.c-searchSuggestGroup {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  position: relative;
  padding-block: var(--spacing-3);
}
.c-searchSuggestGroup:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: var(--spacing-3);
  right: var(--spacing-3);
  width: calc(100% - var(--spacing-3) * 2);
  height: 1px;
  background-color: var(--color-gray-light);
}

.c-searchSuggestGroup__title {
  padding: 0 var(--spacing-3);
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-searchSuggestGroup__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  font-size: var(--font-size-16);
  font-weight: normal;
  line-height: var(--line-height-160);
}
.c-searchSuggestGroup__links li {
  padding: 8px var(--spacing-3);
  transition: background-color 0.4s ease;
}
.c-searchSuggestGroup__links li:hover {
  cursor: default;
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-searchSuggestGroup__links li {
    padding: 4px var(--spacing-3);
  }
}

.search__suggest {
  position: relative;
  z-index: 100;
  width: calc(100% - 47px);
  padding: 0 var(--spacing-3);
  background-color: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: calc(90dvh - var(--height-header-sp) - 50px);
}
@media (min-width: 1140px) {
  .search__suggest {
    width: calc(100% - 99px);
    max-height: calc(90dvh - var(--height-header) - 50px);
  }
}

.search__suggestGroup {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  padding-block: var(--spacing-3);
}
.search__suggestGroup:not(:last-child) {
  border-bottom: 1px solid var(--color-gray-light);
}

.search__suggestGroup__title {
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.search__suggestGroup__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacing-1) var(--spacing-3);
  font-size: var(--font-size-16);
  font-weight: normal;
  line-height: var(--line-height-160);
}
.search__suggestGroup__links a {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .search__suggestGroup__links a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-content-withSidenavi {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--spacing-2) var(--spacing-3);
  margin-top: var(--spacing-6);
}
@media (min-width: 910px) {
  .c-content-withSidenavi {
    grid-template-columns: minmax(200px, 300px) 1fr;
    margin-top: var(--spacing-7);
  }
}
.c-content-withSidenavi:has(.c-download-selectedProduct) {
  /*.c-content-withSidenavi__sideContent {
    order: 1;
    margin-bottom: var(--spacing-5);
    @media (min-width: 910px) {
      order: 1;
    }
  }*/
}
@media (min-width: 910px) {
  .c-content-withSidenavi:has(.c-download-selectedProduct) {
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 910px) {
  .c-content-withSidenavi:has(.c-download-selectedProduct) .c-download-selectedProduct {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 910px) {
  .c-content-withSidenavi:has(.c-download-selectedProduct) .c-navi-local {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 910px) {
  .c-content-withSidenavi:has(.c-download-selectedProduct) .c-search.c-downloadSearch {
    grid-column: 2/-1;
    grid-row: 1/-1;
  }
}
.c-content-withSidenavi .c-search {
  order: 1;
}
@media (min-width: 910px) {
  .c-content-withSidenavi .c-search {
    order: 2;
  }
}
.c-content-withSidenavi .c-search.c-downloadSearch {
  order: 3;
}
@media (min-width: 910px) {
  .c-content-withSidenavi .c-search.c-downloadSearch {
    order: 2;
  }
}
.c-content-withSidenavi .c-search.c-downloadSearch + .c-navi-local {
  order: 1;
}

/*.c-content-withSidenavi__sideContent {
  order: 2;
  @media (min-width: 910px) {
    order: 1;
  }
}*/
.c-productSearch__filter {
  border-top: 1px solid var(--color-fastus-gray-light);
}
.c-productSearch__filter.-expanded .c-productSearch__body {
  display: block;
  opacity: 1;
  max-height: none;
}

.c-productSearch__head {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  padding-block: var(--spacing-3);
  border-bottom: 1px solid var(--color-fastus-gray-light);
}

.c-productSearch__title {
  padding-right: var(--spacing-6);
  font-size: var(--font-size-20);
  line-height: var(--line-height-150);
  font-weight: bold;
  position: relative;
}
.c-productSearch__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 30px;
  height: 30px;
  background: url("/global/assets/images/icon_accordion_large.svg") no-repeat center/contain;
}
.c-productSearch__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  width: 30px;
  height: 30px;
  background: url("/global/assets/images/icon_accordion_large.svg") no-repeat center/contain;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .c-productSearch__title {
    transition: opacity 0.4s ease;
  }
  .c-productSearch__title:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.c-productSearch__head[aria-expanded=true] .c-productSearch__title::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .c-productSearch__title::before, .c-productSearch__title::after {
    right: 8px;
  }
}

.c-productSearch__body {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.c-productSearch__checkedSpecifications {
  display: flex;
  flex-wrap: wrap;
  padding-right: var(--spacing-6);
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}
.c-productSearch__checkedSpecifications span:not(:nth-of-type(1)):before {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}

.c-listFilter {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4) 0;
  padding: var(--spacing-4) var(--spacing-3);
  background-color: var(--color-fastus-gray-pale);
}

.c-listFilter__heading {
  font-size: var(--font-size-22);
  line-height: var(--line-height-140);
  font-weight: bold;
}

.c-list-Filter__body__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-2);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-list-Filter__body__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--spacing-4);
  padding-block: var(--spacing-4);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-search__button {
    flex-direction: row;
  }
}

.c-button.c-search-filter__selectButton {
  display: inline-block;
  align-content: center;
  position: relative;
  width: min(100%, 320px);
  height: 55px;
  padding: 10px 44px 10px 13px;
}

.c-search-select {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--spacing-2);
  margin-top: var(--spacing-5);
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}
@media (min-width: 768px) {
  .c-search-select {
    flex-direction: row;
    align-items: center;
  }
}

.c-result {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: var(--spacing-1);
  margin-top: var(--spacing-7);
}
.c-result.c-site-search {
  /*margin-top: var(--spacing-5);*/
}

.c-result__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-4);
  margin-top: var(--spacing-5);
}
@media (min-width: 768px) {
  .c-result__list.-column-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-result__list.-column-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-result__list.-column-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-result__list.-column-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-result__list.-column-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-result__head {
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}

.c-result__number {
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
  font-weight: bold;
}

.c-result__body {
  margin-top: var(--spacing-5);
}
.c-result__body + .c-button__wrap.-align-center {
  margin-top: calc(var(--spacing-4) - var(--spacing-3));
}
@media (min-width: 768px) {
  .c-result__body + .c-button__wrap.-align-center {
    margin-top: calc(var(--spacing-7) - var(--spacing-3));
  }
}
.c-result__body:has(.c-pageList) + .c-button__wrap.-align-center {
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-result__body:has(.c-pageList) + .c-button__wrap.-align-center {
    margin-top: var(--spacing-7);
  }
}

.c-result__noFound {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}

.c-result__viewMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-3);
  padding: var(--spacing-2);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-result__viewMore {
    margin-top: var(--spacing-5);
  }
}

.c-button-viewMore {
  display: inline-block;
  align-content: center;
  position: relative;
  width: min(100%, 320px);
  min-height: 44px;
  padding: 8px 14px;
  background-color: var(--color-white);
  border: 1px solid var(--color-fastus-gray-light);
  border-radius: 6px;
}
@media (any-hover: hover) {
  .c-button-viewMore {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-button-viewMore:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-button-viewMore span {
  position: relative;
  margin-left: -10px;
  font-weight: bold;
}
.c-button-viewMore span::before {
  content: "";
  display: flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -33px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-button-viewMore span::after {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -27px;
  width: 7px;
  height: 11px;
  background: url("/global/assets/images/icon_button_arrow_down.svg") no-repeat center/contain;
}
.c-button-viewMore > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-button-viewMore:hover > span {
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) {
  .c-button-viewMore:hover span::before {
    background-color: var(--color-fastus-red);
  }
}

.c-search-instruction {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--spacing-5);
  margin-inline: var(--spacing-1);
  padding: var(--spacing-4) var(--spacing-3);
  font-size: var(--font-size-heading-e);
  font-weight: bold;
  line-height: var(--line-height-140);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-search-instruction {
    margin-inline: 0;
    padding: var(--spacing-5);
  }
}

.c-search-not-found {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
  padding: var(--spacing-4) var(--spacing-3);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-search-not-found {
    padding: var(--spacing-5);
  }
}

.c-search-not-found__message {
  font-size: var(--font-size-18);
  font-weight: bold;
  line-height: var(--line-height-140);
  text-align: center;
}
@media (min-width: 768px) {
  .c-search-not-found__message {
    font-size: var(--font-size-22);
  }
}

.c-search-not-found__hints {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.c-search-not-found__hints .c-text {
  margin-top: 0;
}

.c-search-not-found__hints__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.c-search-not-found__hints__title {
  font-size: var(--font-size-heading-e);
  font-weight: bold;
  line-height: var(--line-height-140);
}

.c-search-not-found__hints__tips .c-list {
  margin-top: 0;
}

.c-search-not-found__hints__help {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) var(--spacing-3);
}
@media (min-width: 768px) {
  .c-search-not-found__hints__help {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.c-search-not-found__hints__help .c-list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-search-not-found__hints__help .c-search-not-found__hints__button {
    max-width: 360px;
    width: 40%;
    flex-shrink: 0;
  }
}
.c-search-not-found__hints__help .c-search-not-found__hints__button .c-button {
  width: min(100%, 320px);
}
@media (min-width: 768px) {
  .c-search-not-found__hints__help .c-search-not-found__hints__button .c-button {
    width: 100%;
  }
}

.c-productSearch__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--spacing-4);
}
.c-productSearch__tabs .c-productSearch__tabs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 22px);
  height: 44px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
  color: var(--color-black);
  background-color: var(--color-fastus-gray-pale);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: var(--spacing-3);
}
.c-productSearch__tabs .c-productSearch__tabs__button:first-child {
  border-radius: var(--spacing-3) 0 0 var(--spacing-3);
}
.c-productSearch__tabs .c-productSearch__tabs__button:last-child {
  margin-left: -22px;
  border-radius: 0 var(--spacing-3) var(--spacing-3) 0;
}
.c-productSearch__tabs .c-productSearch__tabs__button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-2);
  border-radius: var(--spacing-3) 0 0 var(--spacing-3);
}
.c-productSearch__tabs .c-productSearch__tabs__button a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-productSearch__tabs .c-productSearch__tabs__button a:hover > span {
    background-size: 100% 1px;
  }
}
.c-productSearch__tabs .c-productSearch__tabs__button.-current {
  background-color: var(--color-gray-deep);
  border-radius: var(--spacing-3);
  z-index: 2;
}
.c-productSearch__tabs .c-productSearch__tabs__button.-current a {
  color: var(--color-white);
  pointer-events: none;
}
.c-productSearch__tabs .c-productSearch__tabs__button.-current a:hover {
  cursor: default;
}
.c-productSearch__tabs .c-productSearch__tabs__button.-current a span {
  background-size: 0 1px;
}

.c-pageList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4) 0;
}

.c-pageList__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  padding-top: var(--spacing-3);
  border-top: 1px solid var(--color-gray-light);
}

.c-pageList__title {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  font-weight: bold;
}
.c-pageList__title a {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-pageList__title a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-pageList__description {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}

.c-pageList__keywords {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  font-weight: bold;
  display: inline;
  padding: 0 4px;
  background: linear-gradient(transparent 10%, var(--color-fastus-gray-light) 0%);
}

.c-pageList__url {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
  color: var(--color-gray-dark);
}
.c-pageList__url a {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-pageList__url a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4) var(--spacing-4);
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-media.-column-1 {
    grid-template-columns: 1fr;
    padding-inline: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .c-media.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-media.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-media.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-media .c-figure {
  margin-top: 0;
}
.c-media .c-figure img:not(.c-width-30, .c-width-50, .c-width-70) {
  width: auto;
}
.c-media .c-figure img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.c-media .c-figure img[src$=".svg"].c-width-30 {
  width: 30%;
  margin-inline: auto;
}
.c-media .c-figure img[src$=".svg"].c-width-50 {
  width: 50%;
  margin-inline: auto;
}
.c-media .c-figure img[src$=".svg"].c-width-70 {
  width: 70%;
  margin-inline: auto;
}
.c-media [class^=c-heading-lv]:nth-child(1) {
  margin-top: 0;
}
.c-media [class^=c-heading-lv] + [class^=c-heading-lv] {
  margin-top: 0;
}
.c-media + .c-grid {
  margin-top: var(--spacing-8);
}
.c-media li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
}
.c-media .c-figure__caption {
  order: 1;
  margin-top: 0;
}
.c-media .c-text {
  order: 4;
  margin-block: 0;
}
.c-media .c-figure__caption {
  order: 3;
}

.c-media__title {
  order: 2;
  margin-block: 0;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
}
.c-media__title a {
  position: relative;
  position: relative;
}
.c-media__title a::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (any-hover: hover) {
  .c-media__title a {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-media__title a:hover {
    background-size: 100% 1px;
  }
}

.c-media-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-media-block {
    grid-template-columns: 1fr 1fr;
  }
}
.c-media-block.-img-left > .c-figure {
  order: 1;
}
.c-media-block.-img-left .c-media-block__body {
  order: 2;
}
@media (min-width: 768px) {
  .c-media-block.-img-left.-column-1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .c-media-block.-img-left.-column-img-auto {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 768px) {
  .c-media-block.-column-1-2 {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 768px) {
  .c-media-block.-column-img-auto {
    grid-template-columns: 1fr auto;
  }
}
.c-media-block.-column-img-auto > .c-figure {
  align-self: center;
  align-items: center;
}
.c-media-block.-column-img-auto > .c-figure img:not(.c-width-30, .c-width-50, .c-width-70) {
  width: auto;
  max-width: 100%;
}
.c-media-block.-column-img-auto > .c-figure img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.c-media-block.-column-img-auto > .c-figure img[src$=".svg"].c-width-30 {
  width: 30%;
  margin-inline: auto;
}
.c-media-block.-column-img-auto > .c-figure img[src$=".svg"].c-width-50 {
  width: 50%;
  margin-inline: auto;
}
.c-media-block.-column-img-auto > .c-figure img[src$=".svg"].c-width-70 {
  width: 70%;
  margin-inline: auto;
}
.c-media-block.-column-img-auto .c-figure__caption {
  text-align: center;
}
.c-media-block.-column-img-auto .c-figure__caption.u-text-right {
  text-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .c-media-block.-column-img-auto .c-figure__caption.u-text-right {
    text-align: right;
    align-self: flex-end;
  }
}
.c-media-block .c-text:first-child {
  margin-top: 0;
}
.c-media-block .c-text + .c-figure {
  margin-top: var(--spacing-4);
}
.c-media-block .c-text + .c-text {
  margin-top: var(--spacing-4);
}
.c-media-block > .c-figure {
  margin-top: 0;
}
.c-media-block .c-figure {
  align-self: flex-start;
  flex-shrink: 0;
  padding-inline: 0;
}
.c-media-block .c-figure + .c-text {
  margin-top: var(--spacing-4);
}
.c-media-block .c-figure img:not(.c-width-30, .c-width-50, .c-width-70) {
  width: auto;
}
.c-media-block .c-figure img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.c-media-block .c-figure img[src$=".svg"].c-width-30 {
  width: 30%;
  margin-inline: auto;
}
.c-media-block .c-figure img[src$=".svg"].c-width-50 {
  width: 50%;
  margin-inline: auto;
}
.c-media-block .c-figure img[src$=".svg"].c-width-70 {
  width: 70%;
  margin-inline: auto;
}
.c-media-block .c-heading-lv2:nth-of-type(1),
.c-media-block .c-heading-lv3:nth-of-type(1),
.c-media-block .c-heading-lv4:nth-of-type(1),
.c-media-block .c-heading-lv5:nth-of-type(1) {
  margin-top: 0;
}
.c-media-block .c-downloadItem__button {
  margin-top: var(--spacing-4);
}
.c-media-block .c-downloadItem__button .c-downloadButtons {
  text-align: center;
}
.c-media-block .c-downloadItem__button .c-downloadButtons li {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-media-block .c-downloadItem__button .c-downloadButtons li {
    width: auto;
  }
}
.c-media-block .c-downloadItem__button .c-button-download {
  display: flex;
}
@media (min-width: 768px) {
  .c-media-block.-bubble {
    grid-template-columns: 4fr 1fr;
  }
}
.c-media-block.-bubble .c-media-block__body {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin-top: 0;
  padding: var(--spacing-4);
  border-radius: 12px;
  background-color: var(--color-fastus-gray-light);
  text-align: left;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .c-media-block.-bubble .c-media-block__body {
    margin-right: 25px;
  }
}
.c-media-block.-bubble .c-media-block__body::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent var(--color-fastus-gray-light);
  transform: rotate(90deg);
  translate: -50%;
}
@media (min-width: 768px) {
  .c-media-block.-bubble .c-media-block__body::after {
    top: 50%;
    bottom: initial;
    right: 0;
    left: initial;
    transform: rotate(0deg);
    translate: 100% -50%;
  }
}
.c-media-block.-bubble .c-figure {
  margin-top: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-media-block.-bubble .c-figure {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .c-media-block.-bubble.-img-left {
    grid-template-columns: 1fr 4fr;
  }
}
@media (min-width: 768px) {
  .c-media-block.-bubble.-img-left .c-media-block__body {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 0;
  }
}
.c-media-block.-bubble.-img-left .c-media-block__body::after {
  top: -12px;
  bottom: initial;
  border-width: 15px 25px 15px 0;
  border-color: transparent var(--color-fastus-gray-light) transparent transparent;
  translate: -100% -50%;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .c-media-block.-bubble.-img-left .c-media-block__body::after {
    top: 50%;
    left: -50px;
    right: initial;
    translate: 100% -50%;
    transform: rotate(0deg);
  }
}
.c-media-block.-bubble.-img-left > .c-figure {
  margin-bottom: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-media-block.-bubble.-img-left > .c-figure {
    margin-bottom: 0;
  }
}
.c-media-block + .c-grid {
  margin-top: var(--spacing-8);
}

.c-width-30 {
  width: 30%;
  place-self: center;
  margin-inline: auto;
}

.c-width-50 {
  width: 50%;
  place-self: center;
  margin-inline: auto;
}

.c-width-70 {
  width: 70%;
  place-self: center;
  margin-inline: auto;
}

.c-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-1);
  margin-top: var(--spacing-4);
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-black);
}
.c-list.-small {
  font-size: var(--font-size-14);
}
.c-list li {
  position: relative;
  padding-left: 1.6em;
}
.c-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  background: var(--color-fastus-gray-dark);
  border-radius: 50%;
}
.c-list .c-list {
  margin-top: var(--spacing-1);
}
.c-list .c-text {
  margin-top: var(--spacing-1);
}
.c-list.-number {
  counter-reset: number;
}
.c-list.-number > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.c-list.-number .c-list {
  margin-top: var(--spacing-1);
}
.c-list.-paren {
  counter-reset: number;
}
.c-list.-paren > li {
  counter-increment: number;
  padding-left: 2.2em;
}
.c-list.-paren > li::before {
  content: "(" counter(number) ")";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.c-list.-paren .c-list {
  margin-top: var(--spacing-1);
}
.c-list.-note > li {
  padding-left: 1em;
}
.c-list.-note > li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  background: none;
}
.c-list.-noteNumber > li {
  padding-left: 1.8em;
}
.c-list.-noteNumber > li::before {
  content: "";
  display: none;
}
.c-list.-noteNumber .c-list__number {
  display: inline-block;
  width: 1.5em;
  position: absolute;
  left: 0;
}
.c-list.-alpha {
  counter-reset: list-alpha;
}
.c-list.-alpha > li {
  counter-increment: list-alpha;
}
.c-list.-alpha > li::before {
  content: counter(list-alpha, lower-alpha) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.c-list.-roman {
  counter-reset: count;
}
.c-list.-roman > li {
  counter-increment: count;
}
.c-list.-roman > li::before {
  content: "(" counter(count, lower-roman) ")";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.c-list.-hyphen li {
  position: relative;
  padding-left: 24px;
}
.c-list.-hyphen li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 10px;
  height: 2px;
  background: var(--color-black);
  border-radius: 50%;
}

.c-definitionList {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-1);
  margin-top: var(--spacing-4);
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-black);
}
.c-definitionList dt {
  display: grid;
  grid-template-columns: subgrid;
  font-weight: bold;
}
.c-definitionList dd .c-list {
  margin-top: var(--spacing-1);
}
.c-definitionList:has(.c-definitionList__number) {
  grid-template-columns: 1.4em 1fr;
}
.c-definitionList:has(.c-definitionList__number) dt {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  font-weight: bold;
}
.c-definitionList:has(.c-definitionList__number) dd {
  grid-column: 2/-1;
}
.c-definitionList:has(.c-definitionList__number) dd .c-list {
  margin-top: var(--spacing-1);
}

.c-definitionList__number {
  grid-column: 1/1;
  color: var(--color-fastus-gray-dark);
}

.c-listFilter {
  background: var(--color-fastus-gray-pale);
  padding: var(--spacing-4) var(--spacing-3);
  margin-inline: calc(var(--spacing-3) * -1);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
  margin-block: var(--spacing-7);
}
@media (min-width: 768px) {
  .c-listFilter {
    margin-inline: initial;
  }
}
.c-listFilter.c-productFilter {
  margin-block: 0;
  margin-inline: 0;
}
.c-listFilter.c-downloadFilter {
  margin-block: var(--spacing-5);
  padding-block: 0;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .c-listFilter.c-downloadFilter {
    padding: 0;
  }
}

.c-listFilter__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.c-listFilter__heading {
  font-size: var(--font-size-h5-sp);
  line-height: var(--line-height-140);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-listFilter__heading {
    font-size: var(--font-size-h5);
  }
}

.c-listFilter__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--spacing-2);
}
.c-listFilter__grid.-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-listFilter__grid.-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-listFilter__grid.-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-listFilter__grid.-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 768px) {
  .c-listFilter__grid.-column-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-listFilter__grid.-column-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-listFilter__grid.-column-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-listFilter__grid.-column-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-listFilter__checkboxes {
  margin-top: var(--spacing-3);
}

.c-listFilter__checkboxes__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-2);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-listFilter__checkboxes__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-categoryList {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5) var(--spacing-4);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-categoryList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-categoryList.-sp-column-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-5) var(--spacing-3);
}
@media (min-width: 768px) {
  .c-categoryList.-sp-column-2 {
    gap: var(--spacing-5) var(--spacing-4);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-sp-column-2.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-sp-column-2.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-categoryList.-sp-column-2.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-categoryList.-sp-column-2 .c-categoryList__title {
  font-size: var(--font-size-17);
}
@media (min-width: 768px) {
  .c-categoryList.-sp-column-2 .c-categoryList__title {
    font-size: var(--font-size-20);
  }
}
.c-categoryList + .c-button__wrap {
  margin-top: var(--spacing-5);
}

.c-categoryList__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  position: relative;
}
.c-categoryList__item .c-figure {
  margin-top: 0;
  align-self: auto;
}
.c-categoryList__item .c-figure__caption {
  order: 1;
}
.c-categoryList__item:has(.c-categoryList__body) .c-categoryList__head {
  padding-bottom: var(--spacing-2);
}
@media (any-hover: hover) {
  .c-categoryList__item.-hover .c-categoryList__body {
    display: block;
    opacity: 1;
    z-index: 3;
  }
  @starting-style {
    .c-categoryList__item.-hover .c-categoryList__body {
      opacity: 0;
    }
  }
  .c-categoryList__item:hover .c-categoryList__title::before {
    background-color: var(--color-fastus-red);
  }
  .c-categoryList__item:hover .c-categoryList__title span {
    background-size: 100% 1px;
  }
}

.c-categoryList__head {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  order: 2;
}

.c-categoryList__title {
  order: 1;
  padding: 0 var(--spacing-4) 0 0;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
  position: relative;
}
.c-categoryList__title::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-categoryList__title.-invert::before {
  right: initial;
  left: 14px;
}
.c-categoryList__title::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
}
.c-categoryList__title.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-categoryList__title:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-categoryList__title::before {
  right: 0;
}
.c-categoryList__title::after {
  right: 5px;
}
@media (any-hover: hover) {
  .c-categoryList__title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-categoryList__title span:hover {
    background-size: 100% 1px;
  }
}

.c-categoryList__body {
  display: none;
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .c-categoryList__body {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: opacity 0.4s, display 0.4s allow-discrete;
  }
}

@media (min-width: 768px) {
  .c-categoryList__body__inner {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3) 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: var(--spacing-3);
    font-size: var(--font-size-16);
    line-height: var(--line-height-130);
    font-weight: bold;
    background-color: var(--color-fastus-gray-pale);
    border-radius: 6px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-categoryList__body__inner a {
  position: relative;
  position: relative;
}
.c-categoryList__body__inner a::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (any-hover: hover) {
  .c-categoryList__body__inner a {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-categoryList__body__inner a:hover {
    background-size: 100% 1px;
  }
}

.c-box {
  margin-top: var(--spacing-7);
  padding: var(--spacing-4) var(--spacing-3);
  background: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-box {
    grid-template-columns: 1fr 1fr;
    margin-top: var(--spacing-8);
    padding-inline: var(--spacing-5);
  }
}
@media (min-width: 768px) {
  .c-box:has(.c-media-block) {
    padding: 42px 44px;
  }
}
.c-box.-news {
  border-radius: var(--spacing-2);
}
.c-box .c-media-block {
  align-items: center;
  gap: var(--spacing-2) 20px;
  margin-top: 0;
}
.c-box .c-media-block__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3) 0;
  order: 2;
}
.c-box .c-figure__caption {
  order: 1;
}
.c-box > *:first-child {
  margin-top: 0;
}
.c-box .c-button {
  width: min(100%, 320px);
  margin-top: var(--spacing-3);
}
.c-box > .c-button__wrap .c-button {
  margin-top: 0;
}

.c-box__title {
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
}

.c-newsLabel {
  border-radius: 2px;
  background: var(--color-fastus-gray-light);
  font-size: var(--font-size-13);
  font-weight: bold;
  line-height: var(--line-height-130);
  padding: 6px 14px;
  display: inline-block;
}

[class^=c-label-] {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px var(--spacing-2);
  border-radius: 2px;
  font-size: var(--font-size-13);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-label-product {
  background: var(--color-gray-deep);
  color: var(--color-white);
}

.c-label-download {
  background: var(--color-gray-light);
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}

.c-label-important {
  background: var(--color-red-alert);
  color: var(--color-white);
}

.c-label-discontinued {
  background: var(--color-gray-light);
}

.c-label-company {
  background: var(--color-fastus-gray-dark);
  color: var(--color-white);
}

.c-label-events {
  background: var(--color-fastus-red-light);
}

.c-label-seminar {
  background: var(--color-fastus-red-pale);
}

.c-logo {
  width: 130px;
}
.c-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-logo-fastus {
  line-height: 1;
}
.c-logo-fastus img {
  width: 70px;
  height: auto;
}

.c-newsList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4) 0;
}
.c-newsList + .c-button__wrap {
  margin-top: var(--spacing-6);
}

.c-newsList__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: var(--spacing-2);
  padding-bottom: var(--spacing-3);
  border-bottom: 1px solid var(--color-gray-light);
}

.c-newsList__labels {
  grid-column: 1/2;
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-newsList__date {
  grid-column: 2/3;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-newsList__date {
    white-space: initial;
  }
}

.c-newsList__title {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}
.c-newsList__title a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-newsList__title a {
    text-decoration: none;
  }
  .c-newsList__title a > span:not(.c-chevron-circle, .c-icon) {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .c-newsList__title a:hover > span {
    background-size: 100% 1px;
  }
}

.c-newsFilter {
  margin-block: var(--spacing-7) var(--spacing-8);
}

.c-newsFilter__inner {
  background: var(--color-fastus-gray-pale);
  padding: var(--spacing-3);
  display: flex;
  gap: var(--spacing-3);
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-newsFilter__inner {
    gap: var(--spacing-6);
    align-items: center;
    flex-direction: row;
  }
}

.c-newsFilter__heading {
  font-size: var(--font-size-heading-e);
  line-height: var(--line-height-140);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-newsFilter__heading {
    flex-shrink: 0;
  }
}

.c-newsFilter__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  align-items: center;
  justify-content: flex-start;
}

.c-newsFilter__item {
  border-radius: 4px;
  background: var(--color-white);
}

.c-newsFilter__category {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid var(--color-fastus-gray-light);
  background: var(--color-white);
  padding: var(--spacing-1) var(--spacing-2);
  font-weight: bold;
}
.c-newsFilter__category.-current {
  background: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  padding-left: calc(var(--spacing-2) + 14px + var(--spacing-1));
  color: var(--color-white) !important;
}
.c-newsFilter__category.-current::before {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  top: calc(var(--spacing-1) + 0.4em);
  left: var(--spacing-2);
  background: var(--color-white);
  -webkit-mask-image: url("/global/assets/images/icon_check.svg");
  mask-image: url("/global/assets/images/icon_check.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-newsFilter__category {
    transition: opacity 0.4s ease;
  }
  .c-newsFilter__category:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.c-panel-3 {
  background: var(--color-fastus-gray-pale);
  margin-block: var(--spacing-6);
  margin-inline: calc(-1 * var(--size-gutter));
  padding-block: var(--spacing-4);
  padding-inline: var(--size-gutter) 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-panel-3 {
    border-radius: 14px;
    margin-inline: initial;
    padding-inline: var(--spacing-5);
  }
}
.c-panel-3:has(.c-slider-downloads) {
  width: calc(100% + var(--size-gutter) * 2);
  padding-inline: var(--size-gutter);
}
@media (min-width: 768px) {
  .c-panel-3:has(.c-slider-downloads) {
    width: auto;
  }
}
.c-panel-3 .c-slider-downloads {
  margin-block: 0;
}

.c-panel-3__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-panel-3__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-3);
  }
}

.c-panel-3__heading {
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
  line-height: var(--line-height-150);
}

.c-product-label {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 4px var(--spacing-2);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
  border-radius: 2px;
  color: var(--color-black);
  background-color: var(--color-gray-light);
  z-index: 1;
}
.c-product-label.-new {
  color: var(--color-white);
  background-color: var(--color-fastus-red);
}
.c-product-label.-discontinued {
  height: 37px;
  color: var(--color-red-alert);
  font-size: var(--font-size-16);
  border: 1px solid var(--color-red-alert);
  background-color: var(--color-white);
}
.c-product-label.-scheduledDiscontinued {
  height: 37px;
  color: var(--color-red-alert);
  font-size: var(--font-size-16);
  border: 1px solid var(--color-red-alert);
  background-color: var(--color-white);
}
.c-product-label.-end {
  height: 37px;
  color: var(--color-black);
  font-size: var(--font-size-16);
  border: 1px solid var(--color-gray-light);
  background-color: var(--color-gray-light);
}

.u-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-right: var(--spacing-1);
  padding: 2px var(--spacing-2);
  border-radius: 2px;
  font-size: var(--font-size-13);
  font-weight: bold;
  line-height: var(--line-height-130);
  background: var(--color-fastus-gray-light);
}
.u-label.u-label-01 {
  background: var(--color-gray-deep);
  color: var(--color-white);
}
.u-label.u-label-02 {
  background: var(--color-gray-light);
}
.u-label.u-label-03 {
  background: var(--color-fastus-gray-dark);
  color: var(--color-white);
}
.u-label.u-label-04 {
  background: var(--color-fastus-red-light);
}
.u-label.u-label-05 {
  background: var(--color-fastus-red-pale);
}
.u-label.u-label-06 {
  background: var(--color-fastus-red);
  color: var(--color-white);
}

.c-map {
  position: relative;
  width: 100%;
  margin-top: var(--spacing-4);
  height: 100%;
  aspect-ratio: 16/9;
}
.c-map iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-map:has(iframe[src]) .c-iframe__placeholder {
  display: none;
}
.c-map:has(iframe[data-src]) .c-iframe__placeholder {
  display: flex;
}

.c-table-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  margin-top: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-table-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .c-media + .c-table-column {
    margin-top: var(--spacing-4);
  }
}
.c-media + .c-table-column .c-table-2 table,
.c-media + .c-table-column .c-map {
  margin-top: 0;
}
.c-table-column .c-table-2 table {
  margin-block: var(--spacing-1) 0;
}
@media (min-width: 768px) {
  .c-table-column .c-table-2 table {
    margin-block: var(--spacing-2) 0;
  }
}
.c-table-column .c-map {
  margin-block: 0;
}
@media (min-width: 768px) {
  .c-table-column .c-map {
    margin-block: var(--spacing-2) 0;
  }
}
.c-table-column .c-figure {
  margin-block: 0;
}
@media (min-width: 768px) {
  .c-table-column .c-figure {
    margin-block: var(--spacing-2) 0;
  }
}
.c-table-column .c-button {
  margin-top: var(--spacing-5);
}

.c-nav-anchorLink {
  position: relative;
  max-width: calc(var(--size-content-wide) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
  margin-top: var(--spacing-7);
}
.c-nav-anchorLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--spacing-3);
  right: var(--spacing-3);
  width: calc(100% - var(--spacing-3) * 2);
  height: 1px;
  background: var(--color-gray-dark);
}

.c-nav-anchorLink__inner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  padding-top: var(--spacing-7);
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-150);
}
@media (min-width: 768px) {
  .c-nav-anchorLink__inner {
    flex-direction: row;
    place-content: center;
    flex-wrap: wrap;
    max-width: calc(var(--size-content) + var(--size-protect) * 2);
    margin-inline: auto;
    padding-inline: var(--size-protect);
  }
}
.c-nav-anchorLink__inner a {
  vertical-align: bottom;
  padding-right: 25px;
  position: relative;
}
.c-nav-anchorLink__inner a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: var(--spacing-2);
  background-image: url("/global/assets/images/icon_arrow_anchor.svg");
}
.c-nav-anchorLink__inner a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-nav-anchorLink__inner a:hover > span {
    background-size: 100% 1px;
  }
}

.c-products-categoryList {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5) var(--spacing-4);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-products-categoryList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-products-categoryList.-sp-column-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-5) var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-categoryList.-sp-column-2 {
    gap: var(--spacing-5) var(--spacing-4);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-sp-column-2.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-sp-column-2.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-products-categoryList.-sp-column-2.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-products-categoryList.-sp-column-2 .c-products-categoryList__title {
  font-size: var(--font-size-17);
}
@media (min-width: 768px) {
  .c-products-categoryList.-sp-column-2 .c-products-categoryList__title {
    font-size: var(--font-size-20);
  }
}
.c-products-categoryList + .c-button__wrap {
  margin-top: var(--spacing-5);
}

.c-products-categoryList__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  position: relative;
}
.c-products-categoryList__item .c-figure {
  margin-top: 0;
}
.c-products-categoryList__item .c-figure__caption {
  order: 1;
}
.c-products-categoryList__item:has(.c-products-categoryList__body) .c-products-categoryList__head {
  padding-bottom: var(--spacing-2);
}
@media (any-hover: hover) {
  .c-products-categoryList__item.-hover .c-products-categoryList__body {
    display: block;
    opacity: 1;
    z-index: 3;
  }
  @starting-style {
    .c-products-categoryList__item.-hover .c-products-categoryList__body {
      opacity: 0;
    }
  }
  .c-products-categoryList__item:hover .c-products-categoryList__title::before {
    background-color: var(--color-fastus-red);
  }
  .c-products-categoryList__item:hover .c-products-categoryList__title span {
    background-size: 100% 1px;
  }
}

.c-products-categoryList__head {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
  order: 2;
}

.c-products-categoryList__title {
  order: 1;
  padding: 0 var(--spacing-4) 0 0;
  font-size: var(--font-size-20);
  line-height: var(--line-height-150);
  font-weight: bold;
  position: relative;
}
.c-products-categoryList__title::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-products-categoryList__title.-invert::before {
  right: initial;
  left: 14px;
}
.c-products-categoryList__title::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
}
.c-products-categoryList__title.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-products-categoryList__title:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-products-categoryList__title::before {
  right: 0;
}
.c-products-categoryList__title::after {
  right: 5px;
}
@media (any-hover: hover) {
  .c-products-categoryList__title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-products-categoryList__title span:hover {
    background-size: 100% 1px;
  }
}

.c-products-categoryList__body {
  display: none;
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .c-products-categoryList__body {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: opacity 0.4s, display 0.4s allow-discrete;
  }
}

@media (min-width: 768px) {
  .c-products-categoryList__body__inner {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-3) 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: var(--spacing-3);
    font-size: var(--font-size-16);
    line-height: var(--line-height-130);
    font-weight: bold;
    background-color: var(--color-fastus-gray-pale);
    border-radius: 6px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-products-categoryList__body__inner a {
  position: relative;
  position: relative;
}
.c-products-categoryList__body__inner a::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (any-hover: hover) {
  .c-products-categoryList__body__inner a {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-products-categoryList__body__inner a:hover {
    background-size: 100% 1px;
  }
}

.c-category-nav {
  margin-top: var(--spacing-4);
  padding-block: var(--spacing-7);
  background-color: var(--color-gray-dark);
}

.c-category-nav__inner {
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
}

.c-category-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2);
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-150);
  color: var(--color-white);
}
@media (min-width: 768px) {
  .c-category-nav-links {
    gap: var(--spacing-4);
  }
}
.c-category-nav-links a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 16px 0;
  color: var(--color-white);
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-category-nav-links a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
@media (min-width: 768px) {
  .c-category-nav-links a {
    padding: 0 0 var(--spacing-4) 0;
  }
}
@media (any-hover: hover) {
  .c-category-nav-links a:hover span:not(.c-icon, .u-visually-hidden)::before {
    background-color: var(--color-fastus-red);
  }
  .c-category-nav-links a:hover span:not(.c-icon, .u-visually-hidden)::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
.c-category-nav-links a[target=_blank] > span:not(.c-icon, .u-visually-hidden)::before, .c-category-nav-links a[target=_blank] > span:not(.c-icon, .u-visually-hidden)::after {
  display: none;
}
.c-category-nav-links a[target=_blank] .c-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  right: 0;
}
.c-category-nav-links:has(a) span:not(.c-icon, .u-visually-hidden) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: var(--spacing-5);
}
.c-category-nav-links:has(a) span:not(.c-icon, .u-visually-hidden)::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 19px;
  height: 19px;
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-category-nav-links:has(a) span:not(.c-icon, .u-visually-hidden)::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 51%;
  transform: translate(0, -51%);
  right: 5px;
  width: 7px;
  height: 9px;
  background: url("/global/assets/images/icon_button_arrow_gray.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-category-nav-links.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-category-nav-links.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-category-nav-links.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-category-nav__title {
  color: var(--color-white);
  font-size: var(--font-size-heading-e);
  font-weight: bold;
  line-height: var(--line-height-140);
}
.c-category-nav__title a {
  display: inline;
  align-items: center;
  position: relative;
}
.c-category-nav__title a::after {
  content: "";
  display: inline-flex;
  width: 19px;
  height: 19px;
  margin-left: var(--spacing-2);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
  transform: translate(0, 10%);
}
@media (any-hover: hover) {
  .c-category-nav__title a:hover::after {
    background-color: var(--color-fastus-red);
  }
  .c-category-nav__title a:hover span:not(.c-icon, .u-visually-hidden)::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
.c-category-nav__title:has(a) a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-category-nav__title:has(a) a:hover > span:not(.c-chevron-circle, .c-icon) {
    background-size: 100% 1px;
  }
}
.c-category-nav__title:has(a) span:not(.c-icon, .u-visually-hidden)::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0.4em;
  width: 7px;
  height: 9px;
  background: url(/global/assets/images/icon_button_arrow_gray.svg) no-repeat center/contain;
  z-index: 1;
}

.c-products-detail {
  margin-top: var(--spacing-5);
  display: grid;
  gap: var(--spacing-3);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-products-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.c-products-detail .c-heading-lv1 {
  display: flex;
  flex-direction: column;
  margin-block: 0;
}
.c-products-detail .c-products-detail__main .c-product-label {
  order: 2;
  flex-shrink: 0;
  align-self: flex-end;
  align-items: baseline;
  margin-left: var(--spacing-2);
}
.c-products-detail .c-products-detail__main .c-heading-lv1__heading {
  display: inline;
  text-box: trim-end cap alphabetic;
}
.c-products-detail + .c-box {
  margin-top: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-detail + .c-box {
    margin-top: var(--spacing-7);
  }
}

.c-products-detail__info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.c-products-detail__text + .c-list {
  margin-top: 0;
}

.c-products-detail__logo {
  margin-bottom: var(--spacing-2);
}
.c-products-detail__logo img {
  width: auto;
  height: 31px;
}

.c-products-detail__label {
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .c-products-detail__label {
    padding-bottom: 18px;
  }
}

.c-products-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-2) var(--spacing-3);
}
.c-products-logos.-standardLogo img {
  width: auto;
  height: 26px;
  max-width: 100%;
}
.c-products-logos.-brandLogo img {
  width: auto;
  height: 26px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-products-logos.-networkLogo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-products-logos.-networkLogo img {
  width: 136px;
  height: auto;
  max-width: 100%;
}

.c-products-detail__image {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.c-products-discontinuedInfo {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
  margin-block: var(--spacing-5) var(--spacing-7);
  padding-block: var(--spacing-4);
  background-color: var(--color-gray-pale);
}
@media (min-width: 768px) {
  .c-products-discontinuedInfo {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: var(--spacing-3) var(--spacing-4);
  }
}
.c-products-discontinuedInfo:has(.c-products-discontinuedInfo__contact) {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-products-discontinuedInfo:has(.c-products-discontinuedInfo__contact) {
    grid-template-columns: 1fr 1fr;
  }
}

.c-products-discontinuedInfo__announce {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2);
  align-items: center;
}
@media (min-width: 768px) {
  .c-products-discontinuedInfo__announce {
    grid-column: 1/2;
  }
}
.c-products-discontinuedInfo__announce.-column2 {
  grid-template-columns: 1fr;
}
@media (max-width: 1199px) {
  .c-products-discontinuedInfo__announce.-column2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .c-products-discontinuedInfo__announce.-column2 {
    grid-template-columns: auto 1fr;
  }
}

.c-products-discontinuedInfo__labels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
}

.c-products-discontinuedInfo__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
}
.c-products-discontinuedInfo__text a {
  position: relative;
}
.c-products-discontinuedInfo__text a::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
.c-products-discontinuedInfo__text a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-products-discontinuedInfo__text a:hover > span {
    background-size: 100% 1px;
  }
}
.c-products-discontinuedInfo__text a[target=_blank]::after {
  display: none;
}

@media (min-width: 768px) {
  .c-products-discontinuedInfo__contact {
    grid-column: 2/3;
  }
}
.c-products-discontinuedInfo__contact .c-button__wrap {
  margin-top: var(--spacing-2);
}
@media only screen and (max-width: 767px) {
  .c-products-discontinuedInfo__contact .c-button {
    width: 100%;
  }
}

.c-products-discontinuedRecommended {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  padding-top: var(--spacing-3);
  border-top: 1px solid var(--color-white);
}
@media (min-width: 768px) {
  .c-products-discontinuedRecommended {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}

.c-products-discontinuedRecommended__title {
  font-size: var(--font-size-heading-e);
  line-height: var(--line-height-140);
  font-weight: bold;
}

@media (min-width: 768px) {
  .c-products-discontinuedRecommended__links .c-linkList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: var(--spacing-2) var(--spacing-4);
  }
}

.c-products-models {
  margin-top: var(--spacing-5);
  display: grid;
  gap: var(--spacing-3);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-products-models {
    grid-template-columns: 1fr 1fr;
  }
}
.c-products-models .c-heading-lv1 {
  display: flex;
  flex-direction: column;
  margin-block: 0;
}
.c-products-models .c-products-models__main .c-product-label {
  order: 2;
  flex-shrink: 0;
  align-self: flex-end;
  align-items: baseline;
  margin-left: var(--spacing-2);
}
.c-products-models .c-products-models__main .c-heading-lv1__heading {
  display: inline;
  text-box: trim-end cap alphabetic;
}
.c-products-models + .c-box {
  margin-top: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-models + .c-box {
    margin-top: var(--spacing-7);
  }
}

.c-products-models__info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-models__info {
    order: 2;
  }
}

.c-products-models__logo {
  margin-bottom: var(--spacing-2);
}
.c-products-models__logo img {
  width: auto;
  height: 31px;
}

.c-products-models_label {
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .c-products-models_label {
    padding-bottom: 18px;
  }
}

.c-products-exportControl {
  display: flex;
  gap: var(--spacing-1);
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}
.c-products-exportControl .c-products-exportControl__title {
  font-weight: bold;
}

.c-products-models__image {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-models__image {
    order: 1;
  }
}
.c-products-models__image .c-figure {
  margin-top: 0;
}

.c-products-models__spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  gap: var(--spacing-1) 0;
  list-style: none;
}
.c-products-models__spec li {
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}
.c-products-models__spec li a:not([aria-current=page]) {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-products-models__spec li a:not([aria-current=page]):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-products-models__spec li + li::after {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}
.c-products-models__spec li:nth-child(2)::before {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}
.c-products-models__spec li:last-child::after {
  display: none;
}
.c-products-models__spec li:last-child::after a {
  pointer-events: none;
}

.c-products-models__dataBox {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  margin-top: var(--spacing-4);
  padding: var(--spacing-4) var(--spacing-3);
  background: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-products-models__dataBox {
    padding: var(--spacing-4) 40px;
  }
}
@media (min-width: 768px) {
  .c-products-models__dataBox.-column-harf {
    width: calc(50% - var(--spacing-4) / 2);
  }
}

.c-products-models__dataBox__title {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-140);
  font-weight: bold;
}

.c-products-models__dataBox__links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-products-models__dataBox__links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .c-products-models__dataBox__links .c-downloadButtons li {
    width: 100%;
    text-align: center;
  }
}

.c-products-relatedLinks {
  width: 100%;
}

.c-products-relatedLinks__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-products-relatedLinks__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-products-relatedLinks__head {
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  margin-bottom: var(--spacing-1);
}

.c-products-relatedLinks__link span {
  font-size: var(--font-size-16);
  font-weight: bold;
  line-height: var(--line-height-130);
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-products-relatedLinks__link span:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-products-relatedLinks__viewMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-3);
  padding: var(--spacing-2);
}

.c-productLabel {
  display: inline-block;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px var(--spacing-2);
  border-radius: 0 0 6px 0;
  text-align: center;
}
.c-headingShoulder .c-productLabel {
  position: initial;
  border-radius: 2px;
}

.c-productLabel.-new {
  background: var(--color-fastus-red);
  color: var(--color-white);
}

.c-productLabel.-featured {
  background: var(--color-white);
  color: var(--color-fastus-red);
  border: 1px solid var(--color-fastus-red);
}

.c-productList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-productList .c-product-label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
}
.c-productList .c-result__listItem {
  position: relative;
  padding-bottom: var(--spacing-3);
  border-top: 1px solid var(--color-gray-light);
}

.c-productList__media {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: var(--spacing-1) var(--spacing-3);
  position: relative;
}
@media (min-width: 768px) {
  .c-productList__media {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (any-hover: hover) {
  .c-productList__media:hover .c-productList__type span,
  .c-productList__media:hover .c-productList__title,
  .c-productList__media:hover .c-productList__text span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-productList__media__info {
  order: 2;
  gap: var(--spacing-1) 0;
  grid-column: 2/3;
  padding-top: var(--spacing-3);
}

.c-productList__image {
  order: 1;
  grid-column: 1/2;
  grid-row: 1/1;
  padding-top: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-productList__image {
    grid-row: 1/3;
  }
}
.c-productList__image .c-figure {
  align-self: start;
  justify-content: center;
  width: 155px;
  margin-top: 0;
  aspect-ratio: 16/9;
  min-width: 0;
}
@media (min-width: 768px) {
  .c-productList__image .c-figure {
    width: 200px;
  }
}
.c-productList__image .c-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-productList__logo {
  margin-bottom: var(--spacing-1);
}

.c-productList__type {
  margin-bottom: var(--spacing-1);
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-productList__date {
  margin-bottom: var(--spacing-1);
}

.c-productList__title {
  font-size: var(--font-size-18);
  font-weight: bold;
  line-height: var(--line-height-150);
  position: initial;
}
.c-productList__title:has(a) {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-productList__title:has(a):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-productList__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-productList__text {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  grid-row: 2/3;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .c-productList__text {
    grid-column: 2/3;
  }
}

.c-productList__specifications {
  display: flex;
  flex-wrap: wrap;
  grid-row: 2/3;
  grid-column: 1/3;
  /*padding-right: var(--spacing-6);*/
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}
@media (min-width: 768px) {
  .c-productList__specifications {
    grid-column: 2/3;
  }
}
.c-productList__specifications span:not(:nth-of-type(1)):before {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}

.c-products-download-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: var(--spacing-2);
}

.c-products-download-link {
  display: flex;
  align-items: center;
  position: relative;
  height: 26px;
  padding: 2px var(--spacing-2);
  border: 1px solid var(--color-gray-deep);
  background-color: var(--color-gray-deep);
  border-radius: 4px;
  position: relative;
}
.c-products-download-link::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_button_arrow_white.svg");
}
@media (any-hover: hover) {
  .c-products-download-link {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-products-download-link:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-products-download-link > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-products-download-link:hover > span:not(.c-chevron-circle, .c-icon) {
    background-size: 100% 1px;
  }
}
.c-products-download-link::after {
  right: 14px;
  width: 4px;
  height: 7px;
}
.c-products-download-link[target=_blank]::after {
  display: none;
}
.c-products-download-link[target=_blank] .c-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
}
.c-products-download-link span {
  font-size: var(--font-size-14);
  font-weight: bold;
  color: var(--color-white);
  line-height: var(--line-height-130);
}

.c-newReleaseList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-4);
  margin-top: var(--spacing-5);
}
@media (min-width: 768px) {
  .c-newReleaseList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-newReleaseList__item {
  position: relative;
  border-top: 1px solid var(--color-gray-light);
}

.c-newReleaseList__media {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 0 var(--spacing-3);
  position: relative;
}
@media (any-hover: hover) {
  .c-newReleaseList__media:hover .c-newReleaseList__type span,
  .c-newReleaseList__media:hover .c-newReleaseList__title,
  .c-newReleaseList__media:hover .c-newReleaseList__text span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-newReleaseList__info {
  order: 2;
  gap: var(--spacing-1) 0;
  grid-column: 2/3;
  padding-block: var(--spacing-3);
}

.c-newReleaseList__image {
  order: 1;
  grid-column: 1/2;
  grid-row: 1/1;
  padding-block: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-newReleaseList__image {
    grid-row: 1/3;
  }
}
.c-newReleaseList__image .c-figure {
  align-self: start;
  justify-content: center;
  width: 155px;
  margin-top: 0;
  aspect-ratio: 16/9;
  min-width: 0;
}
@media (min-width: 768px) {
  .c-newReleaseList__image .c-figure {
    width: 200px;
  }
}
.c-newReleaseList__image .c-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-newReleaseList__type {
  margin-bottom: var(--spacing-1);
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
  text-box: trim-end cap alphabetic;
}

.c-newReleaseList__date {
  margin-bottom: var(--spacing-1);
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-newReleaseList__title {
  font-size: var(--font-size-18);
  font-weight: bold;
  line-height: var(--line-height-150);
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
  position: initial;
}
@media (any-hover: hover) {
  .c-newReleaseList__title:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-newReleaseList__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-newReleaseList__text {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  grid-row: 2/3;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .c-newReleaseList__text {
    grid-column: 2/3;
  }
}

.c-products-cta {
  display: none;
}
@media (min-width: 768px) {
  .c-products-cta {
    display: block;
    position: fixed;
    right: 0;
    top: calc(50vh - 96px);
    transform: translateX(calc(100% - 57px));
    transition: transform 0.5s ease;
    will-change: transform;
    z-index: 999;
  }
}
.c-products-cta:hover {
  transform: translateX(0);
}
.c-products-cta:hover .c-products-cta__inner::before {
  transform: translateY(-50%) rotate(180deg);
}

.c-products-cta__inner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 178px;
  border-radius: 4px 0 0 4px;
  background: var(--color-gray-deep);
  border: 1px solid var(--color-fastus-gray-light);
}
.c-products-cta__inner::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  background: url("/global/assets/images/icon_cta_arrow.svg") no-repeat center/contain;
  z-index: 2;
}

.c-products-cta__addList {
  position: relative;
}
.c-products-cta__addList.-stateAdded .c-products-cta__addListCountUp {
  animation: 0.4s 0s addListScale ease-in-out 2;
}

@keyframes addListScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(1.2);
  }
}
.c-products-cta__addListCountUp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), visibility 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  left: 32px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-fastus-red);
  border: 1px solid var(--color-white);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
.c-products-cta__addListCountUp.-stateVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-products-cta__addListCountUp__number {
  font-size: var(--font-size-12);
  font-weight: bold;
  line-height: var(--line-height-130);
  color: var(--color-white);
}

.c-products-cta__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0;
  transition: background 0.24s ease-out;
}
.c-products-cta__item::after {
  content: "";
  display: inline-block;
  width: calc(100% - 22px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: var(--color-fastus-gray-light);
}
.c-products-cta__item:last-child::after {
  display: none;
}
.c-products-cta__item:hover {
  background: var(--color-fastus-gray);
}

.c-products-cta__link {
  display: inline;
  align-content: center;
  position: relative;
  padding: 2px 5px 2px 60px;
  width: 100%;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 25px center;
}
.c-products-cta__link.-download {
  background-image: url("/global/assets/images/icon_cta_download.svg");
  background-size: 22px 30px;
  background-position: 27px center;
}
.c-products-cta__link.-downloadList {
  background-image: url("/global/assets/images/icon_cta_downloadList.svg");
  background-size: 27px 21px;
}
.c-products-cta__link.-estimate {
  background-image: url("/global/assets/images/icon_cta_estimate.svg");
  background-size: 26px 23px;
}
.c-products-cta__link.-inquiry {
  background-image: url("/global/assets/images/icon_cta_inquiry.svg");
  background-size: 26px 21px;
}
.c-products-cta__link span {
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
}
@media (any-hover: hover) {
  .c-products-cta__link > span {
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    background-image: linear-gradient(#fff, #fff);
  }
  .c-products-cta__link:hover > span {
    background-size: 100% 1px;
  }
}

.c-products-cta__sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: -172px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.25s;
  width: 171px;
  border-radius: 4px 0 4px 4px;
  background: var(--color-gray-deep);
  border: 1px solid var(--color-fastus-gray-light);
  will-change: transform;
  z-index: -1;
}
.c-products-cta__sublinks.-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s;
}
.c-products-cta__sublinks li {
  position: relative;
}
.c-products-cta__sublinks li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 8px;
  bottom: 0;
  background-color: var(--color-fastus-gray-light);
}

.c-products-cta__sublink {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 48px;
  padding: 2px 5px 2px var(--spacing-1);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
  transition: background 0.24s ease-out;
}
.c-products-cta__sublink span {
  color: var(--color-white);
}
@media (any-hover: hover) {
  .c-products-cta__sublink span {
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    background-image: linear-gradient(#fff, #fff);
  }
  .c-products-cta__sublink:hover {
    background: var(--color-fastus-gray);
  }
  .c-products-cta__sublink:hover span {
    background-size: 100% 1px;
  }
}

.c-downloadsSearch__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 52px;
}
@media (min-width: 768px) {
  .c-downloadsSearch__tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
  }
}

.c-downloadsSearch__tabs__button {
  min-height: 44px;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
  color: var(--color-black);
  text-align: center;
  border-bottom: 1px solid var(--color-gray-light);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-downloadsSearch__tabs__button {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .c-downloadsSearch__tabs__button:nth-child(odd) {
    border-right: 1px solid var(--color-gray-light);
  }
}
@media (min-width: 768px) {
  .c-downloadsSearch__tabs__button:not(:first-child) {
    border-left: 1px solid var(--color-gray-light);
  }
}
.c-downloadsSearch__tabs__button.-current {
  color: var(--color-white);
  border-left: transparent;
  background-color: var(--color-gray-deep);
}
@media (min-width: 768px) {
  .c-downloadsSearch__tabs__button.-current {
    border-radius: 4px 4px 0 0;
  }
}
.c-downloadsSearch__tabs__button.-current a {
  pointer-events: none;
}
.c-downloadsSearch__tabs__button.-current a:hover {
  cursor: default;
}
.c-downloadsSearch__tabs__button.-current a span {
  background-size: 0 1px;
}
.c-downloadsSearch__tabs__button.-current + .c-downloadsSearch__tabs__button {
  border-left: none;
}
.c-downloadsSearch__tabs__button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 4px var(--spacing-2);
}
.c-downloadsSearch__tabs__button a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-downloadsSearch__tabs__button a:hover > span {
    background-size: 100% 1px;
  }
}

.c-downloadSearch .c-search-keyword {
  margin-top: 0;
}

.c-downloadSearch__itemTitle {
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
  line-height: var(--line-height-150);
}

.c-download-selectedProduct {
  margin-bottom: var(--spacing-5);
}
.c-download-selectedProduct .c-productList__media {
  grid-template-columns: 0.8fr 1fr;
  gap: 0 var(--spacing-3);
}
@media (min-width: 910px) {
  .c-download-selectedProduct .c-productList__media {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: var(--spacing-1) var(--spacing-3);
  }
}
.c-download-selectedProduct .c-productList__media__info {
  padding-top: 0;
}
@media (min-width: 910px) {
  .c-download-selectedProduct .c-productList__media__info {
    grid-column: 1/-1;
  }
}
.c-download-selectedProduct .c-productList__image {
  padding-top: 0;
}
.c-download-selectedProduct .c-productList__image .c-figure {
  width: 100%;
  height: auto;
}
.c-download-selectedProduct .c-download-selectedProduct__body {
  padding: var(--spacing-3) var(--spacing-2);
  background-color: var(--color-fastus-gray-pale);
}

.c-download-selectedProduct__title {
  display: flex;
  align-items: center;
  min-height: 57px;
  padding: 10px var(--spacing-3);
  font-size: var(--font-size-18);
  line-height: var(--line-height-160);
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-black);
}

.c-heading-lv1 {
  margin-block: 52px var(--spacing-5);
}
@media (min-width: 768px) {
  .c-heading-lv1 {
    margin-block: var(--spacing-7) var(--spacing-5);
  }
}
.c-heading-lv2 + .c-heading-lv1 {
  margin-top: var(--spacing-8);
}
.c-heading-lv1:has(+ .c-unit) {
  margin-bottom: var(--spacing-1);
}

.c-heading-lv1__heading {
  font-size: var(--font-size-heading-a);
  line-height: var(--line-height-160);
  font-weight: bold;
}

.c-heading-lv1__sub {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  font-weight: bold;
  margin-bottom: var(--spacing-1);
}

.c-heading-lv1__newsLabel {
  margin-bottom: var(--spacing-1);
}

.c-heading-lv1__lead {
  margin-top: var(--spacing-3);
}

[class^=c-heading-lv] img {
  width: auto;
  margin-bottom: 0;
}
[class^=c-heading-lv] .c-heading__label {
  width: -webkit-fill-available;
  width: stretch;
  margin-bottom: var(--spacing-1);
}
[class^=c-heading-lv] .c-heading__label img {
  width: auto;
  height: 20px;
  margin-bottom: 0;
}
[class^=c-heading-lv] .c-heading__icon {
  display: inline-flex;
}
[class^=c-heading-lv] .c-heading__icon img {
  width: auto;
  height: 30px;
  margin-bottom: 0;
}
[class^=c-heading-lv]:has(.c-link-extension) a:after {
  display: none;
}
[class^=c-heading-lv]:has(+ .c-unit) {
  margin-bottom: var(--spacing-1);
}
[class^=c-heading-lv] .c-text-alert {
  font-size: inherit;
}

.c-headingUnit {
  flex-shrink: 0;
}

.c-heading-lv2 {
  margin-block: var(--spacing-7) var(--spacing-5);
}
@media (min-width: 768px) {
  .c-heading-lv2 {
    margin-block: var(--spacing-8) var(--spacing-5);
  }
}
.c-heading-lv2.-cluster {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--size-gutter);
}
.c-heading-lv2:has(.c-heading__label) {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.c-heading-lv2:has(.c-heading__label) .c-heading-lv2__heading {
  margin-top: 0;
}

.c-heading-lv2__heading {
  font-size: var(--font-size-heading-b);
  line-height: var(--line-height-130);
  font-weight: bold;
}
.c-heading-lv2__heading a {
  position: relative;
}
.c-heading-lv2__heading a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-heading-lv2__heading a:hover > span {
    background-size: 100% 1px;
  }
}
.c-heading-lv2__heading a::after {
  content: "";
  display: inline-flex;
  width: 0.4em;
  height: 0.67em;
  margin-left: var(--spacing-2);
  background-image: url(/global/assets/images/icon_arrow_02.svg);
  background-size: contain;
}
.c-heading-lv2__heading img {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.c-heading-lv2__heading > span {
  display: block;
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  font-weight: bold;
  margin-bottom: var(--spacing-1);
}
.c-heading-lv2__heading.c-text-alert {
  font-size: var(--font-size-heading-b);
}
.c-heading-lv2__heading .c-text-alert {
  font-size: inherit;
}
.c-heading-lv2__heading .c-logo {
  display: flex;
  align-items: center;
  gap: var(--spacing-1);
  margin-bottom: var(--spacing-2);
}
.c-heading-lv2__heading .c-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-heading-lv2__unit {
  flex: 0 0 auto;
  font-size: var(--font-size-16);
  font-weight: bold;
}

.c-heading-lv3 {
  margin-block: var(--spacing-6) var(--spacing-4);
}

.c-heading-lv3__heading {
  font-size: var(--font-size-heading-c);
  line-height: var(--line-height-130);
  font-weight: bold;
}
.c-heading-lv3__heading a {
  position: relative;
}
.c-heading-lv3__heading a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-heading-lv3__heading a:hover > span {
    background-size: 100% 1px;
  }
}
.c-heading-lv3__heading a::after {
  content: "";
  display: inline-flex;
  width: 0.4em;
  height: 0.67em;
  margin-left: var(--spacing-2);
  background-image: url(/global/assets/images/icon_arrow_02.svg);
  background-size: contain;
}
.c-heading-lv3__heading img {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.c-heading-lv3__heading > span:not(.c-link-extension, .c-heading__icon) {
  display: block;
  font-size: var(--font-size-heading-sub-title);
  font-weight: normal;
}
.c-heading-lv3__heading.c-text-alert {
  font-size: var(--font-size-heading-c);
}

.c-heading-lv4 {
  margin-block: var(--spacing-6) var(--spacing-2);
}
.c-heading-lv2 + .c-heading-lv4, .c-heading-lv3 + .c-heading-lv4 {
  margin-top: var(--spacing-5);
}

.c-heading-lv4__heading {
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
  font-weight: bold;
}
.c-heading-lv4__heading a {
  position: relative;
}
.c-heading-lv4__heading a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-heading-lv4__heading a:hover > span {
    background-size: 100% 1px;
  }
}
.c-heading-lv4__heading a::after {
  content: "";
  display: inline-flex;
  width: 0.4em;
  height: 0.67em;
  margin-left: var(--spacing-2);
  background-image: url(/global/assets/images/icon_arrow_02.svg);
  background-size: contain;
}
.c-heading-lv4__heading.c-text-alert {
  font-size: var(--font-size-heading-d);
}

.c-heading-lv5 {
  margin-block: var(--spacing-6) var(--spacing-2);
}
.c-heading-lv2 + .c-heading-lv5, .c-heading-lv3 + .c-heading-lv5, .c-heading-lv4 + .c-heading-lv5 {
  margin-top: var(--spacing-5);
}

.c-heading-lv5__heading {
  font-size: var(--font-size-heading-e);
  line-height: var(--line-height-140);
  font-weight: bold;
}
.c-heading-lv5__heading.c-text-alert {
  font-size: var(--font-size-heading-e);
}

.c-headingShoulder {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) var(--spacing-4);
  margin-bottom: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-headingShoulder {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.c-headingShoulder__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-1) var(--spacing-4);
}
.c-headingShoulder__item.-new {
  flex-shrink: 0;
}

.c-headingShoulder__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--spacing-1) 0;
}
@media (min-width: 768px) {
  .c-headingShoulder__meta {
    flex-wrap: nowrap;
  }
}
.c-headingShoulder__meta dt {
  margin-right: var(--spacing-2);
  padding-right: calc(var(--spacing-2) + 3px);
  position: relative;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  flex-shrink: 0;
  padding-top: 0.1em;
}
.c-headingShoulder__meta dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
  right: 1px;
  translate: 0 -45%;
}
.c-headingShoulder__meta dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-headingShoulder__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-1) var(--spacing-3);
}

.c-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: var(--spacing-1);
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-icon.-window {
  -webkit-mask-image: url("/global/assets/images/icon_blank.svg");
  mask-image: url("/global/assets/images/icon_blank.svg");
}
.c-icon.-pdf {
  -webkit-mask-image: url("/global/assets/images/icon_pdf.svg");
  mask-image: url("/global/assets/images/icon_pdf.svg");
}
.c-descList a .c-icon {
  margin-left: initial;
}
.c-button .c-icon, .c-products-download-link .c-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  margin-left: initial;
}

.Accordion {
  border-bottom: 1px solid var(--color-gray-dark);
}

.Accordion__item {
  border: 1px solid var(--color-gray-dark);
  border-bottom: none;
}

.Accordion__button {
  font-family: "Noto Sans", "Noto Sans JP", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  padding: 20px;
  text-align: left;
}

.Accordion__title {
  font-weight: bold;
}

.Accordion__icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-block: -14px;
  position: relative;
}
.Accordion__icon::after, .Accordion__icon::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: var(--color-black);
}
.Accordion__icon::after {
  rotate: 90deg;
}
.Accordion__item.-expanded .Accordion__icon::after {
  rotate: 0deg;
}

.Accordion__panel {
  display: none;
  padding: 0 20px 20px;
}
.Accordion__item.-expanded .Accordion__panel {
  display: block;
}
.Accordion__panel html.no-js {
  display: block;
}

.c-sustainability-accordion * {
  min-height: 0;
  overflow: hidden;
}

.c-sustainability-accordion__button {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
  padding: var(--spacing-5) 62px var(--spacing-5) 0;
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid var(--color-gray-light);
  position: relative;
}
.c-sustainability-accordion__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
}
.c-sustainability-accordion__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  transition: 0.5s;
}
.c-sustainability-accordion__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .c-sustainability-accordion__button::before, .c-sustainability-accordion__button::after {
    right: 8px;
  }
}
.c-sustainability-accordion__button > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-sustainability-accordion__button:hover > span {
    background-size: 100% 1px;
  }
}
.c-sustainability-accordion__button::before, .c-sustainability-accordion__button::after {
  width: 28px;
  height: 28px;
  right: var(--spacing-1);
}
.c-sustainability-accordion__button:focus-visible {
  outline: -webkit-focus-ring-color inset 2px;
  outline-offset: -2px;
}

.c-sustainability-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: grid-template-rows 0.35s ease, opacity 1s ease, visibility 0s linear 0.35s;
}
.c-sustainability-accordion__content.-expanded {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: grid-template-rows 0.3s ease, opacity 1s ease, visibility 0s;
}

.c-sustainability-accordion__body {
  padding: var(--spacing-4) var(--spacing-3);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-sustainability-accordion__body {
    padding: var(--spacing-5);
  }
}
.c-sustainability-accordion__body > *,
.c-sustainability-accordion__body .c-media-block__body > * {
  margin-top: var(--spacing-1);
}
.c-sustainability-accordion__body > *:first-child,
.c-sustainability-accordion__body .c-media-block__body > *:first-child {
  margin-top: 0;
}
.c-sustainability-accordion__body .c-heading-lv4 {
  margin-top: var(--spacing-4);
}
.c-sustainability-accordion__body .c-heading-lv4:first-child {
  margin-top: 0;
}
.c-sustainability-accordion__body .c-media-block .c-figure {
  padding: 0;
}

.c-sustainability-accordion__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-sustainability-accordion__meta {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}

.c-sustainability-iconList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 80px);
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-sustainability-iconList {
    display: flex;
    flex-direction: row;
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
.c-sustainability-iconList img {
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .c-sustainability-iconList img {
    width: 100px;
    height: 100px;
  }
}

.c-sustainability-accordion__text {
  margin-top: var(--spacing-1);
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-black);
}
@media (min-width: 768px) {
  .c-sustainability-accordion__text {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.c-sustainability-accordion__label {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-sustainability-accordion__label {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.c-sustainability-accordion__label span {
  display: inline-flex;
  align-self: center;
  padding: 2px 14px;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-fastus-gray-dark);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.c-slider-featuredProducts .splide__track, .c-slider-applicationDatabase .splide__track, .c-slider-downloads .splide__track, .c-slider-webinar .splide__track {
  padding-right: var(--size-gutter) !important;
}
@media (min-width: 768px) {
  .c-slider-featuredProducts .splide__track, .c-slider-applicationDatabase .splide__track, .c-slider-downloads .splide__track, .c-slider-webinar .splide__track {
    padding-right: 0 !important;
  }
}

.splide__progress {
  background: var(--color-fastus-gray-light);
  width: 100%;
}

.splide__progressBar {
  background: var(--color-black);
  height: 2px;
  transition: width 400ms ease, left 400ms ease;
  position: relative;
}

.splide__arrows.-scroll {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .splide__arrows.-scroll {
    width: 456px;
  }
}

.splide__arrow {
  width: var(--spacing-5);
  height: var(--spacing-5);
  border-radius: 50%;
  border: 2px solid var(--color-white);
  background: var(--color-black);
  display: grid;
  place-items: center;
  z-index: 5;
  transition: background 0.2s ease;
}
.splide__arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: var(--color-white);
  -webkit-mask-image: url("/global/assets/images/icon_chevron_carousel.svg");
  mask-image: url("/global/assets/images/icon_chevron_carousel.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
}
.splide__arrow:disabled {
  background: var(--color-fastus-gray-light);
  cursor: default;
}
@media (any-hover: hover) {
  .splide__arrow:disabled:hover {
    background: var(--color-fastus-gray-light);
    cursor: default;
  }
  .splide__arrow:hover {
    background: var(--color-fastus-red);
  }
}
@media (min-width: 768px) {
  .splide__arrow {
    top: min(9vw, 110px);
    width: var(--spacing-5);
    height: var(--spacing-5);
  }
}
.c-slider-featuredProducts .splide__arrow {
  position: absolute;
  top: 45%;
  width: var(--spacing-4);
  height: var(--spacing-4);
}
@media (min-width: 768px) {
  .c-slider-featuredProducts .splide__arrow {
    width: var(--spacing-5);
    height: var(--spacing-5);
  }
}
.splide__arrows.-scroll .splide__arrow {
  flex: 0 0 auto;
}

.splide__arrow--prev::after {
  rotate: 180deg;
}
.c-slider-featuredProducts .splide__arrow--prev {
  left: 0;
  translate: -50% 0;
}

.c-slider-featuredProducts .splide__arrow--next {
  right: var(--size-gutter);
  translate: 50% 0;
}
@media (min-width: 768px) {
  .c-slider-featuredProducts .splide__arrow--next {
    right: 0;
  }
}

.splide__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  margin-top: var(--spacing-3);
  margin-right: var(--size-gutter);
}
@media (min-width: 768px) {
  .splide__footer {
    flex-direction: row;
    gap: var(--spacing-4);
    margin-top: var(--spacing-4);
    margin-right: initial;
  }
  .splide:not(.is-overflow) .splide__footer {
    justify-content: flex-end;
  }
}

.c-chevron-circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--color-black);
  display: inline-grid;
  place-items: center;
  transition: background 0.24s ease-out;
  flex-shrink: 0;
}
.c-chevron-circle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  -webkit-mask-image: url("/global/assets/images/icon_chevron_circle.svg");
  mask-image: url("/global/assets/images/icon_chevron_circle.svg");
  -webkit-mask-position: 74% 50%;
  mask-position: 74% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-chevron-circle {
    background: var(--color-fastus-red);
  }
}

.c-slider-applicationDatabase,
.c-slider-downloads,
.c-slider-webinar {
  margin-block: var(--spacing-5);
  margin-right: calc(-1 * var(--size-gutter));
}
@media (min-width: 768px) {
  .c-slider-applicationDatabase,
  .c-slider-downloads,
  .c-slider-webinar {
    margin-right: initial;
  }
}

.c-table-1 {
  margin-block: var(--spacing-4);
}
.c-table-1.-center th,
.c-table-1.-center td {
  text-align: center;
}
.c-table-1.-scroll {
  position: relative;
}
.c-table-1 + .c-table-1 {
  margin-top: var(--spacing-7);
}
.c-table-1 .c-linkList a {
  font-weight: normal;
}
.c-table-1 .c-linkList a[target=_blank]::after {
  display: none;
}
.c-table-1 .c-linkList a span:not(.c-icon) {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-table-1 .c-linkList a span:not(.c-icon):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-table-1 .c-linkList a span.c-chevron-circle {
  display: none;
}

.c-table-1 img,
.c-table-2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-table-1 .c-text,
.c-table-1 .c-list,
.c-table-1 .c-linkList,
.c-table-1 .c-media,
.c-table-1 .c-button__wrap,
.c-table-2 .c-text,
.c-table-2 .c-list,
.c-table-2 .c-linkList,
.c-table-2 .c-media,
.c-table-2 .c-button__wrap {
  margin-top: 0;
}
.c-table-1 .c-text + .c-list,
.c-table-1 .c-text + .c-linkList,
.c-table-1 .c-text + .c-media,
.c-table-1 .c-text + .c-button__wrap,
.c-table-1 .c-text + .c-downloadButtons,
.c-table-2 .c-text + .c-list,
.c-table-2 .c-text + .c-linkList,
.c-table-2 .c-text + .c-media,
.c-table-2 .c-text + .c-button__wrap,
.c-table-2 .c-text + .c-downloadButtons {
  margin-top: var(--spacing-1);
}
.c-table-1 .c-list + .c-text,
.c-table-1 .c-list + .c-linkList,
.c-table-1 .c-list + .c-media,
.c-table-1 .c-list + .c-button__wrap,
.c-table-1 .c-list + .c-downloadButtons,
.c-table-2 .c-list + .c-text,
.c-table-2 .c-list + .c-linkList,
.c-table-2 .c-list + .c-media,
.c-table-2 .c-list + .c-button__wrap,
.c-table-2 .c-list + .c-downloadButtons {
  margin-top: var(--spacing-1);
}
.c-table-1 .c-linkList + .c-text,
.c-table-1 .c-linkList + .c-list,
.c-table-1 .c-linkList + .c-media,
.c-table-1 .c-linkList + .c-button__wrap,
.c-table-1 .c-linkList + .c-downloadButtons,
.c-table-2 .c-linkList + .c-text,
.c-table-2 .c-linkList + .c-list,
.c-table-2 .c-linkList + .c-media,
.c-table-2 .c-linkList + .c-button__wrap,
.c-table-2 .c-linkList + .c-downloadButtons {
  margin-top: var(--spacing-1);
}
.c-table-1 .c-media + .c-text,
.c-table-1 .c-media + .c-list,
.c-table-1 .c-media + .c-linkList,
.c-table-1 .c-media + .c-button__wrap,
.c-table-1 .c-media + .c-downloadButtons,
.c-table-2 .c-media + .c-text,
.c-table-2 .c-media + .c-list,
.c-table-2 .c-media + .c-linkList,
.c-table-2 .c-media + .c-button__wrap,
.c-table-2 .c-media + .c-downloadButtons {
  margin-top: var(--spacing-1);
}
@media (min-width: 768px) {
  .c-table-1 .c-media.-column-1,
  .c-table-2 .c-media.-column-1 {
    padding-inline: 0;
  }
}
.c-table-1 .c-button__wrap + .c-text,
.c-table-1 .c-button__wrap + .c-list,
.c-table-1 .c-button__wrap + .c-linkList,
.c-table-1 .c-button__wrap + .c-downloadButtons,
.c-table-1 .c-button__wrap + .c-media,
.c-table-2 .c-button__wrap + .c-text,
.c-table-2 .c-button__wrap + .c-list,
.c-table-2 .c-button__wrap + .c-linkList,
.c-table-2 .c-button__wrap + .c-downloadButtons,
.c-table-2 .c-button__wrap + .c-media {
  margin-top: var(--spacing-1);
}
.c-table-1 .c-downloadButtons + .c-text,
.c-table-1 .c-downloadButtons + .c-list,
.c-table-1 .c-downloadButtons + .c-linkList,
.c-table-1 .c-downloadButtons + .c-button__wrap,
.c-table-1 .c-downloadButtons + .c-media,
.c-table-2 .c-downloadButtons + .c-text,
.c-table-2 .c-downloadButtons + .c-list,
.c-table-2 .c-downloadButtons + .c-linkList,
.c-table-2 .c-downloadButtons + .c-button__wrap,
.c-table-2 .c-downloadButtons + .c-media {
  margin-top: var(--spacing-1);
}

.c-table-1.-scroll .c-table-1__inner {
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .c-table-1.-scroll .c-table-1__inner {
    overflow-x: initial;
  }
}
.c-table-1.-scroll .c-table-1__inner::after {
  content: "";
  display: block;
  width: var(--spacing-8);
  height: var(--spacing-8);
  position: absolute;
  left: 105px;
  top: min(50%, 180px + var(--spacing-8) / 2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url("/global/assets/images/icon_scroll_hint.svg") no-repeat center;
  transition: opacity 0.3s, visibility 0.3s ease;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .c-table-1.-scroll .c-table-1__inner::after {
    display: none;
  }
}

.c-table-1.-scrolled .c-table-1__inner::after {
  opacity: 0;
  visibility: hidden;
}

.c-table-1.-scroll table {
  width: 1099px;
}
@media (min-width: 768px) {
  .c-table-1.-scroll table {
    width: 100%;
  }
}

.c-table-1 table,
table.price,
table.type02,
.table_left {
  border-collapse: collapse;
  width: 100%;
}
.c-table-1 table thead,
table.price thead,
table.type02 thead,
.table_left thead {
  border-top: 1px solid var(--color-gray-deep);
  border-left: 1px solid var(--color-gray-deep);
}
.c-table-1 table tbody,
table.price tbody,
table.type02 tbody,
.table_left tbody {
  border-top: 1px solid var(--color-fastus-gray-dark);
  border-left: 1px solid var(--color-fastus-gray-dark);
}
.c-table-1 table th,
.c-table-1 table td,
table.price th,
table.price td,
table.type02 th,
table.type02 td,
.table_left th,
.table_left td {
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  padding: 22px 12px;
}
.c-table-1 table .c-list,
table.price .c-list,
table.type02 .c-list,
.table_left .c-list {
  margin-top: 0;
  text-align: left;
}

.table_left tbody {
  border-top: none;
  border-left: none;
}

.c-table-1 thead tr th,
.c-table-1 thead tr td,
table.price thead tr th,
table.price thead tr td,
table.type02 thead tr th,
table.type02 thead tr td,
.table_left thead tr th.line,
.table_left thead tr td.line {
  text-align: center;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-gray-dark);
  border-right: 1px solid var(--color-gray-deep);
}
.c-table-1 thead tr th .c-list,
.c-table-1 thead tr td .c-list,
table.price thead tr th .c-list,
table.price thead tr td .c-list,
table.type02 thead tr th .c-list,
table.type02 thead tr td .c-list,
.table_left thead tr th.line .c-list,
.table_left thead tr td.line .c-list {
  color: var(--color-white);
}

.c-table-1 thead tr:not(:last-of-type) th,
.c-table-1 thead tr:not(:last-of-type) td,
table.price thead tr:not(:last-of-type) th,
table.price thead tr:not(:last-of-type) td,
table.type02 thead tr:not(:last-of-type) th,
table.type02 thead tr:not(:last-of-type) td {
  border-bottom: 1px solid var(--color-gray-deep);
}

.c-table-1 tbody tr th,
.c-table-1 tbody tr td,
table.price tbody tr th,
table.price tbody tr td,
table.type02 tbody tr th,
table.type02 tbody tr td,
.table_left tbody tr th.line,
.table_left tbody tr td.line {
  border-right: 1px solid var(--color-fastus-gray-dark);
  border-bottom: 1px solid var(--color-fastus-gray-dark);
}

table.price th a,
table.price td a,
table.type02 th a,
table.type02 td a,
.table_left th.line a,
.table_left td.line a {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  table.price th a:hover,
  table.price td a:hover,
  table.type02 th a:hover,
  table.type02 td a:hover,
  .table_left th.line a:hover,
  .table_left td.line a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.table_left tbody tr th.line,
.table_left tbody tr td.line {
  border: 1px solid var(--color-gray-deep);
}

.c-table-1 tbody tr th,
table.price tbody tr th,
table.type02 tbody tr th,
.table_left tbody tr th.line {
  background-color: var(--color-fastus-gray-light);
  font-weight: normal;
  text-align: left;
}
.c-table-1 tbody tr th.-color-none,
table.price tbody tr th.-color-none,
table.type02 tbody tr th.-color-none,
.table_left tbody tr th.line.-color-none {
  background-color: var(--color-white);
}
.c-table-1 tbody tr th img,
table.price tbody tr th img,
table.type02 tbody tr th img,
.table_left tbody tr th.line img {
  max-width: 200px;
  height: auto;
}

@media (min-width: 768px) {
  .c-table-1.c-table-1--horizontal,
  table.price.c-table-1--horizontal,
  table.type02.c-table-1--horizontal,
  .table_left.c-table-1--horizontal {
    display: block;
    border-top: none;
    border-bottom: 1px solid var(--color-gray-deep);
  }
  .c-table-1.c-table-1--horizontal th,
  .c-table-1.c-table-1--horizontal td,
  table.price.c-table-1--horizontal th,
  table.price.c-table-1--horizontal td,
  table.type02.c-table-1--horizontal th,
  table.type02.c-table-1--horizontal td,
  .table_left.c-table-1--horizontal th,
  .table_left.c-table-1--horizontal td {
    border-bottom: none;
  }
  .c-table-1.c-table-1--horizontal th,
  table.price.c-table-1--horizontal th,
  table.type02.c-table-1--horizontal th,
  .table_left.c-table-1--horizontal th {
    border-top: 1px solid var(--color-gray-deep);
    border-bottom: 1px solid var(--color-gray-deep);
  }
  .c-table-1.c-table-1--horizontal caption,
  table.price.c-table-1--horizontal caption,
  table.type02.c-table-1--horizontal caption,
  .table_left.c-table-1--horizontal caption {
    display: block;
  }
  .c-table-1.c-table-1--horizontal tbody,
  .c-table-1.c-table-1--horizontal tbody tr,
  .c-table-1.c-table-1--horizontal tbody th,
  .c-table-1.c-table-1--horizontal tbody td,
  table.price.c-table-1--horizontal tbody,
  table.price.c-table-1--horizontal tbody tr,
  table.price.c-table-1--horizontal tbody th,
  table.price.c-table-1--horizontal tbody td,
  table.type02.c-table-1--horizontal tbody,
  table.type02.c-table-1--horizontal tbody tr,
  table.type02.c-table-1--horizontal tbody th,
  table.type02.c-table-1--horizontal tbody td,
  .table_left.c-table-1--horizontal tbody,
  .table_left.c-table-1--horizontal tbody tr,
  .table_left.c-table-1--horizontal tbody th,
  .table_left.c-table-1--horizontal tbody td {
    display: block;
  }
}
.c-table-1__cell-icon {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.c-table-1__cell-icon + td,
.c-table-1__cell-icon + th {
  padding-left: 8px;
  border-left: 0;
}

.c-table-1__cell-icon__image {
  margin-right: 16px;
}

.c-table-1__cell-icon__text {
  line-height: 1.7;
}

.c-table-1--small {
  font-size: 1.4rem;
}

.c-table-1--small thead tr th,
.c-table-1--small tbody tr th,
.c-table-1--small tbody tr td {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1.4rem;
}

.c-table-1-list {
  margin-top: 60px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-table-1-list {
    margin-top: 44px;
  }
}

.c-table-1-list caption {
  font-size: 1.4rem;
  margin-bottom: 12px;
  text-align: left;
}

.c-table-1-list thead tr th {
  background-color: var(--color-gray-dark);
  border: 1px solid var(--color-gray-deep);
  padding: 20px 16px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.c-table-1-list thead tr th.-color-none {
  background-color: var(--color-white);
}

.c-table-1-list tbody tr th {
  background-color: var(--color-fastus-gray-light);
  border: 1px solid var(--color-gray-deep);
  padding: 20px 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.c-table-1-list tbody tr th.-color-none {
  background-color: var(--color-white);
}

.c-table-1-list tbody tr td {
  border: 1px solid var(--color-gray-deep);
  padding: 20px 16px;
  text-align: left;
  vertical-align: top;
}

.c-table-1-list tbody tr td > *:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-table-1-list colgroup,
  .c-table-1-list thead {
    display: none;
  }
  .c-table-1-list tbody tr {
    border: 1px solid #b3b3b3;
    border-width: 0 1px;
  }
  .c-table-1-list tbody tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
  .c-table-1-list tbody tr td,
  .c-table-1-list tbody tr th {
    display: block;
    position: relative;
    border-width: 0 0 1px;
  }
  .c-table-1-list tbody tr .data-th {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
    padding: 20px 0 20px 16px;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    min-height: 100%;
    font-weight: 500;
  }
  .c-table-1-list tbody tr .data-th + * {
    margin-top: 0 !important;
  }
  .c-table-1-list tbody tr th {
    background: #f3f3f3;
  }
  .c-table-1-list tbody tr th.-color-none {
    background-color: var(--color-white);
  }
  .c-table-1-list tbody tr th .data-th {
    background: #f3f3f3;
  }
  .c-table-1-list--colbg tbody tr {
    border-width: 0 1px 1px;
  }
  .c-table-1-list--colbg tbody tr th,
  .c-table-1-list--colbg tbody tr td {
    border: none;
  }
  .c-table-1-list--colbg tbody tr .data-th {
    background: var(--color-fastus-gray-light);
  }
}
.c-table-1__cell-1 {
  width: 1%;
}

.c-table-1__cell-2 {
  width: 2%;
}

.c-table-1__cell-3 {
  width: 3%;
}

.c-table-1__cell-4 {
  width: 4%;
}

.c-table-1__cell-5 {
  width: 5%;
}

.c-table-1__cell-6 {
  width: 6%;
}

.c-table-1__cell-7 {
  width: 7%;
}

.c-table-1__cell-8 {
  width: 8%;
}

.c-table-1__cell-9 {
  width: 9%;
}

.c-table-1__cell-10 {
  width: 10%;
}

.c-table-1__cell-11 {
  width: 11%;
}

.c-table-1__cell-12 {
  width: 12%;
}

.c-table-1__cell-13 {
  width: 13%;
}

.c-table-1__cell-14 {
  width: 14%;
}

.c-table-1__cell-15 {
  width: 15%;
}

.c-table-1__cell-16 {
  width: 16%;
}

.c-table-1__cell-17 {
  width: 17%;
}

.c-table-1__cell-18 {
  width: 18%;
}

.c-table-1__cell-19 {
  width: 19%;
}

.c-table-1__cell-20 {
  width: 20%;
}

.c-table-1__cell-21 {
  width: 21%;
}

.c-table-1__cell-22 {
  width: 22%;
}

.c-table-1__cell-23 {
  width: 23%;
}

.c-table-1__cell-24 {
  width: 24%;
}

.c-table-1__cell-25 {
  width: 25%;
}

.c-table-1__cell-26 {
  width: 26%;
}

.c-table-1__cell-27 {
  width: 27%;
}

.c-table-1__cell-28 {
  width: 28%;
}

.c-table-1__cell-29 {
  width: 29%;
}

.c-table-1__cell-30 {
  width: 30%;
}

.c-table-1__cell-31 {
  width: 31%;
}

.c-table-1__cell-32 {
  width: 32%;
}

.c-table-1__cell-33 {
  width: 33%;
}

.c-table-1__cell-34 {
  width: 34%;
}

.c-table-1__cell-35 {
  width: 35%;
}

.c-table-1__cell-36 {
  width: 36%;
}

.c-table-1__cell-37 {
  width: 37%;
}

.c-table-1__cell-38 {
  width: 38%;
}

.c-table-1__cell-39 {
  width: 39%;
}

.c-table-1__cell-40 {
  width: 40%;
}

.c-table-1__cell-41 {
  width: 41%;
}

.c-table-1__cell-42 {
  width: 42%;
}

.c-table-1__cell-43 {
  width: 43%;
}

.c-table-1__cell-44 {
  width: 44%;
}

.c-table-1__cell-45 {
  width: 45%;
}

.c-table-1__cell-46 {
  width: 46%;
}

.c-table-1__cell-47 {
  width: 47%;
}

.c-table-1__cell-48 {
  width: 48%;
}

.c-table-1__cell-49 {
  width: 49%;
}

.c-table-1__cell-50 {
  width: 50%;
}

.c-table-1__cell-51 {
  width: 51%;
}

.c-table-1__cell-52 {
  width: 52%;
}

.c-table-1__cell-53 {
  width: 53%;
}

.c-table-1__cell-54 {
  width: 54%;
}

.c-table-1__cell-55 {
  width: 55%;
}

.c-table-1__cell-56 {
  width: 56%;
}

.c-table-1__cell-57 {
  width: 57%;
}

.c-table-1__cell-58 {
  width: 58%;
}

.c-table-1__cell-59 {
  width: 59%;
}

.c-table-1__cell-60 {
  width: 60%;
}

.c-table-1__cell-61 {
  width: 61%;
}

.c-table-1__cell-62 {
  width: 62%;
}

.c-table-1__cell-63 {
  width: 63%;
}

.c-table-1__cell-64 {
  width: 64%;
}

.c-table-1__cell-65 {
  width: 65%;
}

.c-table-1__cell-66 {
  width: 66%;
}

.c-table-1__cell-67 {
  width: 67%;
}

.c-table-1__cell-68 {
  width: 68%;
}

.c-table-1__cell-69 {
  width: 69%;
}

.c-table-1__cell-70 {
  width: 70%;
}

.c-table-1__cell-71 {
  width: 71%;
}

.c-table-1__cell-72 {
  width: 72%;
}

.c-table-1__cell-73 {
  width: 73%;
}

.c-table-1__cell-74 {
  width: 74%;
}

.c-table-1__cell-75 {
  width: 75%;
}

.c-table-1__cell-76 {
  width: 76%;
}

.c-table-1__cell-77 {
  width: 77%;
}

.c-table-1__cell-78 {
  width: 78%;
}

.c-table-1__cell-79 {
  width: 79%;
}

.c-table-1__cell-80 {
  width: 80%;
}

.c-table-1__cell-81 {
  width: 81%;
}

.c-table-1__cell-82 {
  width: 82%;
}

.c-table-1__cell-83 {
  width: 83%;
}

.c-table-1__cell-84 {
  width: 84%;
}

.c-table-1__cell-85 {
  width: 85%;
}

.c-table-1__cell-86 {
  width: 86%;
}

.c-table-1__cell-87 {
  width: 87%;
}

.c-table-1__cell-88 {
  width: 88%;
}

.c-table-1__cell-89 {
  width: 89%;
}

.c-table-1__cell-90 {
  width: 90%;
}

.c-table-1__cell-91 {
  width: 91%;
}

.c-table-1__cell-92 {
  width: 92%;
}

.c-table-1__cell-93 {
  width: 93%;
}

.c-table-1__cell-94 {
  width: 94%;
}

.c-table-1__cell-95 {
  width: 95%;
}

.c-table-1__cell-96 {
  width: 96%;
}

.c-table-1__cell-97 {
  width: 97%;
}

.c-table-1__cell-98 {
  width: 98%;
}

.c-table-1__cell-99 {
  width: 99%;
}

.c-table-2 table {
  border-collapse: separate;
  border-spacing: var(--spacing-2) 0;
  width: calc(100% + var(--spacing-2) * 2);
  margin-block: var(--spacing-4);
  margin-left: calc(var(--spacing-2) * -1);
  margin-right: calc(var(--spacing-2) * -1);
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}
.c-table-2 table th,
.c-table-2 table td {
  position: relative;
  padding: 16px 0;
  vertical-align: middle;
}
.c-table-2 table th {
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid var(--color-gray-dark);
  width: 100px;
}
@media (min-width: 768px) {
  .c-table-2 table th {
    width: 200px;
  }
}
.c-table-2 table td {
  border-bottom: 1px solid var(--color-gray-light);
}
.c-table-2 table tr:first-of-type th {
  border-top: 1px solid var(--color-gray-dark);
}
.c-table-2 table tr:first-of-type td {
  border-top: 1px solid var(--color-gray-light);
}
.c-table-2.-sp-vertical table {
  border-bottom: 1px solid var(--color-gray-dark);
}
@media (min-width: 768px) {
  .c-table-2.-sp-vertical table {
    border-bottom: none;
  }
}
.c-table-2.-sp-vertical table th {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid var(--color-gray-dark);
  border-bottom: none;
}
@media (min-width: 768px) {
  .c-table-2.-sp-vertical table th {
    display: table-cell;
    width: 200px;
    font-weight: normal;
    border-top: none;
    border-bottom: 1px solid var(--color-gray-dark);
  }
}
.c-table-2.-sp-vertical table td {
  display: block;
  border-top: 1px solid var(--color-gray-light);
  border-bottom: none;
}
@media (min-width: 768px) {
  .c-table-2.-sp-vertical table td {
    display: table-cell;
    border-top: none;
    border-bottom: 1px solid var(--color-gray-light);
  }
}
@media (min-width: 768px) {
  .c-table-2.-sp-vertical table tr:first-of-type th {
    border-top: 1px solid var(--color-gray-dark);
  }
}
@media (min-width: 768px) {
  .c-table-2.-sp-vertical table tr:first-of-type td {
    border-top: 1px solid var(--color-gray-light);
  }
}
.c-table-2 + .c-table-2 {
  margin-top: var(--spacing-7);
}

.c-lead {
  font-size: var(--font-size-18);
  line-height: var(--line-height-160);
  font-weight: bold;
  margin-block: var(--spacing-3) var(--spacing-5);
}
@media (min-width: 768px) {
  .c-lead {
    margin-block: var(--spacing-3) var(--spacing-5);
  }
}

.c-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  margin-top: var(--spacing-4);
}
.c-text.-small {
  font-size: var(--font-size-14);
}
.c-text .c-product-label,
.c-text .u-label {
  display: inline-flex;
  align-self: flex-start;
}
.c-text:has(.c-product-label, .u-label) {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2) 0;
}

.c-text-alert {
  margin-top: var(--spacing-4);
  color: var(--color-red-alert);
  font-size: inherit;
  line-height: inherit;
}
.c-text-alert.c-box__title {
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
}

.c-text-note {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
  color: var(--color-black);
}
.c-text-note.-error {
  color: var(--color-red-alert);
}

.c-text-italic {
  font-style: italic;
}

.c-unit {
  text-align: right;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
}
.c-unit + .c-heading-lv2 {
  margin-top: var(--spacing-5);
}
.c-unit + .c-section .c-section_inner .c-heading-lv2:nth-child(1) {
  margin-top: var(--spacing-5);
}
.c-unit + [class^=pattern] .pro_ttl:nth-child(1),
.c-unit + [class^=pattern] .options h2:nth-child(1),
.c-unit + [class^=pattern] .pro_ttl_gr:nth-child(1),
.c-unit + [class^=pattern] .pro_sub_ttl:nth-child(1),
.c-unit + [class^=pattern] .pro_360_ttl:nth-child(1),
.c-unit + [class^=pattern] .pro_0_ttl:nth-child(1) {
  margin-top: var(--spacing-5);
}

.c-inlineLink .c-chevron-circle,
.c-inlineLink .c-icon {
  margin-left: var(--spacing-1);
}

.c-inlineLink__text {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-inlineLink__text, button:not(:disabled):hover .c-inlineLink__text {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-link-text {
  position: relative;
}
.c-link-text::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  margin-left: var(--spacing-1);
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
.c-link-text[target=_blank]::after {
  display: none;
}
.c-link-text span:not(.c-icon) {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-link-text span:not(.c-icon):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-link-extension {
  display: inline-block;
}
.c-link-extension a {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
  display: inline;
}
@media (any-hover: hover) {
  .c-link-extension a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-link-extension:not(:has(a)) .c-chevron-circle {
  display: none;
}
.c-linkList li .c-link-extension a {
  display: inline;
}
.c-link-extension .c-chevron-circle {
  vertical-align: middle;
  margin-left: var(--spacing-2);
}

.c-link-text2 {
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-2);
}
.c-link-text2 > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-link-text2:hover > span {
    background-size: 100% 1px;
  }
}
.c-link-text2 + .c-link-text2 {
  margin-top: var(--spacing-2);
}

.c-linkList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-linkList.-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkList.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkList.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkList.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-linkList li a {
  font-weight: bold;
  display: inline-block;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-2);
}
.c-linkList li a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-linkList li a:hover > span {
    background-size: 100% 1px;
  }
}
.c-linkList li .c-chevron-circle {
  vertical-align: text-bottom;
  margin-left: var(--spacing-2);
}
.c-text + .c-linkList {
  margin-top: var(--spacing-3);
}

.c-linkBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5) var(--spacing-3);
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .c-linkBlock {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-linkBlock.-column-sp-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .c-linkBlock.-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-linkBlock + .c-linkBlock {
  margin-top: var(--spacing-5);
}

.c-linkBlock__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2) var(--spacing-3);
  position: relative;
}
.c-linkBlock__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-linkBlock__item .c-figure {
  align-self: start;
  grid-row: 1/2;
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-linkBlock__item .c-figure {
    grid-row: 1/-1;
  }
}

.c-linkBlock__title {
  font-size: var(--font-size-18);
  font-weight: bold;
  line-height: var(--line-height-150);
  position: initial;
}
.c-linkBlock__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-linkBlock__title a span {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-linkBlock__title a span:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
@media (any-hover: hover) {
  .c-linkBlock__title a:hover span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-linkBlock__category {
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
}

.c-linkBlock-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-3);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-linkBlock-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock-row.-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock-row.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock-row.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-linkBlock-row__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-2) var(--spacing-3);
  position: relative;
  padding-block: 22px 32px;
  border-top: 1px solid var(--color-gray-light);
}
@media (min-width: 768px) {
  .c-linkBlock-row__item {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
  }
  .c-linkBlock-row__item:has(.c-linkBlock-row__tags) {
    grid-template-rows: auto auto auto;
  }
}
.c-linkBlock-row__item:not(:has(.c-figure)) {
  grid-template-columns: 1fr;
  gap: var(--spacing-2) 0;
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:not(:has(.c-figure)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: var(--spacing-2) 0;
  }
}
.c-linkBlock-row__item:not(:has(.c-figure)) .c-linkBlock-row__title {
  grid-column: auto;
}
.c-linkBlock-row__item:not(:has(.c-figure)) .c-linkBlock-row__text {
  grid-column: auto;
}
@media (any-hover: hover) {
  .c-linkBlock-row__item:hover .c-linkBlock-row__title span {
    background-size: 100% 1px;
  }
  .c-linkBlock-row__item:hover .c-linkBlock-row__title span::before {
    background-color: var(--color-fastus-red);
  }
  .c-linkBlock-row__item:hover .c-linkBlock-row__text span {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-linkBlock-row__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-linkBlock-row__item .c-figure {
  align-self: start;
  grid-row: 1/2;
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-linkBlock-row__item .c-figure {
    grid-row: 1/-1;
  }
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1) var(--spacing-3);
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto 1fr;
  }
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__title {
  order: 3;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__title {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__title span {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  font-weight: bold;
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__subTitle {
  order: 2;
  grid-column: auto;
  grid-row: auto;
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__subTitle {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__text {
  order: 4;
  grid-column: auto;
  grid-row: auto;
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-linkBlock-row__text {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-figure {
  order: 1;
  grid-column: auto;
  grid-row: auto;
}
@media (min-width: 768px) {
  .c-linkBlock-row__item:has(.c-linkBlock-row__subTitle) .c-figure {
    grid-row: 1/-1;
  }
}

.c-linkBlock-row__title {
  grid-column: 2/3;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  gap: var(--spacing-2);
  align-items: center;
  position: relative;
  position: initial;
}
.c-linkBlock-row__title::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-linkBlock-row__title.-invert::before {
  right: initial;
  left: 14px;
}
.c-linkBlock-row__title::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
}
.c-linkBlock-row__title.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-linkBlock-row__title:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-linkBlock-row__title::before {
  position: initial;
  order: 2;
  flex-shrink: 0;
  grid-column: 2/3;
  grid-row: 1/2;
  transform: translate(0, 0);
}
.c-linkBlock-row__title::after {
  position: initial;
  flex-shrink: 0;
  grid-column: 2/3;
  grid-row: 1/2;
  transform: translate(0, 0);
  z-index: 2;
  margin-left: 7px;
}
.c-linkBlock-row__title span {
  position: relative;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
}
@media (any-hover: hover) {
  .c-linkBlock-row__title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-linkBlock-row__title span:hover {
    background-size: 100% 1px;
  }
}

.c-linkBlock-row__subTitle {
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}

.c-linkBlock-row__text {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .c-linkBlock-row__text {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-right: var(--spacing-3);
  }
}

.c-linkBlock-row__tags {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/-1;
  grid-row: 3/4;
  margin-top: var(--spacing-1);
  padding-right: var(--spacing-3);
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
}
@media (min-width: 768px) {
  .c-linkBlock-row__tags {
    grid-column: 2/3;
  }
}
.c-linkBlock-row__tags span:not(:nth-of-type(1)):before {
  content: "/";
  display: inline-block;
  margin-inline: var(--spacing-2);
}

.c-linkBlock-imgFix {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .c-linkBlock-imgFix {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock-imgFix.-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .c-linkBlock-imgFix.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-linkBlock-imgFix__item {
  display: grid;
  grid-template-columns: 80px 3fr;
  grid-template-rows: auto 1fr;
  gap: var(--spacing-2) var(--spacing-3);
  position: relative;
  padding: 22px 36px 22px 22px;
  border: 1px solid var(--color-gray-light);
  position: relative;
}
@media (min-width: 768px) {
  .c-linkBlock-imgFix__item {
    grid-template-columns: 120px 3fr;
  }
}
.c-linkBlock-imgFix__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .c-linkBlock-imgFix__item::after {
    right: 8px;
  }
}
.c-linkBlock-imgFix__item::after {
  right: 14px;
}
.c-linkBlock-imgFix__item:not(:has(.c-figure)) {
  grid-template-columns: 1fr;
  gap: var(--spacing-2) 0;
}
@media (min-width: 768px) {
  .c-linkBlock-imgFix__item:not(:has(.c-figure)) {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: var(--spacing-2) 0;
  }
}
.c-linkBlock-imgFix__item:not(:has(.c-figure)) .c-linkBlock-imgFix__title {
  grid-column: auto;
}
.c-linkBlock-imgFix__item:not(:has(.c-figure)) .c-linkBlock-imgFix__text {
  grid-column: auto;
}
@media (any-hover: hover) {
  .c-linkBlock-imgFix__item:hover .c-linkBlock-imgFix__title span {
    background-size: 100% 1px;
  }
  .c-linkBlock-imgFix__item:hover .c-linkBlock-imgFix__title span::before {
    background-color: var(--color-fastus-red);
  }
  .c-linkBlock-imgFix__item:hover .c-linkBlock-imgFix__text span {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-linkBlock-imgFix__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-linkBlock-imgFix__item .c-figure {
  align-self: start;
  grid-row: 1/-1;
  margin-top: 0;
}
.c-linkBlock-imgFix__item .c-figure img {
  width: 100%;
  height: auto;
}

.c-linkBlock-imgFix__title {
  grid-column: 2/3;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  gap: var(--spacing-2);
  align-items: center;
  position: initial;
  text-box: trim-start cap alphabetic;
}
.c-linkBlock-imgFix__title span {
  position: relative;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  font-weight: bold;
}
@media (any-hover: hover) {
  .c-linkBlock-imgFix__title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .c-linkBlock-imgFix__title span:hover {
    background-size: 100% 1px;
  }
}

.c-linkBlock-imgFix__text {
  grid-column: 2/3;
  grid-row: 2/3;
}

.c-button__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: var(--spacing-4);
}
.c-button__wrap.-align-right {
  flex-direction: row-reverse;
}
.c-button__wrap.-align-left {
  flex-direction: row;
}
.c-button__wrap.-align-center {
  justify-self: center;
  align-items: center;
}
.c-button__wrap.-align-center .c-button {
  align-self: center;
}
.c-button__wrap.-align-center .c-button:nth-child(odd) {
  justify-self: flex-end;
}
.c-button__wrap.-align-space-between {
  flex-direction: row;
  justify-content: space-between;
}
.c-button__wrap.-column-2 {
  gap: var(--spacing-3);
}
@media (min-width: 768px) {
  .c-button__wrap.-column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.c-button__wrap.-column-2 .c-button {
  height: 100%;
}
@media (min-width: 768px) {
  .c-button__wrap.-column-2 .c-button:nth-child(odd):last-child {
    grid-column: span 2;
    justify-self: center;
  }
}
.c-button__wrap .c-button {
  min-width: 160px;
  width: min(100%, 320px);
}
@media (min-width: 768px) {
  .c-button__wrap .c-button {
    width: 320px;
  }
}

.c-button {
  display: inline-block;
  align-content: center;
  position: relative;
  width: 320px;
  min-height: 55px;
  padding: 11px 44px 10px 13px;
  align-self: center;
  align-items: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid var(--color-fastus-gray);
  background-color: var(--color-white);
  border-radius: 6px;
  position: relative;
}
.c-button::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-button.-invert::before {
  right: initial;
  left: 14px;
}
.c-button::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
}
.c-button.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
@media (any-hover: hover) {
  .c-button {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-button:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-button > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-button:hover > span {
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) {
  .c-button {
    align-self: flex-start;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    cursor: pointer;
  }
  .c-button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-button.-width-full {
  width: auto;
}
.c-button.-invert {
  padding-inline: 44px 13px;
  text-align: right;
}
.c-button.-color-lv2 {
  border: 1px solid var(--color-fastus-gray-light);
  background-color: var(--color-fastus-gray-light);
  position: relative;
}
.c-button.-color-lv2::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-button.-color-lv2.-invert::before {
  right: initial;
  left: 14px;
}
.c-button.-color-lv2::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
.c-button.-color-lv2.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-button.-color-lv2:hover::before {
    background-color: var(--color-fastus-red);
  }
  .c-button.-color-lv2:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
@media (any-hover: hover) {
  .c-button.-color-lv2:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-button:has(.c-icon)::before, .c-button:has(.c-icon)::after {
  display: none !important;
}
.c-button.-color-lv1 {
  color: var(--color-white);
  border: 1px solid var(--color-gray-deep);
  background-color: var(--color-gray-deep);
  position: relative;
}
.c-button.-color-lv1::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-button.-color-lv1.-invert::before {
  right: initial;
  left: 14px;
}
.c-button.-color-lv1::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
.c-button.-color-lv1.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-button.-color-lv1:hover::before {
    background-color: var(--color-fastus-red);
  }
  .c-button.-color-lv1:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
.c-button.-color-lv1 > span {
  background-image: linear-gradient(currentColor, currentColor);
}
@media (any-hover: hover) {
  .c-button.-color-lv1:hover {
    color: var(--color-white);
  }
  .c-button.-color-lv1:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-button.-color-lv3 {
  color: var(--color-white);
  border: 1px solid var(--color-gray-deep);
  background-color: var(--color-gray-deep);
  position: relative;
}
.c-button.-color-lv3::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-button.-color-lv3.-invert::before {
  right: initial;
  left: 14px;
}
.c-button.-color-lv3::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
.c-button.-color-lv3.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-button.-color-lv3:hover::before {
    background-color: var(--color-fastus-red);
  }
  .c-button.-color-lv3:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
.c-button.-color-lv3 > span {
  background-image: linear-gradient(currentColor, currentColor);
}
@media (any-hover: hover) {
  .c-button.-color-lv3:hover {
    color: var(--color-white);
  }
  .c-button.-color-lv3:hover::before {
    background-color: var(--color-fastus-red);
  }
  .c-button.-color-lv3:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
.c-button.-mail {
  width: min(100%, 523px);
  padding-top: 10px;
  padding-left: 62px;
  background-image: url("/global/assets/images/icon_contact_mail.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
}
.c-button.-quote {
  width: min(100%, 523px);
  padding-top: 10px;
  padding-left: 62px;
  background-image: url("/global/assets/images/icon_button_quote.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
}
.c-button.-align-right {
  justify-self: flex-end;
}
.c-button.-disabled {
  color: var(--color-white);
  border: 1px solid var(--color-fastus-gray-light);
  background-color: var(--color-fastus-gray-light);
  pointer-events: none;
}
.c-button.-disabled::after {
  background: url(/global/assets/images/icon_button_arrow_gray-light.svg) no-repeat center/contain;
}

.c-downloadButtons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacing-1);
}
.c-downloadButtons.u-text-center, .c-downloadButtons.-align-center {
  align-items: center;
}
.c-downloadButtons > li {
  padding-left: 0;
}
.c-downloadButtons > li::before {
  display: none;
}
.c-downloadButtons .c-button__wrap.-align-center .c-downloadButtons .c-button__wrap {
  align-items: center;
}

.c-button-download {
  width: 100%;
  min-width: 160px;
  display: inline-flex;
  padding: var(--spacing-1) var(--spacing-2);
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  gap: var(--spacing-1);
  border-radius: 4px;
  background: var(--color-gray-deep);
  border: solid 1px var(--color-gray-deep);
  text-align: left;
}
@media (min-width: 768px) {
  .c-button-download {
    width: initial;
    min-width: 159px;
  }
}

@media (any-hover: hover) {
  .c-button-download:not(:disabled) {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-button-download:not(:disabled):hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-button-download:not(:disabled) > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-button-download:not(:disabled):hover > span:not(.c-chevron-circle, .c-icon) {
    background-size: 100% 1px;
  }
}

.c-button-download:disabled {
  border: 1px solid var(--color-fastus-gray);
  background: var(--color-fastus-gray);
}

.c-button-download__text {
  color: var(--color-white);
}

.c-button-download__icon {
  display: inline-block;
  width: 16px;
  height: 15px;
  flex-shrink: 0;
  background: var(--color-white);
  background-image: none !important;
  -webkit-mask-image: url("/global/assets/images/icon_download.svg");
  mask-image: url("/global/assets/images/icon_download.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  transition: background 0.24s ease-out;
}
@media (any-hover: hover) {
  a:hover .c-button-download__icon, button:not(:disabled):hover .c-button-download__icon {
    background: var(--color-fastus-red);
  }
}

.c-button-addToList {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  gap: var(--spacing-1);
  color: var(--color-black);
  text-align: left;
}
.c-downloadButtons.-added .c-button-addToList {
  color: var(--color-gray-dark);
}

.c-button-addToList__text {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-button-addToList__text, button:not(:disabled):hover .c-button-addToList__text {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.c-button-addToList:disabled .c-button-addToList__text {
  background: none;
  color: var(--color-gray-dark);
}

.c-button-addToList__icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  background: none;
}
.c-button-addToList__icon::before, .c-button-addToList__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-button-addToList__icon::before {
  background: var(--color-black);
  -webkit-mask-image: url("/global/assets/images/icon_accordion_open.svg");
  mask-image: url("/global/assets/images/icon_accordion_open.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.24s ease-in;
}
.c-button-addToList__icon::after {
  background: var(--color-fastus-red);
  -webkit-mask-image: url("/global/assets/images/icon_list.svg");
  mask-image: url("/global/assets/images/icon_list.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.24s ease-out;
}
.c-button-addToList:disabled .c-button-addToList__icon::before {
  opacity: 0;
}
.c-button-addToList:disabled .c-button-addToList__icon::after {
  opacity: 1;
}

.c-form-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-1);
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  font-weight: bold;
  color: var(--color-black);
  cursor: pointer;
}

.c-form-checkbox__input {
  position: relative;
  width: 12px;
  height: 12px;
  margin-top: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 2px;
  cursor: pointer;
}
.c-form-checkbox__input::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
  background: #000 url("/global/assets/images/icon_form_checkbox.svg") no-repeat center/contain;
}
.c-form-checkbox__input:checked::before {
  opacity: 1;
}

.c-form-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: var(--spacing-1) var(--spacing-2);
  border: 1px solid var(--color-gray-light);
  border-radius: 4px;
}

.c-search .c-heading-lv2 {
  margin-top: var(--spacing-7);
}

.c-search-keyword {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: var(--spacing-2) 0;
  margin-top: var(--spacing-5);
  position: relative;
}
@media (min-width: 768px) {
  .c-search-keyword {
    gap: var(--spacing-2);
  }
}
.c-search-keyword:has(.c-form-button-clear) {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-search-keyword:has(.c-form-button-clear) {
    grid-template-columns: 1fr 153px;
  }
}
.c-search-keyword:has(.c-form-button-clear) .c-search-keyword__title {
  grid-column: 1/3;
}
.c-search-keyword .c-search-keyword__body {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-search-keyword .c-form-button-clear {
  width: 153px;
  height: 55px;
  grid-column: 1/2;
  grid-row: 3/-1;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .c-search-keyword .c-form-button-clear {
    grid-column: 2/3;
    grid-row: 2/3;
    justify-self: auto;
  }
}
.c-search-keyword .c-searchSuggest {
  top: calc(100% - 69px);
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .c-search-keyword .c-searchSuggest {
    top: 100%;
    width: calc(100% - 267px);
  }
}

.c-search-keyword__title {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  font-weight: bold;
}

.c-search-keyword__body,
.c-search-body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 55px;
  margin: 0 auto;
  border: none;
}
.c-search-keyword__body .c-form-input,
.c-search-body .c-form-input {
  border-radius: 6px 0 0 6px;
}

.c-search-body {
  margin-top: var(--spacing-4);
}

.c-form-button-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 55px;
  background-color: var(--color-gray-deep);
  border-radius: 0 6px 6px 0;
}
@media (any-hover: hover) {
  .c-form-button-filter {
    transition: opacity 0.4s ease;
  }
  .c-form-button-filter:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.c-form-button-filter::after {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url("/global/assets/images/icon_form_filter.svg") no-repeat center/contain;
}
.c-form-button-filter span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-form-button-clear {
  display: inline-block;
  align-content: center;
  position: relative;
  gap: 0 8px;
  align-items: center;
  flex-shrink: 0;
  width: 124px;
  height: 40px;
  min-height: 40px;
  padding: 4px 14px;
  text-align: left;
  font-weight: bold;
  border: 1px solid var(--color-fastus-gray);
  background-color: var(--color-white);
  border-radius: 6px;
}
.c-form-button-clear > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-form-button-clear:hover > span {
    background-size: 100% 1px;
  }
}
.c-form-button-clear::before {
  display: none;
}
.c-form-button-clear::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 15px;
  height: 15px;
  background: url("/global/assets/images/icon_button_clear.svg") no-repeat center/contain;
}
@media (any-hover: hover) {
  .c-form-button-clear:hover::before {
    background-color: var(--color-fastus-red);
  }
}

.c-form-button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 55px;
  background-color: var(--color-gray-deep);
  border-radius: 0 6px 6px 0;
}
@media (any-hover: hover) {
  .c-form-button-search {
    transition: opacity 0.4s ease;
  }
  .c-form-button-search:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.c-form-button-search::after {
  content: "";
  display: inline-flex;
  width: 23px;
  height: 22px;
  background: url("/global/assets/images/icon_search.svg") no-repeat center/contain;
}
.c-form-button-search span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-form-select {
  position: relative;
}
@media (any-hover: hover) {
  .c-form-select {
    transition: opacity 0.4s ease;
  }
  .c-form-select:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.c-form-select select {
  cursor: pointer;
}

.c-form-select__body {
  min-width: 225px;
  height: 36px;
  padding: 5px var(--spacing-2);
  border: 1px solid var(--color-black);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/global/assets/images/icon_form_select_arrow.svg) no-repeat calc(100% - 14px) center/12px 7px;
}
@media only screen and (max-width: 767px) {
  .c-form-select__body {
    min-width: 210px;
    max-width: 210px;
  }
}

.c-form {
  margin-block: var(--spacing-7) var(--spacing-3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--spacing-4);
}

.c-form__group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--spacing-3);
}

.c-form__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-form__label {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.c-form__label__text {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: var(--color-black);
  font-size: var(--font-size-18);
  line-height: var(--line-height-160);
  font-weight: bold;
}

.c-form__icon {
  flex-shrink: 0;
  background: var(--color-gray-dark);
  border-radius: 2px;
  padding: 4px var(--spacing-2);
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}
.c-form__icon.-required {
  color: var(--color-white);
  background: var(--color-red-alert);
}

.c-form__errorMessage {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  color: var(--color-red-alert);
}
.c-form__errorMessage li {
  padding-left: 24px;
  text-indent: -24px;
}
.c-form__errorMessage li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-fastus-gray-dark);
  margin-top: -4px;
  margin-inline: 7px 11px;
  vertical-align: middle;
}

.c-form-button-clearFilter {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  position: relative;
  width: 130px;
  height: 34px;
  padding: 6px var(--spacing-1);
  color: var(--color-black);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 4px;
}
@media (any-hover: hover) {
  .c-form-button-clearFilter {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .c-form-button-clearFilter:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
.c-form-button-clearFilter > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-form-button-clearFilter:hover > span {
    background-size: 100% 1px;
  }
}
.c-form-button-clearFilter::before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-right: var(--spacing-2);
  -webkit-mask-image: url("/global/assets/images/icon_button_remove.svg");
  mask-image: url("/global/assets/images/icon_button_remove.svg");
}

.c-formStep {
  margin-block: var(--spacing-3) var(--spacing-7);
}

.c-formStep__inner {
  display: flex;
  padding-block: var(--spacing-2);
  padding-inline: var(--spacing-2) calc(var(--spacing-2) + 16px);
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-3);
  background: var(--color-gray-light);
  clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
.c-formStep.-step-4 .c-formStep__inner {
  clip-path: initial;
}
@media (min-width: 768px) {
  .c-formStep__inner {
    display: inline-flex;
    gap: var(--spacing-4);
    padding-block: 16px;
    padding-inline: var(--spacing-4) calc(var(--spacing-4) + 16px);
  }
}

.c-formStep__progress {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
}
.c-formStep__progress::before, .c-formStep__progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid var(--color-fastus-gray-pale);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-formStep.-step-1 .c-formStep__progress::after, .c-formStep.-step-2 .c-formStep__progress::after, .c-formStep.-step-3 .c-formStep__progress::after, .c-formStep.-step-4 .c-formStep__progress::after {
  border-color: var(--color-fastus-red);
}
.c-formStep.-step-1 .c-formStep__progress::after {
  clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%, 50% 100%);
}
.c-formStep.-step-2 .c-formStep__progress::after {
  clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 100% 100%, 50% 100%);
}
.c-formStep.-step-3 .c-formStep__progress::after {
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%, 0 50%, 50% 50%);
}

.c-formStep__label {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  color: var(--color-gray-deep);
  font-weight: 700;
}

.c-related-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 var(--spacing-4);
  margin-top: var(--spacing-1);
}
.c-related-links a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--spacing-4) 0;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .c-related-links a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
@media (any-hover: hover) {
  .c-related-links a:hover span:not(.c-icon)::before {
    background-color: var(--color-fastus-red);
  }
}
.c-related-links a[target=_blank] > span::before, .c-related-links a[target=_blank] > span::after {
  display: none;
}
.c-related-links a[target=_blank] .c-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  right: 0;
}
.c-related-links span:not(.c-icon) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: var(--spacing-4);
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
  line-height: var(--line-height-150);
  position: relative;
}
.c-related-links span:not(.c-icon)::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  background-color: var(--color-black);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.c-related-links span:not(.c-icon).-invert::before {
  right: initial;
  left: 14px;
}
.c-related-links span:not(.c-icon)::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
}
.c-related-links span:not(.c-icon).-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-related-links span:not(.c-icon):hover::before {
    background-color: var(--color-fastus-red);
  }
}
.c-related-links span:not(.c-icon)::before {
  right: 0;
}
.c-related-links span:not(.c-icon)::after {
  right: 5px;
}
.c-related-links.-fontsize-large span {
  font-size: var(--font-size-heading-d);
  line-height: var(--line-height-140);
}
@media (min-width: 768px) {
  .c-related-links.-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .c-related-links.-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-related-links.-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
[class^=c-heading-lv] + .c-related-links.-column-2 li:first-child a {
  padding-top: 0;
}
@media (min-width: 768px) {
  [class^=c-heading-lv] + .c-related-links.-column-2 li:nth-child(-n+2) a {
    padding-top: 0;
  }
}
[class^=c-heading-lv] + .c-related-links.-column-3 li:first-child a {
  padding-top: 0;
}
@media (min-width: 768px) {
  [class^=c-heading-lv] + .c-related-links.-column-3 li:nth-child(-n+3) a {
    padding-top: 0;
  }
}
[class^=c-heading-lv] + .c-related-links.-column-4 li:first-child a {
  padding-top: 0;
}
@media (min-width: 768px) {
  [class^=c-heading-lv] + .c-related-links.-column-4 li:nth-child(-n+4) a {
    padding-top: 0;
  }
}

.c-navi-local {
  order: 2;
  border-top: 1px solid var(--color-fastus-gray-pale);
}
@media (min-width: 910px) {
  .c-navi-local {
    order: 1;
  }
}
.c-navi-local.-sp-accordion {
  margin-bottom: 10px;
}
@media (max-width: 910px) {
  .c-navi-local.-sp-accordion .c-navi-local__accordion {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0;
    transition: grid-template-rows 0.3s ease, opacity 1s ease, visibility 0s linear 0.4s;
  }
  .c-navi-local.-sp-accordion .c-navi-local__accordion.-expanded {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: grid-template-rows 0.3s ease, opacity 1s ease, visibility 0s;
  }
  @starting-style {
    .c-navi-local.-sp-accordion .c-navi-local__accordion.-expanded {
      grid-template-rows: 0fr;
      opacity: 0;
    }
  }
}
@media (max-width: 910px) {
  .c-navi-local.-sp-accordion .c-navi-local__accordion__spInner {
    padding: var(--spacing-3) var(--spacing-1) var(--spacing-1);
  }
}

/* ============================================================
 * Title
 * ============================================================ */
.c-navi-local__title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 57px;
  padding: 10px var(--spacing-3);
  font-size: var(--font-size-18);
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-black);
}
.c-navi-local.-sp-accordion .c-navi-local__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--spacing-2);
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(/global/assets/images/icon_accordion__sidenav_down.svg) no-repeat center/contain;
}
@media (min-width: 910px) {
  .c-navi-local.-sp-accordion .c-navi-local__title::after {
    display: none;
  }
}
.c-navi-local.-sp-accordion .c-navi-local__title[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}

/* ============================================================
 * Accordion Body
 * ============================================================ */
.c-navi-local__accordion {
  padding: var(--spacing-3) var(--spacing-1) var(--spacing-1);
  background-color: var(--color-fastus-gray-pale);
}
.c-navi-local__accordion * {
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 910px) {
  .c-navi-local__accordion {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ============================================================
 * Buttons
 * ============================================================ */
.c-navi-local__accordion__button,
.c-navi-local__layer-2__button {
  width: 100%;
  padding: var(--spacing-1) 30px var(--spacing-1) var(--spacing-1);
  text-align: left;
  position: relative;
}
.c-navi-local__accordion__button::before,
.c-navi-local__layer-2__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
}
.c-navi-local__accordion__button::after,
.c-navi-local__layer-2__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion.svg") no-repeat center/contain;
  transition: 0.5s;
}
.c-navi-local__accordion__button[aria-expanded=true]::after,
.c-navi-local__layer-2__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .c-navi-local__accordion__button::before, .c-navi-local__accordion__button::after,
  .c-navi-local__layer-2__button::before,
  .c-navi-local__layer-2__button::after {
    right: 8px;
  }
}
.c-navi-local__accordion__button > span:not(.c-chevron-circle, .c-icon),
.c-navi-local__layer-2__button > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-navi-local__accordion__button:hover > span,
  .c-navi-local__layer-2__button:hover > span {
    background-size: 100% 1px;
  }
}
.c-navi-local__accordion__button::before, .c-navi-local__accordion__button::after,
.c-navi-local__layer-2__button::before,
.c-navi-local__layer-2__button::after {
  right: var(--spacing-1);
}
.c-navi-local__accordion__button.-current,
.c-navi-local__layer-2__button.-current {
  background-color: var(--color-white);
}

/* ============================================================
 * Panels（親・子 共通）
 * ============================================================ */
.c-navi-local__accordion__content,
.c-navi-local__layer-2__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: grid-template-rows 0.35s ease, opacity 1s ease, visibility 0s linear 0.35s;
}

.c-navi-local__accordion__content > *,
.c-navi-local__layer-2__content > * {
  min-height: 0;
  overflow: hidden;
}

/* ============================================================
 * Expanded（content 基準）
 * ============================================================ */
.c-navi-local__accordion__content.-expanded,
.c-navi-local__layer-2__content.-expanded {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: grid-template-rows 0.3s ease, opacity 1s ease, visibility 0s;
}
@starting-style {
  .c-navi-local__accordion__content.-expanded,
  .c-navi-local__layer-2__content.-expanded {
    grid-template-rows: 0fr;
    opacity: 0;
  }
}

/* ============================================================
 * Layer 2
 * ============================================================ */
.c-navi-local__layer-2 {
  padding-top: 0;
}

.c-navi-local__layer-2__item {
  padding-left: var(--spacing-2);
}

/* ============================================================
 * Inner
 * ============================================================ */
.c-navi-local__accordion__inner,
.c-navi-local__layer-2__inner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  min-height: 0;
  overflow: hidden;
}

/* ============================================================
 * Links
 * ============================================================ */
.c-navi-local__link > a {
  display: flex;
  width: 100%;
  padding: var(--spacing-1) var(--spacing-3);
}
.c-navi-local__link > a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-navi-local__link > a:hover > span {
    background-size: 100% 1px;
  }
}
.c-navi-local__link:first-child {
  margin-top: var(--spacing-1);
}
.c-navi-local__link:last-child {
  margin-bottom: var(--spacing-1);
}
.c-navi-local__link.-current {
  background-color: var(--color-white);
}

.c-navi-series {
  width: 100%;
  padding: 0;
  z-index: 999;
}
@media (min-width: 1140px) {
  .c-navi-series {
    position: sticky;
    top: 0;
    transition: top 0.3s ease;
  }
}

@media (min-width: 1140px) {
  .c-main:has(.c-navi-series) [id] {
    scroll-margin-top: var(--navi-series-h, 120px);
  }
}
.c-navi-series__spAccordion {
  margin-top: var(--spacing-4);
  background-color: var(--color-fastus-gray-pale);
}

.c-navi-series__spAccordion__inner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
  padding-block: 0;
}
@media (min-width: 1140px) {
  .c-navi-series__spAccordion__inner {
    min-height: 105px;
    grid-template-columns: 1fr 2fr;
    gap: var(--spacing-2);
    padding-block: var(--spacing-2);
  }
}

.c-navi-series__head {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  position: relative;
  padding-block: var(--spacing-2);
  padding-right: 24px;
  cursor: pointer;
}
@media (min-width: 1140px) {
  .c-navi-series__head {
    padding-block: var(--spacing-2) 0;
    padding-right: 0;
    cursor: default;
  }
}
.c-navi-series__head[aria-expanded=true]::after {
  background: url("/global/assets/images/icon_accordion_circle_arrow_up.svg") no-repeat center/contain;
}
.c-navi-series__head::after {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: url("/global/assets/images/icon_accordion_circle_arrow.svg") no-repeat center/contain;
  transition: transform 0.4s ease;
}
@media (min-width: 1140px) {
  .c-navi-series__head::after {
    display: none;
  }
}

.c-navi-series__type {
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}

.c-navi-series__title {
  font-size: var(--font-size-heading-sub-title);
  line-height: var(--line-height-150);
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-navi-series__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
}
@media (min-width: 1140px) {
  .c-navi-series__body {
    padding-top: var(--spacing-2);
  }
}

.c-navi-series__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 1140px) {
  .c-navi-series__links {
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    gap: var(--spacing-2) var(--spacing-4);
  }
}
@media (768px <= width < 960px) {
  .c-navi-series__links {
    justify-content: flex-start;
  }
}

.c-navi-series__link {
  border-top: 1px solid var(--color-gray-light);
}
@media (min-width: 1140px) {
  .c-navi-series__link {
    border-top: none;
  }
}
.c-navi-series__link.-current span {
  font-weight: bold;
}
.c-navi-series__link.-current span::after {
  background-size: 100% 4px;
}
.c-navi-series__link.-disabled {
  pointer-events: none;
}
.c-navi-series__link.-disabled a {
  color: #bebebe;
}
.c-navi-series__link a {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.c-navi-series__link a:hover span::after {
  background-size: 100% 4px;
}
.c-navi-series__link span {
  position: relative;
  padding-block: var(--spacing-2);
}
@media (min-width: 1140px) {
  .c-navi-series__link span {
    display: flex;
    width: 100%;
    height: 100%;
    padding-block: 0 var(--spacing-2);
  }
}
.c-navi-series__link span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(#000, #000);
  background-size: 0 4px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.3s ease-out;
}
@media (min-width: 1140px) {
  .c-navi-series__link span::after {
    width: 100%;
  }
}

.c-series-download {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: var(--spacing-3);
  margin-top: 40px;
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
}
@media (min-width: 1140px) {
  .c-series-download {
    grid-template-columns: auto 1fr;
  }
  body.-global-navi-open .c-series-download {
    position: relative;
    z-index: -1;
  }
}

.c-series-download__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  gap: var(--spacing-1) var(--spacing-3);
  list-style: none;
}

.c-series-download__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  color: var(--color-white);
  background-color: var(--color-gray-deep);
  clip-path: polygon(0% 0%, 132px 0%, 100% 50%, 132px 100%, 0% 100%);
}
.c-series-download__title span {
  color: var(--color-white);
}
.c-series-download__title span > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-series-download__title span:hover > span:not(.c-chevron-circle, .c-icon) {
    background-size: 100% 1px;
  }
}

.c-series-download__link {
  padding-right: var(--spacing-1);
  font-size: var(--font-size-14);
  line-height: var(--line-height-130);
}
.c-series-download__link a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-series-download__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 8px;
  height: 14px;
  background-image: url("/global/assets/images/icon_arrow_02.svg");
}
@media (min-width: 1140px) {
  .c-series-download__link a::after {
    right: 8px;
  }
}
.c-series-download__link a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-series-download__link a:hover > span {
    background-size: 100% 1px;
  }
}
.c-series-download__link a::after {
  right: -16px;
}

@media (any-hover: hover) {
  .c-modal {
    transition: opacity 0.4s ease;
  }
  .c-modal:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.c-modal .c-modal__image {
  position: relative;
  width: 100%;
}
.c-modal .c-modal__image::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color-fastus-gray);
  border-radius: 2px;
}
.c-modal .c-modal__image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 24.13px;
  height: 24.13px;
  background: url(/global/assets/images/icon_modal.svg) no-repeat 50% 50%/contain;
}
.c-modal .c-modal__image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modal__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

.dialog__close {
  align-self: flex-end;
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: var(--spacing-3);
  padding: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url(/global/assets/images/icon_modal_close.svg) no-repeat 50% 50%/contain;
}
@media (any-hover: hover) {
  .dialog__close {
    transition: opacity 0.4s ease;
  }
  .dialog__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.dialog__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.modal__dialog {
  align-content: center;
  margin: auto;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  padding: 0;
  scrollbar-gutter: stable;
  overflow: auto;
  background: none;
  position: fixed;
  border: none;
  z-index: 3;
}
.modal__dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal__dialog .dialog {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  margin: 60px auto;
  padding: 0;
}
@media (min-width: 768px) {
  .modal__dialog .dialog {
    max-width: 70vw;
    max-height: 100vh;
  }
}

.dialog__body {
  display: flex;
  flex-direction: column;
  place-content: center;
  width: 100%;
  height: 100%;
}

.dialog__caption {
  padding: var(--spacing-2);
  background: var(--color-white);
}

.c-contactUs {
  margin-top: var(--spacing-5);
  background: var(--color-fastus-gray-pale);
}
@media (min-width: 768px) {
  .c-contactUs {
    margin-top: var(--spacing-8);
  }
}
.c-section:not(.-no-padding) + .c-contactUs {
  margin-top: 0;
}
.c-contactUs .c-contactUs__inner {
  max-width: calc(var(--size-content) + var(--size-protect) * 2);
  margin-inline: auto;
  padding-inline: var(--size-protect);
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: var(--spacing-4);
  padding: var(--spacing-6) var(--spacing-3);
}
@media (min-width: 768px) {
  .c-contactUs .c-contactUs__inner {
    padding: var(--spacing-7) var(--spacing-3);
  }
}
.c-contactUs .c-button__wrap {
  width: 100%;
  max-width: 1078px;
  margin-inline: auto;
}
.c-contactUs .c-button {
  align-self: center;
  justify-self: flex-end;
}
.c-contactUs .c-button:nth-child(even) {
  justify-self: flex-start;
}

.c-contactUs__title {
  font-size: var(--font-size-heading-b);
  font-weight: bold;
}

.c-contactUs__text {
  text-align: center;
  font-size: var(--font-size-heading-sub-title);
  font-weight: bold;
}

.c-pagination {
  margin-block: var(--spacing-6) 0;
}
.c-pagination.-desktop {
  display: none;
}
@media (min-width: 768px) {
  .c-pagination.-desktop {
    display: block;
  }
}
.c-pagination.-mobile {
  display: block;
}
@media (min-width: 768px) {
  .c-pagination.-mobile {
    display: none;
  }
}

.c-pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-1);
}

.c-pagination__control {
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background: var(--color-black);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-pagination__control.-disabled {
  background: var(--color-fastus-gray);
  pointer-events: none;
}
.c-pagination__control.-top {
  -webkit-mask-image: url("/global/assets/images/icon_pagination_chevrons.svg");
  mask-image: url("/global/assets/images/icon_pagination_chevrons.svg");
  rotate: 180deg;
}
.c-pagination__control.-prev {
  -webkit-mask-image: url("/global/assets/images/icon_pagination_chevron.svg");
  mask-image: url("/global/assets/images/icon_pagination_chevron.svg");
  rotate: 180deg;
}
.c-pagination__control.-next {
  -webkit-mask-image: url("/global/assets/images/icon_pagination_chevron.svg");
  mask-image: url("/global/assets/images/icon_pagination_chevron.svg");
}
.c-pagination__control.-last {
  -webkit-mask-image: url("/global/assets/images/icon_pagination_chevrons.svg");
  mask-image: url("/global/assets/images/icon_pagination_chevrons.svg");
}
@media (any-hover: hover) {
  .c-pagination__control:not(.-disabled) {
    transition: opacity 0.4s ease;
  }
  .c-pagination__control:not(.-disabled):hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.c-pagination__number {
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  background: var(--color-fastus-gray-pale);
  text-align: center;
  line-height: 40px;
}
.c-pagination__number > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-pagination__number:hover > span {
    background-size: 100% 1px;
  }
}

.c-pagination__number.active {
  background: var(--color-fastus-gray-light);
}

.c-video {
  position: relative;
}
.c-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-video iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-video:has(iframe[src]) .c-iframe__placeholder {
  display: none;
}
.c-video:has(iframe[data-src]) .c-iframe__placeholder {
  display: flex;
}

.c-iframe__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--spacing-1) var(--spacing-5);
  text-align: center;
  background-color: var(--color-fastus-gray-pale);
}
.c-iframe__placeholder .c-text {
  margin: 0;
}
.pattern01 .c-iframe__placeholder .c-text, .pattern02 .c-iframe__placeholder .c-text, .pattern03 .c-iframe__placeholder .c-text, .pattern04 .c-iframe__placeholder .c-text, .pattern05 .c-iframe__placeholder .c-text, .pattern06 .c-iframe__placeholder .c-text, .pattern07 .c-iframe__placeholder .c-text, .pattern08 .c-iframe__placeholder .c-text, .pattern09 .c-iframe__placeholder .c-text, .pattern10 .c-iframe__placeholder .c-text, .pattern11 .c-iframe__placeholder .c-text, .pattern12 .c-iframe__placeholder .c-text, .pattern13 .c-iframe__placeholder .c-text {
  margin-top: 0;
}

.c-webinarItem {
  position: relative;
}
.c-webinarList .c-webinarItem {
  border-top: solid 1px var(--color-gray-light);
  padding-top: var(--spacing-3);
  height: 100%;
}

.c-webinarItem__anchor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2);
  height: 100%;
}

.c-webinarItem__media img {
  width: 100%;
  max-width: 100%;
}

.c-webinarItem__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.c-webinarItem__info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.c-webinarItem__category {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.c-webinarItem__category li {
  background: var(--color-fastus-gray-light);
  border-radius: 2px;
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
  padding: 2px var(--spacing-2);
}

.c-duration {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--font-size-14);
  line-height: var(--line-height-160);
}
.c-headingShoulder .c-duration {
  font-size: var(--font-size-16);
}
.c-duration::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/global/assets/images/icon_clock.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-webinarItem__title {
  font-size: var(--font-size-17);
  line-height: var(--line-height-150);
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-webinarItem__title {
    font-size: var(--font-size-18);
  }
}
.c-webinarItem__title span {
  display: inline;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  a:hover .c-webinarItem__title span, button:not(:disabled):hover .c-webinarItem__title span {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.c-webinarItem__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: var(--font-size-16);
  line-height: var(--line-height-130);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.c-webinarSearch {
  margin-block: 0 var(--spacing-8);
}

.c-viewMore {
  background: var(--color-fastus-gray-pale);
  padding: var(--spacing-3) var(--spacing-4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-webinarList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-3);
  margin-block: var(--spacing-7) var(--spacing-5);
}
@media (min-width: 768px) {
  .c-webinarList {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-3) var(--spacing-4);
  }
}

.c-sitemap-section {
  margin-top: var(--spacing-6);
  padding-top: var(--spacing-6);
  border-top: 1px solid var(--color-gray-light);
}
@media (min-width: 768px) {
  .c-sitemap-section {
    margin-top: var(--spacing-7);
    padding-top: var(--spacing-7);
  }
}
.c-sitemap-section .c-heading-lv2 {
  margin-block: 0;
}
@media (min-width: 768px) {
  .c-sitemap-section .c-heading-lv2 {
    margin-block: 0;
  }
}
.c-sitemap-section .c-heading-lv3 {
  margin-block: var(--spacing-5) 0;
}
@media (min-width: 768px) {
  .c-sitemap-section .c-heading-lv3 {
    margin-block: var(--spacing-6) 0;
  }
}
.c-sitemap-section .c-heading-lv4 {
  margin-block: var(--spacing-5) 0;
}
@media (min-width: 768px) {
  .c-sitemap-section .c-heading-lv4 {
    margin-block: var(--spacing-6) 0;
  }
}

.c-sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-sitemap-list {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-4);
  }
}
.c-sitemap-list.-large li {
  font-size: var(--font-size-20);
  line-height: var(--line-height-140);
}
@media (min-width: 768px) {
  .c-sitemap-list.-large li {
    font-size: var(--font-size-28);
  }
}
.c-sitemap-list li {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  font-weight: bold;
}
.c-sitemap-list li a {
  font-weight: bold;
  display: inline-block;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-2);
  position: relative;
}
.c-sitemap-list li a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .c-sitemap-list li a:hover > span {
    background-size: 100% 1px;
  }
}
.c-sitemap-list li a::after {
  content: "";
  display: inline-flex;
  width: 0.6em;
  height: 0.9em;
  margin-left: var(--spacing-2);
  background-image: url(/global/assets/images/icon_arrow_02.svg);
  background-size: contain;
}
.c-sitemap-list li a[target=_blank]::after {
  display: none;
}
.c-sitemap-list li a[target=_blank] .c-icon.-window {
  width: 0.86em;
  height: 0.66em;
  vertical-align: inherit;
}
.c-heading-lv2 + .c-sitemap-list, .c-heading-lv3 + .c-sitemap-list, .c-heading-lv4 + .c-sitemap-list {
  margin-block: var(--spacing-3) 0;
}
@media (min-width: 768px) {
  .c-heading-lv2 + .c-sitemap-list, .c-heading-lv3 + .c-sitemap-list, .c-heading-lv4 + .c-sitemap-list {
    margin-block: var(--spacing-5) 0;
  }
}
.c-sitemap-list + .c-sitemap-list {
  margin-top: var(--spacing-2);
}
@media (min-width: 768px) {
  .c-sitemap-list + .c-sitemap-list {
    margin-top: var(--spacing-4);
  }
}

.footer {
  color: var(--color-white);
  background-color: #333;
  line-height: 1.3;
}
.footer li {
  list-style: none;
}
.footer a:hover {
  color: inherit;
}
.footer .c-icon.-window {
  flex-shrink: 0;
  width: 16px;
  height: 12px;
}

.footer__sitemap {
  padding: 0;
}
@media (min-width: 1140px) {
  .footer__sitemap {
    padding: 80px var(--padding-primary) 44px;
  }
}

.footer__sitemap__inner {
  max-width: var(--width-max-content);
  margin-inline: auto;
}
@media (min-width: 1140px) {
  .footer__sitemap__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: var(--spacing-5) var(--padding-primary);
  }
}

@media (min-width: 1140px) {
  .footer__sitemap__menu {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/-1;
    grid-template-columns: subgrid;
    gap: var(--spacing-5) var(--padding-primary);
  }
}

@media (min-width: 1140px) {
  .footer__sitemap__menu__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .footer__sitemap__menu__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .footer__sitemap__menu__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .footer__sitemap__menu__item:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .footer__sitemap__menu__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .footer__sitemap__menu__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .footer__sitemap__menu__item:nth-child(7) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  .footer__sitemap__menu__item:has(.footer__sitemap__category) .footer__sitemap__list__link {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .footer__sitemap__menu__item a {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    transition: background-size 0.4s ease-out;
    backface-visibility: hidden;
  }
  .footer__sitemap__menu__item a:hover {
    background-size: 100% 1px;
  }
}

.footer__sitemap__side {
  display: flex;
  place-items: center;
  place-content: center;
  flex-direction: column;
  padding: var(--padding-primary) 0;
}
@media (min-width: 1140px) {
  .footer__sitemap__side {
    grid-column: 4/5;
    grid-row: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
}

.footer__sitemap__sns__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 20px;
}
@media (any-hover: hover) {
  .footer__sitemap__sns__list a {
    transition: opacity 0.4s ease;
  }
  .footer__sitemap__sns__list a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.footer__sitemap__newsletter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-4);
  margin-top: var(--spacing-4);
}
.footer__sitemap__newsletter a {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 1140px) {
  .footer__sitemap__newsletter a {
    padding: 0 0 var(--spacing-3) 0;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
  }
}
@media (min-width: 1140px) and (any-hover: hover) {
  .footer__sitemap__newsletter a:hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}
.footer__sitemap__newsletter a span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: var(--spacing-4);
  font-size: var(--font-size-14);
  font-weight: bold;
  line-height: var(--line-height-130);
}
.footer__sitemap__newsletter a span::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.footer__sitemap__newsletter a span::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
@media (any-hover: hover) {
  .footer__sitemap__newsletter a:hover {
    color: var(--color-white);
  }
  .footer__sitemap__newsletter a:hover span::before {
    background-color: var(--color-fastus-red);
  }
  .footer__sitemap__newsletter a:hover span::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}

@media (min-width: 1140px) {
  .footer__sitemap__list {
    display: flex;
    flex-direction: column;
    gap: 14px 0;
  }
}

.footer__sitemap__category {
  display: flex;
  position: relative;
  width: 100%;
  padding: 14px 40px 14px 22px;
  font-weight: normal;
  position: relative;
  background-color: #333;
  border-bottom: 1px solid var(--color-white);
  font-size: 1.6rem;
}
.footer__sitemap__category::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion_white.svg") no-repeat center/contain;
}
.footer__sitemap__category::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("/global/assets/images/icon_accordion_white.svg") no-repeat center/contain;
  transition: 0.5s;
}
.footer__sitemap__category[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1140px) {
  .footer__sitemap__category::before, .footer__sitemap__category::after {
    right: 8px;
  }
}
@media (min-width: 1140px) {
  .footer__sitemap__category {
    display: inline-flex;
    width: auto;
    padding: 0;
    font-weight: bold;
    background-color: transparent;
    border-bottom: none;
  }
  .footer__sitemap__category::before {
    display: none;
  }
  .footer__sitemap__category::after {
    display: none;
  }
}

.footer__sitemap__content {
  background-color: var(--color-black);
}
@media (min-width: 1140px) {
  .footer__sitemap__content {
    margin-top: 12px;
    background-color: #333;
  }
}
@media (max-width: 1140px) {
  .footer__sitemap__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}

.footer__sitemap__list__top {
  font-weight: normal;
  border-bottom: 1px solid var(--color-white);
}
@media (min-width: 1140px) {
  .footer__sitemap__list__top {
    display: none;
    border-bottom: none;
  }
}
.footer__sitemap__list__top a {
  display: flex;
  padding: 14px 40px 14px 22px;
}
@media (min-width: 1140px) {
  .footer__sitemap__list__top a {
    display: inline-flex;
    width: auto;
    padding: 0;
  }
}

.footer__sitemap__list__link {
  border-bottom: 1px solid var(--color-white);
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 1140px) {
  .footer__sitemap__list__link {
    font-weight: bold;
    border-bottom: none;
  }
}
.footer__sitemap__list__link a {
  display: flex;
  width: 100%;
  padding: 14px 40px 14px 22px;
}
@media (min-width: 1140px) {
  .footer__sitemap__list__link a {
    display: inline-flex;
    width: auto;
    padding: 0;
  }
}
.footer__sitemap__content .footer__sitemap__list__link a {
  padding: 14px 40px 14px 44px;
}
@media (min-width: 1140px) {
  .footer__sitemap__content .footer__sitemap__list__link a {
    padding: 0;
  }
}

.footer__utility {
  padding: 0 var(--padding-primary);
}

.footer__utility__inner {
  max-width: var(--width-max-content);
  margin-inline: auto;
  padding: var(--padding-primary) 0;
  border-top: 1px solid var(--color-white);
}
@media (min-width: 1140px) {
  .footer__utility__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: space-around;
    align-items: center;
    gap: 0 var(--padding-primary);
  }
}

.footer__utility__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px var(--padding-primary);
  width: min(80%, 300px);
  margin-inline: auto;
  font-size: 1.4rem;
}
@media (min-width: 1140px) {
  .footer__utility__list {
    flex-wrap: nowrap;
    justify-self: flex-end;
    gap: 0 var(--padding-primary);
    width: auto;
    max-width: none;
    margin-inline: 0;
  }
}
.footer__utility__list li {
  flex: 0 1 auto;
}
.footer__utility__list a > span:not(.c-chevron-circle, .c-icon) {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  transition: background-size 0.4s ease-out;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .footer__utility__list a:hover > span:not(.c-chevron-circle, .c-icon) {
    background-size: 100% 1px;
  }
}

.footer__logo {
  display: none;
  width: 103px;
  height: 43px;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1140px) {
  .footer__logo {
    display: block;
  }
}

.footer__bottom {
  padding: 0 8px;
  color: var(--color-black);
  background-color: var(--color-fastus-gray-pale);
}
@media (min-width: 1140px) {
  .footer__bottom {
    padding: 0 var(--padding-primary);
  }
}

.footer__group {
  max-width: var(--width-max);
  padding: var(--padding-primary) 0;
  margin-inline: auto;
  border-bottom: 1px solid #ababab;
}

.footer__group__inner {
  display: flex;
  place-items: center;
  place-content: center;
  flex-direction: column;
}
@media (min-width: 1140px) {
  .footer__group__inner {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 1fr;
    place-items: flex-start;
    gap: 0 var(--padding-primary);
    max-width: var(--width-max-content);
    width: auto;
    margin-inline: auto;
  }
}

.footer__group__head {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 1140px) {
  .footer__group__head {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    font-size: 2rem;
  }
}

.footer__group__list {
  display: flex;
  flex-wrap: wrap;
  width: min(90%, 300px);
  margin-inline: auto;
  justify-content: center;
  gap: 14px 20px;
  margin-top: 22px;
  font-size: 1.4rem;
}
@media (min-width: 1140px) {
  .footer__group__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 15px var(--padding-primary);
    width: auto;
    margin-top: 0;
  }
}
.footer__group__list li:nth-child(4) {
  grid-column-start: 1;
}
.footer__group__list a[target=_blank] span:not(.c-icon) {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat;
}
@media (any-hover: hover) {
  .footer__group__list a[target=_blank] span:not(.c-icon):hover {
    background-position-x: 0;
    transition: 0.5s;
  }
}

.footer__copyright {
  padding: 16px 0;
  text-align: center;
  font-size: 1.4rem;
}
.footer.-simple .footer__copyright {
  padding-block: 20px;
}

.cookie_consent-cookie_btn-link {
  color: var(--color-white) !important;
  font-size: 1.4rem;
  display: inline !important;
  margin: 0 !important;
  text-decoration: none !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-size: 0 1px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  padding-bottom: 1px !important;
  transition: background-size 0.4s ease-out !important;
  backface-visibility: hidden !important;
}
.cookie_consent-cookie_btn-link:hover {
  background-size: 100% 1px !important;
}

.cookie_consent-consent_banner .cookie_consent-consent_banner__description {
  margin-top: 0 !important;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button {
  display: inline-block;
  align-content: center;
  position: relative;
  width: 320px;
  min-height: 55px !important;
  padding: 11px 44px 10px 13px !important;
  text-align: left !important;
  align-self: center;
  align-items: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--font-size-16) !important;
  border-radius: 6px;
  color: var(--color-white) !important;
  border: 1px solid var(--color-gray-deep) !important;
  background-color: var(--color-gray-deep) !important;
  position: relative;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button.-invert::before {
  right: initial;
  left: 14px;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover {
    color: var(--color-white);
  }
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 768px) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button {
    align-self: flex-start;
  }
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__button:has(.c-icon)::before, .cookie_consent-consent_banner .cookie_consent-consent_banner__button:has(.c-icon)::after {
  display: none !important;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__link-event {
  display: inline-block;
  position: relative;
  color: currentColor !important;
  text-decoration: none !important;
  background: linear-gradient(to right, currentColor 33.3333333333%, transparent 0 66.6666666667%, currentColor 0) 100% 100%/300% 1px no-repeat !important;
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__link-event:hover {
    background-position-x: 0 !important;
    transition: 0.5s;
  }
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close {
  top: var(--spacing-3);
  right: var(--spacing-2);
  align-self: flex-end;
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: var(--spacing-3);
  padding: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/global/assets/images/icon_close.svg) no-repeat 50% 50%/contain !important;
}
@media (any-hover: hover) {
  .cookie_consent-consent_banner .cookie_consent-consent_banner__close {
    transition: opacity 0.4s ease;
  }
  .cookie_consent-consent_banner .cookie_consent-consent_banner__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close:focus, .cookie_consent-consent_banner .cookie_consent-consent_banner__close:focus-visible {
  border-radius: 0;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close::-moz-placeholder {
  color: var(--color-gray-dark);
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close::placeholder {
  color: var(--color-gray-dark);
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close::-ms-clear {
  visibility: visible;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close:focus-visible {
  outline: -webkit-focus-ring-color inset 2px;
  outline-offset: -2px;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cookie_consent-consent_banner .cookie_consent-consent_banner__close svg {
  display: none;
}

.cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__body {
  flex-direction: column !important;
  padding: var(--spacing-6) var(--spacing-6) var(--spacing-4) var(--spacing-3) !important;
}
@media (min-width: 768px) {
  .cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__body {
    flex-direction: row !important;
  }
}
.cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__actions-for-bottom {
  width: 100% !important;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__actions-for-bottom {
    width: 256px !important;
    margin-top: 0 !important;
    margin-left: var(--spacing-4) !important;
  }
}
.cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__actions {
  margin-top: var(--spacing-5) !important;
}
@media (min-width: 768px) {
  .cookie_consent-consent_banner--bottom .cookie_consent-consent_banner__actions {
    margin-top: 0 !important;
  }
}

.cookie_consent-privacy_setting_banner__body {
  padding: var(--spacing-5) var(--spacing-3) var(--spacing-4) var(--spacing-3) !important;
}

.cookie_consent-privacy_setting_banner__button {
  display: inline-block;
  align-content: center;
  position: relative;
  width: 260px;
  min-height: 55px !important;
  padding: 11px 44px 10px 13px !important;
  text-align: left !important;
  align-self: center;
  align-items: center;
  justify-content: flex-start !important;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--font-size-16) !important;
  border-radius: 6px;
  color: var(--color-white) !important;
  border: 1px solid var(--color-gray-deep) !important;
  background-color: var(--color-gray-deep) !important;
  position: relative;
}
.cookie_consent-privacy_setting_banner__button::before {
  content: "";
  display: inline-flex;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
  width: 19px;
  height: 19px;
  color: var(--color-white);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.cookie_consent-privacy_setting_banner__button.-invert::before {
  right: initial;
  left: 14px;
}
.cookie_consent-privacy_setting_banner__button::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  width: 6px;
  height: 8px;
  background: url("/global/assets/images/icon_button_arrow_red.svg") no-repeat center/contain;
}
.cookie_consent-privacy_setting_banner__button.-invert::after {
  right: initial;
  left: 19px;
  scale: -1 1;
}
@media (any-hover: hover) {
  .cookie_consent-privacy_setting_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
  .cookie_consent-privacy_setting_banner__button:hover::after {
    background: url("/global/assets/images/icon_button_arrow_white.svg") no-repeat center/contain;
  }
}
@media (any-hover: hover) {
  .cookie_consent-privacy_setting_banner__button:hover {
    color: var(--color-white);
  }
  .cookie_consent-privacy_setting_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
@media (any-hover: hover) {
  .cookie_consent-privacy_setting_banner__button {
    transition: box-shadow 0.5s, transform 0.5s;
    backface-visibility: hidden;
  }
  .cookie_consent-privacy_setting_banner__button:hover {
    box-shadow: 2px 10px 12px 2px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 768px) {
  .cookie_consent-privacy_setting_banner__button {
    align-self: flex-start;
  }
}
@media (any-hover: hover) {
  .cookie_consent-privacy_setting_banner__button:hover::before {
    background-color: var(--color-fastus-red);
  }
}
.cookie_consent-privacy_setting_banner__button:has(.c-icon)::before, .cookie_consent-privacy_setting_banner__button:has(.c-icon)::after {
  display: none !important;
}

.cookie_consent-privacy_setting_banner__category-settings-body {
  border-bottom: 1px solid #ababab !important;
  border-color: #ababab !important;
}

.cookie_consent-privacy_setting_banner__description {
  margin-top: var(--spacing-3) !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

.cookie_consent-privacy_setting_banner__uuid {
  margin-top: var(--spacing-3) !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}

.cookie_consent-age_and_location_banner__close {
  top: var(--spacing-3) !important;
  right: var(--spacing-2) !important;
  align-self: flex-end;
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: var(--spacing-3);
  padding: 0;
  display: block;
  width: 18px !important;
  height: 18px !important;
  background: url(/global/assets/images/icon_close.svg) no-repeat 50% 50%/contain !important;
}
@media (any-hover: hover) {
  .cookie_consent-age_and_location_banner__close {
    transition: opacity 0.4s ease;
  }
  .cookie_consent-age_and_location_banner__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.cookie_consent-age_and_location_banner__close:focus, .cookie_consent-age_and_location_banner__close:focus-visible {
  border-radius: 0;
}
.cookie_consent-age_and_location_banner__close::-moz-placeholder {
  color: var(--color-gray-dark);
}
.cookie_consent-age_and_location_banner__close::placeholder {
  color: var(--color-gray-dark);
}
.cookie_consent-age_and_location_banner__close::-ms-clear {
  visibility: visible;
}
.cookie_consent-age_and_location_banner__close:focus-visible {
  outline: -webkit-focus-ring-color inset 2px;
  outline-offset: -2px;
}
.cookie_consent-age_and_location_banner__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cookie_consent-age_and_location_banner__close svg {
  display: none;
}

.cookie_consent-consent_banner__footer,
.cookie_consent-privacy_setting_banner__footer {
  border-color: #ababab !important;
}

.c-news-info,
.release_txt_r {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  margin-block: var(--spacing-4) var(--spacing-7);
  text-align: right;
}

.c-news-date,
.c-news-source {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  margin-top: 0;
}

/* 旧newsページ */
#release h4 {
  font-size: var(--font-size-heading-a);
  line-height: var(--line-height-160);
  font-weight: bold;
  text-box: trim-end cap alphabetic;
}
#release .text_box {
  font-size: var(--font-size-16);
  line-height: var(--line-height-160);
  margin-top: var(--spacing-4);
}
#release .pdf_link {
  text-align: right;
}

