/* 共通 */
* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 62.5%;
}
.page{
  width:100%;
}
a {
  text-decoration:none;
  color: #000;
}
ul {
  list-style:none;
}
h1 {
  position:relative;
  z-index: 15;
  width: 38%;
  padding-top: 2%;
}
h3 {
  font-size: 1.3vw;
  letter-spacing: 0.13em;
}
h2 {
  font-size: 3vw;
  margin-top: 11.3%;
  margin-bottom: 1%;
}
img {
  width: 100%;
}

/* ヘッダー */
header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1%;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.head-lf {
  width: 80%;
}
.head-lf p {
  font-size: 0.6em;
  line-height: 0em;
  text-indent: -4em;
  padding-left: 4em;
  margin-left: 1%;
}
.head-lf p:before {
    background: url(../img/valt_logo.png) no-repeat;
    background-size: 100%;
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.head-lf p a {
  text-decoration: underline;
}
.head-lf p a:hover {
  color: #3fa7f3;
}
.header_botton{
  margin-right: 1%;
  padding: 1em 0;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #58acfc, #2af3fd);
  border: solid 1px #fff;
  border-radius: 35px;
  font-size: 0.6em;
  font-weight: 600;
  width: 12.2em;
}
.header_botton:hover {
    margin-right: 1%;
    padding: 1em 0;
    transition: all 0.3s;
    background: unset;
    border: solid 1px #58acfc;
    border-radius: 35px;
    font-size: 0.6em;
    text-align: center;
    width: 12.2em;
}
.header_botton a {
    color: #fff;
    width: 100%;
    padding: 1em 1.5em;
    border-radius: 35px;
}
.header_botton a:hover {
    color: #58acfc;
    width: 100%;
    padding: 1em 1.5em;
    border-radius: 35px;
}


/* ヘッダーイントロ */
section.head-intro {
  margin: 2% 4% 3% 6%;
}
.head-intro {
  position: relative;
}
.head-intro .scroll {
    margin: auto;
    position: absolute;
    left: 47%;
    bottom: 4%;
    font-size: 1.4em;
    font-weight: 600;
}
.head-intro .scroll:after {
  background: url(../img/scroll-arrow.png) no-repeat;
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1.3em;
}
.shortcut h2 {
  font-size: 2.5em;
  width: 17%;
}
.shortcut ul {
  list-style: none;
  padding-left: unset;
  margin: unset;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  width: 17em;
}
.shortcut li a:hover {
  color: #ca0000;
  cursor: pointer;
}
.fukidashi01{
  position: absolute;
  z-index: 10;
  top: 13%;
  left: 27%;
  width: 23%;
}
.fukidashi02{
  position: absolute;
  z-index: 11;
  top: 43%;
  left: 24%;
  width: 26%;
}
.fukidashi03{
  position: absolute;
  z-index: 11;
  top: 30%;
  left: 42%;
  width: 22%;
}
.fukidashi04{
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 64%;
  width: 14%;
}
.fukidashi05{
  position: absolute;
  z-index: 12;
  top: 51%;
  left: 80%;
  width: 20%;
}
.fukidashi06{
  position: absolute;
  z-index: 11;
  top: 10%;
  left: 73%;
  width: 24%;
}
.fukidashi07{
  position: absolute;
  z-index: 12;
  top: 22%;
  left: 59%;
  width: 21%;
}
.fukidashi08{
  position: absolute;
  z-index: 9;
  top: 7%;
  left: 50%;
  width: 18%;
}
.fukidashi09{
  position: absolute;
  z-index: 9;
  top: 69%;
  left: 44.5%;
  width: 11%;
}
.fukidashi07:after {
    background: url(../img/fukidashi07_2.png) no-repeat;
    content: "";
    position: absolute;
    z-index: 20;
    width: 71%;
    height: 17%;
    top: 45%;
    left: 15%;
    background-size: contain;
}
.fukidashi08:after {
    background: url(../img/fukidashi08_2.png) no-repeat;
    content: "";
    position: absolute;
    z-index: 20;
    width: 50%;
    height: 17%;
    top: 41%;
    left: 23%;
    background-size: contain;
}
.fukidashi09:after {
    background: url(../img/fukidashi09_2.png) no-repeat;
    content: "";
    position: absolute;
    z-index: 20;
    width: 65%;
    height: 17%;
    top: 45%;
    left: 15%;
    background-size: contain;
}

/* main */
.main {
    padding-top: 50px;
}






/* 悩みは人それぞれ */
.nayami{
  width:100%;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  background-size: 15px 15px;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #E4E4E4), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #E4E4E4),
              color-stop(.75, #E4E4E4), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, transparent 35%, #E4E4E4 35%, #E4E4E4 50%,
            transparent 50%, transparent 85%, #E4E4E4 85%);
  background-image: -moz-linear-gradient(-45deg, transparent 35%, #E4E4E4 35%, #E4E4E4 50%,
            transparent 50%, transparent 85%, #E4E4E4 85%);
  background-image: -ms-linear-gradient(-45deg, transparent 35%, #E4E4E4 35%, #E4E4E4 50%,
            transparent 50%, transparent 85%, #E4E4E4 85%);
  background-image: -o-linear-gradient(-45deg, transparent 35%, #E4E4E4 35%, #E4E4E4 50%,
            transparent 50%, transparent 85%, #E4E4E4 85%);
  background-image: linear-gradient(-45deg, transparent 35%, #E4E4E4 35%, #E4E4E4 50%,
            transparent 50%, transparent 85%, #E4E4E4 85%);
  padding: 20% 0;
}
.nayami2{
  font-size: 0.3vw;
  font-weight:bold;
  width: 58%;
  margin: 0 21%;
}

.nayami2 h1 {
  position: relative;
  z-index: 15;
  font-size: 3vw;
  margin: auto;
  line-height: 232%;
}
.selected img{
  width:100%;
}
.head-intro .scroll {
  margin: auto;
  position: relative;
  left: 47%;
  bottom: -30%;
  font-size: 1.4em;
  font-weight: 600;
}

/* もっとエンジニアを楽しもうぜ！ */
.enjoy-engineer{
  position:relative;
  width:100%;
}
.e-wanted {
    display: flex;
}
.selected2 {
  width: 39%;
  height: 16%;
  margin-left: 12%;
}
.selected3 {
  width: 44%;
  margin-left: 5%;
  position: relative;
  top: -22vw;
}
.text {
  padding-top: 4%;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.prerequisite {
  position: relative;
  display: flex;
  top: -51vw;
}
.landscape {
    width: 60%;
    margin-top: 7%;
    position: absolute;
}
.landscape_shadow img{
  position: absolute;
}


.blue{
  position: absolute;
  top: 26vw;
  right: 0;
  background-color: #51C3FB;
  padding: 4% 8%;
  width: 55%;
}

.blue::after{
  content: "";
  background: blue;
  padding: 1%;
  width: 98%;
  float: right;
  position: absolute;
  top: 100%;
  right: 0em;
  background-color: #51C3FB;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 10px 10px;
}

.hissujyouken {
    width: 50%;
    margin: 0% auto 5%;
}



.hissujyouken_text p{
  color:white;
  font-size: 1.7em;
  padding-left: 3em;
  text-indent: -3.2em;
}
.hissujyouken_text {
  line-height: 3.6em;
}
.IT {
  top: 215%;
}
.responsibility {
  top: 224%;
}
.relationship {
  top: 234%;
}
.osaka {
  top: 244%;
}
p.IT:before {
    background: url(../img/check1.png) no-repeat;
    background-size: contain;
    content: "";
    width: 3em;
    height: 2em;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
p.responsibility:before {
    background: url(../img/check2.png) no-repeat;
    background-size: contain;
    content: "";
    width: 3em;
    height: 2em;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
p.relationship:before {
    background: url(../img/check1.png) no-repeat;
    background-size: contain;
    content: "";
    width: 3em;
    height: 2em;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
p.osaka:before {
    background: url(../img/check2.png) no-repeat;
    background-size: contain;
    content: "";
    width: 3em;
    height: 2em;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
.enjoy-engineer .scroll {
  margin: auto;
  position: relative;
  right: -50%;
  top: -47vw;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}
.enjoy-engineer .scroll:after {
    background: url(../img/scroll-arrow.png) no-repeat;
    content: "";
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1.3em;
}
/* ご要望 */
.goyoubou{
  margin: 14% auto 15%;
  position: relative;
}
.goyoubou-ttl {
  width: 60%;
  margin: auto;
}

/* スライド */
.fukidashi_middle {
  /* width: 20%; */
  width: 50%;
  margin: 4% auto;
}
.fukidashi_middle li {
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 0 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
  text-align: center;
}
@media (max-width: 768px){
  .fukidashi_middle li {
    padding: 0;
  }  
}
.fukidashi_middle li.slick-active {
  opacity: 1;
}
.fukidashi_middle li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 280px;
}
.fukidashi_middle li .description {
  margin-top: 20px;
  text-align: left;
}

/* 株式会社バルトとは */
.whatisvalt {
  padding: 10% 0 0 0;
  background: linear-gradient(#FBFCFE, #F6F7FB);
  position: relative;
}
.whats-ttl {
  width: 38%;
  margin: 0 auto;
}
.man2 {
    margin: 10% 0 0;
}
.man2 img {
    position: relative;
    bottom: -0.2vw;
}
.whatisvalt_text{
  width: 66%;
  margin: 3% 17%;
  text-align: center;
  font-size: 1.2em;
  line-height: 2.1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.corporatesite{
  width: max-content;
  margin: 0 auto;
  padding: 1em 0em 1em 0em;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  background-color: #FDF731;
  position: relative;
}
.corporatesite a{
  text-decoration: none;
  color: #000;
  padding: 1.4em 2em;
}
.corporatesite:after {
    display: inline-block;
    background: url(../img/arrow.png) no-repeat;
    content: "";
    z-index: 10;
    background-size: contain;
    right: -25%;
    bottom: 33%;
    position: absolute;
    width: 35%;
    height: 40%;
    transition: 0.3s;
}
.corporatesite:hover {
    background-color: #000;
    transition: all 0.3s;
}
.corporatesite a:hover {
    color: #FDF731;
}
.corporatesite:hover:after {
  -webkit-transform: translate(2em,0);
  -moz-transform: translate(2em,0);
  -ms-transform: translate(2em,0);
  -o-transform: translate(2em,0);
  transform: translate(2em,0);
}
/* メッセージ */
.message-box {
  width: 73%;
  margin: auto;
  position: relative;
  top: -8vw;
}
.message {
  width: 28%;
  padding-bottom: 5%;
}
.message_text{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.03em;
}
.message_text p:nth-last-child(-n+3) {
  padding-top: 1.5em;
}
.entry_botton {
  width: 15.1em;
  margin: -3% auto 13%;
  text-align: center;
  background: linear-gradient(90deg, #58acfc, #2af3fd);
  border-radius: 60px;
  border: solid 1px #fff;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}
.entry_botton:hover {
  width: 15.1em;
  margin: -3% auto 13%;
  text-align: center;
  background: unset;
  transition: all 0.3s;
  border: solid 1px #58acfc;
  border-radius: 60px;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}
.entry_botton a {
  color: #fff;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1.4em 3em;
  border-radius: 60px;
}
.entry_botton a:hover {
  color: #58acfc;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1.4em 3em;
  border-radius: 60px;
}

.box{
  padding: 0% 6%;
  margin: auto;
  border: solid 2px #000000;
  border-radius: 7px;
  line-height: 3.5em;
  position: relative;
  width: 84%;
}
.box .req-ttl{
  position: relative;
  margin: auto;
  background-color: #fff;
  transform: translateY(-50%) translateX(0em);
  padding: 0 0.3em;
  letter-spacing: 0.08em;
  text-align: center;
  width: 5em;
}
h2.req-ttl {
    font-size: 2.4em;
}
.requirement1 {
    margin-top: 7%;
}
.requirement3 {
    padding-bottom: 2%;
}
.box dl{
  font-size: 1.6em;
  margin-bottom: 5%;
  letter-spacing: 0.1em;
}
.box dt{
  float: left;
}
.box dd{
  margin-left:8em;
}
.entry_botton2 {
  width: 15.1em;
  margin: 13% auto 1.5%;
  text-align: center;
  background: linear-gradient(90deg, #58acfc, #2af3fd);
  border-radius: 60px;
  border: solid 1px #fff;
  font-size: 2em;
  font-weight:600;
  position: relative;
}
.entry_botton2:hover {
  width: 15.1em;
  margin: 13% auto 1.5%;
  text-align: center;
  background: unset;
  transition: all 0.3s;
  border-radius: 60px;
  border: solid 1px #58acfc;
  font-size: 2em;
  font-weight:600;
  position: relative;
}
.entry_botton2 a {
  color: #fff;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1.4em 3em;
  border-radius: 60px;
}
.entry_botton2 a:hover {
  color: #58acfc;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1.4em 3em;
  border-radius: 60px;
}
.kaisyagaiyou{
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 12.3%;
  text-align: center;
}
.kaisyagaiyou a:hover {
  color: #BF322C;
}

footer p{
  text-align: center;
}
.ft {
    background: #000;
    padding: 0.5% 0;
    color: #fff;
    letter-spacing: 0.05em;
}


@media (max-width: 768px){
/* header */
  .header_botton a {
    color: #fff;
    width: 100%;
    padding: 1em 0.1em;
    border-radius: 35px;
  }
  .header_botton a:hover {
    color: #58acfc;
    width: 100%;
    padding: 1em 0.1em;
    border-radius: 35px;
  }
/* /header */

/* Main */
  h1 {
    width: 100%;
  }
  h3 {
    font-size:1.8em;
  }
  section.head-intro {
      margin: 2% 4% 10% 6%;
      display: flex;
      flex-direction: column;
  }
  .head-ttl {
    order: 1;
  }
  .shortcut h2{
    font-size: 2.5em;
    width: 74%;
  }
  section.shortcut {
    margin-top: 18%;
  }

  .shortcut {
    order: 3;
  }
  section.wish {
    order: 2;
    position: relative;
    padding: 50% 0;
  }
  .head-intro a {
    order: 4;
  }

  .shortcut ul {
    font-size: 4.7vw;
    line-height: 2em;
  }
  .fukidashi01 {
    top: 7%;
    left: 0;
    width: 35vw;
  }
  .fukidashi02 {
    top: 32%;
    left: 0;
    width: 42vw;
  }
  .fukidashi03 {
    top: 61%;
    left: 19%;
    width: 39vw;
  }
  .fukidashi04 {
    top: 85%;
    left: 58%;
    width: 30vw;
}
  .fukidashi05 {
    top: 48%;
    left: 58%;
    width: 36vw;
  }
  .fukidashi06 {
    top: 12%;
    left: 58%;
    width: 36vw;
  }
  .fukidashi07 {
    top: 29%;
    left: 31%;
    width: 35vw;
  }
  .fukidashi08 {
    top: 2%;
    left: 33%;
    width: 29vw;
  }
  .fukidashi09 {
    top: 81%;
    left: -2.5%;
    width: 25vw;
  }
  .nayami2 {
      width: 90%;
      margin: 0 auto;
  }
  .enjoy-engineer .scroll {
      margin: auto;
      position: relative;
      right: -50%;
      top: -17vw;
      font-size: 1.4em;
      font-weight: 600;
      text-align: center;
    }
  .sub-ttl {
    width: 135%;
  }
  .prerequisite {
      display: flex;
      top: -51vw;
  }
  .landscape {
    margin-top: 45%;
    width: 100%;
    position: absolute;
  }
  .blue {
      position: absolute;
      top: 120vw;
      background-color: #51C3FB;
      padding: 8% 10% 8% 10%;
      width: 100%;
  }
  .hissujyouken_text {
    line-height: 17vw;
  }
  .hissujyouken_text p {
      font-size: 5vw;
  }
  .hissujyouken_text p:before {
    left: 8vw;
  }
  .goyoubou {
      margin: 197vw auto 15%;
  }
  .goyoubou-ttl {
    width: 90%;
    margin: auto;
  }
  .whats-ttl {
      width: 80%;
      margin: 0 auto;
  }
  .fukidashi_middle {
      width: 90%;
      margin: 7% auto;
  }

  .corporatesite:after {
    right: 0;
    bottom: -12%;
    width: 12%;
    height: 30px;
  }
  .search-job {
    width: 75%;
    max-width: 27em;
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .whatisvalt_text {
    width: 89%;
    margin: 4% auto;
    text-align: justify;
    font-size: 1.4em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 600;
  }

  .message-box {
    width: 73%;
    margin: auto;
    position: relative;
    top: -12vw;
  }
  .message {
    width: 52%;
    padding-bottom: 5%;
  }
  .message_text {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }

  .entry_botton {
    width: 11em;
    margin: -3% auto 13%;
    text-align: center;
    background: linear-gradient(90deg, #58acfc, #2af3fd);
    border-radius: 60px;
    border: solid 1px #fff;
    font-size: 2em;
    font-weight: 600;
    position: relative;
  }
  .entry_botton:hover {
    width: 11em;
    margin: -3% auto 13%;
    text-align: center;
    background: unset;
    transition: all 0.3s;
    border: solid 1px #58acfc;
    border-radius: 60px;
    font-size: 2em;
    font-weight: 600;
    position: relative;
  }

  .entry_botton a {
    color: #fff;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1.4em 0.5em;
    border-radius: 60px;
  }
  .entry_botton a:hover {
    color: #58acfc;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1.4em 0.5em;
    border-radius: 60px;
  }
  .entry_botton2 {
    width: 11em;
    margin: 13% auto 1.5%;
    text-align: center;
    background: linear-gradient(90deg, #58acfc, #2af3fd);
    border-radius: 60px;
    border: solid 1px #fff;
    font-size: 2em;
    font-weight: 600;
    position: relative;
  }
  .entry_botton2:hover {
    width: 11em;
    margin: 13% auto 1.5%;
    text-align: center;
    background: unset;
    transition: all 0.3s;
    border-radius: 60px;
    border: solid 1px #58acfc;
    font-size: 2em;
    font-weight: 600;
    position: relative;
  }
  .entry_botton2 a {
    color: #fff;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1.4em 0.5em;
    border-radius: 60px;
  }

  .entry_botton2 a:hover {
    color: #58acfc;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1.4em 0.5em;
    border-radius: 60px;
  }
  .kaisyagaiyou {
      font-size: 1.5em;
  }
  h2.req-ttl {
    font-size: 2.4em;
  }
  .box {
    padding: 0 6% 4% 6%;
    margin: 5% auto 14%;
    font-weight: bold;
    border: solid 2px #000000;
    border-radius: 7px;
    line-height: 4.4em;
    position: relative;
  }
  .box dl {
    font-size: 1.4em;
    margin-bottom: 1%;
  }
  .box dd {
    margin-left: 5em;
}

}
/* /Main */
/* Footer */

/* /Footer */
@media (max-width: 463px) {
.head-lf p:before {
  vertical-align: text-top;
}
}

/* スムーススクロールでふわっと表示 */
section.head-intro {
   visibility: visible!important;
}
.fadeInDown {
   -webkit-animation-fill-mode:both;
   -ms-animation-fill-mode:both;
   animation-fill-mode:both;
   -webkit-animation-duration:1s;
   -ms-animation-duration:1s;
   animation-duration:1s;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
   0% {
         opacity: 0;
         -webkit-transform: translateY(100px);
       }
   100% {
           opacity: 1;
           -webkit-transform: translateY(0);
        }
}
@keyframes fadeInDown {
   0% {
          opacity: 0;
          -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
          transform: translateY(100px);
       }
    100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
          }
}
