@charset "UTF-8";
h1 {
  font-size: 7.9vw;
  padding: 12.1vw 9.82vw 0vw;
  writing-mode: vertical-lr;
  z-index: 5;
  position: relative;
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 200;
  letter-spacing:.2vw ;
}

video.bgMovie {
  width: auto;
  height: 100dvh;
  position: fixed;
  z-index: 1;
  top: 0;
}

video::before.bgMovie {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section {
  position: relative;
  z-index: 10;
}

#firstViewSection{
  z-index: 11;
}
#FV {
  background-image: linear-gradient(rgba(0,0,0,.15) 57.8%, rgba(0,0,0,1) 91.3%);
  color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}

#FvTxt {
  position: absolute;
  left: 0;
  bottom: 8vh;
  padding:0 13.08vw;
}

#FvTxt h2 {
  font-size: 3.59vw;
  font-weight: 300;
  padding-bottom: 1vw;
}

#FvTxt h3 {
  font-size: 7.69vw;
  font-weight: 300;
  padding-bottom: 11vw;
}

#FvTxt p {
  font-size: 5.4vw;
  font-weight: 300;
  line-height: 10.26vw;
}
.autoSlider{
  position: fixed;
  width: 100%;
  height: 100vh;
}

.bgWhite {
  background: #fff;
  color: #000;
  padding: 25.64vw 12.82vw 0;
}

#profile {
  display: flex;
  flex-wrap: wrap;
}

#profile h3 {
  writing-mode: vertical-lr;
  width: 17.7vw;
  height: 53.42vw;
  margin-right: 5.64vw;
  margin-bottom: 12.82vw;
  font-size: 6.41vw;
  line-height: 7vw;
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 100;
  background: url(/jp/recruitment/assets/img/aboutStaffDetail/profileArrow.svg) no-repeat right top;
  background-size: contain;
}

.detail {
  width: 66%;
  margin-top: -1%;
}

.detail .name{
  padding-bottom:5.13vw;
  font-size: 3.8vw;
  font-weight: 400;
}
.detail .name b{
  font-weight: 500;
  font-size: 4.85vw;
}
.detail i{
  display: block;
  font-style: normal;
  font-size: 3.3vw;
  line-height: 5vw;
}

.comment{
  font-size: 3.59vw;
  line-height: 5.95vw;
}
.commentAttention {
  padding-top: 7.18vw;
  padding-bottom: 25.64vw;
  font-size: 2.82vw;
  line-height: 4.85vw;
}
/* .videoWrap{
  position: relative;
  height: 90.77vw;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoWrap iframe{
  width: 100%;
  height: 100%;
} */
.videoWrap {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}
.videoWrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.videoWrap::after{
  display: none;
}
.videoMp4Wrap{
  position: relative;
  padding-top: 56.25%;
  padding-top: 90.769230769%;
  width: 100%;
  z-index: 2;
}
.videoMp4Wrap::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #C1C1C1;
  mix-blend-mode: multiply;
}
.videoMp4Wrap p{
  position: absolute;
  left: 0;
  top: 28%;
  z-index: 4;
  width: 100%;
  text-align: center;
  font-size: 5vw;
}
.videoMp4Wrap video,
.videoMp4Wrap .thumbnail {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.videoMp4Wrap .thumbnail{
  z-index: 3;
}
.videoMp4Wrap .playButton{
  position: absolute;
  display: block;
  margin: 40% auto 0;
  height: 24.75%;
  width: 17.65%;
  background: url(/jp/recruitment/assets/img/aboutStaffDetail/playButton.svg) no-repeat center;
  background-size: contain;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#myStorySection,
#oneDayScheduleSection {
  /* backdrop-filter: blur(20px);
  filter: brightness(90%); */
  color: #fff;
  position: relative;
}
#myStorySection::after,
#oneDayScheduleSection::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(24px);
  filter: brightness(86%);
  color: #fff;
}
#myStorySection{
  padding-bottom: 18.97vw;
}

#myStorySection .controllScrollButtonWrap {
  width: 29.5vw;
  margin: -192vw 0 98vw 57vw;
  color: #fff;
  position: sticky;
  top: 8vw;
  padding-bottom: 56vw;
}

#myStorySection .controllScrollButtonWrap button{
  border: 1px solid #fff;
  color: #fff;
  width: 10.47vw;
  height: 10.47vw;
  border-radius: 50%;
  box-shadow: 0px 0px 8px -2px #000;
}
/* #myStorySection .controllScrollButtonWrap button svg *, */
#oneDayScheduleSection .controllScrollButtonWrap button svg *{
  fill: #fff;
}
#oneDayScheduleSection .controllScrollButtonWrap button{
  color: #fff;
  width: 10.47vw;
  height: 10.47vw;
  border-radius: 50%;
}

#myStorySection h1{
  padding: 9.5vw 10.82vw 0vw;
  font-size: 7.5vw;
}

#myStorySection .controllScrollOver {
  margin-top: 8.5vw;
  height: 153.85vw;
}

#myStorySection .controllScrollWrap .controllScrollItemWrap li {
  width: 98.46vw;
  margin-right: 15.13vw;
  font-size: 3.59vw;
  line-height: 5.87vw;
  text-shadow: .5px .5px .5px #000;
  text-shadow: 1px .5px .5px #000;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li:first-child{
  width: 58.97vw;
  margin-left: 12.82vw;
  padding-top: 14.9vw;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li:last-child{
  width: 58.97vw;
  padding-top: 15.9vw;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li:nth-child(2) {
  background-size: cover;
  border-radius: 20px;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li.full{
  position: relative;
  padding-left: 1vw;
  text-shadow: none;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li.full img{
  height: 100%;
  max-width: initial;
  margin: 0;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li.full .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  background: no-repeat center;
  background-size: cover;
  padding: 14.5vw 19.9vw 4vw;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li.full p:last-child{
  margin-top: auto;
  color: #fff;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li img{
  width: 100%;
  height: auto;
  margin: 7.49vw 0;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li p.myStoryTtl{
  font-size: 5.35vw ;
  line-height: 9.18vw;
  margin: 0;
}
#myStorySection .controllScrollWrap .controllScrollItemWrap li p{
  line-height: 6.18vw;
  margin-top: -1vw;
}

#QASection {
  padding: 25.2vw 13.1vw 8vw 12.1vw;
}
.Question,
.Answer {
  display: flex;
  align-items: start;
}
.Question{
  padding-bottom: 7.23vw;
  font-size: 5.13vw;
  line-height: 9vw;
}
.Answer{
  padding-bottom: 16.67vw;
  font-size: 3.59vw;
  line-height: 6.3vw;
}

.Question img,
.Answer img {
  margin-right: 3.08vw;
}

.Question p,
.Answer p {
  display: block;
  padding-top: 0.82vw;
}
.Answer p {
  padding-top: 1.5vw;
}

.Question img,
.Answer img {
  width: 4.55vw;
  height: auto;
}

.brackBG {
  display: inline;
  background: #3E3E3E;
  color: #fff;
  padding: .8vw;
}



#oneDayScheduleSection {
  height: 128.21vw;
  text-shadow: .5px .5px .5px #000;
  text-shadow: 1px .5px .5px #000;
}

#oneDayScheduleSection h1 {
  writing-mode: initial;
  font-size: 4.62vw;
  padding: 27.69vw 0 0 12.82vw;
  font-weight: 600;
  width: 66%;
}

#oneDayScheduleSection .controllScrollButtonWrap {
  width: 26.5vw;
  position: absolute;
  right: 8vw;
  top: -15vw;
  /* margin: -102.5vw 0 3vw 65vw; */
  color: #fff;
}

#oneDayScheduleSection .controllScrollWrap {
  height: 87vw;
  height: 100%;
  margin: 7vw 0 0;
}
#oneDayScheduleSection .controllScrollWrap ul{
  margin-left: 12.82vw;
}
#oneDayScheduleSection .controllScrollWrap li {
  padding-top: 10vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: none;
  padding-right: 0;
  width: 100.51vw;
}

#oneDayScheduleSection .controllScrollWrap li::before {
  width: 100%;
  content: "";
  position: absolute;
  display: block;
  border-top: 1px solid #fff;

}

#oneDayScheduleSection .controllScrollWrap li::after {
  content: "";
  position: absolute;
  display: block;
  width: 5.64vw;
  height: 5.64vw;
  top: 7.5vw;
  left: 0vw;
  background: #fff;
  border-radius: 50%;

}


#oneDayScheduleSection .controllScrollWrap li .time {
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 200;
  padding-top: 9vw;
  padding-right: 8vw;
  font-size: 7.69vw;
  line-height: 7.69vw;
}


#oneDayScheduleSection .controllScrollWrap li .scheduleDetail{
  width: 47.18vw;
  font-size: 3.59vw;
  line-height: 6.1vw;
}
#oneDayScheduleSection .controllScrollWrap li .scheduleDetailTtl.wide{
  display: block;
  width: 80vw;
}
#oneDayScheduleSection .controllScrollWrap li .wide {
  display: block;
  width: 56vw;
}

#oneDayScheduleSection .controllScrollWrap li .scheduleDetailTtl{
  display: block;
  font-size: 5.13vw;
  line-height: 8.5vw;
  padding:  9vw 0 5vw;

}

