@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  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;
}

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 */
}

i {
  font-style: normal;
}

/* 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;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[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 */
}

hr {
  border: none;
}

/* 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,
[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 */
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 */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[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 {
  vertical-align: middle;
  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;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* 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;
}

html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: clip;
}

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

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

@media (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media (orientation: landscape) {
  .dn-landscape {
    display: none !important;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .dn-sp {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .dn-tab-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab-l {
    display: none !important;
  }
}

.siteHeader {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
  transform: translateY(calc(-100% - 20px - 12px));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.siteHeader.is-visible {
  transform: translateY(0);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteHeader {
    top: 12px;
    left: 12px;
    right: 12px;
  }
}

.siteHeader_bar {
  height: 60px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteHeader_bar {
    height: 52px;
    padding: 0 8px 0 16px;
  }
}

.siteHeader_left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.siteLogo {
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #000000;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteLogo {
    font-size: 18px;
  }
}

.siteHeader_divider {
  width: 1px;
  height: 30px;
  background: #000000;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteHeader_divider {
    display: none;
  }
}

.siteHeader_tagline {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #000000;
  white-space: nowrap;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .siteHeader_tagline {
    display: none;
  }
}

.gnav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gnav_list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gnav_link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.gnav_link:hover {
  opacity: 0.55;
}

.gnav_cta {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #000000;
  border-radius: 5px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  white-space: nowrap;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.gnav_cta:hover {
  opacity: 0.82;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .gnav_cta {
    height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }
}

.spBurger,
.spContact,
.spMenu {
  display: none;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spBurger {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 400;
    width: 40px;
    height: 40px;
    padding: 0px;
    background: none;
  }
  .spBurger span {
    display: block;
    width: 26px;
    height: 1px;
    background: #000;
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  html.burger-light .spBurger span {
    background: #fff;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  html.burger-light .spContact {
    background: #fff;
    color: #000;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  html.menu-open .spBurger span {
    background: #fff;
  }
  html.menu-open .spBurger span:nth-child(1) {
    transform: translateY(3.5px) rotate(45deg);
  }
  html.menu-open .spBurger span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spContact {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 200;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #0a0a0a;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  html.menu-open .spContact {
    opacity: 0;
    pointer-events: none;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 300;
    background: #0b0b0b;
    color: #fff;
    padding: 18px 22px calc(24px + env(safe-area-inset-bottom));
    overflow: hidden auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .spMenu_close svg {
    width: 26px;
    height: 26px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_brand {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 40px 0 40px 0;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_logo {
    font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_tag {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 11px;
    letter-spacing: 0.02em;
    color: #fff;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_nav a {
    display: block;
    padding: 18px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .spMenu_nav a:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .spMenu_ge {
    margin-top: 24px;
  }
  .spMenu_ge img {
    width: 280px;
    margin: auto;
    height: auto;
    filter: brightness(0) invert(1);
  }
}

html.menu-open {
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 120px 40px 20px;
  text-align: center;
}

.footerSolutions {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 160px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerSolutions {
    margin-bottom: 40px;
  }
}

.footerSolutions_title {
  margin-bottom: clamp(20px, 3vh, 32px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  color: #1a1a1a;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerSolutions_title {
    font-size: 16px;
  }
}

.solutionLinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: calc(100vw - 240px);
  margin: 40px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .solutionLinks {
    grid-template-columns: 1fr;
    gap: 12px;
    width: calc(100vw - 20px * 2);
    margin-top: 24px;
  }
}

.solutionLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 24px 44px 24px 24px;
  border: 1px solid #d5d7d9;
  border-radius: 10px;
  color: #1a1a1a;
  text-decoration: none;
  text-align: left;
  position: relative;
  transition: border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.solutionLink::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.solutionLink:hover {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}
.solutionLink:hover .solutionLink_desc {
  color: rgba(255, 255, 255, 0.7);
}
.solutionLink:hover::after {
  transform: translateX(3px) rotate(45deg);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .solutionLink {
    padding: 18px 40px 18px 20px;
  }
}

.solutionLink_name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.5;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .solutionLink_name {
    font-size: 15px;
  }
}

.solutionLink_desc {
  text-indent: -0.5em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.6;
  color: #6b6f73;
  transition: color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .solutionLink_desc {
    font-size: 10px;
  }
}

.footerLogo {
  width: clamp(180px, 18vw, 240px);
  height: auto;
  display: inline-block;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footerLogo {
    width: 300px;
  }
}

.footerCopy {
  margin-top: clamp(24px, 4vh, 40px);
  font-family: "Bricolage Grotesque", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #8d8d8d;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .footer {
    padding: 56px 20px 40px;
  }
}