@charset "UTF-8";


/* under_headWrap
***************************************************************/
.career-info .under_headWrap .head_img{
  background-image: url(../img/career-info/mv.jpg);
}
.info .under_headWrap .head_img{
  background-image: url(../img/info/mv.jpg);
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .career-info .under_headWrap .head_img{
    background-image: url(../img/career-info/mv_sp.jpg);
  }
  .info .under_headWrap .head_img{
    background-image: url(../img/info/mv_sp.jpg);
  }

}


.under_sec{
  padding-top: 85px;
}
.under_sec + .under_sec{
  padding-top: 110px;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_sec{
    padding-top: 50px;
  }
  .under_sec + .under_sec{
    padding-top: 75px;
  }

}


/* sec_career-info sec_info
***************************************************************/
.tab-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.career-info .tab-container{
  gap: 15px 1.1%;
}
.info .tab-container{
  gap: 15px 2%;
}
.tab-container .tab{
  height: 100px;
  font-size: 25px;
  border: 2px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-container .tab.active {
  background-color: var(--white);
  color: var(--d_gray);
}
@media all and (min-width:1024px){
  .career-info .tab-container .tab{
    width: 19.1%;
    font-size: clamp(19px, 1.5vw, 25px);
  }
}
@media all and (max-width:1023px) and (min-width:768px){
  .career-info .tab-container .tab{
    width: 32.6%;
  }
}

.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}


.content-container{
  padding: 25px 0 45px;
  margin-top: 75px;
}
.content-container dl{
  display: flex;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid var(--white);
  padding: 20px 40px;
}
.content-container dl dt{
  width: 21%;
  max-width: 220px;
  min-width: 110px;
  flex-shrink: 0;
  padding-right: 2%;
}

.content-container dl dd p + p{
  margin-top: 2em;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .info .tab-container .tab{
    width: 49%;
    font-size: clamp(19px, 1.5vw, 25px);
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .tab-container .tab{
    width: 100%;
    height: 64px;
    font-size: 20px;
    gap: 10px 0;
  }

  .content-container{
    padding: 15px 0 45px;
  }
  .content-container dl{
    padding: 15px 0;
  }


}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

