@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --c-AccentColor: #eaff00;
  --c-white01: #ffffff;
  --c-black01: #000000;
  --c-gray01: #f5f5f5;
  --c-gray02: #d3d3d3;
  --c-gray03: #242424;
  --c-gray04: #252525;
  --c-gray05: #282828;
  --site-base-container: 1480px;
  --header-container: 1366px;
  --header-height: 100px;
  --tran-opacity-a: opacity 0.15s ease-out 0s;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 96px;
  }
}

html,
body {
  font-size: 16px;
  background-color: var(--c-white01);
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

* {
  color: var(--c-black01);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif !important;
  letter-spacing: 0.01em;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: var(--c-black01);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

main {
  display: block;
}

button {
  border: none;
  background: none;
  padding: 0;
}
button:focus {
  outline: none;
}

section {
  padding: 0;
  position: static;
  width: auto;
}

img {
  display: block;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.font-en {
  font-family: "Montserrat", "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
}

.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.annotation01 {
  display: block;
  width: auto;
  font-weight: normal;
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .annotation01 {
    font-size: 12px;
  }
}
.annotation01::before {
  content: "※";
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 575px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lg-none {
    display: none;
  }
}

.sm-block {
  display: none;
}
@media screen and (max-width: 575px) {
  .sm-block {
    display: block;
  }
}

.md-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-block {
    display: block;
  }
}

.lg-block {
  display: none;
}
@media screen and (max-width: 991px) {
  .lg-block {
    display: block;
  }
}

.highpace-header-wrap {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--header-height);
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.highpace-header-wrap.header--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.highpace-header-wrap.header--bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.highpace-header {
  width: 100%;
}
.highpace-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .highpace-header__inner {
    padding: 20px 17px;
  }
}
.highpace-header__inner .header-logo {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .highpace-header__inner .header-logo {
    width: 140px;
  }
}
.highpace-header__inner .header-logo > a {
  display: block;
  width: 100%;
}
.highpace-header__inner .header-logo > a > img {
  width: 100%;
  height: auto;
}
.highpace-header__inner .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.highpace-header__inner .header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.highpace-header__inner .header-list__li > a {
  position: relative;
  display: block;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-extrabold);
  text-align: center;
  padding: 3px 15px;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  min-width: 160px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 991px) {
  .highpace-header__inner .header-list__li > a {
    min-width: 130px;
  }
}
.highpace-header__inner .header-list__li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  border-radius: 100px;
  background-color: var(--c-black01);
  z-index: -1;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.highpace-header__inner .header-list__li > a:hover {
  color: var(--c-AccentColor);
}
.highpace-header__inner .header-list__li > a:hover::before {
  left: 0;
}
.highpace-header__inner .header-list__li--contact > a {
  color: var(--c-black01);
  background-color: var(--c-AccentColor);
  border: none;
}
@media screen and (max-width: 767px) {
  .highpace-header__inner .header-list__li--contact > a {
    font-size: 13px;
    padding: 3px 15px;
    min-width: 90px;
  }
}
.highpace-header__inner .header-list__li--contact > a:hover {
  border: 1px solid var(--c-white01);
}
@media screen and (max-width: 767px) {
  .highpace-header__inner .header-list__li:not(.header-list__li--contact) {
    display: none;
  }
}
.highpace-header__inner .header-hamb {
  display: none;
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid var(--c-white01);
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .highpace-header__inner .header-hamb {
    display: block;
  }
}
.highpace-header__inner .header-hamb__line {
  position: absolute;
  display: block;
  width: 27px;
  height: 1px;
  background-color: var(--c-white01);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.highpace-header__inner .header-hamb__line:first-child {
  -webkit-transform: translate(-50%, -7px);
          transform: translate(-50%, -7px);
}
.highpace-header__inner .header-hamb__line:last-child {
  -webkit-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}

.highpace-wrapper.nav-open {
  position: fixed;
}
.highpace-wrapper.nav-open::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--c-black01);
  opacity: 0.8;
  z-index: 2;
}

.g-nav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 100vh;
  top: 0;
  right: 0;
  background-color: var(--c-white01);
  padding: 60px 35px;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.8);
          box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.g-nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.g-nav__inner {
  width: 100%;
}

.g-nav-closebtn {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid var(--c-black01);
  border-radius: 100px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.g-nav-closebtn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 35px;
  height: 1px;
  background-color: var(--c-black01);
}
.g-nav-closebtn__line:first-child {
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
.g-nav-closebtn__line:nth-child(2) {
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

.g-nav-list {
  margin-bottom: 60px;
}
.g-nav-list__li {
  margin-bottom: 20px;
}
.g-nav-list__li:last-child {
  margin-bottom: 0;
}
.g-nav-list__li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-black01);
}
.g-nav-list__li .g-nav-list__li-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.g-nav-list__li .g-nav-list__li-text > .ja {
  position: relative;
  color: var(--c-black01);
  font-size: 11px;
  font-weight: var(--fw-medium);
  padding-left: 20px;
}
.g-nav-list__li .g-nav-list__li-text > .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: var(--c-AccentColor);
}
.g-nav-list__li .g-nav-list__li-text > .en {
  color: var(--c-black01);
  font-size: 21px;
  font-weight: var(--fw-bold);
  line-height: 1.3;
}

.g-nav-list-btn01 {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--c-black01);
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.g-nav-list-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .g-nav-list-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.g-nav-list-btn01__arrow {
  position: absolute;
  top: 52%;
  right: 45%;
  width: calc(35px * 1);
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9999px;
  background-color: var(--c-black01);
}
.g-nav-list-btn01__arrow::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: calc(35px * 0.25);
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.g-nav-contact {
  text-align: center;
}
.g-nav-contact > a {
  position: relative;
  display: inline-block;
  color: var(--c-black01);
  font-size: 20px;
  font-weight: var(--fw-semibold);
  text-align: center;
  background-color: var(--c-AccentColor);
  border: 1px solid var(--c-black01);
  border-radius: 100px;
  padding: 5px 30px;
  min-width: 240px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g-nav-contact > a > .arrow {
  position: absolute;
  top: 30%;
  right: -20px;
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: 8.5px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.g-nav-contact > a > .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.g-nav-contact > a:hover {
  color: var(--c-AccentColor);
  background-color: var(--c-black01);
}
.g-nav-contact > a:hover > .arrow {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}

.highpace-footer {
  width: 100%;
  padding: 80px 40px 0;
}
@media screen and (max-width: 767px) {
  .highpace-footer {
    padding: 40px 40px 0;
  }
}
.highpace-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .footer-flex-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-flex-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}

.footer-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  padding: 40px;
  background-color: var(--c-gray01);
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .footer-company {
    width: 300px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-company {
    max-width: 260px;
  }
}

.footer-company-logo {
  width: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .footer-company-logo {
    width: 120px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-company-logo {
    width: 110px;
  }
}
.footer-company-logo > img {
  width: 100%;
  height: auto;
}

.footer-comapany-name {
  font-size: 16px;
  font-weight: var(--fw-regular);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer-comapany-name {
    font-size: 13px;
  }
}

.footer-comapany-address {
  font-size: 15px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer-comapany-address {
    font-size: 12px;
  }
}

.footer-comapany-tel {
  font-size: 15px;
  font-weight: var(--fw-regular);
}
@media screen and (max-width: 767px) {
  .footer-comapany-tel {
    font-size: 12px;
  }
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px 40px;
  width: calc(100% - 390px);
  max-width: 740px;
}
@media screen and (max-width: 1199px) {
  .footer-list {
    width: calc(100% - 330px);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-list {
    width: calc(100% - 350px);
    max-width: 450px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-list {
    width: 100%;
    gap: 20px;
  }
}
.footer-list__li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1199px) {
  .footer-list__li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .footer-list__li {
    width: 100%;
  }
}
.footer-list__li:last-child {
  margin-bottom: 0;
}
.footer-list__li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-black01);
}
@media screen and (max-width: 767px) {
  .footer-list__li > a {
    padding-bottom: 6px;
  }
}

.footer-list__li--contact {
  width: 100%;
}

.footer-list__li-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-list__li-text > .ja {
  position: relative;
  color: var(--c-black01);
  font-size: 13px;
  font-weight: var(--fw-regular);
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .footer-list__li-text > .ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-list__li-text > .ja {
    font-size: 11px;
  }
}
.footer-list__li-text > .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: var(--c-AccentColor);
}
.footer-list__li-text > .en {
  color: var(--c-black01);
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .footer-list__li-text > .en {
    font-size: 20px;
  }
}

.footer-list-btn01 {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--c-black01);
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.footer-list-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .footer-list-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.footer-list-btn01__arrow {
  position: absolute;
  top: 52%;
  right: 45%;
  width: calc(35px * 1);
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9999px;
  background-color: var(--c-black01);
}
.footer-list-btn01__arrow::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: calc(35px * 0.25);
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.footer-contact {
  text-align: center;
  text-align: right;
  margin-right: 20px;
}
.footer-contact > a {
  position: relative;
  display: inline-block;
  color: var(--c-black01);
  font-size: 20px;
  font-weight: var(--fw-semibold);
  text-align: center;
  background-color: var(--c-AccentColor);
  border: 1px solid var(--c-black01);
  border-radius: 100px;
  padding: 5px 30px;
  min-width: 240px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-contact > a > .arrow {
  position: absolute;
  top: 30%;
  right: -20px;
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: 8.5px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.footer-contact > a > .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-black01);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.footer-contact > a:hover {
  color: var(--c-AccentColor);
  background-color: var(--c-black01);
}
.footer-contact > a:hover > .arrow {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}
@media screen and (max-width: 991px) {
  .footer-contact {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    text-align: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact > a {
    font-size: 18px;
    min-width: 200px;
  }
}

.footer-copy-right {
  background-color: var(--c-gray05);
  border-radius: 90px 90px 0 0;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.footer-copy-right__text {
  display: block;
  color: var(--c-white01);
  font-size: 14px;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .footer-copy-right__text {
    font-size: 11px;
  }
}
.footer-copy-right__text > .copyright-year {
  display: inline-block;
  color: var(--c-white01);
  font-size: 14px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .footer-copy-right__text > .copyright-year {
    font-size: 11px;
  }
}

.highpace-main {
  width: 100%;
}

.first {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  z-index: 1;
  background-color: var(--c-black01);
}
.first::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/grunge-bg.jpeg);
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}
.first__inner {
  width: 100%;
  max-width: 1728px;
  padding: 0 8%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .first__inner {
    padding: 0 40px;
  }
}
.first .top-heading {
  color: var(--c-white01);
  font-size: clamp(2.813rem, 2.175rem + 2.62vw, 5rem);
  font-weight: var(--fw-black);
  line-height: 1.1;
  margin-bottom: 0.4em;
}
.first .top-heading > .first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.first .top-heading > .first-line .char {
  overflow: hidden;
  line-height: 1.1;
}
.first .top-heading > .first-line .char-text {
  display: inline-block;
  color: var(--c-white01);
  font-size: clamp(2.813rem, 1.811rem + 4.11vw, 6.25rem);
  line-height: 1.1;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: slideIn 0.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideIn 0.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
          animation-delay: calc(0.05s * var(--char-index));
}
.first .top-heading > .second-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: ceter;
  -webkit-align-items: ceter;
      -ms-flex-align: ceter;
          align-items: ceter;
  gap: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .first .top-heading > .second-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.first .top-heading > .second-line .text-potential {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .first .top-heading > .second-line .text-potential {
    width: 100%;
  }
}
.first .top-heading > .second-line .char {
  overflow: hidden;
  line-height: 1.1;
}
.first .top-heading > .second-line .char-text {
  display: inline-block;
  color: var(--c-white01);
  line-height: 1.1;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: slideIn 0.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideIn 0.35s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
          animation-delay: calc(0.05s * var(--char-index));
}
.first .top-heading > .second-line .text-your {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.first .top-heading > .second-line .text-your::before {
  content: "";
  display: inline-block;
  background-color: var(--c-AccentColor);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}
.first .top-heading > .second-line .text-your .c-yellow {
  color: var(--c-AccentColor);
  line-height: 1;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.first .top-heading > .second-line .text-your.__anima::before {
  -webkit-animation: anima_bg_5 0.7s ease-out 1 forwards;
          animation: anima_bg_5 0.7s ease-out 1 forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.first .top-heading > .second-line .text-your.__anima .c-yellow {
  -webkit-animation: anima_fadein_5 0.3s ease-out 0.5s 1 forwards;
          animation: anima_fadein_5 0.3s ease-out 0.5s 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes anima_fadein_5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima_fadein_5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anima_bg_5 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes anima_bg_5 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes slideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.first .top-leadtext {
  color: var(--c-white01);
  font-size: clamp(1.063rem, 0.935rem + 0.52vw, 1.5rem);
  font-weight: var(--fw-bold);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 0;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.first .scroll-down {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.first .scroll-down > a {
  display: inline-block;
  font-weight: var(--fw-medium);
  color: var(--c-white01);
}
.first .scroll-down .mouse {
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  margin: 0 auto 8px;
  border: 1px solid var(--c-white01);
  border-radius: 23px;
}
.first .scroll-down__text {
  color: var(--c-white01);
  font-size: 12px;
}
.first .scroll-down .mouse > * {
  position: absolute;
  display: block;
  top: 30%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: var(--c-white01);
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
          animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}

.strength {
  width: 100%;
  background-color: var(--c-white01);
  padding: 140px 40px 170px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .strength {
    padding: 10% 20px;
  }
}
.strength__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .strength__inner {
    max-width: 760px;
  }
}

.strength-flex-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px 30px;
  z-index: 1;
}
.strength-flex-wrap .strength-bg-text {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(6.25rem, -1.768rem + 12.94vw, 8.75rem);
  font-weight: 800;
  line-height: 0.9;
  color: var(--c-gray02);
  z-index: -1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .strength-flex-wrap .strength-bg-text {
    font-size: clamp(3.438rem, 1.612rem + 7.49vw, 6.25rem);
    top: 10px;
  }
}

.strength-text-wrap {
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .strength-text-wrap {
    width: 100%;
    padding-left: 20px;
  }
}

.strength-title {
  color: var(--c-black01);
  font-size: clamp(1.5rem, 1.172rem + 1.35vw, 2.625rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.4;
  padding: 2.3em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .strength-title {
    line-height: 1.3;
    padding: 4.7em 0 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .strength-title {
    line-height: 1.2;
    padding: 3.8em 0 0.8em;
  }
}

.strength-lead {
  color: var(--c-black01);
  font-size: clamp(0.938rem, 0.883rem + 0.22vw, 1.125rem);
  font-weight: var(--fw-semibold);
  line-height: 1.6;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .strength-btn {
    max-width: 530px;
  }
}
.strength-btn > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.strength-btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--c-AccentColor);
  z-index: -1;
}
.strength-btn > a:hover .strength-btn__en {
  color: var(--c-AccentColor);
}
.strength-btn > a:hover .strength-btn__en::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.strength-btn .strength-btn__en {
  position: relative;
  font-size: clamp(0.938rem, 0.883rem + 0.22vw, 1.125rem);
  font-weight: var(--fw-bold);
  border: 1px solid var(--c-black01);
  padding: 0.5em 2.5em;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.strength-btn .strength-btn__en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-black01);
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.strength-btn .strength-btn__arrow {
  position: relative;
  display: inline-block;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  z-index: 0;
}
.strength-btn .strength-btn__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  z-index: 2;
}

.strength-img-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 450px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .strength-img-wrap {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
  }
}
.strength-img-wrap > img {
  width: 100%;
  height: auto;
}

.service {
  position: relative;
  width: 100%;
  padding: 10rem 60px 0;
  background-color: var(--c-black01);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 70px 30px 0;
  }
}
.service::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}
.service__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.service-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  padding: 0 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .service-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    margin-bottom: 50px;
  }
}

.service-title__ja {
  position: relative;
  display: block;
  color: var(--c-white01);
  font-size: clamp(0.938rem, 0.883rem + 0.22vw, 1.125rem);
  font-weight: var(--fw-semibold);
  line-height: 1;
  padding-left: 1.5em;
}
.service-title__ja::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  background-color: var(--c-AccentColor);
}

.service-title__en > .text {
  color: var(--c-white01);
  font-size: clamp(2.813rem, 2.175rem + 2.62vw, 5rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.4;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.title-animate {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-animate.is-active {
  --skewX: 0deg;
  --x: 0;
}
.title-animate > .text {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.title-animate > .text:nth-child(n+2) {
  position: absolute;
}
.title-animate > .text:nth-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(33.3%, transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, #000 33.3%, transparent 33.3%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(33.3%, transparent));
          mask-image: linear-gradient(to bottom, #000 33.3%, transparent 33.3%);
  -webkit-transform: translateX(var(--x, -110%)) skewX(var(--skewX, 40deg));
          transform: translateX(var(--x, -110%)) skewX(var(--skewX, 40deg));
}
.title-animate > .text:nth-child(2) {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, transparent), color-stop(33.3%, #000), color-stop(66.6%, #000), color-stop(66.6%, transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, transparent 33.3%, #000 33.3%, #000 66.6%, transparent 66.6%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, transparent), color-stop(33.3%, #000), color-stop(66.6%, #000), color-stop(66.6%, transparent));
          mask-image: linear-gradient(to bottom, transparent 33.3%, #000 33.3%, #000 66.6%, transparent 66.6%);
  -webkit-transform: translateX(var(--x, 110%)) skewX(var(--skewX, -40deg));
          transform: translateX(var(--x, 110%)) skewX(var(--skewX, -40deg));
}
.title-animate > .text:nth-child(3) {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(66.6%, transparent), color-stop(66.6%, #000));
  -webkit-mask-image: -webkit-linear-gradient(top, transparent 66.6%, #000 66.6%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(66.6%, transparent), color-stop(66.6%, #000));
          mask-image: linear-gradient(to bottom, transparent 66.6%, #000 66.6%);
  -webkit-transform: translateX(var(--x, -110%)) skewX(var(--skewX, 40deg));
          transform: translateX(var(--x, -110%)) skewX(var(--skewX, 40deg));
}

.service-btn {
  margin-left: auto;
}

.service-btn01 {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid var(--c-white01);
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.service-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .service-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.service-btn01__arrow {
  position: absolute;
  top: 52%;
  right: 45%;
  width: calc(150px * 1);
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9999px;
  background-color: var(--c-white01);
}
.service-btn01__arrow::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: calc(150px * 0.25);
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-white01);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
@media screen and (max-width: 767px) {
  .service-btn01 {
    width: 100px;
    height: 100px;
  }
}

.service-btn01__arrow {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .service-btn01__arrow::before {
    width: 25px;
  }
}
.service-btn01__arrow::after {
  content: "DETAIL";
  position: absolute;
  color: var(--c-white01);
  font-size: 20px;
  font-family: "Montserrat", "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .service-btn01__arrow::after {
    font-size: 13px;
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .service-btn01__arrow {
    width: 137px;
  }
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .service-list {
    padding-bottom: 70px;
  }
}

.service-list__li {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .service-list__li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    top: 6rem;
  }
}
.service-list__li.is-active .service-list__li__inner {
  background-color: var(--c-black01);
}
.service-list__li:nth-child(2) {
  top: 12rem;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .service-list__li:nth-child(2) {
    top: 7rem;
    padding-bottom: 50px;
  }
}
.service-list__li:nth-child(3) {
  top: 14rem;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .service-list__li:nth-child(3) {
    top: 8rem;
    padding-bottom: 25px;
  }
}
.service-list__li:nth-child(4) {
  top: 16rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-list__li:nth-child(4) {
    top: 9rem;
  }
}

.service-list__li__inner {
  border: 1px solid var(--c-white01);
  border-radius: 10px;
  padding: 100px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .service-list__li__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-list__li__inner {
    padding: 40px 25px;
  }
}
.service-list__li__inner .grid-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 991px) {
  .service-list__li__inner .grid-container {
    grid-template-columns: auto 260px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-list__li__inner .grid-container {
    grid-template-columns: 100%;
    gap: 35px;
    max-width: 520px;
  }
}

.service-list-lead-text {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .service-list-lead-text {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .service-list-lead-text {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.service-list-lead-text .lead-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-list-lead-text .lead-text {
    margin-bottom: 0;
  }
}
.service-list-lead-text .lead-text__num {
  display: inline-block;
  color: var(--c-white01);
  font-size: 100px;
  font-weight: var(--fw-semibold);
  line-height: 74px;
  padding-right: 25px;
  border-right: 1px solid var(--c-white01);
}
@media screen and (max-width: 991px) {
  .service-list-lead-text .lead-text__num {
    font-size: 90px;
    line-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-lead-text .lead-text__num {
    font-size: 50px;
    line-height: 37px;
    padding-right: 11px;
  }
}
.service-list-lead-text .lead-text__en {
  display: inline-block;
  color: var(--c-white01);
  font-size: 21px;
  font-weight: var(--fw-bold);
  padding: 0 0 15px 25px;
  border-bottom: 1px solid var(--c-white01);
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .service-list-lead-text .lead-text__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-lead-text .lead-text__en {
    font-size: 13px;
    padding: 0 0 7px 10px;
  }
}

.service-list-text-box {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .service-list-text-box {
    grid-row: 2/3;
  }
}
.service-list-text-box .service-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .service-list-text-box .service-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-list-text-box .service-name {
    margin-bottom: 15px;
  }
}
.service-list-text-box .service-name__main {
  display: inline-block;
  font-size: 28px;
  font-weight: var(--fw-black);
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0.15em 0.3em;
  background-color: var(--c-AccentColor);
  margin-right: 0.7em;
}
@media screen and (max-width: 767px) {
  .service-list-text-box .service-name__main {
    font-size: 20px;
    white-space: nowrap;
  }
}
.service-list-text-box .service-name__sub {
  display: inline-block;
  position: relative;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-extrabold);
  white-space: nowrap;
  padding: 0 1em;
}
@media screen and (max-width: 991px) {
  .service-list-text-box .service-name__sub {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .service-list-text-box .service-name__sub {
    font-size: 12px;
  }
}
.service-list-text-box .service-name__sub::before, .service-list-text-box .service-name__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 2px;
  background-color: var(--c-white01);
}
.service-list-text-box .service-name__sub::before {
  left: 0;
}
@media screen and (max-width: 991px) {
  .service-list-text-box .service-name__sub::before {
    left: 0.5em;
  }
}
.service-list-text-box .service-name__sub::after {
  right: 0;
}
@media screen and (max-width: 991px) {
  .service-list-text-box .service-name__sub::after {
    display: none;
  }
}
.service-list-text-box .text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service-list-text-box .text {
    font-size: 14px;
  }
}

.service-list-img {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  .service-list-img {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .service-list-img {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.service-list-img > img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-list-img > img {
    max-width: 210px;
  }
}

.service-list__li--01 .service-list-img > img {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .service-list__li--01 .service-list-img > img {
    max-width: 180px;
  }
}/*# sourceMappingURL=top.css.map */