@charset "UTF-8";

/*=================
 txt
=================*/
.txt_foot {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 736px) ,screen and(orientation: landscape) {
  .txt_foot {
    font-size: 14px;
    text-align: center;
  }
}
.kv{
  width: 100%;
  height: 80vh;
  /* padding-top: 30px; */
  background:url(../img/index_career/kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  color: #fff;
  align-items:center;
  justify-content: space-between;
}
.kv .title-box{
  margin-left: 100px;
}
.deco{
  margin-top: 36px;
}
.kv h1{
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 49px;
  text-align: left;
  font-weight:600;
  text-shadow: 0 11px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.6;
  display: inline-block;
}
.kv a{
  color: #fff;
  border-bottom: none;
  text-decoration:none;
  width: 100%;
}
.kv_entry{
  width: 250px;
  padding-top: 5%;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 11px 4px rgba(0, 0, 0, 0.25);

}
.kv_entry h2{
  padding: 0px 60px;
  border-radius: 15px ;
  font-weight:600;
  color: #231815;
  border: solid 2px transparent;
  background-color:#fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;


}

.kv_entry h2:hover {
  letter-spacing: 4px;
  /* transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  background:transparent;
  color: #fff;
  border: solid 2px #fff; */

}
.inteview_tx{
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
.brandDesign_contener{
  width: 150vw;
  height: 147px;
  min-height: 147px;
  position: relative;
}
.brandDesign1{
  position: absolute;
  bottom: 0;
  background-image: url(../img/BrandDesign1.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: contain;
  width: 100%;
  height: 600px;
}
.brandDesign2{
  position: absolute;
  bottom: 0;
  background-image: url(../img/BrandDesign2.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: contain;
  width: 100%;
  height: 600px;
}
.brandDesign3{
  bottom: 0;
  position: absolute;
  background-image: url(../img/BrandDesign3.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: contain;
  width: 100%;
  height: 600px;
}
.brandDesign4{
  position: absolute;
  bottom: 0;
  background-image: url(../img/BrandDesign4.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: contain;
  width: 100%;
  height: 600px;
}

.brandDesign_contener::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.fadein {
  position: absolute;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein2 {
  position: absolute;
  opacity: 0;
  animation-name: fadein2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein3 {
  position: absolute;
  opacity: 0;
  animation-name: fadein3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein4 {
  position: absolute;
  opacity: 0;
  animation-name: fadein4;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-250px);
    width: 70%;
  }
  100% {
    opacity: 1;

    transform: translateX(0px);
    width: 100%;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    width: 40%;
    transform: translateX(-350px);
  }
  100% {
    opacity: 1;

    transform: translateX(0px);
    width: 100%;
  }
}
@keyframes fadein3 {
  0% {
    opacity: 0;
    transform: translateX(-500px);
    width: 30%;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;

    transform: translateX(0px);
    width: 100%;
  }
}
@keyframes fadein4 {
  0% {
    transform: translateX(-500px);
    width: 30%;
  }
  40%{
    opacity: 0;
  }
  100% {
    opacity: 1;

    transform: translateX(0px);
    width: 100%;
  }
}

@media only screen and (max-width: 736px) ,screen and(orientation: landscape) {
  .kv{
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    padding-top:0px;
  }  
  .kv h1{
    font-size: 30px;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .kv .title-box{
    margin-left: 0px;
  }
  
  .kv_entry{
    font-size: 25px;
    margin-left: 0;
  }
  .kv_entry h2{
    font-size: 20px;
    padding: 0px;

  }
}
/*=================
 pc・sp
=================*/
.pc{ display:block;}
.sp{ display:none;}
@media only screen and (max-width: 736px) ,screen and(orientation: landscape) {
.pc{ display:none;}
.sp{ display:block;}	
}

