@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;
  }
}

.lower-first {
  position: relative;
  width: 100%;
  padding: 0 60px;
  background-color: var(--c-black01);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lower-first {
    padding: 0 30px;
  }
}
.lower-first__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
  padding-left: 40px;
  padding-top: var(--header-height);
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .lower-first__inner {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
.lower-first .top-heading {
  margin-bottom: 0.6em;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .lower-first .top-heading {
    padding-top: 40px;
  }
}
.lower-first .top-heading--sub {
  position: relative;
  display: block;
  color: var(--c-white01);
  font-size: clamp(0.875rem, 0.802rem + 0.3vw, 1.125rem);
  font-weight: var(--fw-semibold);
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.lower-first .top-heading--sub::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--c-AccentColor);
}
.lower-first .top-heading--main > .text {
  color: var(--c-white01);
  font-size: clamp(2.5rem, 1.771rem + 2.99vw, 5rem);
  font-weight: var(--fw-extrabold);
  line-height: 1;
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.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));
}

.lower-first__lead-title {
  color: var(--c-white01);
  font-size: clamp(1.25rem, 1.104rem + 0.6vw, 1.75rem);
  font-weight: var(--fw-bold);
  padding-bottom: 1em;
}

.lower-first__lead-text {
  color: var(--c-white01);
  font-size: clamp(0.813rem, 0.776rem + 0.15vw, 0.938rem);
  font-weight: var(--fw-regular);
  line-height: 2.2;
}
.lower-first__lead-text > .bg-yellow {
  background-color: var(--c-AccentColor);
  padding: 0.1em 0.5em;
  font-weight: var(--fw-semibold);
}

.service {
  position: relative;
  z-index: 1;
}
.service .lower-first {
  background-color: transparent;
}
.service .lower-first::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/service-top-bg.jpeg);
  background-size: cover;
  background-position: center 200px;
  opacity: 0.2;
  z-index: -1;
}
.service .service-grunge-bg {
  position: relative;
  background-color: var(--c-black01);
}
.service .service-grunge-bg::before {
  content: "";
  position: absolute;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.3;
}

.service-category {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .service-category {
    padding: 25px;
  }
}
.service-category__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.service-list {
  width: 100%;
  margin: 0 auto;
  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;
  gap: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service-list {
    gap: 20px;
  }
}

.service-list__li {
  width: 100%;
  border: 1px solid var(--c-white01);
  border-radius: 20px;
  padding: 8%;
}
@media screen and (max-width: 1199px) {
  .service-list__li {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 767px) {
  .service-list__li {
    padding: 40px 25px;
    border-radius: 10px;
  }
}

.service-list-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 54% 40%;
  -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;
  gap: 20px 6%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 991px) {
  .service-list-grid {
    grid-template-columns: 100%;
    gap: 35px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-grid {
    margin-bottom: 40px;
  }
}

.service-list-lead-text {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .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;
  white-space: nowrap;
  -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;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-lead-text .lead-text__en {
    font-size: 13px;
    padding: 0 0 7px 10px;
    max-width: 240px;
  }
}

.service-list-text-box {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .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: 1199px) {
  .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: 26px;
  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: 1199px) {
  .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: 1199px) {
  .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: 1199px) {
  .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-point {
  grid-row: 1/3;
  grid-column: 2/3;
  padding: 40px 30px 35px;
  background-color: #1d1d1d;
  border-radius: 10px;
  max-width: 380px;
}
@media screen and (max-width: 991px) {
  .service-list-point {
    grid-row: 3/4;
    grid-column: 1/2;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-point {
    padding: 25px 15px 30px;
  }
}
.service-list-point .point-title {
  color: var(--c-AccentColor);
  font-size: 16px;
  font-weight: var(--fw-semibold);
  text-align: center;
  border-bottom: 1px solid var(--c-white01);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .service-list-point .point-title {
    font-size: 15px;
  }
}
.service-list-point .point-list__li {
  position: relative;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  padding-bottom: 0.5em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .service-list-point .point-list__li {
    font-size: 13px;
  }
}
.service-list-point .point-list__li:last-child {
  padding-bottom: 0;
}
.service-list-point .point-list__li::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  background-color: var(--c-AccentColor);
  top: 0.7em;
  left: 0;
}

.service-list-figure-box .figure-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-list-figure-box .figure-title {
    padding-left: 15px;
  }
}
.service-list-figure-box .figure-title > span {
  font-size: 14px;
  font-weight: var(--fw-medium);
  padding: 0.5em 1em;
  background-color: var(--c-white01);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .service-list-figure-box .figure-title > span {
    font-size: 13px;
    padding: 0.3em 1em;
  }
}
.service-list-figure-box .figure-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url(/img/line01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  z-index: -1;
}
.service-list-figure-box .figure-img {
  width: 100%;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .service-list-figure-box .figure-img {
    overflow-x: scroll;
  }
}
.service-list-figure-box .figure-img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-list-figure-box .figure-img > img {
    min-width: 700px;
    padding-bottom: 20px;
  }
}
.service-list-figure-box .figure-scroll {
  display: none;
  color: var(--c-white01);
  font-size: 13px;
  font-weight: var(--fw-semibold);
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .service-list-figure-box .figure-scroll {
    display: block;
  }
}
.service-list-figure-box .figure-scroll > .arrow-right {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--c-white01);
  margin-left: 15px;
  margin-bottom: 3px;
}
.service-list-figure-box .figure-scroll > .arrow-right::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: 10px;
  height: 1px;
  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%;
}

.service-list__li--03 .service-list-grid,
.service-list__li--04 .service-list-grid {
  margin-bottom: 0;
}

.service-strength {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 7rem 40px 9rem;
}
@media screen and (max-width: 767px) {
  .service-strength {
    padding: 80px 30px 100px;
  }
}
.service-strength::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/strength-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-strength::after {
    background-image: url(/img/strength-bg-sp.png);
  }
}
.service-strength__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  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: 30px;
}
@media screen and (max-width: 991px) {
  .service-strength__inner {
    -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;
  }
}

.service-strength__text-box {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .service-strength__text-box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-strength__text-box {
    padding-left: 0;
  }
}

.service-strength-title {
  margin-bottom: 0.6em;
}
.service-strength-title--sub {
  position: relative;
  display: block;
  color: var(--c-white01);
  font-size: clamp(0.875rem, 0.802rem + 0.3vw, 1.125rem);
  font-weight: var(--fw-semibold);
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.service-strength-title--sub::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--c-AccentColor);
}
.service-strength-title--main > .text {
  color: var(--c-white01);
  font-weight: var(--fw-extrabold);
  font-size: clamp(2.5rem, 1.771rem + 2.99vw, 5rem);
  line-height: 1;
}

.service-strength-lead {
  color: var(--c-white01);
  font-size: clamp(1rem, 0.891rem + 0.45vw, 1.375rem);
  font-weight: var(--fw-semibold);
  padding-bottom: 1em;
}

.service-strength-text {
  color: var(--c-white01);
  font-size: clamp(0.813rem, 0.776rem + 0.15vw, 0.938rem);
  font-weight: var(--fw-regular);
  line-height: 2.2;
}
.service-strength-text > .bg-yellow {
  background-color: var(--c-AccentColor);
  padding: 0.1em 0.5em;
  font-weight: var(--fw-semibold);
}
@media screen and (max-width: 767px) {
  .service-strength-text > .bg-yellow {
    padding: 0 0.3em;
  }
}

.service-strength-btn {
  margin-left: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .service-strength-btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .service-strength-btn {
    margin-left: auto;
  }
}

.service-strength-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-strength-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .service-strength-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.service-strength-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-strength-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-strength-btn01 {
    width: 100px;
    height: 100px;
  }
}

.service-strength-btn01__arrow {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .service-strength-btn01__arrow::before {
    width: 25px;
  }
}
.service-strength-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-strength-btn01__arrow::after {
    font-size: 13px;
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .service-strength-btn01__arrow {
    width: 137px;
  }
}

.strength {
  position: relative;
  z-index: 1;
}
.strength .lower-first::before {
  content: "";
  position: absolute;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -2;
}
.strength .lower-first::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/strength-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .strength .lower-first::after {
    background-image: url(/img/strength-bg-sp.png);
  }
}
.strength .service-grunge-bg {
  position: relative;
  background-color: var(--c-black01);
}

.strength-analysis {
  width: 100%;
  padding: 6% 60px 10%;
  background-image: url(/img/strength-analysis-bg.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .strength-analysis {
    padding: 40px 30px 80px;
  }
}
.strength-analysis__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.strength-analysis-title-wrap {
  position: relative;
  width: 100%;
}
.strength-analysis-title-wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: var(--c-gray03);
  left: 10%;
  bottom: 0;
}

.strength-analysis-title {
  position: relative;
  display: inline-block;
  font-size: clamp(1.625rem, 1.516rem + 0.45vw, 2rem);
  font-weight: var(--fw-black);
  padding: 0 1em 0.5em 0.8em;
  border-bottom: 1px solid var(--c-black01);
  border-left: 1px solid var(--c-black01);
  margin-top: 3em;
  margin-bottom: 40px;
}
.strength-analysis-title--num {
  display: inline-block;
  font-size: clamp(4.375rem, 3.555rem + 3.36vw, 7.188rem);
  font-weight: var(--fw-bold);
  line-height: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  padding-right: 5px;
}
.strength-analysis-title::before {
  content: "TEREE ANALYTICAL \aSTRENGTH";
  position: absolute;
  top: -1.1em;
  left: 1em;
  font-family: "Montserrat", "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: clamp(2.125rem, 1.469rem + 2.69vw, 4.375rem);
  font-weight: var(--fw-extrabold);
  line-height: 1;
  white-space: pre;
  opacity: 5%;
}
@media screen and (max-width: 575px) {
  .strength-analysis-title::before {
    font-size: 27px;
  }
}

.strength-analysis-list {
  width: 100%;
  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;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .strength-analysis-list {
    gap: 40px;
  }
}
.strength-analysis-list__li {
  position: relative;
  margin-left: auto;
  z-index: 1;
  width: 100%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.strength-analysis-list__li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 192%;
  height: 100%;
  background-image: url(/img/strength-analysis-list-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li::before {
    background-image: none;
  }
}
.strength-analysis-list__li .analysis-list-line::before, .strength-analysis-list__li .analysis-list-line::after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li .analysis-list-line::before, .strength-analysis-list__li .analysis-list-line::after {
    opacity: 1;
  }
}
.strength-analysis-list__li .analysis-list-line::before {
  width: 20%;
  height: 1px;
  background-color: var(--c-gray03);
  top: 50%;
  left: 10%;
  z-index: -1;
}
.strength-analysis-list__li .analysis-list-line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--c-gray03);
  top: 0;
  left: 10%;
}
.strength-analysis-list__li.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.strength-analysis-list__li.is-active .analysis-list-line::before, .strength-analysis-list__li.is-active .analysis-list-line::after {
  opacity: 1;
}
.strength-analysis-list__li__inner {
  position: relative;
  padding: 3rem 8% 3.5rem 17%;
  width: 78%;
  min-width: 980px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .strength-analysis-list__li__inner {
    min-width: auto;
    width: 100%;
    max-width: 885px;
    padding: 3rem 12% 3.5rem 9%;
  }
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li__inner {
    width: 80%;
    padding: 2rem 0 2rem 30px;
  }
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--c-gray03);
    border-radius: 20px 0 0 20px;
    width: calc(100% + 30px);
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li__inner::after {
    content: "";
    position: absolute;
    background-image: url(/img/strength-analysis-list-bg-sp.svg);
    background-size: cover;
    background-position: right;
    width: 200%;
    height: 85%;
    display: block;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
.strength-analysis-list__li .analysis-list-title {
  color: var(--c-white01);
  font-size: clamp(0.938rem, 0.883rem + 0.22vw, 1.125rem);
  font-weight: var(--fw-bold);
  margin-bottom: 0.5em;
}
.strength-analysis-list__li .analysis-list-title--main {
  display: inline-block;
  color: var(--c-AccentColor);
  font-size: clamp(1.5rem, 1.318rem + 0.75vw, 2.125rem);
  font-weight: var(--fw-bold);
  padding-right: 0.2em;
}
.strength-analysis-list__li .analysis-list-title--main > .fs-small {
  color: var(--c-AccentColor);
  font-size: 0.8em;
}
.strength-analysis-list__li .analysis-list-text {
  color: var(--c-white01);
  font-size: clamp(0.875rem, 0.857rem + 0.07vw, 0.938rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  margin-bottom: 2.5em;
  max-width: 640px;
}
.strength-analysis-list__li .analysis-point-list {
  position: relative;
  display: inline-block;
  border: 1px solid var(--c-AccentColor);
  border-radius: 10px;
  padding: 25px 25px 20px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li .analysis-point-list {
    border-radius: 5px;
    padding: 25px 14px 20px;
  }
}
.strength-analysis-list__li .analysis-point-list::before {
  content: "POINT";
  position: absolute;
  top: -13px;
  left: 20px;
  font-size: 15px;
  font-family: "Montserrat", "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: var(--fw-bold);
  padding: 0 1em;
  background-color: var(--c-AccentColor);
  border-radius: 100px;
  line-height: 1.5;
}
.strength-analysis-list__li .analysis-point-list__li {
  position: relative;
  color: var(--c-white01);
  font-size: clamp(0.875rem, 0.857rem + 0.07vw, 0.938rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  padding-left: 1em;
  padding-bottom: 0.3em;
}
.strength-analysis-list__li .analysis-point-list__li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--c-AccentColor);
  border-radius: 100%;
}

.strength-analysis-list__li--01 .analysis-list-line::after,
.strength-analysis-list__li--02 .analysis-list-line::after {
  height: calc(100% + 50px);
}
@media screen and (max-width: 767px) {
  .strength-analysis-list__li--01 .analysis-list-line::after,
  .strength-analysis-list__li--02 .analysis-list-line::after {
    height: calc(100% + 40px);
  }
}

.strength-analysis-list__li--03 .analysis-list-line::after {
  height: 50%;
}

.strength-service {
  position: relative;
  width: 100%;
  background-color: var(--c-black01);
  z-index: 1;
  padding: 7rem 40px 9rem;
}
@media screen and (max-width: 767px) {
  .strength-service {
    padding: 80px 30px 100px;
  }
}
.strength-service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/grunge-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}
.strength-service::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/service-top-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 80px;
  z-index: -2;
  opacity: 0.4;
}
.strength-service__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  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: 30px;
}
@media screen and (max-width: 991px) {
  .strength-service__inner {
    -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;
  }
}

.strength-service__text-box {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .strength-service__text-box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .strength-service__text-box {
    padding-left: 0;
  }
}

.strength-service-title {
  margin-bottom: 0.6em;
}
.strength-service-title--sub {
  position: relative;
  display: block;
  color: var(--c-white01);
  font-size: clamp(0.875rem, 0.802rem + 0.3vw, 1.125rem);
  font-weight: var(--fw-semibold);
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.strength-service-title--sub::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--c-AccentColor);
}
.strength-service-title--main > .text {
  color: var(--c-white01);
  font-weight: var(--fw-extrabold);
  font-size: clamp(2.5rem, 1.771rem + 2.99vw, 5rem);
  line-height: 1;
}

.strength-service-lead {
  color: var(--c-white01);
  font-size: clamp(1rem, 0.891rem + 0.45vw, 1.375rem);
  font-weight: var(--fw-semibold);
  padding-bottom: 1em;
}

.strength-service-text {
  color: var(--c-white01);
  font-size: clamp(0.813rem, 0.776rem + 0.15vw, 0.938rem);
  font-weight: var(--fw-regular);
  line-height: 2.2;
}

.strength-service-btn {
  margin-left: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .strength-service-btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .strength-service-btn {
    margin-left: auto;
  }
}

.strength-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;
}
.strength-service-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .strength-service-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.strength-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);
}
.strength-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) {
  .strength-service-btn01 {
    width: 100px;
    height: 100px;
  }
}

.strength-service-btn01__arrow {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .strength-service-btn01__arrow::before {
    width: 25px;
  }
}
.strength-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) {
  .strength-service-btn01__arrow::after {
    font-size: 13px;
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .strength-service-btn01__arrow {
    width: 137px;
  }
}

.company .company-grunge-bg {
  position: relative;
  background-color: var(--c-black01);
  z-index: 1;
}
.company .company-grunge-bg::before {
  content: "";
  position: absolute;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}
.company .lower-first {
  background-color: transparent;
}
.company .lower-first__inner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .company .lower-first__inner {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .company .lower-first .top-heading {
    padding-top: 50px;
  }
}

.company-first {
  width: 100%;
  padding: 0 60px 180px;
}
@media screen and (max-width: 767px) {
  .company-first {
    padding: 0 30px 100px;
  }
}
.company-first__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.company-list-box {
  width: 100%;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6%;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .company-list-box {
    -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: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .company-list-box {
    padding-left: 0;
  }
}

.company-list-img {
  width: 40%;
  max-width: 460px;
}
@media screen and (max-width: 991px) {
  .company-list-img {
    width: 100%;
    max-width: 500px;
  }
}
.company-list-img > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 66% 0;
     object-position: 66% 0;
}
@media screen and (max-width: 991px) {
  .company-list-img > img {
    aspect-ratio: auto;
  }
}

.company-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .company-list {
    width: 100%;
  }
}

.company-list__li {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .company-list__li {
    width: 100%;
  }
}
.company-list__li > .list-ctg {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-semibold);
  border-bottom: 1px solid var(--c-AccentColor);
  padding-bottom: 10px;
  padding-right: 10px;
  min-width: 110px;
}
@media screen and (max-width: 991px) {
  .company-list__li > .list-ctg {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .company-list__li > .list-ctg {
    font-size: 14px;
    min-width: 100px;
  }
}
.company-list__li > .list-text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  border-bottom: 1px solid var(--c-white01);
  padding: 0 10px 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 450px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .company-list__li > .list-text {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .company-list__li > .list-text {
    font-size: 14px;
  }
}

.privacy .privacy-grunge-bg {
  position: relative;
  background-color: var(--c-black01);
  z-index: 1;
}
.privacy .privacy-grunge-bg::before {
  content: "";
  position: absolute;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}
.privacy .lower-first {
  background-color: transparent;
}
.privacy .lower-first__inner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .privacy .lower-first .top-heading {
    padding-top: 50px;
  }
}
.privacy .lower-first__lead-text {
  max-width: 1200px;
}

.privacy-first {
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .privacy-first {
    padding: 0 30px;
  }
}
.privacy-first__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.privacy-list {
  width: 100%;
  max-width: 1000px;
  counter-reset: number 0;
  padding-left: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .privacy-list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-list {
    padding-left: 0;
    padding-bottom: 60px;
  }
}

.privacy-list__li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--c-white01);
  margin-bottom: 30px;
}
.privacy-list__li .list-title {
  position: relative;
  color: var(--c-AccentColor);
  font-size: 20px;
  font-weight: var(--fw-semibold);
  line-height: 1.4;
  padding-left: 1.5em;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .privacy-list__li .list-title {
    font-size: 17px;
  }
}
.privacy-list__li .list-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--c-AccentColor);
  font-family: "Montserrat", "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 30px;
  padding-right: 0.2em;
  left: 0;
  top: -6px;
}
@media screen and (max-width: 575px) {
  .privacy-list__li .list-title::before {
    font-size: 26px;
  }
}
.privacy-list__li .list-text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .privacy-list__li .list-text {
    font-size: 14px;
  }
}

.contact .contact-grunge-bg {
  position: relative;
  background-color: var(--c-black01);
  z-index: 1;
}
.contact .contact-grunge-bg::before {
  content: "";
  position: absolute;
  background-image: url(/img/grunge-bg.png);
  background-size: contain;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}
.contact .lower-first {
  background-color: transparent;
  max-width: 1100px;
}
.contact .lower-first__inner {
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .contact .lower-first__inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .lower-first .top-heading {
    padding-top: 50px;
  }
}

.contact-form {
  width: 100%;
  padding: 0 60px 120px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 0 30px 60px;
  }
}
.contact-form__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-form .contact-step {
  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;
  gap: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-step {
    gap: 15px;
  }
}
.contact-form .contact-step > span {
  color: var(--c-white01);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  padding: 0.2em 3.5em;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-step > span {
    font-size: 13px;
    padding: 0 25px;
  }
}
.contact-form .contact-step > .current {
  color: var(--c-black01);
  border: 1px solid var(--c-AccentColor);
  background-color: var(--c-AccentColor);
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group > input,
.contact-form .form-group textarea {
  color: var(--c-white01);
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid var(--c-white01);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .contact-form .form-group > input,
  .contact-form .form-group textarea {
    font-size: 14px;
  }
}
.contact-form .form-group > .placeholder {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: var(--c-white01);
  font-size: 16px;
  font-weight: var(--fw-semibold);
}
.contact-form .form-group > .placeholder.placeholder--textarea {
  top: 30px;
}
.contact-form .form-group > .placeholder > em {
  color: #e50000;
  font-size: 14px;
  font-style: normal;
}
.contact-form .form-group input:not(:-moz-placeholder) + .placeholder, .contact-form .form-group textarea:not(:-moz-placeholder) + .placeholder {
  display: none;
}
.contact-form .form-group input:not(:-ms-input-placeholder) + .placeholder, .contact-form .form-group textarea:not(:-ms-input-placeholder) + .placeholder {
  display: none;
}
.contact-form .form-group input:focus + .placeholder,
.contact-form .form-group textarea:focus + .placeholder,
.contact-form .form-group input:not(:placeholder-shown) + .placeholder,
.contact-form .form-group textarea:not(:placeholder-shown) + .placeholder {
  display: none;
}
.contact-form button {
  padding: 10px 20px;
}
.contact-form .error {
  color: #c00;
  margin-bottom: 16px;
}

.contact-form-submit-wrap {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form-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;
  margin-left: 100px;
  cursor: pointer;
}
.contact-form-btn01:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
a:hover .contact-form-btn01 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.contact-form-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);
}
.contact-form-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) {
  .contact-form-btn01 {
    width: 100px;
    height: 100px;
  }
}

.contact-form-btn01__arrow {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .contact-form-btn01__arrow::before {
    width: 25px;
  }
}
.contact-form-btn01__arrow::after {
  content: "確認画面へ";
  position: absolute;
  color: var(--c-white01);
  font-size: 14px;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact-form-btn01__arrow::after {
    font-size: 13px;
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-btn01__arrow {
    width: 137px;
  }
}

.contact-form .confirm-list {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .confirm-list__li {
  width: 100%;
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2em;
}
.contact-form .confirm-list__li > .confirm-label {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-semibold);
  border-bottom: 1px solid var(--c-AccentColor);
  padding-bottom: 10px;
  padding-right: 10px;
  min-width: 110px;
}
@media screen and (max-width: 991px) {
  .contact-form .confirm-list__li > .confirm-label {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .confirm-list__li > .confirm-label {
    font-size: 14px;
    min-width: 80px;
  }
}
.contact-form .confirm-list__li > .confirm-text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  border-bottom: 1px solid var(--c-white01);
  padding: 0 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .contact-form .confirm-list__li > .confirm-text {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .confirm-list__li > .confirm-text {
    font-size: 14px;
  }
}
.contact-form .confirm-btn-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form .confirm-btn-box {
    gap: 20px;
  }
}
.contact-form .confirm-back-btn {
  display: block;
  color: var(--c-gray03);
  font-size: 15px;
  font-weight: var(--fw-medium);
  background-color: var(--c-gray02);
  border-radius: 100px;
  padding: 0.7em 2em;
  min-width: 150px;
  cursor: pointer;
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
}
.contact-form .confirm-back-btn:hover, .contact-form .confirm-back-btn:focus {
  opacity: 0.85;
}
.contact-form .confirm-submit-btn {
  position: relative;
  display: inline-block;
  color: var(--c-white01);
  font-size: 18px;
  font-weight: var(--fw-semibold);
  text-align: center;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  padding: 15px 20px;
  min-width: 240px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contact-form .confirm-submit-btn > .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-white01);
  -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;
}
.contact-form .confirm-submit-btn > .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c-white01);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.contact-form .confirm-submit-btn:hover {
  color: var(--c-AccentColor);
  background-color: var(--c-black01);
}
.contact-form .confirm-submit-btn:hover > .arrow {
  -webkit-transform: translate(10px);
          transform: translate(10px);
}

.thanks-section {
  width: 100%;
  padding: 200px 60px;
}
@media screen and (max-width: 767px) {
  .thanks-section {
    padding: 100px 30px;
  }
}
.thanks-section__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}
.thanks-section .contact-step {
  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;
  gap: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .thanks-section .contact-step {
    gap: 15px;
  }
}
.thanks-section .contact-step > span {
  color: var(--c-white01);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  padding: 0.2em 3.5em;
}
@media screen and (max-width: 767px) {
  .thanks-section .contact-step > span {
    font-size: 13px;
    padding: 0 25px;
  }
}
.thanks-section .contact-step > .current {
  color: var(--c-black01);
  border: 1px solid var(--c-AccentColor);
  background-color: var(--c-AccentColor);
}
.thanks-section .thanks-title {
  color: var(--c-white01);
  font-size: clamp(2.375rem, 1.42rem + 4.77vw, 5rem);
  font-weight: var(--fw-semibold);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.thanks-section .thanks-text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-regular);
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.thanks-section .thanks-top-back-btn {
  text-align: center;
}
.thanks-section .thanks-top-back-btn > a {
  display: inline-block;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-medium);
  text-align: center;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  padding: 1em 2em;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.thanks-section .thanks-top-back-btn > a:hover {
  color: var(--c-AccentColor);
  border-color: var(--c-AccentColor);
}

.error404-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: 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%;
  height: 100vh;
  padding: var(--header-height) 60px 0;
  background-color: var(--c-black01);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .error404-first {
    padding: 0 30px;
  }
}
.error404-first::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/grunge-bg.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.error404-first__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.error404-heading {
  color: var(--c-white01);
  font-size: clamp(1.875rem, 1.273rem + 2.47vw, 3.125rem);
  text-align: center;
  padding-bottom: 0.2em;
}

.error404-text {
  color: var(--c-white01);
  font-size: clamp(0.813rem, 0.752rem + 0.25vw, 0.938rem);
  font-weight: var(--fw-regular);
  text-align: center;
}

.error404-top-back-btn {
  text-align: center;
  margin-top: 80px;
}
.error404-top-back-btn > a {
  display: inline-block;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: var(--fw-medium);
  text-align: center;
  border: 1px solid var(--c-white01);
  border-radius: 100px;
  padding: 1em 2em;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.error404-top-back-btn > a:hover {
  color: var(--c-AccentColor);
  border-color: var(--c-AccentColor);
}/*# sourceMappingURL=contents.css.map */