@charset "UTF-8";

:root {
  --en: futura-pt, sans-serif;
}

html {
  color: #fff;
  background: #000;
  font-family: "M PLUS 1p", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  background-color: #fff;
}

textarea {
  appearance: none;
}

select {
  appearance: none;
}

body {
  cursor: none;
}

input,
textarea,
select,
input[type="submit"],
a {
  cursor: none;
}

#cursor {
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  pointer-events: none;
}

#cursor::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#cursor::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#cursor.is-cover::before,
#cursor.is-cover::after {
  background-color: #33ff00;
}

#stalker {
  position: fixed;
  z-index: 9998;
  transform: translate(-50%, -50%);
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  pointer-events: none;
}

#stalker::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 2px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#stalker::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#stalker.is-cover::before,
#stalker.is-cover::after {
  background-color: #33ff00;
}

.fix-flame {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9000;
  transform: translateZ(9000);
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 90vh;
  width: 90vw;
}

.send-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transform: translateZ(10);
  height: 330px;
  width: 750px;
  background-color: #000;
  font-size: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  display: flex;
  color: #fff;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.send-now.is-sending {
  opacity: 1;
}

.menu {
  display: none;
}

header {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9000;
  transform: translateZ(9000px);
  height: 300px;
  width: 180px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.1s;
}

header .menu-close {
  display: none;
  pointer-events: none;
}

header .nav {
  height: 100%;
  width: 100%;
  transition: 0.8s ease-out;
  transform: translateX(-500px);
}

header .nav.is-slide {
  transform: translateX(0px);
}

header .nav-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 20px;
  width: 100%;
  opacity: 0.5;
}

header .nav-list.is-active {
  opacity: 0.5;
}

header .nav-list.active {
  opacity: 1;
}

header .nav-list.is-flashing {
  opacity: 0.5;
}

header .nav-list .line {
  width: 30px;
  height: 20px;
  position: relative;
  pointer-events: none;
}

header .nav-list .line hr {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
  height: 2px;
  width: 20px;
  background-color: #fff;
}

header .nav-list_link {
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--en);
  width: auto;
  padding-right: 10px;
  height: 20px;
  color: #fff;
  letter-spacing: 0.15em;
}

header .nav-list .nav-arrow {
  opacity: 0;
  height: 20px;
  width: 30px;
  pointer-events: none;
}

header .nav-list .nav-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: auto;
}

header .nav-list.active .nav-arrow {
  height: 20px;
  position: relative;
  width: 30px;
  opacity: 1;
}

header .nav-list.active .nav-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

header .nav-list:hover {
  opacity: 1;
}

header .nav .line-short {
  position: relative;
  height: 20px;
  width: 30px;
  opacity: 0.5;
  pointer-events: none;
}

header .nav .line-short hr {
  height: 2px;
  width: 10px;
  background-color: #fff;
  border: none;
  position: absolute;
  left: 0;
  margin: 0;
}

header .nav .line-short hr:nth-of-type(1) {
  top: 2px;
}

header .nav .line-short hr:nth-of-type(2) {
  top: 12px;
}

header.is-none {
  opacity: 0;
  pointer-events: none;
}

.camera {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9000;
  pointer-events: none;
  height: 90vh;
  width: 90vw;
  transition: transform 0.1s ease-in;
}

.camera.is-scale {
  transform: scale(0.975, 0.975);
}

.camera .flameL-left-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 146px;
  width: 146px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.camera .flameL-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 146px;
  width: 146px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.camera .flameL-right-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 146px;
  width: 146px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.camera .flameL-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 146px;
  width: 146px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.s-camera {
  position: relative;
  height: 90vh;
  width: 90vw;
  opacity: 0;
  transition: 0.8s;
}

.s-camera.is-opacity {
  opacity: 1;
}

.s-camera-box {
  height: 100%;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
}

.s-camera-box .layer {
  pointer-events: none;
}

.s-camera-box .layer:nth-child(1) {
  top: calc(45vh - 108px - 3px - 41px) !important;
  left: calc(45vw - 185px) !important;
  z-index: 9990;
  pointer-events: none;
}

.s-camera-box .layer:nth-child(1) .flameS-left-top {
  height: 41px;
  width: 41px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.s-camera-box .layer:nth-child(2) {
  top: calc(45vh + 108px - 44px) !important;
  left: calc(45vw - 185px) !important;
  z-index: 9990;
  pointer-events: none;
}

.s-camera-box .layer:nth-child(2) .flameS-left-bottom {
  height: 41px;
  width: 41px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.s-camera-box .layer:nth-child(3) {
  top: calc(45vh - 108px - 3px - 41px) !important;
  left: calc(45vw + 185px - 44px) !important;
  z-index: 9990;
  pointer-events: none;
}

.s-camera-box .layer:nth-child(3) .flameS-right-top {
  height: 41px;
  width: 41px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.s-camera-box .layer:nth-child(4) {
  top: calc(45vh + 108px - 44px) !important;
  left: calc(45vw + 185px - 44px) !important;
  z-index: 9990;
  pointer-events: none;
}

.s-camera-box .layer:nth-child(4) .flameS-right-bottom {
  height: 41px;
  width: 41px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.sp-camera {
  position: fixed;
  z-index: -100;
  display: none;
}

.sp-camera .sp-left-top,
.sp-camera .sp-left-bottom,
.sp-camera .sp-right-top,
.sp-camera .sp-right-bottom {
  display: none;
}

.icon-name_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: auto;
  transform: translateY(500px);
  transition: 0.8s ease-out;
}

.icon-name_img.is-slide {
  transform: translateY(0px);
}

.flash {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 8500;
  pointer-events: none;
}

.flash.is-poze {
  animation: flash 10s;
  background-color: #fff;
  opacity: 0;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.flash.is-load-flash {
  animation: flashLoad 30s;
  background-color: #fff;
  opacity: 0;
}

@keyframes flashLoad {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.pint-blur {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 8400;
  pointer-events: none;
}

.pint-blur.is-noBlur {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(15px);
  animation: isBlur 2s;
}

@keyframes isBlur {
  0% {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  100% {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}

body {
  overflow: auto;
}

body.is-hidden {
  overflow: hidden;
}

/**
  メインコンテンツ
*/
.fullPageScroll {
  width: 100%;
  overflow: scroll;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
}

.fullPageScroll .section {
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

.fullPageScroll.loading {
  overflow: hidden;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  main .section-content {
    height: 100vh;
    width: 100vw;
    background-color: #000;
  }
}

@media print, screen and (max-width: 768px) {
  main .section {
    background-color: #000;
  }
}

.content1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.content1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.content1 .hero-img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  width: auto;
  height: 100vh;
  object-fit: cover;

  opacity: 0;
  transition: opacity 1s ease-in;
  transition-delay: 2s;
}

.content1 .hero-img.is-fadein {
  opacity: 1;
}

.content1 .hero-img-sp {
  display: none;
}

.content1 .loading {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 3;
}

.content1 .loading .logo-name {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 1s ease-out;
  transition-delay: 1.5s;
}

.content1 .loading .logo-name.is-posi {
  top: calc(var(--vh, 1vh) * 75);
  pointer-events: none;
}

.section-content .mission {
  height: 372px;
  width: 900px;
  position: relative;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.section-content .mission-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 128px;
}

.section-content .mission-title h2 {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .mission-title h2.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .mission-title span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  letter-spacing: 0.15em;
  backface-visibility: hidden;
  perspective: 1000;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.2s;
}

.section-content .mission-title span.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .mission-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 372px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .mission-text span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.15em;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 0.8s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .mission-text span:nth-of-type(1) {
  transition-delay: 0.4s;
}

.section-content .mission-text span:nth-of-type(2) {
  transition-delay: 0.6s;
}

.section-content .mission-text span:nth-of-type(3) {
  transition-delay: 0.8s;
}

.section-content .mission-text span:nth-of-type(4) {
  transition-delay: 1s;
}

.section-content .mission-text span:nth-of-type(5) {
  transition-delay: 1.2s;
}

.section-content .mission-text span.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .mission-icon {
  position: absolute;
  bottom: 30px;
  left: 10px;
  height: 160px;
  width: 140px;
  overflow: hidden;
  transform: scale(1.3);
}

.section-content .mission-icon .svg-icon {
  width: 140px !important;
  height: 180px !important;
}

.t-caret {
  width: 1px;
  font-size: 10px;
  position: relative;
  background: none;
  color: #000;
}

.t-caret::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.section-content {
  position: relative;
}

.section-content.slide-box {
  overflow: hidden;
  min-height: 500px;
}

.section-content.slide-box .slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 600px;
}

.section-content.slide-box .slider-crew .crew-title {
  margin: auto;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  height: 100px;
  font-family: var(--en);
  color: #fff;
  width: auto;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box .slider-crew .crew-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content.slide-box .slider-crew .swiper-container .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.section-content.slide-box
  .slider-crew
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  pointer-events: auto;
  position: relative;
  width: 252px;
  height: 365px;
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box
  .slider-crew
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 253px;
  height: 365px;
}

.section-content.slide-box
  .slider-crew
  .swiper-container
  .swiper-wrapper
  .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 252px;
  height: 365px;
  z-index: 3;
  backdrop-filter: blur(0px);
}

.section-content.slide-box
  .slider-crew
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover::before {
  animation: isBlur 1s;
}

@keyframes isBlur {
  0% {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  100% {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}

.section-content.slide-box
  .slider-crew
  .swiper-container
  .swiper-wrapper
  .swiper-slide.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content.slide-box .slider-crew .slider-btns {
  position: relative;
  padding-top: 50px;
  height: 60px;
  width: 250px;
  margin: auto;
  display: flex;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.7s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box .slider-crew .slider-btns.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .filter-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  width: 90vw;
  max-width: 1600px;
  pointer-events: none;
  z-index: 100;
  background: #000;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 20%);
}

.section-content .filter-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  width: 90vw;
  max-width: 1600px;
  pointer-events: none;
  z-index: 100;
  background: #000;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 20%);
}

.section-content .outline-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 10vw;
  pointer-events: none;
  z-index: 100;
  background: #000;
  background: linear-gradient(
    270deg,
    black 0%,
    black 0%,
    black 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-content .outline-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 20vw;
  pointer-events: none;
  z-index: 100;
  background: #000;
  background: linear-gradient(
    90deg,
    black 0%,
    black 0%,
    black 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-content {
  position: relative;
}

.section-content.slide-box {
  overflow: hidden;
}

.section-content.slide-box .slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 600px;
}

.section-content.slide-box .slider-ms {
  opacity: 1;
}

.section-content.slide-box .slider-ms .crew-title {
  margin: auto;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  height: 100px;
  font-family: var(--en);
  color: #fff;
  width: auto;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box .slider-ms .crew-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  pointer-events: auto;
  position: relative;
  width: 252px;
  height: 365px;
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 253px;
  height: 365px;
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 252px;
  height: 365px;
  z-index: 3;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

@media print, screen and (max-width: 768px) {
  .section-content.slide-box
    .slider-ms
    .swiper-container
    .swiper-wrapper
    .swiper-slide::before {
    height: 253px;
    width: 174px;
  }
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover::before {
  animation: isBlur 1s;
}

@keyframes isBlur {
  0% {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  100% {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content.slide-box .slider-ms .slider-btns {
  position: relative;
  padding-top: 50px;
  height: 60px;
  width: 250px;
  margin: auto;
  display: flex;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.7s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content.slide-box .slider-ms .slider-btns.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .company {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 777px;
  height: 247px;
  display: flex;
  justify-content: space-between;
}

.section-content .company-title {
  width: 200px;
  height: 51px;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.15em;
  font-family: var(--en);
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .company-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .company-data {
  height: 100%;
  width: 460px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .company-data .data-item {
  margin: 10px 0;
  display: flex;
}

.section-content .company-data .data-item-title {
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  width: 140px;
}

.section-content .company-data .data-item-des {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  width: calc(100% - 150px);
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .company-data .data-item-editor {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  width: calc(100% - 150px);
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .company-data .data-item-editor p {
  margin: 0;
}
.section-content .company-data .data-item-editor small {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  opacity: 0.8;
}

.section-content .company-data.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .links {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 320px;
  width: 770px;
}

.section-content .links-title {
  height: 50px;
  width: 100%;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-family: var(--en);
  margin-bottom: 36px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .links-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .links-items {
  height: calc(100% - 36px - 50px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 0 20px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .links-items .item {
  position: relative;
  width: 176px;
  height: 99px;
  background: #464646;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-content .links-items .item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 252px;
  height: 365px;
  z-index: 3;
  backdrop-filter: blur(0px);
}

.section-content .links-items .item:hover::before {
  animation: isBlur 1s;
}

.section-content .links-items .item img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content .links-items.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.check {
  height: 50px;
  width: 100%;
  display: flex;
}

.check-title {
  height: 30px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.check-title span {
  margin-left: 4px;
  color: red;
}

.check-input {
  display: flex;
  width: calc(100% - 80px);
  margin-left: 10px;
  height: 30px;
}

.check-input-box {
  height: 30px;
  width: 100%;
}

.check-input-box .mwform-radio-field {
  display: inline-block;
  width: 125px;
  height: 30px;
  overflow: hidden;
  backface-visibility: hidden;
}

.check-input-box .mwform-radio-field input[type="radio"] {
  display: none;
}

.check-input-box .mwform-radio-field input[type="radio"]:checked + span::after {
  transform: scale(1);
}

.check-input-box .mwform-radio-field span {
  overflow: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 20px;
}

.check-input-box .mwform-radio-field span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 1px #fff;
}

.check-input-box .mwform-radio-field span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  background-color: red;
  border-radius: 50%;
  transition: 0.2s;
  transform: scale(0);
}

.check-input-box .error {
  position: absolute;
  top: 30px;
  left: 100px;
  height: 20px;
  width: 100%;
  color: red !important;
  font-size: 12px !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
}

.section-content form {
  height: 100vh;
  width: 100%;
}

.section-content .recruit,
.section-content .contact {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px !important;
  width: 752px;
}

.section-content .recruit-title,
.section-content .contact-title {
  height: 50px;
  width: 752px;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-family: var(--en);
  margin-bottom: 58px;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .recruit-title.scrollin,
.section-content .contact-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .recruit-title .required,
.section-content .contact-title .required {
  position: absolute;
  top: 50px;
  right: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
  color: red;
}

.section-content .recruit-title .required span,
.section-content .contact-title .required span {
  color: red;
}

.section-content .recruit-boxes,
.section-content .contact-boxes {
  overflow: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  max-height: 550px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .recruit-boxes .recruit-box,
.section-content .recruit-boxes .contact-box,
.section-content .contact-boxes .recruit-box,
.section-content .contact-boxes .contact-box {
  display: flex;
  height: auto;
  width: 360px;
  margin-bottom: 30px;
}

.section-content .recruit-boxes .recruit-box .label,
.section-content .recruit-boxes .contact-box .label,
.section-content .contact-boxes .recruit-box .label,
.section-content .contact-boxes .contact-box .label {
  height: 30px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .recruit-box .label span,
.section-content .recruit-boxes .contact-box .label span,
.section-content .contact-boxes .recruit-box .label span,
.section-content .contact-boxes .text-box .label span,
.section-content .contact-boxes .contact-box .label span {
  margin-left: 4px;
  color: red;
}

.section-content .recruit-boxes .recruit-box .input,
.section-content .recruit-boxes .contact-box .input,
.section-content .contact-boxes .recruit-box .input,
.section-content .contact-boxes .contact-box .input {
  width: 280px;
  height: 100%;
  position: relative;
}

.section-content .recruit-boxes .recruit-box .input span,
.section-content .recruit-boxes .contact-box .input span,
.section-content .contact-boxes .recruit-box .input span,
.section-content .contact-boxes .contact-box .input span {
  display: inline-block;
  border: none;
  padding: 0 10px;
  height: 100%;
  width: calc(280px - 20px);
  background: none;
  color: #fff;
}

.section-content .recruit-boxes .recruit-box .input input,
.section-content .recruit-boxes .contact-box .input input,
.section-content .contact-boxes .recruit-box .input input,
.section-content .contact-boxes .contact-box .input input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: none;
  padding: 0 10px;
  height: 100%;
  width: calc(280px - 20px);
  border-bottom: solid 1px #646464;
  background: none;
  color: #fff;
}

.section-content .recruit-boxes .recruit-box .input input::placeholder,
.section-content .recruit-boxes .contact-box .input input::placeholder,
.section-content .contact-boxes .recruit-box .input input::placeholder,
.section-content .contact-boxes .contact-box .input input::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .recruit-box .input input.wpcf7c-conf,
.section-content .recruit-boxes .contact-box .input input.wpcf7c-conf,
.section-content .contact-boxes .recruit-box .input input.wpcf7c-conf,
.section-content .contact-boxes .contact-box .input input.wpcf7c-conf {
  background: none;
  border-bottom: none;
}

.section-content
  .recruit-boxes
  .recruit-box
  .input
  input.wpcf7c-conf::placeholder,
.section-content
  .recruit-boxes
  .contact-box
  .input
  input.wpcf7c-conf::placeholder,
.section-content
  .contact-boxes
  .recruit-box
  .input
  input.wpcf7c-conf::placeholder,
.section-content
  .contact-boxes
  .contact-box
  .input
  input.wpcf7c-conf::placeholder {
  opacity: 0;
}

.section-content .recruit-boxes .recruit-box.textarea,
.section-content .recruit-boxes .contact-box.textarea,
.section-content .contact-boxes .recruit-box.textarea,
.section-content .contact-boxes .contact-box.textarea {
  display: flex;
  width: 100%;
}

.section-content .recruit-boxes .recruit-box.textarea .label,
.section-content .recruit-boxes .contact-box.textarea .label,
.section-content .contact-boxes .recruit-box.textarea .label,
.section-content .contact-boxes .contact-box.textarea .label {
  height: 30px;
  padding-top: 10px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .recruit-box.textarea .input,
.section-content .recruit-boxes .contact-box.textarea .input,
.section-content .contact-boxes .recruit-box.textarea .input,
.section-content .contact-boxes .contact-box.textarea .input {
  position: relative;
  width: 280px;
}

.section-content .recruit-boxes .recruit-box.textarea .input span,
.section-content .recruit-boxes .contact-box.textarea .input span,
.section-content .contact-boxes .recruit-box.textarea .input span,
.section-content .contact-boxes .contact-box.textarea .input span {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  color: #fff;
}

.section-content .recruit-boxes .recruit-box.textarea .input textarea,
.section-content .recruit-boxes .contact-box.textarea .input textarea,
.section-content .contact-boxes .recruit-box.textarea .input textarea,
.section-content .contact-boxes .contact-box.textarea .input textarea {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 650px;
  height: 20px;
  max-height: 100px;
  padding: 10px 10px;
  border: none;
  background: none;
  border-bottom: solid 1px #646464;
  resize: none;
  overflow-y: scroll;
  line-height: 25px;
  color: #fff;
}

.section-content
  .recruit-boxes
  .recruit-box.textarea
  .input
  textarea::placeholder,
.section-content
  .recruit-boxes
  .contact-box.textarea
  .input
  textarea::placeholder,
.section-content
  .contact-boxes
  .recruit-box.textarea
  .input
  textarea::placeholder,
.section-content
  .contact-boxes
  .contact-box.textarea
  .input
  textarea::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .text-box,
.section-content .contact-boxes .text-box {
  display: flex;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}

.section-content .recruit-boxes .text-box .label,
.section-content .contact-boxes .text-box .label {
  padding-top: 10px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .text-box .textarea,
.section-content .contact-boxes .text-box .textarea {
  position: relative;
  height: auto;
  width: 280px;
}

.section-content .recruit-boxes .text-box .textarea span,
.section-content .contact-boxes .text-box .textarea span {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  color: #fff;
}

.section-content .recruit-boxes .text-box .textarea textarea,
.section-content .contact-boxes .text-box .textarea textarea {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 650px;
  height: 20px;
  max-height: 100px;
  padding: 10px 10px;
  border: none;
  background: none;
  border-bottom: solid 1px #646464;
  resize: none;
  overflow-y: scroll;
  line-height: 25px;
  color: #fff;
}

.section-content .recruit-boxes .text-box .textarea textarea::placeholder,
.section-content .contact-boxes .text-box .textarea textarea::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.section-content .recruit-boxes .contact-submit,
.section-content .contact-boxes .contact-submit {
  width: 100%;
  height: 29px;
  display: flex;
  margin: auto;
  justify-content: center;
}

.section-content .recruit-boxes .contact-submit input,
.section-content .contact-boxes .contact-submit input {
  width: 79px;
  height: 100%;
  border: none;
  letter-spacing: 0.3em;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  background: none;
  margin: 0 30px;
  transition: opacity 0.3s;
}

.section-content .recruit-boxes .contact-submit input:hover,
.section-content .contact-boxes .contact-submit input:hover {
  opacity: 0.2;
}

.section-content .recruit-boxes.scrollin,
.section-content .contact-boxes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-content .recruit .copy-right,
.section-content .contact .copy-right {
  text-align: center;
  height: 80px;
  width: 100%;
  line-height: 80px;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  z-index: 8000;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section-content .recruit .copy-right.scrollin,
.section-content .contact .copy-right.scrollin {
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
}

.confirm form {
  height: 100vh;
  width: 100%;
}

.confirm .recruit,
.confirm .contact {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 450px !important;
  width: 752px;
}

.confirm .recruit-title,
.confirm .contact-title {
  height: 50px;
  width: 752px;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-family: var(--en);
  margin-bottom: 58px;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.confirm .recruit-title .required,
.confirm .contact-title .required {
  position: absolute;
  top: 50px;
  right: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
  color: red;
}

.confirm .recruit-title .required span,
.confirm .contact-title .required span {
  color: red;
}

.confirm .recruit-title.scrollin,
.confirm .contact-title.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.confirm .recruit-boxes,
.confirm .contact-boxes {
  overflow: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  max-height: 550px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.confirm .recruit-boxes.scrollin,
.confirm .contact-boxes.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.confirm .recruit-boxes .recruit-box,
.confirm .recruit-boxes .contact-box,
.confirm .contact-boxes .recruit-box,
.confirm .contact-boxes .contact-box {
  display: flex;
  height: auto;
  width: 360px;
  margin-bottom: 30px;
}

.confirm .recruit-boxes .recruit-box .label,
.confirm .recruit-boxes .contact-box .label,
.confirm .contact-boxes .recruit-box .label,
.confirm .contact-boxes .contact-box .label {
  height: 30px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .recruit-box .label span,
.confirm .recruit-boxes .contact-box .label span,
.confirm .contact-boxes .recruit-box .label span,
.confirm .contact-boxes .text-box .label span,
.confirm .contact-boxes .contact-box .label span {
  color: red;
}

.confirm .recruit-boxes .recruit-box .input,
.confirm .recruit-boxes .contact-box .input,
.confirm .contact-boxes .recruit-box .input,
.confirm .contact-boxes .contact-box .input {
  width: 270px;
  padding-left: 10px;
  height: 100%;
  position: relative;
}

.confirm .recruit-boxes .recruit-box .input p,
.confirm .recruit-boxes .contact-box .input p,
.confirm .contact-boxes .recruit-box .input p,
.confirm .contact-boxes .contact-box .input p {
  margin: 0;
}

.confirm .recruit-boxes .recruit-box .input p .error,
.confirm .recruit-boxes .contact-box .input p .error,
.confirm .contact-boxes .recruit-box .input p .error,
.confirm .contact-boxes .text-box .input p .error,
.confirm .contact-boxes .contact-box .input p .error {
  position: absolute;
  top: 35px;
  left: 0;
  height: 20px;
  width: 100%;
  color: red;
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
}

.text-box .textarea {
  height: max-content;
}
.text-box .textarea .error {
  position: absolute;
  bottom: -30px;
  left: 10px;
  height: 20px;
  width: 100%;
  color: red !important;
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
}

.confirm .recruit-boxes .recruit-box .input span,
.confirm .recruit-boxes .contact-box .input span,
.confirm .contact-boxes .recruit-box .input span,
.confirm .contact-boxes .contact-box .input span {
  display: inline-block;
  border: none;
  padding: 0 10px;
  height: 100%;
  width: calc(280px - 20px);
  background: none;
  color: #fff;
}

.confirm .recruit-boxes .recruit-box .input input,
.confirm .recruit-boxes .contact-box .input input,
.confirm .contact-boxes .recruit-box .input input,
.confirm .contact-boxes .contact-box .input input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: none;
  padding: 0 10px;
  height: 100%;
  width: calc(280px - 20px);
  border-bottom: solid 1px #646464;
  background: none;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .confirm .recruit-boxes .recruit-box .input input,
  .confirm .recruit-boxes .contact-box .input input,
  .confirm .contact-boxes .recruit-box .input input,
  .confirm .contact-boxes .contact-box .input input {
    width: calc(100% - 20px);
    border-bottom: solid 1px #646464;
    height: 90%;
  }
}

.confirm .recruit-boxes .recruit-box .input input::placeholder,
.confirm .recruit-boxes .contact-box .input input::placeholder,
.confirm .contact-boxes .recruit-box .input input::placeholder,
.confirm .contact-boxes .contact-box .input input::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .text-box,
.confirm .contact-boxes .text-box {
  display: flex;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}

.confirm .recruit-boxes .text-box .label,
.confirm .contact-boxes .text-box .label {
  padding-top: 10px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .text-box .textarea,
.confirm .contact-boxes .text-box .textarea {
  position: relative;
  height: auto;
  width: calc(100% - 10px);
  padding-left: 10px;
}

.confirm .recruit-boxes .text-box .textarea span,
.confirm .contact-boxes .text-box .textarea span {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  color: #fff;
}

.confirm .recruit-boxes .text-box .textarea textarea,
.confirm .contact-boxes .text-box .textarea textarea {
  /* position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  z-index: 0;
  overflow: auto;
  width: 650px;
  height: 20px;
  max-height: 100px;
  padding: 10px 10px;
  border: none;
  background: none;
  border-bottom: solid 1px #646464;
  resize: none;
  overflow-y: scroll;
  line-height: 25px;
  color: #fff;
}

.confirm .recruit-boxes .text-box .textarea textarea::placeholder,
.confirm .contact-boxes .text-box .textarea textarea::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .recruit-box .input .error,
.confirm .contact-boxes .recruit-box .input .error {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 0;
  height: 20px;
  width: 100%;
  color: red;
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.15em;
}

.confirm .recruit-boxes .text-box,
.confirm .contact-boxes .text-box {
  display: flex;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}

.confirm .recruit-boxes .text-box .label,
.confirm .contact-boxes .text-box .label {
  padding-top: 10px;
  width: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .text-box .textarea,
.confirm .contact-boxes .text-box .textarea {
  position: relative;
  height: auto;
  width: 280px;
}

.confirm .recruit-boxes .text-box .textarea span,
.confirm .contact-boxes .text-box .textarea span {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  color: #fff;
}

.confirm .recruit-boxes .text-box .textarea textarea,
.confirm .contact-boxes .text-box .textarea textarea {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 650px;
  height: 20px;
  max-height: 100px;
  padding: 10px 10px;
  border: none;
  background: none;
  border-bottom: solid 1px #646464;
  resize: none;
  overflow-y: scroll;
  line-height: 25px;
  color: #fff;
}

.confirm .recruit-boxes .text-box .textarea textarea::placeholder,
.confirm .contact-boxes .text-box .textarea textarea::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.confirm .recruit-boxes .contact-submit,
.confirm .contact-boxes .contact-submit {
  width: 100%;
  height: 29px;
  display: flex;
  margin: auto;
  justify-content: center;
}

.confirm .recruit-boxes .contact-submit input,
.confirm .contact-boxes .contact-submit input {
  width: 79px;
  height: 100%;
  border: none;
  letter-spacing: 0.3em;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  background: none;
  margin: 0 30px;
  transition: opacity 0.3s;
}

.confirm .recruit-boxes .contact-submit input:hover,
.confirm .contact-boxes .contact-submit input:hover {
  opacity: 0.2;
}

.confirm .recruit .copy-right,
.confirm .contact .copy-right {
  text-align: center;
  height: 100px;
  width: 100%;
  line-height: 100px;
  letter-spacing: 0.15em;
  opacity: 0.2;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  z-index: 8000;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.confirm .recruit .copy-right.scrollin,
.confirm .contact .copy-right.scrollin {
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
}

.thanks {
  height: 500px;
  width: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thanks h1 {
  height: 50px;
  width: 100%;
  font-family: var(--en);
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.thanks h1.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thanks h2 {
  height: 35px;
  width: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.thanks h2.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thanks p {
  height: auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  letter-spacing: 0.15em;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.thanks p.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thanks .home-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.thanks .home-btn.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thanks .home-btn_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.3em;
  transition: opacity 0.3s;
}

.thanks .home-btn_link:hover {
  opacity: 0.2;
}

.thanks .copy-right {
  text-align: center;
  height: 80px;
  width: 100%;
  line-height: 80px;
  letter-spacing: 0.15em;
  opacity: 0.2;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  z-index: 8000;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.thanks .copy-right.scrollin {
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
}

body .modal-ms {
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  z-index: -100 !important;
}

body .modal-ms .modal-content .close-sp-top-btnMs,
body .modal-ms .modal-content .close-sp-top-btn {
  pointer-events: none;
}

body .modal-ms.is-open {
  pointer-events: auto;
  z-index: 8900 !important;
  opacity: 1;
}

body .modal-ms.is-open .modal-content .close-sp-top-btnMs,
body .modal-ms.is-open .modal-content .close-sp-top-btn {
  pointer-events: auto;
}

body .modal-ms.is-open .closeMs-btn-sp,
body .modal-ms.is-open .close-btn-sp {
  display: none;
}

body .modal-crew {
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  z-index: -100 !important;
}

body .modal-crew.is-open {
  pointer-events: auto;
  z-index: 8900 !important;
  opacity: 1;
}

body .modal-crew.is-open .closeMs-btn-sp,
body .modal-crew.is-open .close-btn-sp {
  display: none;
}

body .modal-ms,
body .modal-crew {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  overflow: auto;
  z-index: 9900;
}

body .modal-ms-blur,
body .modal-crew-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  width: 95%;
  background: #fff;
  opacity: 0.2;
}

body .modal-ms .close-sp-top-btnMs,
body .modal-ms .close-sp-top-btn,
body .modal-crew .close-sp-top-btnMs,
body .modal-crew .close-sp-top-btn {
  display: none;
  pointer-events: none;
}

body .modal-ms .modal-content,
body .modal-crew .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  width: 940px;
  z-index: 2;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

body .modal-ms .modal-content .top-section,
body .modal-crew .modal-content .top-section {
  pointer-events: none;
  height: 482px;
  width: 940px;
  margin: auto;
  position: relative;
  margin-top: 135px;
}

body .modal-ms .modal-content .top-section .section-img,
body .modal-crew .modal-content .top-section .section-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: silver;
}

body .modal-ms .modal-content .top-section .section-img img,
body .modal-crew .modal-content .top-section .section-img img {
  height: 100%;
  width: 100%;
}

body .modal-ms .modal-content .top-section .section-data,
body .modal-crew .modal-content .top-section .section-data {
  position: absolute;
  top: 0;
  right: 0;
  width: 527px;
  height: 150px;
  padding-top: 50px;
}

body .modal-ms .modal-content .top-section .section-data .name-jp,
body .modal-crew .modal-content .top-section .section-data .name-jp {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.15em;
}

body .modal-ms .modal-content .top-section .section-data .job,
body .modal-crew .modal-content .top-section .section-data .job {
  padding-top: 23px;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15em;
  font-family: var(--en);
}
body .modal-ms .modal-content .top-section .section-data .job br {
  display: none;
}

body .modal-ms .modal-content .top-section .section-data .name-en,
body .modal-crew .modal-content .top-section .section-data .name-en {
  padding-top: 8px;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.15em;
  font-family: var(--en);
}

body .modal-ms .modal-content .top-section .crew-posi,
body .modal-crew .modal-content .top-section .crew-posi {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 527px;
  height: 230px;
}

body .modal-ms .modal-content .top-section .crew-posi h2,
body .modal-crew .modal-content .top-section .crew-posi h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
}

body .modal-ms .modal-content .top-section .crew-posi p,
body .modal-crew .modal-content .top-section .crew-posi p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
}

body .modal-ms .modal-content .section-middle,
body .modal-crew .modal-content .section-middle {
  pointer-events: none;
  width: 527px;
  order: 3;
  margin-top: 27px;
}

body .modal-ms .modal-content .section-middle .job-des h2,
body .modal-crew .modal-content .section-middle .job-des h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
}

@media print, screen and (max-width: 768px) {
  body .modal-ms .modal-content .section-middle .job-des h2,
  body .modal-crew .modal-content .section-middle .job-des h2 {
    margin-bottom: 20px;
  }
}

body .modal-ms .modal-content .section-middle .job-des p,
body .modal-crew .modal-content .section-middle .job-des p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
}

body .modal-ms .modal-content .section-bottom,
body .modal-crew .modal-content .section-bottom {
  pointer-events: none;
  order: 2;
  width: 320px;
  margin-top: 73px;
  padding-bottom: 100px;
}

body .modal-ms .modal-content .section-bottom .works h2,
body .modal-crew .modal-content .section-bottom .works h2 {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15em;
  font-family: var(--en);
  margin-bottom: 37px;
}

body .modal-ms .modal-content .section-bottom .works-box,
body .modal-crew .modal-content .section-bottom .works-box {
  width: 322px;
  height: max-content;
  margin-bottom: 20px;
}
body .modal-ms .modal-content .section-bottom .works-box img,
body .modal-crew .modal-content .section-bottom .works-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body .modal-ms .modal-content .closeMs-btn-sp,
body .modal-ms .modal-content .close-btn-sp,
body .modal-crew .modal-content .closeMs-btn-sp,
body .modal-crew .modal-content .close-btn-sp {
  display: none;
}

body .modal-ms .closeMs-btn,
body .modal-ms .close-btn,
body .modal-crew .closeMs-btn,
body .modal-crew .close-btn {
  position: fixed;
  top: 0;
  right: 5vw;
  bottom: 0;
  z-index: 9999;
  margin: auto;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  font-family: var(--en);
  width: 61px;
  height: 23px;
  transition: 0.4s;
}

body .modal-ms .closeMs-btn:hover,
body .modal-ms .close-btn:hover,
body .modal-crew .closeMs-btn:hover,
body .modal-crew .close-btn:hover {
  opacity: 0.2;
}

/**
   オートコンプリートのスタイル変更
*/
input:-webkit-autofill {
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
/*# sourceMappingURL=main.css.map */

.swiper-slide::before,
.swiper-slide img {
  pointer-events: none;
}

.u-visuallyHidden {
  pointer-events: none;
  user-select: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.u-noClick {
  pointer-events: none !important;
  user-select: none !important;
}

.ms-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-item__front {
  position: relative;
  z-index: 1;
  width: max-content;
  height: max-content;
}
.ms-item__job {
  color: #fff;
  text-align: center;
  font-family: var(--en);
  font-size: 12px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 1.8px;
}
.ms-item__nameJa {
  margin-top: 7px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
.ms-item__nameEn {
  color: #fff;
  text-align: center;
  font-family: var(--en);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
}
.ms-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.ms-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
