@charset "utf-8";

/* *****************************************************************************

  job description list style

***************************************************************************** */
/* contents-job-list */
.contents-job-list{
  padding: 6rem 6rem 16rem;
}
.contents-job-list > .-inner{
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* contents-job-list */
  .contents-job-list{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width : 760px){
  /* contents-job-list */
  .contents-job-list{
    padding: 4rem 2rem 8rem;
  }
}

/* job-list-area */
.job-list-area{
  margin-top: 8rem;
}

@media screen and (max-width : 760px){
  /* job-list-area */
  .job-list-area{
    margin-top: 6rem;
  }
}

/* job-list-box-wrap */
.job-list-box-wrap{
  padding-top: 80px;
	margin-top: -80px;
}

@media screen and (max-width : 760px){
  /* job-list-box-wrap */
  .job-list-box-wrap{
    padding-top: 64px;
	  margin-top: -64px;
  }
}

/* job-list-box */
.job-list-box{
  margin-bottom: 10rem;
}
.job-list-box.-last{
  margin-bottom: 0;
}

@media screen and (max-width : 760px){
  /* job-list-box */
  .job-list-box{
    margin-bottom: 8rem;
  }
}

/* job-description-list */
.job-description-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.job-description-list > .-item{
  width: 50%;
  margin-top: 4rem;
}
.job-description-list > .-item:nth-child(-n+2){
  margin-top: 0;
}
.job-description-list > .-item:nth-child(odd){
  padding-right: 2rem;
}
.job-description-list > .-item:nth-child(even){
  padding-left: 2rem;
}
.job-description-list > .-item > a{
  display: flex;
  justify-content: space-between;
}
.job-description-list > .-item > a > .-img{
  width: 24%;
}
.job-description-list > .-item > a > .-img > span{
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.job-description-list > .-item > a > .-img > span > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.job-description-list > .-item > a:hover > .-img > span > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.job-description-list > .-item > a > .-primary{
  width: 70%;
}
.job-description-list > .-item > a > .-primary > .-title{
  font-size: 2.1rem;
  font-weight: 700;
  color: #2c4169;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
.job-description-list > .-item > a > .-primary > .-title::before{
  position: absolute;
  top: 1.1rem;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #96a2b4;
  border-radius: 50%;
}
.job-description-list > .-item > a > .-primary > .-title > span{
  padding-right: 4.4rem;
  background: url(/auto/career/assets/images/arrow-circle-blue.svg) right center no-repeat;
  background-size: 2.4rem auto;
}
.job-description-list > .-item > a > .-primary > .-text{
  margin-top: 1rem;
}
.job-description-list > .-item > a > .-primary > .-text > p{
  font-size: 1.4rem;
  line-height: 1.7857
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;;
}
.job-description-list > .-item > a:hover > .-primary > .-text > p{
  color: #2c4169;
}

@media screen and (max-width : 760px){
  /* job-description-list */
  .job-description-list{
    display: block;
  }
  .job-description-list > .-item{
    width: 100%;
  }
  .job-description-list > .-item:nth-child(2){
    margin-top: 4rem;
  }
  .job-description-list > .-item:nth-child(odd){
    padding-right: 0;
  }
  .job-description-list > .-item:nth-child(even){
    padding-left: 0;
  }
  .job-description-list > .-item > a > .-primary{
    width: auto;
    flex: 1;
    padding-left: 2rem;
  }
  .job-description-list > .-item > a > .-primary > .-title{
    font-size: 1.9rem;
    padding-left: 1.5rem;
  }
  .job-description-list > .-item > a > .-primary > .-title::before{
    top: 1.2rem;
    width: 6px;
    height: 6px;
  }
  .job-description-list > .-item > a > .-primary > .-title > span{
    padding-right: 3.8rem;
    background: url(/auto/career/assets/images/arrow-circle-blue.svg) right center no-repeat;
    background-size: 2rem auto;
  }
}

/* *****************************************************************************

  job detail style

***************************************************************************** */
/* contents-job */
.contents-job{
  padding: 10rem 6rem 16rem;
}
.contents-job > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* contents-job */
  .contents-job{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width : 760px){
  /* contents-job */
  .contents-job{
    padding: 6rem 2rem 8rem;
  }
}

/* page-main-img-job */
.page-main-img-job{
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-main-img-job > .-primary{
  max-width: 1160px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  overflow: hidden;
}
.page-main-img-job > .-two-column{ 
  display: flex;
}
.page-main-img-job > .-two-column > .-img{
  width: 50%;
  height: 100%;
}
.page-main-img-job > .-full > .-img{
  height: 100%;
} 
.img-main-sales-01{
  background: url(/auto/career/assets/images/job/sales/img-main-sales-01.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-sales-02{
  background: url(/auto/career/assets/images/job/sales/img-main-sales-02.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-planning-01{
  background: url(/auto/career/assets/images/job/planning/img-main-planning-01.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-planning-02{
  background: url(/auto/career/assets/images/job/planning/img-main-planning-02.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-it-engineer-01{
  background: url(/auto/career/assets/images/job/it-engineer/img-main-it-engineer-01.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-it-engineer-02{
  background: url(/auto/career/assets/images/job/it-engineer/img-main-it-engineer-02.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-truck-rental{
  background: url(/auto/career/assets/images/job/truck-rental/img-main-truck-rental.jpg) center right no-repeat;
  background-size: cover;
}
.img-main-rental-car{
  background: url(/auto/career/assets/images/job/rental-car/img-main-rental-car.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-auto-trading{
  background: url(/auto/career/assets/images/job/auto-trading/img-main-auto-trading.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-technical-service{
  background: url(/auto/career/assets/images/job/technical-service/img-main-technical-service.jpg) center left no-repeat;
  background-size: cover;
}
.img-main-staff-01{
  background: url(/auto/career/assets/images/job/staff/img-main-staff-01.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-staff-02{
  background: url(/auto/career/assets/images/job/staff/img-main-staff-02.jpg) center center no-repeat;
  background-size: cover;
}
.img-main-specialist{
  background: url(/auto/career/assets/images/job/specialist/img-main-specialist.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width : 760px){
  /* page-main-img-job */
  .page-main-img-job > .-primary{
    display: none;
  }
}

/* img-main-job-sp */
.img-main-job-sp{
  display: none;
}

@media screen and (max-width : 760px){
  /* img-main-job-sp */
  .img-main-job-sp{
    display: block;
    border-radius: 5px;
    overflow: hidden;
  }
  .img-main-job-sp > img{
    width: 100%;
  }
}

/* job-area */
.job-area{
  margin-top: 12rem;
}

@media screen and (max-width : 1000px){
  /* job-area */
  .job-area{
    margin-top: 10rem;
  }
}

@media screen and (max-width : 760px){
  /* job-area */
  .job-area{
    margin-top: 6rem;
  }
}

/* faq-list-box-wrap */
.job-detail-box-wrap{
  padding-top: 80px;
	margin-top: -80px;
}

@media screen and (max-width : 760px){
  /* job-detail-box-wrap */
  .job-detail-box-wrap{
    padding-top: 64px;
	  margin-top: -64px;
  }
}

/* job-detail-box */
.job-detail-box{
  margin-bottom: 10rem;
}
.job-detail-box > .-inner{
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 760px){
  /* job-detail-box */
  .job-detail-box{
    margin-bottom: 8rem;
  }
}

/* img-job-box */
.img-job-box{
  margin-top: 5.2rem;
  display: flex;
  justify-content: space-between;
}
.img-job-box > .-item{
  width: 47.5%;
}
.img-job-box > .-item > img{
  width: 100%;
}

@media screen and (max-width : 760px){
  /* img-job-box */
  .img-job-box{
    margin-top: 4rem;
    display: block;
  }
  .img-job-box > .-item{
    width: 100%;
    margin-top: 2rem;
  }
  .img-job-box > .-item:nth-child(1){
    margin-top: 0;
  }
}

/* img-job-large */
.img-job-large{
  margin-top: 5.2rem;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}
.img-job-large > img{
  width: 100%;
}

@media screen and (max-width : 760px){
  /* img-job-large */
  .img-job-large{
    margin-top: 4rem;
  }
}

.pint-box-check > span{
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #de2246;
  display: inline-block;
  line-height: 34px;
  border-radius: 9999px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pint-box-check > span > span{
  display: inline-block;
  padding-left: 3rem;
  background: url(/auto/career/assets/images/icon-check-white.svg) left center no-repeat;
  background-size: 2rem auto;
}

/* point-list */
.point-list{
  margin-top: 3.5rem;
  counter-reset: point-list;
}
.point-list > .-item{
  margin-top: 5rem;
}
.point-list > .-item:nth-child(1){
  margin-top: 0;
}

/* point-list-heading */
.point-list-heading{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5238;
  color: #de2246;
  margin-bottom: 2rem;
  padding-left: 4rem;
  background: url(/auto/career/assets/images/icon-check-red.svg) left 0.4rem no-repeat;
  background-size: 2.4rem auto;
}
.point-list-heading > span{
  /*position: relative;*/
  display: inline-block;
  /*padding-left: 2.5rem;*/
}
/*
.point-list-heading > span::before{
  counter-increment: point-list;
  content: counter(point-list)'．';
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

@media screen and (max-width : 760px){
  /* .point-list-heading */
  .point-list-heading{
    padding-left: 3.5rem;
    background: url(/auto/career/assets/images/icon-check-red.svg) left 0.5rem no-repeat;
    background-size: 2.2rem auto;
  }
}

/* point-list-text */
.point-list-text > p{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2em;
}
.point-list-text > p:nth-child(1){
  margin-top: 0;
}

/* schedule-text */
.schedule-text{
  margin-bottom: 1.2em;
}
.schedule-text > .-heading{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
.schedule-text > .-heading > span{
  display: inline-block;
  color: #ffffff;
  background-color: #2c4169;
  line-height: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  white-space: nowrap;
}
.schedule-text > .-text{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.5em;
}

/* schedule-list */
.schedule-list{
  padding-top: 1.5rem;
}
.schedule-list > .-item{
  position: relative;
  padding-left: 3rem;
  padding-bottom: 3rem;
}
.schedule-list > .-item:last-child{
  padding-bottom: 0;
}
.schedule-list > .-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2c4169;
  z-index: 1;  
}
.schedule-list > .-item::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2c4169;
  position: absolute;
  top: 0;
  left: 1.3rem;
}
.schedule-list > .-item:last-child::after{
  display: none;
}
.schedule-list > .-item > .-inner{
  display: flex;
}
.schedule-list > .-item > .-inner > .-time{
  font-size: 1.7rem;
  color: #2c4169;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-top: -0.4rem;
  width: 7rem;
}
.schedule-list > .-item > .-inner > .-text{
  font-size: 1.7rem;
  line-height: 1.75;
  position: relative;
  margin-top: -1rem;
  font-weight: 700;
  flex: 1;
}

/* job-more-box */
.job-more-box{
  background-color: #eef0f3;
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}
.job-more-box > .-box{
  margin-top: 3.5rem;
}
.job-more-box > .-box:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 760px){
  /* job-more-box */
  .job-more-box{
    margin-bottom: 3rem;
  }
}

/* job-more-heading */
.job-more-heading{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #2c4169;
  margin-bottom: 2.4rem;
}
.job-more-heading > span{
  background-color: #dce0e6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1rem;
}

@media screen and (max-width: 760px){
  /* job-more-heading */
  .job-more-heading{
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 760px){
  /* img-training */
  .img-training{
    overflow: auto;
  }
  .img-training > img{
    width: 210vw;
  }
}

/* break-career */
.break-career{
  display: none;
}

@media screen and (max-width: 420px){
  /* break-career */
  .break-career{
    display: inline;
  }
}
