@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  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] {
  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: inherit;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

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

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

html {
  font-size: clamp(1.5625%, 0.0520833333vw, 6.25%);
}
@media (max-width: 1024px) {
  html {
    font-size: clamp(0.0625%, 0.2666666667vw, 9.375%);
  }
}

body {
  background-color: #fff;
  color: #222;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
body :where(h1, h2, h3, h4, h5, h6, p) {
  line-height: 1.75;
}
body :where(h1, h2, h3, h4, h5, h6, p)::before, body :where(h1, h2, h3, h4, h5, h6, p)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
body :where(h1, h2, h3, h4, h5, h6, p)::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}
body :where(h1, h2, h3, h4, h5, h6, p)::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

@-webkit-keyframes downScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes downScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes upScroll {
  0% {
    height: 0;
  }
  50% {
    top: -16rem;
    height: 44rem;
  }
  100% {
    top: -60rem;
    height: 0rem;
  }
}
@keyframes upScroll {
  0% {
    height: 0;
  }
  50% {
    top: -16rem;
    height: 44rem;
  }
  100% {
    top: -60rem;
    height: 0rem;
  }
}
@-webkit-keyframes grain {
  0%, to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-310px, -310px);
            transform: translate(-310px, -310px);
  }
  20% {
    -webkit-transform: translate(-315px, 55px);
            transform: translate(-315px, 55px);
  }
  30% {
    -webkit-transform: translate(57px, -325px);
            transform: translate(57px, -325px);
  }
  40% {
    -webkit-transform: translate(320px, 325px);
            transform: translate(320px, 325px);
  }
  50% {
    -webkit-transform: translate(-325px, 310px);
            transform: translate(-325px, 310px);
  }
  60% {
    -webkit-transform: translate(325px, 33px);
            transform: translate(325px, 33px);
  }
  70% {
    -webkit-transform: translate(50px, 315px);
            transform: translate(50px, 315px);
  }
  80% {
    -webkit-transform: translate(325px, 335px);
            transform: translate(325px, 335px);
  }
  90% {
    -webkit-transform: translate(-310px, 310px);
            transform: translate(-310px, 310px);
  }
}
@keyframes grain {
  0%, to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-310px, -310px);
            transform: translate(-310px, -310px);
  }
  20% {
    -webkit-transform: translate(-315px, 55px);
            transform: translate(-315px, 55px);
  }
  30% {
    -webkit-transform: translate(57px, -325px);
            transform: translate(57px, -325px);
  }
  40% {
    -webkit-transform: translate(320px, 325px);
            transform: translate(320px, 325px);
  }
  50% {
    -webkit-transform: translate(-325px, 310px);
            transform: translate(-325px, 310px);
  }
  60% {
    -webkit-transform: translate(325px, 33px);
            transform: translate(325px, 33px);
  }
  70% {
    -webkit-transform: translate(50px, 315px);
            transform: translate(50px, 315px);
  }
  80% {
    -webkit-transform: translate(325px, 335px);
            transform: translate(325px, 335px);
  }
  90% {
    -webkit-transform: translate(-310px, 310px);
            transform: translate(-310px, 310px);
  }
}
.js-animation[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-animation[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-animation[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-animation[data-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-animation[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-animation[data-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-animation.animation--fadeSlideIn-bottom {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(60rem);
          transform: translateY(60rem);
}
.js-animation.animation--fadeSlideIn-bottom.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-animation.animation--fadeSlideIn-left {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(-60rem);
          transform: translateX(-60rem);
}
.js-animation.animation--fadeSlideIn-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (hover: hover) {
  body a:hover {
    opacity: 0.6;
  }
}
body a:focus {
  text-decoration: none;
}
body a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body a[href^="tel:"] {
  color: inherit;
}
body img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  body *,
  body *::before,
  body *::after {
    max-width: 100%;
  }
}

.font-en {
  font-family: urw-din-condensed, sans-serif;
}

.font-en-ul {
  font-family: urw-din-condensed, sans-serif;
}

body {
  /*
  &::before {
  	content: '';
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 0;
  	display: block;
  	width: 100vw;
  	height: 100vh;
  	//height: 100dvh;
  	// background-color: #f0f0f0;
  	background-image: url(../image/noise.webp);
  	// background-image: url(../image/noise.gif);
  	// background-image: url(../image/noise.png);
  	background-position: top center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	// opacity: .3;
  	pointer-events: none;
  }
  */
  --tab-coef: 1;
}
@media screen and (max-width: 1024px) and (min-width: 684px) {
  body {
    --tab-coef: 0.3;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 840px) {
  .header {
    position: absolute;
  }
}
.header_inner {
  position: absolute;
  left: 50%;
  max-height: 100vh;
  max-height: 100dvh;
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header_inner {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 684px) {
  .header_inner {
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
.header_inner * {
  pointer-events: all;
}
.header_logo {
  position: absolute;
  top: 72rem;
  right: 707rem;
  z-index: 6;
  width: 168rem;
}
@media (max-width: 1024px) {
  .header_logo {
    top: 25rem;
    right: auto;
    left: 5vw;
    width: 96rem;
  }
}
@media (max-width: 684px) {
  .header_logo {
    top: 28rem;
    right: auto;
    left: 24rem;
    width: 145rem;
  }
}
.header_logo img {
  width: 100%;
}
.header_cv {
  position: absolute;
  top: 69rem;
  left: 693rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header_cv {
    top: 32rem;
    left: auto;
    right: 3vw;
  }
}
@media (max-width: 840px) {
  .header_cv {
    position: fixed;
    top: auto;
    bottom: 126rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    pointer-events: none;
  }
  .open .header_cv {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
.header_cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19rem;
}
@media (max-width: 1024px) {
  .header_cv a {
    gap: 10rem;
  }
}
@media (max-width: 840px) {
  .header_cv a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8rem;
    width: 310rem;
    height: 70rem;
    border: 1px solid #ccc;
  }
}
.header_cv span {
  font-size: 15rem;
  letter-spacing: -0.003em;
}
@media (max-width: 1024px) {
  .header_cv span {
    font-size: 12rem;
  }
}
@media (max-width: 840px) {
  .header_cv span {
    font-size: 19rem;
  }
}
.header_cv .circle-wrap {
  position: relative;
  min-width: 96rem;
  min-height: 96rem;
  max-width: 96rem;
  max-height: 96rem;
}
@media (max-width: 1024px) {
  .header_cv .circle-wrap {
    min-width: 50rem;
    min-height: 50rem;
    max-width: 50rem;
    max-height: 50rem;
  }
}
@media (max-width: 840px) {
  .header_cv .circle-wrap {
    display: inline;
    min-width: auto;
    min-height: auto;
    max-width: none;
    max-height: none;
    border: 0;
  }
}
.header_cv i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 192rem;
  min-height: 192rem;
  max-width: 192rem;
  max-height: 192rem;
  border: 1px solid #333;
  border-radius: 100rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .header_cv i {
    min-width: 100rem;
    min-height: 100rem;
    max-width: 100rem;
    max-height: 100rem;
  }
}
@media (max-width: 840px) {
  .header_cv i {
    display: inline;
    min-width: auto;
    min-height: auto;
    max-width: none;
    max-height: none;
    border: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: static;
  }
}
.header_cv i img {
  max-width: none;
  width: 42rem;
}
@media (max-width: 1024px) {
  .header_cv i img {
    width: 24rem;
  }
}
@media (max-width: 840px) {
  .header_cv i img {
    display: block;
    width: 16rem;
  }
}
.header_nav {
  position: absolute;
  top: calc(50% - 154rem);
  left: calc(750rem * var(--tab-coef));
  z-index: 4;
  right: 6vw;
}
@media (max-width: 1024px) {
  .header_nav {
    left: auto;
    top: calc(50% - 50rem);
  }
}
@media (max-width: 840px) {
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    padding-top: 122rem;
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    pointer-events: none;
  }
  .open .header_nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
.header_nav_list {
  font-size: 17rem;
  letter-spacing: -0.003em;
}
@media (max-width: 1024px) {
  .header_nav_list {
    font-size: 14rem;
  }
}
@media (max-width: 840px) {
  .header_nav_list {
    margin: auto;
    width: 310rem;
    font-size: 34rem;
    line-height: 1;
  }
}
.header_nav_list li + li {
  margin-top: 46rem;
}
@media (max-width: 840px) {
  .header_nav_list li + li {
    margin-top: 29rem;
  }
}
.header_nav_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_list a::before {
  content: "";
  position: absolute;
  left: -10rem;
  display: block;
  width: 0rem;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-100%) translateY(100%);
          transform: translateX(-100%) translateY(100%);
}
@media (max-width: 840px) {
  .header_nav_list a::before {
    display: none;
  }
}
.header_nav_list a.current::before {
  width: 9rem;
}
.header_nav .copyright {
  position: absolute;
  bottom: 29rem;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.header_message {
  position: absolute;
  bottom: 98rem;
  left: 579rem;
  z-index: 3;
  white-space: nowrap;
  font-size: 22rem;
  line-height: 2.72727273;
  letter-spacing: -0.003em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: unset;
}
@media (max-width: 840px) {
  .header_message {
    top: 416rem;
    right: 30rem;
    left: auto;
    line-height: 2.12;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    font-size: 20rem;
    white-space: normal;
    width: 200vw;
  }
}
.header_message_inner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 840px) {
  .header_message_inner {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.header_scroll {
  position: absolute;
  top: 760rem;
  right: 876rem;
  z-index: 2;
  letter-spacing: -0.003em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media (max-width: 840px) {
  .header_scroll {
    top: 84vh;
    right: auto;
    left: 32rem;
  }
}
.header_scroll span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140rem;
  font-size: 15rem;
}
@media (max-width: 1024px) {
  .header_scroll span {
    font-size: 12rem;
  }
}
.header_scroll span::after {
  content: "";
  position: relative;
  left: -1.5rem;
  display: block;
  margin-top: 24rem;
  width: 10rem;
  height: 7rem;
  background-image: url(/image/arrow-scroll.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .header_scroll span::after {
    margin-top: 21rem;
    width: 7rem;
    height: 5rem;
  }
}
.header_scroll span::after {
  -webkit-animation-name: downScroll;
          animation-name: downScroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.header_copy {
  position: fixed;
  top: 600rem;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  font-size: 375rem;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.015em;
}
@media (max-width: 1024px) {
  .header_copy {
    top: 351rem;
    font-size: 115rem;
  }
}
.header_copy.reverse {
  display: none;
}
@media (max-width: 1024px) {
  .header_copy.reverse {
    top: 249rem;
    height: 160rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header_copy_inner {
  max-width: none;
  width: 400%;
}
.reverse .header_copy_inner {
  position: absolute;
  right: -100%;
}

.nav_button {
  position: fixed;
  top: 33rem;
  right: 24rem;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24rem;
  height: 17rem;
  background-image: url(../image/nav_button.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.open .nav_button {
  top: 30rem;
  right: 27rem;
  background-image: url(../image/nav_button-close.svg);
}

.footer {
  position: relative;
  z-index: 9;
  padding-top: 489rem;
  padding-bottom: 178rem;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 0;
    padding-bottom: 36rem;
  }
}
.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_logo {
  margin-bottom: 93rem;
  width: 194rem;
}
@media (max-width: 1024px) {
  .footer_logo {
    margin-bottom: 74rem;
    width: 141rem;
  }
}
.footer_logo img {
  width: 100%;
}
.footer_top {
  position: relative;
  display: block;
  margin-bottom: 22rem;
  font-weight: 400;
  font-size: 12rem;
}
@media (max-width: 1024px) {
  .footer_top {
    margin-bottom: 220rem;
    font-size: 10rem;
  }
}
.footer_top::before {
  content: "";
  position: absolute;
  top: -16rem;
  left: 50%;
  display: block;
  width: 1px;
  height: 44rem;
  background-color: #ccc;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
.footer_top::before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: upScroll;
          animation-name: upScroll;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  html {
    scroll-behavior: auto;
  }
}

.main {
  position: relative;
  z-index: 9;
  margin-top: clamp(110vh, 1283rem, 1000vw);
}
@media (max-width: 1024px) {
  .main {
    margin-top: 667rem;
    padding-top: 94rem;
  }
}

.noise-wrap {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.noise {
  height: 300%;
  width: 300%;
  position: absolute;
  top: -100%;
  left: -100%;
  background-repeat: repeat;
  background-image: url(../image/noise.png);
  opacity: 0.8;
  will-change: transform;
  z-index: 10002;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: grain 2s steps(10) infinite;
          animation: grain 2s steps(10) infinite;
  max-width: unset;
}

.section {
  position: relative;
  z-index: 1;
}
.section_inner {
  margin-right: auto;
  margin-left: auto;
  width: 1340rem;
}
@media (max-width: 1024px) {
  .section_inner {
    width: 340rem;
  }
}
@media (max-width: 840px) {
  .section_inner {
    width: 400rem;
  }
}
@media (max-width: 684px) {
  .section_inner {
    width: 285rem;
  }
}
.section_title {
  margin-bottom: 139rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 77rem;
  line-height: 1;
  letter-spacing: 0.003em;
}
@media (max-width: 1024px) {
  .section_title {
    margin-bottom: 79rem;
    font-weight: 200;
    font-size: 38rem;
  }
}
.section_subtitle {
  font-weight: 500;
  font-size: 28rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .section_subtitle {
    font-size: 20rem;
  }
}
.section_subtitle em,
.section_subtitle span {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 14rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-top: 6.7rem;
}
@media (max-width: 1024px) {
  .section_subtitle em,
  .section_subtitle span {
    margin-top: 6rem;
    font-weight: 400;
    font-size: 12rem;
  }
}
.section_subtitle em {
  color: #000;
}
.section_subtitle span {
  color: #5c5c5c;
}
.section_subtitle + .section_subtitle {
  margin-top: 79rem;
}
@media (max-width: 1024px) {
  .section_subtitle + .section_subtitle {
    margin-top: 47rem;
  }
}
.section_subheading {
  font-weight: 400;
  font-size: 18rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1024px) {
  .section_subheading {
    font-weight: 400;
    font-size: 16rem;
  }
}
.section_text {
  color: #000;
  font-weight: 400;
  font-size: 12rem;
  line-height: 2.16666667;
}
@media (max-width: 1024px) {
  .section_text {
    font-weight: 400;
    line-height: 2;
  }
}
.section_text strong {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .section_text strong {
    font-weight: 500;
  }
}

.philosophy {
  margin-bottom: 265rem;
}

.service {
  margin-bottom: 180rem;
}
@media (max-width: 1024px) {
  .service {
    margin-top: 200rem;
    margin-bottom: 164rem;
  }
}
.service_box {
  width: 1160rem;
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .service_box {
    padding-top: 20rem;
  }
}
.service_box + .service_box {
  margin-top: 162rem;
}
@media (max-width: 1024px) {
  .service_box + .service_box {
    margin-top: 66rem;
  }
}
@media (max-width: 684px) {
  .service_slider {
    margin-left: -30rem;
    padding: 0;
    max-width: none;
    width: 345rem;
  }
}
@media (max-width: 1024px) {
  .service .section_title {
    margin-bottom: 45rem;
  }
}
.service .section_subtitle {
  margin-top: -40rem;
}
@media (max-width: 1024px) {
  .service .section_subtitle {
    margin-bottom: 5rem;
  }
}
.service .section_subtitle.management {
  margin-top: -32rem;
}
@media (max-width: 1024px) {
  .service .section_subtitle.management {
    margin-top: 5rem;
  }
}
@media (max-width: 1024px) {
  .service .section_subtitle {
    margin-top: 5rem;
  }
  .service .section_subtitle span {
    margin-top: 4rem;
    font-size: 13rem;
  }
}
.service .section_subtitle::before, .service .section_subtitle::after {
  content: none;
}
.service .section_text {
  margin-top: 44rem;
}
@media (max-width: 1024px) {
  .service .section_text {
    margin-top: 29rem;
  }
}
.service .section_subheading {
  margin-top: 53rem;
  margin-left: -9rem;
}
.service .section_subheading.management {
  letter-spacing: 0.059em;
}
@media (max-width: 1024px) {
  .service .section_subheading.management {
    margin-top: 51rem;
  }
}

.swiper-slide {
  padding-right: 11rem;
  width: 822rem;
  height: 414rem;
  position: relative;
}
@media (max-width: 1024px) {
  .swiper-slide {
    padding-right: 0;
    width: 100%;
    height: 176rem;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  padding-bottom: 75rem;
}

.swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 770rem;
  gap: 11rem;
}
@media (max-width: 1024px) {
  .swiper-pagination {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 55rem !important;
    gap: 13rem;
  }
}

.swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  cursor: pointer;
  --swiper-pagination-bullet-inactive-color: #afafaf;
  --swiper-pagination-bullet-size: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: #222;
}

.gym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 110rem;
  padding-right: 66rem;
  padding-bottom: 126rem;
  width: 1158rem;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 1024px) {
  .gym {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 74rem;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 0;
  }
}
.gym_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 22rem;
  margin-left: 4rem;
  width: 168rem;
}
@media (max-width: 1024px) {
  .gym_logo {
    margin-top: 0rem;
    margin-left: 0;
  }
}
.gym_logo img {
  width: 100%;
}
.gym_link {
  color: #808080;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
  font-size: 20rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1024px) {
  .gym_link {
    margin-top: 32rem;
  }
}
.gym_list {
  display: -ms-grid;
  display: grid;
  gap: 33rem 165rem;
  -ms-grid-columns: 1fr 165rem 1fr 165rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .gym_list {
    gap: 27rem 60rem;
    margin-top: 44rem;
    width: auto;
    -ms-grid-columns: 1fr 60rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.gym_list .section_subtitle {
  margin-top: 0;
  text-align: center;
  font-size: 17rem;
  letter-spacing: -0.003em;
}
.gym_list .section_subtitle span {
  display: block;
  margin-bottom: 3.3rem;
  font-size: 10rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .gym_list .section_subtitle span {
    font-weight: 400;
  }
}

.company_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1158rem;
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .company_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.company_table {
  width: 888rem;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .company_table {
    margin-top: 23rem;
    width: 100%;
  }
}
.company_table tr {
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}
.company_table th {
  padding-left: 30rem;
  width: 290rem;
  height: 75rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16rem;
}
@media (max-width: 1024px) {
  .company_table th {
    padding-left: 0;
    width: 103rem;
    height: 45rem;
    font-size: 13rem;
  }
}
.company_table td {
  min-height: 75rem;
  width: calc(100% - 290rem);
  vertical-align: middle;
  font-weight: 400;
  font-size: 14rem;
}
@media (max-width: 1024px) {
  .company_table td {
    padding: 13rem 0;
    min-height: 45rem;
    width: calc(100% - 103rem);
    font-weight: 400;
    font-size: 11rem;
  }
}
.company_table td a {
  text-decoration: underline;
  font-weight: normal;
}

.recruit {
  margin-top: 157rem;
  padding-bottom: 320rem;
}
@media (max-width: 1024px) {
  .recruit {
    margin-top: 65rem;
    padding-bottom: 254rem;
  }
}
.recruit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1158rem;
}
@media (max-width: 1024px) {
  .recruit_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .section_subtitle {
  margin-top: 35rem;
}
@media (max-width: 1024px) {
  .recruit .section_subtitle {
    margin-top: 0;
    margin-bottom: 13rem;
  }
}
.recruit .section_subtitle::before, .recruit .section_subtitle::after {
  display: none;
}
.recruit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23rem;
}
@media (max-width: 1024px) {
  .recruit_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10rem;
    width: 100%;
  }
}
.recruit_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 888rem;
  height: 102rem;
  border: 1px solid #ccc;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14rem;
}
@media (max-width: 1024px) {
  .recruit_button {
    width: 100%;
    height: 73rem;
    font-size: 11rem;
  }
}
.recruit_caption {
  font-size: 20rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1024px) {
  .recruit_caption {
    font-weight: 400;
    font-size: 10rem;
    -webkit-transform: none;
            transform: none;
  }
}

.copyright {
  font-size: 20rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 1024px) {
  .copyright {
    font-weight: 400;
    font-size: 10rem;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 839px) and (min-width: 684px) {
  .tab_s_none {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 840px) {
  .tab_l_none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}