@charset "utf-8";

/* *****************************************************************************

  index style

***************************************************************************** */
/* contents-home */
.contents-home{
  background-color: #f1f1f7;
}

/* key-visual */
.key-visual{
  background: #f1f1f7 url(/auto/career/assets/images/home/key-visual.jpg) center top no-repeat;
  background-size: 1440px 814px;
  height: 814px;
}
.key-visual > img{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* key-visual */
  .key-visual{
    background-image: none;
    height: auto;
  }
  .key-visual > img{
    display: inline;
    width: 100%;
  }
}

/* video-box */
.video-box{
  display: none;
}

/* video-item */
.video-item{
  width: 100%;
  aspect-ratio: 16/9;
}
lite-youtube{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important; 
}

/* link-two-column-home */
.link-two-column-home{
  display: flex;
}
.link-two-column-home > .-box{
  width: 50%;
  height: 280px;
}
.link-two-column-home > .-box > a{
  display: block;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-two-column-home > .-red > a{
  background-color: #de2246;
  color: #ffffff;
}
.link-two-column-home > .-navy > a{
  background-color: #324a74;
  color: #ffffff;
}
.link-two-column-home > .-img > a{
  position: relative;
}
.link-two-column-home > .-img > a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2c4169;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.link-two-column-home > .-box > a > .-heading{
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.link-two-column-home > .-box > a:hover > .-heading{
  opacity: 0.75;
}
.link-two-column-home > .-box > a > .-heading > span{
  display: inline-block;
  background: url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
  background-size: 4rem auto;
  padding-right: 8rem;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 760px){
  /* link-two-column-home */
  .link-two-column-home{
    display: block;
  }
  .link-two-column-home > .-box{
    width: 100%;
    height: 220px;
  }
  .link-two-column-home > .-box > a{
    height: 220px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .link-two-column-home > .-box > a > .-heading{
    width: 100%;
    font-size: 3rem;
  }
  .link-two-column-home > .-box > a > .-heading > span{
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 540px){
  /* link-two-column-home */
  .link-two-column-home > .-box{
    height: auto;
  }
  .link-two-column-home > .-box > a{
    padding-top: 13vw;
    padding-bottom: 13vw;
    height: auto;
  }
  .link-two-column-home > .-box > a > .-heading > span{
    background: url(/auto/career/assets/images/arrow-circle-white.svg) right center no-repeat;
    background-size: 10% auto;
  }
}

@media print, screen and (max-width: 460px){
  /* link-two-column-home */
  .link-two-column-home > .-box > a > .-heading{
    font-size: 6.5vw;
  }
}

/* link-movie-box */
.link-movie-box{
  width: 100%;
  height: 300px;
  background: url(/auto/career/assets/images/home/bg-movie-box.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.link-movie-box > a{
  display: block;
  width: 100%;
  height: 300px;
  color: #ffffff;
}
.link-movie-box > a::after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #324a74;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-movie-box > a:hover::after{
  opacity: 0.65;
}

@media print, screen and (max-width: 760px){
  /* link-movie-box */
  .link-movie-box{
    height: 220px;
  }
  .link-movie-box > a{
    height: 220px;
  }
}

@media print, screen and (max-width: 540px){
  /* link-movie-box */
  .link-movie-box{
    height: auto;
  }
  .link-movie-box > a{
    height: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

/* link-movie-main */
.link-movie-main{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.link-movie-main > .-inner{
  background: url(/auto/career/assets/images/home/arrow-circle-movie.svg) right center no-repeat;
  background-size: 4rem auto;
  padding-right: 8rem;
  z-index: 1;
  position: relative;
}

@media print, screen and (max-width: 760px){
  /* link-movie-main */
  .link-movie-main{
    padding-left: 2rem;
    padding-right: 2rem;
    height: 220px;
  }
  .link-movie-main > .-inner{
    width: 100%;
  }
}

@media print, screen and (max-width: 540px){
  /* link-movie-main */
  .link-movie-main{
    height: auto;
  }
  .link-movie-main > .-inner{
    background: url(/auto/career/assets/images/home/arrow-circle-movie.svg) right center no-repeat;
    background-size: 10% auto;
  }
}

/* link-movie-heading */
.link-movie-heading{
  display: flex;
  align-items: center;
}
.link-movie-heading > .-main{
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}

@media print, screen and (max-width: 1000px){
  /* link-movie-heading */
  .link-movie-heading > .-en{
    font-size: 4.2rem;
  }
}

@media print, screen and (max-width: 760px){
  /* link-movie-heading */
  .link-movie-heading{
    display: block;
  }
  .link-movie-heading > .-main{
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 460px){
  /* link-two-column-home */
  .link-movie-heading > .-main{
    font-size: 6.5vw;
  }
}

/* link-box-small */
.link-box-small{
  background-color: #f1f1f7;
  padding: 3.5rem 6rem;
}
.link-box-small > .-inner{
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* link-box-small */
  .link-box-small{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* link-box-small */
  .link-box-small{
    padding: 6rem 2rem;
  }
}

/* link-box-small-primary */
.link-box-small-primary{
  display: flex;
  justify-content: space-between;
}
.link-box-small-primary > .-box{
  width: 50%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.link-box-small-primary > .-box:nth-child(1){
  padding-right: 6rem;
  justify-content: flex-end;
}
.link-box-small-primary > .-box:nth-child(2){
  padding-left: 6rem;
  border-left: 1px solid #afb8c9;
}
.link-box-small-primary > .-box > .-heading{
  /*padding-right: 8.5%;*/
  padding-right: 4rem;
}

@media print, screen and (max-width: 1200px){
  /* link-box-small-primary */
  .link-box-small-primary > .-box{
    display: block;
    text-align: center;
  }
  .link-box-small-primary > .-box > .-heading{
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

@media print, screen and (max-width: 1000px){
  /* link-box-small-primary */
  .link-box-small-primary > .-box{
    display: block;
  }
  .link-box-small-primary > .-box:nth-child(1){
    padding-right: 4rem;
  }
  .link-box-small-primary > .-box:nth-child(2){
    padding-left: 4rem;
  }
  .link-box-small-primary > .-box > .-link{
    margin-top: 3rem;
  }
  .link-box-small-primary > .-box > .-link > .link-box-small-button{
    text-align: center;
  }
}

@media print, screen and (max-width: 760px){
  /* link-box-small-primary */
  .link-box-small-primary > .-box:nth-child(1){
    padding-right: 2rem;
  }
  .link-box-small-primary > .-box:nth-child(2){
    padding-left: 2rem;
  }
}

@media print, screen and (max-width: 600px){
  /* link-box-small-primary */
  .link-box-small-primary{
    display: block;
  }
  .link-box-small-primary > .-box:nth-child(1){
    padding-right: 0;
  }
  .link-box-small-primary > .-box:nth-child(2){
    padding-left: 0;
  }

  .link-box-small-primary > .-box{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .link-box-small-primary > .-box:nth-child(2){
    margin-top: 6rem;
    padding-top: 6rem;
    padding-left: 0;
    border-top: 1px solid #afb8c9;
    border-left: none;
  }
  .link-box-small-primary > .-box > .-link{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* link-box-small-heading */
.link-box-small-heading{
  color: #324a74;
}
.link-box-small-heading > .-en{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.link-box-small-heading > .-main{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1000px){
  /* link-box-small-heading */
  .link-box-small-heading{
    display: block;
  }
  .link-box-small-heading > .-en{
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}

/* link-box-small-button */
.link-box-small-button > a{
  display: inline-block;
  min-width: 180px;
  line-height: 50px;
  background: #324a74 url(/auto/career/assets/images/arrow-circle-white.svg) right 2rem center no-repeat;
  background-size: 2.4rem auto;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}
.link-box-small-button > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 1200px){
  /* link-box-small-button */
  .link-box-small-button > a{
    min-width: 260px;
  }
}

@media screen and (max-width: 760px){
  /* link-box-small-button */
  .link-box-small-button > a{
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 600px){
  /* link-box-small-button */
  .link-box-small-button > a{
    max-width: 260px;
  }
}
