@charset "UTF-8";
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;
}

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

.s-camera {
  display: none;
}

.menu {
  position: fixed;
  z-index: 8800;
  top: 3vh;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 100px;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  font-family: futura-pt, sans-serif;
  pointer-events: auto;
  text-align: center;
  opacity: 1;
  transition: 0.1s;
  cursor: pointer;
}

.menu:hover {
  opacity: 0.2;
}

body {
  cursor: unset;
  overflow: auto;
}

body header {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transform: translateY(-150vh);
  z-index: -100;
  transition: 0.4s;
}

body header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.2;
  pointer-events: none;
}

body header .menu-close {
  position: absolute;
  top: 2.5vh;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 100px;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  font-family: futura-pt, sans-serif;
  pointer-events: auto;
  letter-spacing: 0.15em;
  text-align: center;
}

body header .nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 350px;
  width: 200px;
}

body header .nav-list {
  height: 50px;
  width: 100%;
  transition: 0.3s;
}

body header .nav-list_link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  letter-spacing: 0.3em;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  transition-delay: 0.4s;
  text-align: center;
}

body header .nav-list_link.link1 {
  transition-delay: 0.4s;
}

body header .nav-list_link.link2 {
  transition-delay: 0.5s;
}

body header .nav-list_link.link3 {
  transition-delay: 0.6s;
}

body header .nav-list_link.link4 {
  transition-delay: 0.7s;
}

body header .nav-list_link.link5 {
  transition-delay: 0.8s;
}

body header .nav-list_link.link6 {
  transition-delay: 0.9s;
}

body header .nav-list_link.link7 {
  transition-delay: 1s;
}

body header .nav-list_link.link8 {
  transition-delay: 1.1s;
}

body header .nav-list .line,
body header .nav-list .nav-arrow {
  display: none;
  opacity: 0;
}

body header .nav-list:hover {
  opacity: 0.2;
}

body header .nav .line-short {
  display: none;
  opacity: 0;
}

body.is-menuOpne {
  overflow: hidden;
}

body.is-menuOpne header {
  transform: translateY(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8900;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

body.is-menuOpne header .nav-list_link {
  opacity: 1;
  transform: translateY(0px);
}

.flameL-left-top,
.flameL-left-bottom,
.flameL-right-top,
.flameL-right-bottom {
  position: fixed;
  z-index: 9000;
  height: 65px;
  width: 65px;
}

.flameL-left-top {
  top: 3vh;
  left: 3vw;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.flameL-left-bottom {
  left: 3vw;
  bottom: 3vh;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.flameL-right-top {
  top: 3vh;
  right: 3vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.flameL-right-bottom {
  right: 3vw;
  bottom: 3vh;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sp-left-top,
.sp-left-bottom,
.sp-right-top,
.sp-right-bottom {
  position: fixed;
  z-index: 9000;
  height: 18px;
  width: 18px;
}

.sp-left-top {
  top: calc(50% - 80px);
  left: calc(50% - 50px);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.sp-left-bottom {
  top: calc(50% + 60px);
  left: calc(50% - 50px);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.sp-right-top {
  top: calc(50% - 80px);
  right: calc(50% - 50px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sp-right-bottom {
  top: calc(50% + 60px);
  right: calc(50% - 50px);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.icon-name_img {
  position: fixed;
  bottom: 3vh;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: auto;
  width: 120px;
  z-index: 9000;
  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;
}

body.is-hidden .menu {
  opacity: 0;
  pointer-events: none;
}

/**
  メインコンテンツ
*/
.fullPageScroll {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

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

main .section {
  background-color: #000;
}

.section1 {
  height: 100vh;
  width: 100vw;
}

.section1 .content1 {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  overflow: hidden;
}

.section1 .content1 .hero-img {
  display: none;
  pointer-events: none;
  z-index: -100;
}

.section1 .content1 .hero-img-sp {
  position: relative;
  top: calc(50% + 0vw);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100vw;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in;
  transition-delay: 2s;
}

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

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

.section1 .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;
}

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

.section2 {
  height: max-content;
  /* height: 1200px !important; */
  width: 100vw;
}

.section2 .content2 {
  height: 100%;
  width: 100vw;
}

.section2 .content2 .mission {
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  overflow: hidden;
  height: 1200px;
  margin: auto;
}

.section2 .content2 .mission-title {
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  height: 150px;
  padding-top: 50px;
  margin: auto;
  margin-bottom: 20px;
}

.section2 .content2 .mission-title h2 {
  display: block;
  font-family: futura-pt, sans-serif;
  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;
  margin-bottom: 20px;
}

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

.section2 .content2 .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;
}

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

.section2 .content2 .mission-text {
  width: 600px;
  height: 372px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  font-family: noto-sans-cjk-jp, sans-serif;
  height: 700px;
  margin: auto;
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
}

.section2 .content2 .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;
}

.section2 .content2 .mission-text span:nth-of-type(1) {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section2 .content2 .mission-text span:nth-of-type(1).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section2 .content2 .mission-text span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.6s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section2 .content2 .mission-text span:nth-of-type(2).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section2 .content2 .mission-text span:nth-of-type(3) {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.8s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section2 .content2 .mission-text span:nth-of-type(3).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section2 .content2 .mission-text span:nth-of-type(4) {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 1s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section2 .content2 .mission-text span:nth-of-type(4).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section2 .content2 .mission-text span:nth-of-type(5) {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 1.2s;
  backface-visibility: hidden;
  perspective: 1000;
}

.section2 .content2 .mission-text span:nth-of-type(5).scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section2 .content2 .mission-icon {
  height: 160px;
  width: 140px;
  overflow: hidden;
  transform: scale(1.3);
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.section2 .content2 .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;
}

.section3 {
  /* height: 650px; */
  width: 100vw;
  height: max-content;
  margin-top: 204px;
}

.section3 .content3 {
  height: 100%;
  width: 100vw;
  position: relative;
}

.section3 .content3.slide-box {
  overflow: hidden;
}

.section3 .content3.slide-box .slider {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  position: relative;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

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

.section3 .content3.slide-box .slider-crew .crew-title.ms-title {
  font-size: 30px;
}

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

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

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

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

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

.section3
  .content3.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);
  }
}

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

.section3 .content3.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;
}

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

.section3 .content3 .filter-right,
.section3 .content3 .filter-left,
.section3 .content3 .outline-right,
.section3 .content3 .outline-left {
  display: none;
}

.section4 {
  /* height: 650px; */
  margin-top: 204px;
  height: max-content;
  width: 100vw;
}

.section4 .content4 {
  height: 100%;
  width: 100vw;
}

.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%); */
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: max-content;
  width: 1100px;
}

.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;
  font-family: futura-pt, sans-serif;
  color: #fff;
  width: auto;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100%;
  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.ms-title {
  font-size: 30px;
}

.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;
  margin: 0;
  height: 253px;
  width: 174px;
  cursor: pointer;
  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;
  height: 253px;
  width: 174px;
  margin: auto;
}

.section-content.slide-box
  .slider-ms
  .swiper-container
  .swiper-wrapper
  .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  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);
}

.section5 {
  /* height: 800px; */
  width: 100vw;
  height: max-content;
  margin-top: 204px;
}

.section5 .content5 {
  height: 100%;
  width: 100vw;
}

.section5 .content5 .company {
  display: flex;
  justify-content: space-between;
  display: block;
  height: 100%;
  overflow: hidden;
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  margin: auto;
}

.section5 .content5 .company-title {
  width: 200px;
  height: 51px;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

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

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

.section5 .content5 .company-data .data-item {
  display: flex;
  display: block;
  margin: 15px 0;
}

.section5 .content5 .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: 100%;
}

.section5 .content5 .company-data .data-item-title.other-title {
  display: none;
}

.section5 .content5 .company-data .data-item-des {
  height: 30px;
  display: inline-block;
  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: 100%;
}

.section5 .content5 .company-data .data-item-editor {
  height: 30px;
  display: inline-block;
  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: 100%;
}

.section-content .company-data .data-item-editor p {
  margin: 0;
}

.section5 .content5 .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;
}

.section5 .content5 .company-data .data-item-des span {
  display: inline-block;
  width: 100%;
}

.section5 .content5 .company-data .data-item-des.other-item {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  opacity: 0.8;
}

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

.section6 {
  /* height: 500px; */
  height: max-content;
  width: 100vw;
  margin-top: 204px;
}

.section6 .content6 {
  height: 100%;
  width: 100vw;
}

.section-content .links {
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  overflow: hidden;
  /* height: 300px; */
  height: max-content;
  margin: auto;
}

.section-content .links-title {
  height: 50px;
  width: 100%;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  margin-top: 50px;
  margin-bottom: 52px;
  padding: 0 10px;
  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%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  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 {
  background: #464646;
  margin-bottom: 20px;
  width: 80px;
  height: 45px;
  margin: 0 10px 20px 10px;
}
.section-content .links-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.section7 {
  height: 700px !important;
  width: 100vw;
}

.section7 .content7 {
  height: 100%;
  width: 100vw;
}

.section8 {
  height: max-content;
  margin-top: 204px;
  /* height: 1050px !important; */
  width: 100vw;
}

.section8 .content8 {
  height: 100%;
  width: 100vw;
}

.recruit,
.contact {
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  overflow: hidden;
  height: 100%;
  margin: auto;
}

.recruit-title,
.contact-title {
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  position: relative;
  margin-bottom: 35px;
  height: 100px;
  line-height: 150px;
  width: 100%;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.1s;
  backface-visibility: hidden;
  perspective: 1000;
}

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

.recruit-title .required,
.contact-title .required {
  position: absolute;
  top: 30px;
  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;
}

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

.recruit-boxes,
.contact-boxes {
  height: auto;
  display: flex;
  justify-content: center;
  display: block;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s;
  transition-delay: 0.4s;
  backface-visibility: hidden;
  perspective: 1000;
}

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

.recruit-boxes .recruit-box.contact-box-space,
.recruit-boxes .contact-box.contact-box-space,
.contact-boxes .recruit-box.contact-box-space,
.contact-boxes .contact-box.contact-box-space {
  display: none;
}

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

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

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

.recruit-boxes .recruit-box .input span,
.recruit-boxes .contact-box .input span,
.contact-boxes .recruit-box .input span,
.contact-boxes .contact-box .input span {
  display: inline-block;
  border: none;
  height: 100%;
  background: none;
  color: #fff;
  width: 100%;
  padding: 0;
}

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

.recruit-boxes .recruit-box .input input::placeholder,
.recruit-boxes .contact-box .input input::placeholder,
.contact-boxes .recruit-box .input input::placeholder,
.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;
}

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

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

.recruit-boxes .recruit-box.textarea,
.recruit-boxes .contact-box.textarea,
.contact-boxes .recruit-box.textarea,
.contact-boxes .contact-box.textarea {
  display: flex;
  width: 100%;
  display: block;
  height: auto;
}

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

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

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

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

.recruit-boxes .recruit-box.textarea .input textarea::placeholder,
.recruit-boxes .contact-box.textarea .input textarea::placeholder,
.contact-boxes .recruit-box.textarea .input textarea::placeholder,
.contact-boxes .contact-box.textarea .input textarea::placeholder {
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

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

.recruit-boxes .text-box .label,
.contact-boxes .text-box .label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
  width: 100%;
  /* height: 30px; */
  height: max-content;
  padding: 0;
}

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

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

.recruit-boxes .text-box .textarea textarea,
.contact-boxes .text-box .textarea textarea {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  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;
  width: 100%;
  height: 35px;
  max-height: 100px;
}

.recruit-boxes .text-box .textarea textarea::placeholder,
.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;
  line-height: 20px;
}

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

.recruit-boxes .contact-submit input,
.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;
}

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

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

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

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

.check {
  height: 100px;
  width: 100%;
}

.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: 100%;
  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);
}

.text-box .textarea {
  height: max-content;
}
.check-input-box .error {
  position: absolute;
  top: 60px;
  left: 0px;
  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;
}

.confirm {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  height: 100%;
  width: 100%;
}

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

.confirm .recruit,
.confirm .contact {
  max-width: 375px;
  min-width: 280px;
  width: 80vw;
  height: 100%;
  overflow: auto;
  margin: auto;
  padding-bottom: 100px;
}

.confirm .recruit-title,
.confirm .contact-title {
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  height: 100px;
  line-height: 150px;
  width: 100%;
  text-align: left;
  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: 30px;
  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 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  display: block;
  width: 100%;
  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;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.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.contact-box-space,
.confirm .recruit-boxes .contact-box.contact-box-space,
.confirm .contact-boxes .recruit-box.contact-box-space,
.confirm .contact-boxes .contact-box.contact-box-space {
  display: none;
}

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

.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 {
  position: relative;
  width: 100%;
  height: 30px;
}

.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;
}

.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;
  height: 100%;
  background: none;
  color: #fff;
  width: 100%;
  padding: 0;
}

.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;
  background: none;
  color: #fff;
  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 .recruit-box.textarea,
.confirm .recruit-boxes .contact-box.textarea,
.confirm .contact-boxes .recruit-box.textarea,
.confirm .contact-boxes .contact-box.textarea {
  display: flex;
  width: 100%;
  display: block;
  height: auto;
}

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

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

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

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

.confirm .recruit-boxes .recruit-box.textarea .input textarea::placeholder,
.confirm .recruit-boxes .contact-box.textarea .input textarea::placeholder,
.confirm .contact-boxes .recruit-box.textarea .input textarea::placeholder,
.confirm .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;
  line-height: 20px;
}

.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: 100px;
  display: block;
}

.confirm .recruit-boxes .text-box .label,
.confirm .contact-boxes .text-box .label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  font-family: noto-sans-cjk-jp, sans-serif;
  width: 100%;
  /* height: 30px; */
  height: max-content;
  padding: 0;
}

.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; */
  position: relative;
  z-index: 0;
  overflow: auto;
  padding: 10px;
  border: none;
  background: none;
  border-bottom: solid 1px #646464;
  resize: none;
  overflow-y: scroll;
  line-height: 25px;
  color: #fff;
  width: 100%;
  height: 35px;
  max-height: 100px;
}

.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;
  line-height: 20px;
}

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

.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;
}

.thanks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc(var(--vh, 1vh) * 80);
  width: 80%;
  min-width: 280px;
  z-index: 1;
}

.thanks h1 {
  height: 50px;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  text-align: left;
  margin-bottom: 35px;
  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 {
  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;
  text-align: left;
  height: 60px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: opacity 0.8s, transform 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 {
  height: 100px;
  width: 100%;
  margin: auto;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  opacity: 0.2;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  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 {
  pointer-events: auto;
  z-index: -1000;
}

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 {
  pointer-events: auto;
  z-index: -1000;
}

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%);
  background: #fff;
  opacity: 0.2;
  height: 100vh;
  width: 100vw;
}

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 {
  position: fixed;
  top: 3%;
  left: 0%;
  right: 0;
  z-index: 10;
  margin: auto;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  text-align: center;
}

body .modal-ms .modal-content,
body .modal-crew .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

body .modal-ms .modal-content .top-section,
body .modal-crew .modal-content .top-section {
  pointer-events: none;
  width: 80%;
  height: auto;
  max-width: 375px;
  min-width: 280px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: auto;
  margin-top: 60px;
}

body .modal-ms .modal-content .top-section .section-img,
body .modal-crew .modal-content .top-section .section-img {
  width: 130px;
  height: 193px;
}

body .modal-ms .modal-content .top-section .section-img img,
body .modal-crew .modal-content .top-section .section-img img {
  width: 130px;
  height: 193px;
}

body .modal-ms .modal-content .top-section .section-data,
body .modal-crew .modal-content .top-section .section-data {
  width: 130px;
  height: 193px;
  position: relative;
  margin: auto;
}

body .modal-ms .modal-content .top-section .section-data .name-jp,
body .modal-crew .modal-content .top-section .section-data .name-jp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.15em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

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;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  padding-top: 0;
  position: absolute;
  bottom: 28px;
  left: 0;
  font-size: 14px;
  line-height: 18px;
}

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 {
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 15px;
}

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

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;
  margin-top: 45px;
  margin-bottom: 20px;
}

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;
  order: 2;
  width: 80%;
  height: auto;
  max-width: 375px;
  min-width: 280px;
  margin: auto;
  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: 3;
  width: 80%;
  height: auto;
  max-width: 375px;
  min-width: 280px;
  margin-top: 40px;
  padding-bottom: 0px;
  margin: auto;
}

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: futura-pt, sans-serif;
  margin-bottom: 37px;
  margin-top: 40px;
}

body .modal-ms .modal-content .section-bottom .works-box,
body .modal-crew .modal-content .section-bottom .works-box {
  width: 100%;
  height: auto;
}

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;
  margin-bottom: 30px;
}

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 {
  pointer-events: none;
  order: 4;
  display: block;
  width: 200px;
  height: 200px;
  line-height: 150px;
  pointer-events: auto;
  letter-spacing: 0.15em;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
  margin: auto;
  text-align: center;
}

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

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

.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 {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
