@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #1A1A1A;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

body {
  background: #333;
  margin: 0;
  isolation: isolate;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/Oswald-Bold.ttf) format("truetype");
  font-family: "Oswald";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenDots-Regular.ttf) format("truetype");
  font-family: "Zen Dots";
  font-weight: 400;
  font-display: swap;
}
.c-en {
  font-family: "Oswald", sans-serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
header .c-menu-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
header .c-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
header .c-menu a {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
header .c-menu a .c-en, header .c-menu a .ja {
  display: block;
}
header .c-menu a .c-en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
header .c-menu a .ja {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
header .c-menu a::before {
  background: #fff;
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 901;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-header .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  gap: 20px;
  padding: 20px 40px;
  max-width: 100%;
}
.c-header .inner-block > *:not(.bg) {
  mix-blend-mode: exclusion;
}
.c-header .logo {
  position: relative;
  z-index: 1;
}
.c-header .logo a {
  display: block;
}
.c-header .bg {
  background: rgba(26, 26, 26, 0.8);
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 899;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-header .bg.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-header.is-show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.c-btn-menu {
  display: block;
  border-radius: 100px;
  width: 32px;
  height: 16px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 991;
}
.c-btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 16px;
}
.c-btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}
.c-btn-menu .line,
.c-btn-menu .line:nth-of-type(2)::after {
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.c-btn-menu .line:nth-of-type(3) {
  width: 17px;
  bottom: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.c-btn-menu .line:nth-of-type(2) {
  top: 7px;
}
.c-btn-menu .line:nth-of-type(1) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-btn-menu.is-open {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-btn-menu.is-open .line:nth-of-type(1) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-btn-menu.is-open .line:nth-of-type(2), .c-btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}
.c-btn-menu.is-open .line:nth-of-type(3) {
  opacity: 0;
}

.c-footer {
  background: #1A1A1A;
  position: relative;
  z-index: 2;
}
.c-footer .inner-block {
  padding-bottom: 100px;
}
.c-footer .logo {
  text-align: center;
}
.c-footer .menu-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(95px, 6.7857142857vw);
}
.c-footer .menu-list a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.c-footer .copylight {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.pagetop {
  position: fixed;
  bottom: min(20px, 1.4285714286vw);
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 90;
}
.pagetop a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding-left: 24px;
}
.pagetop a::before {
  background: #fff;
  -webkit-mask: url(../img/home/ico-arrow.svg) no-repeat center center/contain;
          mask: url(../img/home/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-ttl01 .ja-wrap, .c-ttl01 .en-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-ttl01 .ja.front, .c-ttl01 .en.front {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.2s ease-in-out;
  transition: opacity 0.5s 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.c-ttl01 .ja.back, .c-ttl01 .en.back {
  color: #007FC3 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.2s ease-in-out;
  transition: opacity 0.5s 0.2s ease-in-out;
}
.c-ttl01 .ja {
  color: #E2E2E2;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
  padding-left: 24px;
}
.c-ttl01 .ja::before {
  background: #007FC3;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  margin: auto;
}
.c-ttl01 .ja.back::before {
  content: none;
}
.c-ttl01 .en {
  color: #E2E2E2;
  display: block;
  font-size: min(68px, 4.8571428571vw);
  font-family: manifold-extd-cf, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 12px;
  left: -5px;
}
.c-ttl01.black .ja, .c-ttl01.black .en {
  color: #1A1A1A;
}

.c-ttl02 {
  color: #E2E2E2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
  position: relative;
  padding-left: 24px;
}
.c-ttl02::before {
  content: "";
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #007FC3;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 12px;
}

.c-btn01 {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: -0.05em;
  overflow: hidden;
}
.c-btn01::before {
  background: #fff;
  content: "";
  height: 102%;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1%;
  margin: auto;
}
.c-btn01 .inn {
  position: relative;
  z-index: 2;
}

.c-btn02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #007FC3;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px 20px 10px;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  text-align: left;
  letter-spacing: -0.05em;
}
.c-btn02 .inn {
  position: relative;
  width: 100%;
}
.c-btn02 .inn::before {
  background: #fff;
  content: "";
  height: 18px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-btn02 .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.c-btn02.black::before {
  background: #1A1A1A;
}
.c-btn02.white::before {
  background: #fff;
}
.c-btn02.coming-soon {
  background: #838383;
  pointer-events: none;
}
.c-btn02::before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn03 {
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  padding: 18px 20px 18px;
  position: relative;
  overflow: hidden;
  margin-top: min(40px, 2.8571428571vw);
  width: 100%;
}
.c-btn03.gray::before {
  background: #E2E2E2;
}
.c-btn03.white {
  border-color: #fff;
}
.c-btn03.white::before {
  background: #fff;
}
.c-btn03::before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn03.is-inactive {
  pointer-events: none;
  opacity: 0.5;
}
.c-btn03 .inn {
  position: relative;
  width: 100%;
}

.is-exclusion {
  mix-blend-mode: exclusion;
  -webkit-transition: mix-blend-mode 0s;
  transition: mix-blend-mode 0s;
}

.c-txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.c-txt + .c-txt {
  margin-top: min(38px, 2.7142857143vw);
}

.anim-slide {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  white-space: nowrap;
  -webkit-transition: -webkit-clip-path 0.5s 0.1s ease-out;
  transition: -webkit-clip-path 0.5s 0.1s ease-out;
  transition: clip-path 0.5s 0.1s ease-out;
  transition: clip-path 0.5s 0.1s ease-out, -webkit-clip-path 0.5s 0.1s ease-out;
}
.anim-slide.is-animated {
  -webkit-animation: slide-in 2s ease-out forwards;
          animation: slide-in 2s ease-out forwards;
}
.anim-slide.is-animated .ja.front, .anim-slide.is-animated .en.front {
  -webkit-animation: to-visible 0.5s ease-in-out forwards;
          animation: to-visible 0.5s ease-in-out forwards;
}
.anim-slide.is-animated .ja.back, .anim-slide.is-animated .en.back {
  -webkit-animation: to-black 0.5s ease-in-out forwards;
          animation: to-black 0.5s ease-in-out forwards;
}

/* 左からスライドイン */
@-webkit-keyframes slide-in {
  from {
    -webkit-clip-path: inset(0 105% 0 0);
            clip-path: inset(0 105% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes slide-in {
  from {
    -webkit-clip-path: inset(0 105% 0 0);
            clip-path: inset(0 105% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
/* 青色一瞬表示 */
@-webkit-keyframes to-black {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to-black {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes to-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes to-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  background: #1A1A1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}

.anim-fade {
  opacity: 0;
}
.anim-fade.is-animated {
  -webkit-animation: fade 0.8s ease-in-out forwards;
          animation: fade 0.8s ease-in-out forwards;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.is-animated {
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
          animation: fadeIn 0.8s ease-in-out forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .movie-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 16/9;
  height: 100vh;
  overflow: hidden;
}
.home .movie-wrap video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .movie-wrap::before {
  background: rgba(26, 26, 26, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.home .movie-wrap.is-active::before {
  opacity: 1;
}
.home .movie-controller {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.home .movie-controller .controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(20px, 1.4285714286vw);
}
.home .movie-controller .ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.home .movie-controller .sound-btn-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(20px, 1.4285714286vw);
}
.home .movie-controller .sound-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  letter-spacing: -0.05em;
  line-height: 1;
}
.home .movie-controller .c-btn01 {
  background: #fff;
  color: #1A1A1A;
  max-width: 197px;
  font-size: min(12px, 3.0769230769vw);
  padding: 7px min(15px, 3.8461538462vw);
}
.home .movie-controller.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.home .mv-section {
  overflow-x: hidden;
}
.home .mv-section .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: min(105px, 7.5vw);
  min-height: 100dvh;
  max-width: 1480px;
}
.home .mv-section .logo {
  text-align: right;
  margin-top: auto;
  margin-bottom: min(22px, 1.5714285714vw);
}
.home .mv-section .mv-txt-splide {
  margin: 0 calc(50% - 50vw);
}
.home .mv-section .anim-fade.is-animated {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home .message-section {
  position: relative;
}
.home .message-section::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home .message-section .inner-block {
  padding-top: min(497px, 35.5vw);
  padding-bottom: min(164px, 11.7142857143vw);
  z-index: 2;
}
.home .message-section .message-ttl {
  color: #E2E2E2;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: min(75px, 5.3571428571vw) 0 min(65px, 4.6428571429vw);
}
.home .message-section .c-txt {
  color: #E2E2E2;
}
.home .message-section .c-anchor {
  position: relative;
  top: -200px;
}
.home .recruit-section {
  background: #E2E2E2;
  position: relative;
  z-index: 2;
}
.home .recruit-section .inner-block {
  padding-top: 160px;
  padding-bottom: 160px;
}
.home .recruit-section .right-txt {
  font-size: 14px;
  text-align: right;
  margin-top: min(63px, 4.5vw);
  margin-bottom: 10px;
}
.home .recruit-section .recruit-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home .recruit-section .recruit-list-wrap .item {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
}
.home .recruit-section .recruit-list-wrap .item.is-hidden {
  display: none;
  opacity: 0;
}
.home .recruit-section .recruit-list-wrap .item.is-show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease; /* フェードイン用のスタイル */
}
.home .recruit-section .recruit-list-wrap .txt-wrap {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .recruit-section .recruit-list-wrap .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.home .recruit-section .recruit-list-wrap .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
.home .recruit-section .recruit-list-wrap .access {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding-left: 24px;
  position: relative;
}
.home .recruit-section .recruit-list-wrap .access::before {
  background: url(../img/home/ico-access.svg) no-repeat center center/contain;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .recruit-section .recruit-list-wrap .c-btn02 {
  margin-top: min(29px, 2.0714285714vw);
}
.home .company-section {
  background: #1A1A1A;
  position: relative;
  z-index: 2;
}
.home .company-section .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .company-section .parallax-bg .bg {
  background: url(../img/home/map.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  height: min(726px, 51.8571428571vw);
  width: min(726px, 101.3966480447vw);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.home .company-section .inner-block {
  padding-top: 160px;
  padding-bottom: 160px;
}
.home .company-section .company-area {
  margin-top: min(77px, 5.5vw);
}
.home .company-section .company-area .wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(85px, 6.0714285714vw);
}
.home .company-section .company-area .wrap + .wrap {
  margin-top: min(105px, 7.5vw);
}
.home .company-section .company-area .wrap .company-list li:last-child a {
  border-bottom: 1px dashed #838383;
}
.home .company-section .company-area .wrap a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #838383;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: min(24px, 1.7142857143vw) min(20px, 1.4285714286vw);
}
.home .company-section .company-area .wrap a.coming-soon {
  pointer-events: none;
}
.home .company-section .company-area .c-ttl02 {
  min-width: 196px;
}
.home .company-section .company-area .name {
  color: #fff;
  display: block;
  letter-spacing: -0.05em;
}
.home .company-section .company-area .access {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.home .company-section .company-area .c-btn02 {
  font-size: 14px;
}
.home .company-section .c-btn03 {
  margin-top: min(65px, 4.6428571429vw);
}
.home .related-section {
  background: #1A1A1A;
  position: relative;
  z-index: 2;
}
.home .related-section .inner-block {
  padding-bottom: 160px;
}
.home .related-section .l-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(100px, 7.1428571429vw);
  margin-top: min(66px, 4.7142857143vw);
}
.home .related-section .l-grid .img {
  max-width: min(662px, 47.2857142857vw);
}
.home .related-section .l-grid .ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
.home .related-section .l-grid .txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: 60px;
}
.home .related-section .l-grid .c-btn03 {
  max-width: 200px;
  padding: 9px 20px 9px;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 14px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    padding: 20px;
  }
  .c-footer .logo img {
    max-width: 230px;
  }
  .c-footer .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-top: 60px;
  }
  .c-footer .copylight {
    margin-top: 20px;
  }
  .pagetop {
    bottom: 0;
    left: 0;
    position: relative;
    z-index: 101;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-left: auto;
  }
  .pagetop a::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .c-ttl01 .ja {
    font-size: 14px;
  }
  .c-ttl01 .en {
    font-size: min(50px, 12.8205128205vw);
    margin-top: 5px;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .c-btn02 {
    font-size: 14px;
    padding: 10px 20px 10px;
  }
  .c-btn03 {
    font-size: 14px;
    padding: 16px 20px 15px;
    margin-top: min(20px, 5.1282051282vw);
  }
  .c-txt {
    font-size: 16px;
  }
  .c-txt + .c-txt {
    margin-top: min(28px, 7.1794871795vw);
  }
  .home .movie-wrap {
    aspect-ratio: 9/16;
  }
  .home .movie-wrap video {
    width: 100%;
  }
  .home .movie-controller {
    background: #1A1A1A;
    gap: 10px;
    bottom: 0;
    right: 0;
    padding: min(15px, 3.8461538462vw) min(20px, 5.1282051282vw) min(18px, 4.6153846154vw);
    width: 100%;
    z-index: 100;
    mix-blend-mode: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .movie-controller .controller {
    gap: min(10px, 2.5641025641vw);
  }
  .home .movie-controller .ttl {
    font-size: min(12px, 3.0769230769vw);
  }
  .home .movie-controller .sound-btn-wrap {
    gap: min(15px, 3.8461538462vw);
  }
  .home .movie-controller .sound-btn {
    font-size: min(12px, 3.0769230769vw);
    gap: 4px;
  }
  .home .movie-controller .sound-btn svg {
    height: min(16px, 4.1025641026vw);
    width: min(16px, 4.1025641026vw);
  }
  .home .movie-controller .pagetop {
    grid-area: 1/2/2/3;
  }
  .home .mv-section .inner-block {
    min-height: 100vh;
    padding: min(507px, 130vw) min(13px, 3.3333333333vw) min(50px, 12.8205128205vw);
  }
  .home .mv-section .logo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: min(230px, 58.9743589744vw);
    text-align: center;
  }
  .home .mv-section .logo.anim-fade.is-animated {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .home .mv-section .logo img {
    max-height: min(148px, 37.9487179487vw);
  }
  .home .mv-section .mv-txt-splide {
    margin-top: min(3px, 0.7692307692vw);
  }
  .home .mv-section .mv-txt-splide img {
    max-height: 90px;
  }
  .home .message-section .inner-block {
    padding-top: min(97px, 24.8717948718vw);
    padding-bottom: min(100px, 25.641025641vw);
  }
  .home .message-section .message-ttl {
    font-size: min(24px, 6.1538461538vw);
    margin: min(77px, 19.7435897436vw) 0 min(60px, 15.3846153846vw);
  }
  .home .recruit-section .inner-block {
    padding: min(100px, 25.641025641vw) 20px min(100px, 25.641025641vw);
  }
  .home .recruit-section .right-txt {
    font-size: 12px;
    margin-top: min(50px, 12.8205128205vw);
  }
  .home .recruit-section .recruit-list-wrap {
    grid-template-columns: 1fr;
  }
  .home .recruit-section .recruit-list-wrap .img {
    max-height: 125px;
    overflow: hidden;
    text-align: center;
  }
  .home .recruit-section .recruit-list-wrap .img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .home .recruit-section .recruit-list-wrap .ttl {
    font-size: 18px;
  }
  .home .recruit-section .recruit-list-wrap .txt {
    margin-bottom: 10px;
  }
  .home .recruit-section .recruit-list-wrap .c-btn02 {
    margin-top: 20px;
  }
  .home .company-section .parallax-bg .bg {
    height: min(396px, 101.5384615385vw);
    width: min(390px, 100vw);
    margin-top: min(135px, 34.6153846154vw);
  }
  .home .company-section .c-ttl01 .en {
    line-height: 1;
  }
  .home .company-section .inner-block {
    padding: min(100px, 25.641025641vw) 20px min(100px, 25.641025641vw);
  }
  .home .company-section .company-area {
    margin-top: 80px;
  }
  .home .company-section .company-area .wrap + .wrap {
    margin-top: min(40px, 10.2564102564vw);
  }
  .home .company-section .company-area .wrap a {
    grid-template-columns: 1fr;
    padding: 20px 22px;
  }
  .home .company-section .company-area .c-ttl02 {
    min-width: auto;
  }
  .home .company-section .company-area .name {
    margin-bottom: 10px;
  }
  .home .company-section .company-area .access {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .home .company-section .c-btn03 {
    margin-top: 20px;
  }
  .home .related-section .inner-block {
    padding-bottom: min(100px, 25.641025641vw);
  }
  .home .related-section .l-grid .ttl {
    font-size: 18px;
  }
  .home .related-section .l-grid .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .home .related-section .l-grid .c-btn03 {
    max-width: 100%;
    padding: 10px 20px 9px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .home .company-section .company-area .wrap a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .home .company-section .company-area .wrap a:hover .c-btn02 {
    color: #1A1A1A;
  }
  .home .company-section .company-area .wrap a:hover .c-btn02::before {
    width: 102%;
  }
  .home .company-section .company-area .wrap a:hover .c-btn02 .inn::before {
    background: #1A1A1A;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .home .company-section .company-area .name {
    min-width: 200px;
    margin-right: 20px;
  }
  .home .company-section .company-area .access {
    margin-right: 20px;
  }
}
@media screen and (width < 1101px) {
  header .c-menu-area {
    background: rgba(0, 0, 0, 0.8);
    -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;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    isolation: isolate;
    mix-blend-mode: normal;
    padding: 293px 20px 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  header .c-menu-area.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  header .c-menu {
    -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;
  }
  header .c-menu a {
    color: #E2E2E2;
    text-align: left;
  }
  header .c-menu a .c-en {
    font-size: 42px;
    font-family: manifold-extd-cf, sans-serif;
    font-weight: 800;
  }
  header .c-menu a .ja {
    font-size: 14px;
  }
  .c-header .logo img {
    max-height: 50px;
  }
  .c-header .logo.last {
    display: none;
  }
  .c-header .c-btn01 {
    background: #fff;
    color: #1A1A1A;
    width: 100%;
  }
}
@media screen and (width < 1101px) and (width < 768px) {
  header .c-menu-area {
    max-width: 300px;
  }
}
@media screen and (1102px <= width) and (any-hover: hover) {
  header .c-menu a:hover::before {
    width: 30px;
  }
}
@media screen and (1102px <= width) {
  .c-btn-menu {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-footer .menu-list a:hover {
    color: #007FC3;
  }
  .pagetop a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .c-btn01:hover {
    color: #1A1A1A;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .c-btn01:hover::before {
    width: 102%;
  }
  .c-btn02.white:hover {
    color: #1A1A1A;
  }
  .c-btn02.white:hover .inn::before {
    background: #1A1A1A;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .c-btn02:hover::before {
    width: 102%;
  }
  .c-btn03:hover {
    color: #1A1A1A;
  }
  .c-btn03:hover::before {
    width: 102%;
  }
  .home .movie-controller .sound-btn:hover {
    opacity: 0.6;
  }
  .home .recruit-section .recruit-list-wrap .item:hover .c-btn02::before {
    width: 102%;
  }
}
@media screen and (768px <= width) and (width < 1100px) {
  .pagetop {
    left: max(-20px, -1.8181818182vw);
  }
}
@media screen and (768px <= width) and (width < 1200px) {
  .home .recruit-section .recruit-list-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (768px <= width) and (width < 1200px) and (width < 850px) {
  .home .recruit-section .recruit-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 1100px) {
  .home .company-section .company-area .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home .related-section .l-grid .img {
    max-width: min(400px, 36.3636363636vw);
  }
}
@media screen and (width < 900px) {
  .home .related-section .l-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (width < 1100px) and (width < 900px) {
  .home .related-section .l-grid .img {
    max-width: 100%;
  }
}