/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
a,
span {
  display: block;
}

img {
  display: block;
  pointer-events: none;
}
.text {
  font-style: normal;
}
.text.--r {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}
.text.--m {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}
.text.--b {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}
.text.--en-h {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
.text.--en-s {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}
.text.--en-l {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
.text.--en-k {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
@keyframes bound-anim_01 {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 25px;
  }
  50%,
  100% {
    bottom: 0;
  }
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-img-01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-img-02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-guid {
  0% {
    top: 0;
    margin: 0;
    opacity: 0;
  }
  15%,
  60% {
    opacity: 1;
  }
  75% {
    top: 100%;
    margin: -10px 0 0;
    opacity: 0;
  }
  100% {
    top: 0;
    margin: 3px 0 0;
    opacity: 0;
  }
}
header {
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  header {
    top: 15px;
    height: 65px;
  }
}
header .innerBlock {
  display: flex;
  align-self: center;
  justify-content: space-between;
  height: 0;
}
header .left {
  display: flex;
  align-items: center;
  position: relative;
  top: 30px;
  left: 54px;
}
@media screen and (max-width: 768px) {
  header .left {
    left: 30px;
  }
}
header .left .img {
  position: relative;
  z-index: 999;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
header .left .img.is-hidden {
  transform: translate(0, -30px);
  opacity: 0;
}
header .left .img img {
  display: block;
}
@media screen and (max-width: 500px) {
  header .left .img img {
    width: 53.3333333333vw;
    height: auto;
  }
}
header .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 150px;
  margin: 0 0 0 auto;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header .right {
    top: 0;
    right: 30px;
    width: 65px;
    height: 65px;
  }
}
header .right .hambBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 100%;
  background: #303030;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  transition: ease 0.1s;
  will-change: transform;
  will-change: top, left;
}
@media screen and (max-width: 768px) {
  header .right .hambBtn {
    width: 65px;
    height: 65px;
  }
}
header .right .hambBtn.is-open .item .l:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
@media screen and (max-width: 768px) {
  header .right .hambBtn.is-open .item .l:nth-child(1) {
    top: 8px;
  }
}
header .right .hambBtn.is-open .item .l:nth-child(2) {
  opacity: 0;
}
header .right .hambBtn.is-open .item .l:nth-child(3) {
  transform: rotate(-45deg);
  top: 2px;
}
@media screen and (max-width: 768px) {
  header .right .hambBtn.is-open .item .l:nth-child(3) {
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  header .right .hambBtn:hover:not(.is-open) .item .l:nth-child(1) {
    transform: translate3d(0, -3px, 0);
  }
  header .right .hambBtn:hover:not(.is-open) .item .l:nth-child(3) {
    transform: translate3d(0, 3px, 0);
  }
}
header .right .hambBtn .item {
  position: relative;
  width: 30px;
  height: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .right .hambBtn .item {
    width: 21px;
    height: 17px;
  }
}
header .right .hambBtn .item .l {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  border: 1px solid #fff;
  background: #fff;
  transition: ease-in-out 0.1s;
}
@media screen and (max-width: 768px) {
  header .right .hambBtn .item .l {
    width: 21px;
  }
}
header .right .hambBtn .item .l:nth-child(2) {
  top: 6px;
}
header .right .hambBtn .item .l:nth-child(3) {
  top: 13px;
}
header .menuList {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 69.4444444444vw;
  width: 100%;
  height: 100vh;
  padding: 9.0277777778vw 10.4166666667vw 0 9.0277777778vw;
  background: #fff;
  z-index: 998;
  transition: 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  opacity: 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  header .menuList {
    max-width: none;
    padding: 38.4vw 8vw 5.3333333333vw;
    overflow: auto;
  }
}
header .menuList.is-close {
  opacity: 0;
  transition-delay: 0s !important;
}
header .menuList.is-close ul li.cue {
  transition-delay: 0s !important;
}
header .menuList.is-active {
  right: 0;
  opacity: 1;
}
header .menuList .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .menuList .inner {
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  header .menuList {
    max-width: 1000px;
    padding: 130px 150px 0 130px;
  }
}
header .menuList ul li {
  transform: translateY(-1.5em);
}
header .menuList ul li.cue {
  transition: 0.3s cubic-bezier(0.22, 0.6, 0.35, 1);
  opacity: 0;
}
header .menuList ul li.cue:nth-child(0) {
  transition-delay: calc((0 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(1) {
  transition-delay: calc((1 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(2) {
  transition-delay: calc((2 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(3) {
  transition-delay: calc((3 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(4) {
  transition-delay: calc((4 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(5) {
  transition-delay: calc((5 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(6) {
  transition-delay: calc((6 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue:nth-child(7) {
  transition-delay: calc((7 * (0.3s / 2)) - 0.4s);
}
header .menuList ul li.cue.-in {
  transform: translateY(0);
  opacity: 1;
}
header .menuList ul li.is-hide .text {
  color: #c4c4c4;
}
header .menuList ul li + li {
  margin-top: 0.4861111111vw;
}
@media screen and (min-width: 1441px) {
  header .menuList ul li + li {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  header .menuList ul li + li {
    margin-top: 6.4vw;
  }
}
header .menuList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .menuList a {
    display: block;
  }
}
header .menuList .text {
  color: #303030;
  transition: ease-in-out 0.4s;
}
header .menuList .text.--en-h {
  font-size: clamp(2.25rem, 1.1071rem + 2.381vw, 3.25rem);
  line-height: clamp(2.6875rem, 1.3304rem + 2.8274vw, 3.875rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
header .menuList .text.--m {
  max-width: 11.1111111111vw;
  width: 100%;
  font-size: clamp(0.75rem, 0.4643rem + 0.5952vw, 1rem);
  line-height: clamp(1.0625rem, 0.6339rem + 0.8929vw, 1.4375rem);
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (min-width: 1441px) {
  header .menuList .text.--m {
    max-width: 160px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .menuList .text.--m {
    max-width: none;
    letter-spacing: 0.1em;
  }
}
header .menuList .btn {
  position: relative;
  margin: 79px 0 0;
  padding-bottom: 79px;
  width: 100%;
}
header .menuList .btn.cue {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.22, 0.6, 0.35, 1);
  transition-delay: 0.8s;
  transform: translate3d(25px, 0, 0);
}
header .menuList .btn.cue.-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  header .menuList .btn {
    margin: 13.0666666667vw 0 0;
    padding-bottom: 13.0666666667vw;
  }
}
header .menuList .contactBtn,
header .menuList .recruitBtn {
  display: flex;
  position: relative;
  width: 100%;
  height: 6.3194444444vw;
  margin-top: 5.1388888889vw;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  header .menuList .contactBtn,
  header .menuList .recruitBtn {
    height: 26.6666666667vw;
  }
}
header .menuList .contactBtn.is-active,
header .menuList .recruitBtn.is-active {
  background: #303030;
}
@media screen and (min-width: 1441px) {
  header .menuList .contactBtn,
  header .menuList .recruitBtn {
    height: 91px;
    margin-top: 74px;
  }
}
header .menuList .contactBtn .title,
header .menuList .recruitBtn .title {
  display: flex;
  align-items: center;
  padding-left: 4.7222222222vw;
}
@media screen and (min-width: 1441px) {
  header .menuList .contactBtn .title,
  header .menuList .recruitBtn .title {
    padding-left: 68px;
  }
}
@media screen and (max-width: 768px) {
  header .menuList .contactBtn .title,
  header .menuList .recruitBtn .title {
    display: block;
    padding-left: 6.6666666667vw;
  }
}
header .menuList .contactBtn .title .text.--en-h,
header .menuList .recruitBtn .title .text.--en-h {
  font-size: clamp(2.0625rem, 2.0625rem + 0vw, 2.0625rem);
  line-height: clamp(2.4375rem, 2.4375rem + 0vw, 2.4375rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header .menuList .contactBtn .title .text.--r,
header .menuList .recruitBtn .title .text.--r {
  margin-left: 2.6388888889vw;
  font-size: clamp(0.75rem, 0.4643rem + 0.5952vw, 1rem);
  line-height: clamp(1.0625rem, 0.5625rem + 1.0417vw, 1.5rem);
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1441px) {
  header .menuList .contactBtn .title .text.--r,
  header .menuList .recruitBtn .title .text.--r {
    margin-left: 38px;
  }
}
@media screen and (max-width: 768px) {
  header .menuList .contactBtn .title .text.--r,
  header .menuList .recruitBtn .title .text.--r {
    margin-left: 0;
    text-align: left;
  }
}
header .menuList .contactBtn .img,
header .menuList .recruitBtn .img {
  position: absolute;
  bottom: 0;
  right: 4.1666666667vw;
  opacity: 1;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 1441px) {
  header .menuList .contactBtn .img,
  header .menuList .recruitBtn .img {
    bottom: 0;
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  header .menuList .contactBtn .img,
  header .menuList .recruitBtn .img {
    bottom: 0;
    right: 3.2vw;
  }
}
header .menuList .contactBtn .img img,
header .menuList .recruitBtn .img img {
  display: block;
  width: 4.4444444444vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  header .menuList .contactBtn .img img,
  header .menuList .recruitBtn .img img {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  header .menuList .contactBtn .img img,
  header .menuList .recruitBtn .img img {
    width: 17.0666666667vw;
  }
}
header .menuList .contactBtn {
  background: #fae317;
}
header .menuList .contactBtn.is-active .title .text {
  color: #fff;
}
header .menuList .recruitBtn {
  margin-top: 34px;
  background: #c4c4c4;
}
header .menuList .recruitBtn .title .text {
  color: #303030;
}
header .menuList .recruitBtn.is-active .title .text.--en-h {
  color: #fff;
}
header .menuList .recruitBtn.is-active .title .text.--r {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .menuList .recruitBtn {
    margin-top: 23px;
  }
}
header .menuList .recruitBtn .title .text.--en-h {
  color: #303030;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.2em;
}
header .menuList .recruitBtn .title .text.--r {
  margin-left: 73px;
  color: #636363;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  header .menuList .recruitBtn .title .text.--r {
    margin-left: 0;
  }
}
.menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.4);
  opacity: 0.5;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.22, 0.6, 0.35, 1) 0.3s;
  opacity: 0;
}
.menuOverlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  cursor: pointer;
  z-index: 999;
}
footer .innerBlock {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding: 280px 0 80px;
}
@media screen and (max-width: 1330px) {
  footer .innerBlock {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 1330px) and (max-width: 768px) {
  footer .innerBlock {
    width: auto;
    padding: 106px 0 0;
  }
}
footer .upper {
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .upper {
    display: block;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  footer .upper {
    margin: 0 8vw;
  }
}
footer .lower {
  position: relative;
}
footer .left {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1330px) {
  footer .left {
    width: 30%;
  }
}
@media screen and (max-width: 1330px) and (max-width: 768px) {
  footer .left {
    width: 100%;
  }
}
footer .left .img a {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  footer .left .img a {
    max-width: 219px;
  }
}
footer .left .img img {
  max-width: 336px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .left .img img {
    max-width: 219px;
  }
}
footer .right {
  width: 60%;
}
@media screen and (max-width: 1330px) {
  footer .right {
    width: 70%;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 1100px) {
  footer .right {
    width: auto;
    margin: 60px auto 0;
  }
}
footer .list {
  display: grid;
  grid-template-areas: "row01 row04 row07" "row02 row05 row08" "row03 row06 none";
  gap: 0;
  width: fit-content;
}
@media screen and (max-width: 1330px) {
  footer .list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer .list {
    grid-template-areas: "row01 row05" "row02 row06" "row03 row07" "row04 row08";
  }
}
footer .row {
  position: relative;
  display: inline-block;
  height: fit-content;
}
footer .row .text {
  transition: 0.3s ease-in-out;
}
footer .row.is-hide .text,
footer .row li.is-hide .text {
  color: #c4c4c4 !important;
}
footer .row.is-hide .text.--icon::before,
footer .row li.is-hide .text.--icon::before {
  opacity: 0.2;
}
footer .row.is-hide .text.--line::before,
footer .row li.is-hide .text.--line::before {
  opacity: 0.2;
}
footer .row.is-active .text,
footer .row li.is-active .text {
  color: #303030 !important;
}
footer .row.is-active .text.--line::before,
footer .row li.is-active .text.--line::before {
  opacity: 1;
}
footer .row.is-active + .hover-none,
footer .row.is-hide + .hover-none {
  color: #c4c4c4;
}
@media screen and (min-width: 768px) {
  footer .row li:hover .text.--r::after {
    width: 100%;
  }
}
footer .row.--01 {
  grid-area: row01;
  margin: 0;
}
footer .row.--02 {
  grid-area: row02;
  top: -155px;
}
@media screen and (max-width: 768px) {
  footer .row.--02 {
    top: 20px;
  }
}
footer .row.--03 {
  grid-area: row03;
  top: -160px;
}
@media screen and (max-width: 768px) {
  footer .row.--03 {
    top: 40px;
  }
}
footer .row.--04 {
  grid-area: row04;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1330px) {
  footer .row.--04 {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .row.--04 {
    top: 60px;
    margin: 0;
  }
}
footer .row.--05 {
  grid-area: row05;
  top: -50px;
  margin-left: 100px;
}
@media screen and (max-width: 1330px) {
  footer .row.--05 {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 768px) {
  footer .row.--05 {
    top: 0;
    margin: 0;
  }
}
footer .row.--06 {
  grid-area: row06;
  top: -160px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1330px) {
  footer .row.--06 {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 768px) {
  footer .row.--06 {
    top: -35px;
    margin: 0;
  }
}
footer .row.--07 {
  grid-area: row07;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1330px) {
  footer .row.--07 {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .row.--07 {
    top: -10px;
    margin: 0;
  }
}
footer .row.--08 {
  grid-area: row08;
  top: 53px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1330px) {
  footer .row.--08 {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 768px) {
  footer .row.--08 {
    top: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .row:nth-child(n + 5) {
    margin-left: 12px;
  }
}
footer .title {
  margin: 0 0 5px 0;
}
footer .title .text {
  font-size: clamp(1.0625rem, 1.0625rem + 0vw, 1.0625rem);
  line-height: clamp(1.5625rem, 1.5625rem + 0vw, 1.5625rem);
  letter-spacing: 0.1em;
  word-break: keep-all;
}
footer .text.--r {
  display: inline-block;
  position: relative;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
}
footer .text.--r::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #303030;
  transition: ease-in-out 0.3s;
}
footer .text.--r.--line {
  padding: 0 0 0 8px;
}
footer .text.--r.--line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 1px;
  margin: auto;
  background: #303030;
  transition: 0.3s ease-in-out;
}
footer .text.--r.--icon {
  padding: 0 0 0 20px;
}
footer .text.--r.--icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 10px;
  margin: auto;
  background: url(../images/common/img_icon_blank.svg) no-repeat;
  transition: 0.3s ease-in-out;
}
footer .sns {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 84px;
}
@media screen and (max-width: 1100px) {
  footer .sns {
    position: unset;
    margin: 110px 0 0 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  footer .sns {
    justify-content: flex-end;
    margin: 110px 8vw 0;
  }
}
footer .sns li {
  transition: 0.3s ease-in-out;
}
footer .sns li + li {
  margin: 0 0 0 25px;
}
@media screen and (min-width: 768px) {
  footer .sns li.is-hide {
    opacity: 0.3;
  }
}
footer .copy {
  margin-top: 84px;
}
@media screen and (max-width: 1100px) {
  footer .copy {
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  footer .copy {
    margin: 45px 0 0 0;
    padding: 35px 0 42px;
  }
}
footer .copy .text {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  text-align: right;
  letter-spacing: 0.1em;
  color: #303030;
}
@media screen and (max-width: 768px) {
  footer .copy .text {
    text-align: center;
  }
}
html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
*:focus {
  outline: none;
}
body {
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  opacity: 0;
  transition: ease-in-out 0.8s;
}
body.is-active {
  opacity: 1;
}
body.bg_01 {
  background: #f9f6f6;
}
main {
  margin: 0 0 300px;
}
@media screen and (max-width: 768px) {
  main {
    margin: 0 0 200px;
  }
}
button:focus {
  outline: none;
}
.sp-show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
}
.pc-show {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
.js-img {
  overflow: hidden;
}
.js-img.--visible {
  overflow: visible;
}
.js-img .cue-img.--anime-01 {
  transition: 1.5s ease-in-out;
  transform: scale(1.2);
  opacity: 0;
}
.js-img .cue-img.--anime-01.-in {
  transform: scale(1);
  opacity: 1;
}
.js-img .cue-img.--anime-01.--first {
  transition-delay: 0.8s !important;
}
.js-img .cue-img.--anime-02 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 1.5s ease-in-out;
}
.js-img .cue-img.--anime-02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: width 1s ease-in-out;
}
.js-img .cue-img.--anime-02.-in:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
}
.js-img .cue-img.--anime-03 {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.js-img .cue-img.--anime-03.-in {
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.js-txt {
  overflow: hidden;
}
.js-txt.--visible {
  overflow: visible;
}
.js-txt.--h-style-01 h2 .text {
  font-size: clamp(2.625rem, 2.0536rem + 1.1905vw, 3.125rem);
  line-height: clamp(3.125rem, 2.4107rem + 1.4881vw, 3.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.js-txt.--h-style-01 .sub .text {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  letter-spacing: 0.2em;
}
.js-txt.--h-style-02 h2 .text,
.js-txt.--h-style-02 .sub .text {
  color: #fff;
  text-align: center;
}
.js-txt .cue-txt {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.js-txt .cue-txt.--visible {
  overflow: visible;
}
.js-txt .cue-txt.--anime-01 {
  transition: 1s ease-in-out;
  transform: translate(0px, 25%);
  opacity: 0;
}
.js-txt .cue-txt.--anime-01.-in {
  transition: 0.3s ease-in-out;
  transform: translate(0px, 0%);
  opacity: 1;
}
.js-txt .cue-txt.--anime-01.--first {
  transition-delay: 0.8s !important;
}
.js-txt .cue-txt.--anime-02 {
  transform: rotate(10deg) translate(0, 70%);
  transform-origin: left center;
  opacity: 0;
}
.js-txt .cue-txt.--anime-02.-in {
  transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1),
    transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transform: rotate(0deg) translate(0, 0%);
  opacity: 1;
}
.js-txt .cue-txt.--anime-03 {
  transform: translateY(-150px);
  transition: opacity 0.3s cubic-bezier(0.22, 0.6, 0.35, 1);
  opacity: 0;
}
.js-txt .cue-txt.--anime-03.-in {
  transform: translateY(0);
  opacity: 1;
}
.js-obj .cue-obj.--anime-01 {
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.22, 0.6, 0.35, 1);
  opacity: 0;
}
.js-obj .cue-obj.--anime-01.-in {
  transform: translateY(0);
  opacity: 1;
}
.js-stalker {
  position: relative;
}
.js-stalker.__left {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .js-stalker.__left {
    width: fit-content;
    margin: 9.8666666667vw 0 0 auto;
  }
}
.moreBtn {
  position: relative;
}
.moreBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -60px;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background: #303030;
}
.moreBtn:not(.--hover-02) .text:not(.action-none) {
  position: relative;
  color: rgba(0, 0, 0, 0);
  white-space: pre;
}
.moreBtn:not(.--hover-02) .text:not(.action-none)::after,
.moreBtn:not(.--hover-02) .text:not(.action-none)::before {
  content: attr(data-txt);
  display: inline-block;
  position: absolute;
  left: 0;
  color: #303030;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
    0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.moreBtn:not(.--hover-02) .text:not(.action-none)::before {
  top: 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.moreBtn:not(.--hover-02) .text:not(.action-none)::after {
  top: 100%;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media screen and (min-width: 768px) {
  .moreBtn:hover:not(.--hover-02) .text::before {
    -webkit-transform: translateY(-100%) rotate(-10deg);
    transform: translateY(-100%) rotate(-10deg);
  }
  .moreBtn:hover:not(.--hover-02) .text::after {
    -webkit-transform: translateY(-100%) rotate(0);
    transform: translateY(-100%) rotate(0);
  }
}
.stalker-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: url("#filter-name");
  filter: url("#filter-name");
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .stalker-circle {
    display: none;
  }
}
.stalker-circle.--delay {
  -webkit-filter: none;
  filter: none;
}
.stalker-circle.--delay.text {
  font-size: 0.9722222222vw;
  line-height: 175%;
  letter-spacing: 0.1em;
  word-break: keep-all;
  text-align: center;
  color: #fff;
  z-index: 999;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 1441px) {
  .stalker-circle.--delay.text {
    font-size: 14px;
  }
}
.stalker-circle.js-swap-dot.is-large .dot {
  width: 150px;
  height: 150px;
}
.stalker-circle .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -90px 0 0 0;
  border-radius: 100%;
  transition: ease-in-out 0.1s;
  pointer-events: none;
}
.stalker-circle .dot:nth-child(1) {
  background: #000;
  transition: ease 0.18s;
}
.stalker-circle .dot:nth-child(2) {
  background: #000;
  transition: ease 0.16s;
}
.stalker-circle .dot:nth-child(3) {
  background: #000;
  transition: ease 0.14s;
}
.stalker-circle .dot:nth-child(4) {
  background: #000;
  transition: ease 0.12s;
}
.stalker-circle .dot:nth-child(5) {
  background: #000;
  transition: ease 0.1s;
}
#filterImg {
  display: none;
}
@media screen and (min-width: 768px) {
  a.--hover-01:hover .img img {
    transform: scale(1.05) !important;
  }
  a.--hover-02 .detail .text {
    transition: 0.3s ease-in-out;
    transform: translate(0px, 100%);
    opacity: 0;
  }
  a.--hover-02:hover .detail .text {
    transform: translate(0px, 0%);
    opacity: 1;
  }
}
.contactArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 125px 0 130px;
  background: url(../../dist/images/common/img_contact_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 74px 0 60px;
  }
}
.contactArea .innerBlock {
  width: 100%;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .contactArea .innerBlock {
    margin: 0;
  }
}
.contactArea .middle {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin: 117px auto 0;
}
@media screen and (max-width: 1100px) {
  .contactArea .middle {
    display: block;
    width: auto;
    margin: 74px 7.4666666667vw 0;
  }
}
.contactArea .middle .btn {
  display: flex;
  align-self: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .contactArea .middle .btn {
    width: auto;
    height: 200px;
  }
}
.contactArea .middle .btn .text {
  text-align: center;
  letter-spacing: 0.1em;
}
.contactArea .middle .btn .detail {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .contactArea .middle .btn:hover .icon {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .contactArea .middle .btn.--work:hover .inner {
    background: #d9576e;
  }
  .contactArea .middle .btn.--work:hover .text {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .contactArea .middle .btn.--online:hover .inner {
    background: #575cd9;
  }
  .contactArea .middle .btn.--online:hover .text {
    color: #fff;
  }
}
.contactArea .middle .btn.--online::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 112px;
  background: #c4c4c4;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .contactArea .middle .btn.--online::before {
    bottom: auto;
    right: 0;
    width: 210px;
    height: 1px;
  }
}
.contactArea .middle .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .contactArea .middle .inner {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.contactArea .middle .title .text.--b {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  line-height: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  color: #303030;
}
.contactArea .middle .sub {
  margin-top: 8px;
}
.contactArea .middle .sub .text.--r {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #8d8d8d;
}
.contactArea .lower {
  display: flex;
  justify-content: space-between;
  max-width: 946px;
  width: 100%;
  margin: 64px auto 0;
}
@media screen and (max-width: 1100px) {
  .contactArea .lower {
    display: block;
    width: auto;
    margin: 57px 7.4666666667vw 0;
  }
}
.contactArea .lower .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contactArea .lower .btn:hover .inner {
    background: #4bc07a;
  }
  .contactArea .lower .btn:hover .text {
    color: #fff !important;
  }
}
.contactArea .lower .inner {
  height: 100px;
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contactArea .lower .inner {
    border-radius: 85px;
    padding: 45px 0 40px;
    height: fit-content;
  }
}
.contactArea .lower .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contactArea .lower .detail {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contactArea .lower .title .text {
    text-align: center;
  }
}
.contactArea .lower .title .text.--b {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  line-height: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  color: #303030;
}
.contactArea .lower .sub {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .contactArea .lower .sub {
    margin: 13px 0 0 0;
    text-align: center;
  }
}
.contactArea .lower .sub .text.--r {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #8d8d8d;
}
