@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;
  }
}/*# sourceMappingURL=common.css.map */