#Fv {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 100vw;
  color: #fff;
  background-image: url(/jp/recruitment/assets/img/topInterview/spTopImg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  z-index: 20;
}

main #numeralWrap p#rubi {
  font-size: 1.6vh;
  /* margin-top: 51vh; */
position: absolute;
    bottom: 18vh;
  padding: 0 0 1.8vh;
}

main #numeralWrap p#name {
  font-size: 3.6vh;
  padding: 0 0 2vh;
  position: absolute;
    bottom: 10vh;
}

main #numeralWrap p#title {
  font-size: 1.6vh;
  padding: 0 0 2vh;
  position: absolute;
    bottom: 14.5vh;
}

h1 {
  font-weight: 100;
  writing-mode: vertical-lr;
  font-size: 3.5vh;
  letter-spacing: .3vw;
  padding: 6vh 5vh 0;
  text-align: left;
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#index {
  border: 1px solid #000;
  padding: 9.49vw 7.69vw;
  width: 74.62vw;
  margin: 12.82vw auto;
  font-size: 3.59vw;
  line-height: 4.62vw;
}

main #numeralWrap #index p {
  font-weight: 600;
  font-size: 4.62vw;
  padding: 0 0 .13vw;
  margin: 0;
}

#index li {
  position: relative;
  padding: 2.16vw 0;
  border-bottom: 1px solid #000;
  padding-left: 9vw;
  display: flex;
  align-items: center;
}

#index li a {
  color: #000;
}

#index li::before {
  position: absolute;
  content: "▼";
font-size: 3.7vw;
    left: 1.9vw;
  display: inline-block;
}

main h2 {
  font-size: 5.64vw;
  line-height: 9vw;
  margin: 0 12.82vw;
  padding: 0 0 8.46vw;
  font-weight: 400;
}

main #numeralWrap p {
  margin: 0 12.82vw;
  font-size: 3.59vw;
  line-height: 4.87vw;
  padding: 0 0 13.08vw;
  font-weight: 300;
  white-space: pre-wrap;
  text-align: justify;
}
.interviewImg{
  width: 74.36vw;
      margin: 0 12.82vw;
    padding: 0 0 12.82vw;
}

/* 下部banner */
.vision .visionContent {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}
#aboutUs{
  height: 64.7vw;
}
.subpage #bannerWrap a img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: auto;
}
.vision .visionContent .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    color: #FFF;
    z-index: 10;
}
.vision .visionContent h3 {
    margin-top: 1.5vw;
    font-size: 6.5vw;
}
.vision .visionContent .more {
    bottom: 7vw;
    position: absolute;
    left: 0;
}
/* #bannerWrap>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 10vw;
  width: 100%;
  height: 64.36vw;
  color: #fff;
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 200;
}

#bannerWrap p {
  font-size: 5.13vw;
  text-align: justify;
  text-align-last: justify;
}

#bannerWrap span {
  font-size: 3.33vw;
  display: block;
  text-align: left;
  text-align-last: left;
  width: 100%;
  font-family: "Oswald", "Bebas Neue", "Bebas", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

}

#bannerWrap a img {
  display: block;
  height: 7vw;
  width: 7vw;
}

#bannerWrap a svg * {
  fill: #fff;
} */