@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap";/*__ font _______________________*/

/*__ breakpoint _______________________*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 1.6875;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
  background-color: #fff;
  overflow-x: hidden;
  opacity: 0;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

sup {
  right: -0.2em;
  font-size: 60%;
}

button:focus {
  outline: none;
}

.inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.sp--only {
  display: none;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-wrap {
  overflow: hidden;
}
.text-wrap > * {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateY(150%) rotate(3deg);
          transform: translateY(150%) rotate(3deg);
}

.slide-up {
  overflow: hidden;
}
.slide-up > * {
  -webkit-transform: translate(0px, 120%) rotate(3deg);
          transform: translate(0px, 120%) rotate(3deg);
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.slide-up.active > * {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.modaal-close {
  position: absolute;
  right: 0px;
  top: -45px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%3e%3cpath%20d='M38.242,30.85h0L27.321,19.928,38.242,9.007h0a1.128,1.128,0,0,0,0-1.591L33.083,2.257a1.128,1.128,0,0,0-1.591,0h0L20.571,13.178,9.65,2.257h0a1.128,1.128,0,0,0-1.591,0L2.9,7.416a1.128,1.128,0,0,0,0,1.591h0L13.821,19.928,2.9,30.849h0a1.127,1.127,0,0,0,0,1.591L8.059,37.6a1.128,1.128,0,0,0,1.591,0h0L20.571,26.678,31.492,37.6h0a1.127,1.127,0,0,0,1.591,0l5.159-5.159a1.127,1.127,0,0,0,0-1.591Z'%20transform='translate(-2.571%20-1.928)'%20fill='%23fff'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.modaal-close::before, .modaal-close::after {
  content: none;
}

#news_article {
  margin-top: min(9.3%, 85px);
}
#news_article p,
#news_article ul,
#news_article img {
  margin: 20px 0;
}
#news_article h3 {
  margin: 60px 0 30px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 2;
}
#news_article ul {
  padding-left: 22px;
  list-style: disc;
}
#news_article ul li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
#news_article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#news_article table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
#news_article table th,
#news_article table td {
  padding: min(3.3%, 30px) 0;
  border-bottom: 1px solid #afafaf;
}
#news_article table th p,
#news_article table td p {
  margin: 0;
}
#news_article table tr:first-child th,
#news_article table tr:first-child td {
  padding: 0 0 min(3.3%, 30px);
}

#catalog_article {
  margin-top: min(9.3%, 85px);
}
#catalog_article p {
  margin: 20px 0;
}
#catalog_article h2 {
  margin: 60px 0 30px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 2;
}
#catalog_article ul {
  padding-left: 22px;
  list-style: disc;
}
#catalog_article ul li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
#catalog_article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#catalog_article table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
#catalog_article table th,
#catalog_article table td {
  padding: min(3.3%, 30px) 0;
  border-bottom: 1px solid #afafaf;
}
#catalog_article table th p,
#catalog_article table td p {
  margin: 0;
}
#catalog_article table tr:first-child th,
#catalog_article table tr:first-child td {
  padding: 0 0 min(3.3%, 30px);
}
@media screen and (max-width: 767px){
  body {
    font-size: 12px;
    line-height: 1.6666666;
  }
  .inner {
    padding: 0 20px;
  }
  .pc--only {
    display: none !important;
  }
  .sp--only {
    display: block;
  }
  #news_article {
    margin-top: 35px;
  }
  #news_article h3 {
    margin: 70px 0 25px;
  }
  #news_article ul li {
    font-size: 12px;
    line-height: 20px;
  }
  #news_article table {
    border: 0;
  }
  #news_article table tr {
    display: block;
    border-bottom: 1px solid #e5e7e7;
  }
  #news_article table tr:first-child th,
  #news_article table tr:first-child td {
    padding: 10px 0 20px;
  }
  #news_article table tr:first-child th:first-child,
  #news_article table tr:first-child td:first-child {
    padding: 0;
  }
  #news_article table td {
    display: block;
    padding: 10px 0 20px;
    border: none;
    text-align: left;
  }
  #news_article table td:first-child {
    padding: 20px 0 0;
  }
}
@media (hover: hover){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
.header[data-astro-cid-fwjxnczq]{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;padding:10px 17px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:100;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);transition:-webkit-transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), -webkit-transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94)}
.header--hidden[data-astro-cid-fwjxnczq]{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.header--visible[data-astro-cid-fwjxnczq]{-webkit-transform:translateY(0);transform:translateY(0)}
.header[data-astro-cid-fwjxnczq].is-top .header__logo[data-astro-cid-fwjxnczq]{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.header[data-astro-cid-fwjxnczq].is-top .header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]{color:#fff}
.header[data-astro-cid-fwjxnczq].is-top .header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]::before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.header[data-astro-cid-fwjxnczq].is-top .hamburger[data-astro-cid-fwjxnczq] span[data-astro-cid-fwjxnczq]{background-color:#fff}
.header[data-astro-cid-fwjxnczq].is-black .header__logo[data-astro-cid-fwjxnczq]{-webkit-filter:unset;filter:unset}
.header[data-astro-cid-fwjxnczq].is-black .header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]{color:#000}
.header[data-astro-cid-fwjxnczq].is-black .header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]::before{-webkit-filter:unset;filter:unset}
.header[data-astro-cid-fwjxnczq].is-black .hamburger[data-astro-cid-fwjxnczq] span[data-astro-cid-fwjxnczq]{background-color:#000}
.header[data-astro-cid-fwjxnczq] .hamburger[data-astro-cid-fwjxnczq].active~[data-astro-cid-fwjxnczq] .header__logo[data-astro-cid-fwjxnczq],.header[data-astro-cid-fwjxnczq]:has(.hamburger.active) .header__logo[data-astro-cid-fwjxnczq]{-webkit-filter:unset!important;filter:unset!important}
.header__logo[data-astro-cid-fwjxnczq]{display:block;position:relative;width:100%;max-width:90px;z-index:100}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:min(2.8vw,40px)}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:500;font-style:normal;font-size:12px;letter-spacing:0.1em}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq].blank{position:relative;padding-right:20px}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq].blank::before{content:"";display:block;position:absolute;right:0px;top:50%;width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%201H1V13H13V9'%20stroke='black'/%3e%3cpath%20d='M7.35547%201H13.0025V7'%20stroke='black'/%3e%3cpath%20d='M13.0025%201L7.35547%206.64706'%20stroke='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq]:last-child{margin-left:17px}
.header__pc-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq]:last-child a[data-astro-cid-fwjxnczq]{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:400;font-style:normal;letter-spacing:0}
.header__sp-nav[data-astro-cid-fwjxnczq]{display:none}
.hamburger[data-astro-cid-fwjxnczq]{display:none}
@media screen and (max-width: 767px){.header[data-astro-cid-fwjxnczq]{padding:15px 17px}.header__logo[data-astro-cid-fwjxnczq]{max-width:68px}.header__pc-nav[data-astro-cid-fwjxnczq]{display:none}.header__sp-nav[data-astro-cid-fwjxnczq]{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;width:100%;height:100dvh;padding:0 19.5%;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;pointer-events:auto;z-index:99}.header__sp-nav[data-astro-cid-fwjxnczq].closed{opacity:0;pointer-events:none}.header__sp-nav[data-astro-cid-fwjxnczq] .logo[data-astro-cid-fwjxnczq]{display:block;width:53px}.header__sp-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:31px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__sp-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq]{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:500;font-style:normal;font-size:20px;letter-spacing:0.1em}.header__sp-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq].blank{position:relative;padding-right:28px}.header__sp-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq] a[data-astro-cid-fwjxnczq].blank::before{content:"";display:block;position:absolute;right:0px;top:55%;width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%201H1V13H13V9'%20stroke='black'/%3e%3cpath%20d='M7.35547%201H13.0025V7'%20stroke='black'/%3e%3cpath%20d='M13.0025%201L7.35547%206.64706'%20stroke='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__sp-nav[data-astro-cid-fwjxnczq] ul[data-astro-cid-fwjxnczq] li[data-astro-cid-fwjxnczq]:last-child a[data-astro-cid-fwjxnczq]{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:400;font-style:normal;font-size:16px;font-weight:500;letter-spacing:0}.hamburger[data-astro-cid-fwjxnczq]{display:block;position:relative;width:28px;height:9px;z-index:100}.hamburger[data-astro-cid-fwjxnczq] span[data-astro-cid-fwjxnczq]{display:block;position:absolute;left:0;width:100%;height:1px;background-color:#000;-webkit-transition:0.5s ease;transition:0.5s ease}.hamburger[data-astro-cid-fwjxnczq] span[data-astro-cid-fwjxnczq]:nth-child(1){top:0}.hamburger[data-astro-cid-fwjxnczq] span[data-astro-cid-fwjxnczq]:nth-child(2){bottom:0}.hamburger[data-astro-cid-fwjxnczq].active span[data-astro-cid-fwjxnczq]{background-color:#000!important}.hamburger[data-astro-cid-fwjxnczq].active span[data-astro-cid-fwjxnczq]:nth-child(1){top:4px;-webkit-transform:rotate(18deg);transform:rotate(18deg)}.hamburger[data-astro-cid-fwjxnczq].active span[data-astro-cid-fwjxnczq]:nth-child(2){bottom:4px;-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}}
.footer[data-astro-cid-urgy6ka4]{width:100%;margin-top:min(11.2%,160px);padding:min(5.9%,84px) 0px min(6.5%,94px);color:#fff;background-color:#000}
.footer[data-astro-cid-urgy6ka4].is-top{margin-top:0}
.footer[data-astro-cid-urgy6ka4] .inner[data-astro-cid-urgy6ka4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.footer__top[data-astro-cid-urgy6ka4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.footer__top[data-astro-cid-urgy6ka4] .logo[data-astro-cid-urgy6ka4]{width:95px}
.footer__top[data-astro-cid-urgy6ka4] .logo[data-astro-cid-urgy6ka4] img[data-astro-cid-urgy6ka4]{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:min(4.5vw,80px)}
.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4] li[data-astro-cid-urgy6ka4] a[data-astro-cid-urgy6ka4]{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:500;font-style:normal;color:#fff;font-size:clamp(12px,1.1111111111vw,16px);letter-spacing:0.1em}
.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4] li[data-astro-cid-urgy6ka4] a[data-astro-cid-urgy6ka4].blank{position:relative;padding-right:20px}
.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4] li[data-astro-cid-urgy6ka4] a[data-astro-cid-urgy6ka4].blank::before{content:"";display:block;position:absolute;right:0px;top:50%;width:15px;height:15px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%201H1V13H13V9'%20stroke='black'/%3e%3cpath%20d='M7.35547%201H13.0025V7'%20stroke='black'/%3e%3cpath%20d='M13.0025%201L7.35547%206.64706'%20stroke='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4] li[data-astro-cid-urgy6ka4]:last-child a[data-astro-cid-urgy6ka4]{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:400;font-style:normal;letter-spacing:0}
.footer__bottom[data-astro-cid-urgy6ka4]{margin-top:min(5.3%,65px);font-family:"neue-haas-grotesk-display",sans-serif;font-weight:500;font-style:normal;font-size:clamp(10px,0.8333333333vw,12px)}
@media screen and (max-width: 767px){.footer[data-astro-cid-urgy6ka4]{margin-top:116px;padding:70px 0px 86px}.footer__top[data-astro-cid-urgy6ka4]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4]{margin-top:75px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.footer__top[data-astro-cid-urgy6ka4] nav[data-astro-cid-urgy6ka4] ul[data-astro-cid-urgy6ka4] li[data-astro-cid-urgy6ka4] a[data-astro-cid-urgy6ka4]{font-size:13px}.footer__bottom[data-astro-cid-urgy6ka4]{margin-top:75px;font-size:10px}}