/*slickスライダーここから*/

/*slickスライダー見出し*/
.slider-midashi{
    color:#000000;
font-size:28px;
    font-weight:600;
    text-align:center;
}

@media screen and (max-width:469px){
.slider-midashi{
font-size:16px;
    }
}


/*slickスライダー*/

.slider-wrapper{
    overflow:hidden;
   background-color:#efefef;
}

.bxslider{
     position: relative;
  left: 34vw; /* (100vw - SlideWidth) / 2 */ 
  overflow: visible !important;
}

.slide {
margin:1.5rem;
padding:0rem;
  width: 32vw !important;
  height: auto;
    background-color:#fff;
border:1px solid #000000;
border-radius:8px;

}



@media screen and (max-width:1000px){
    .bxslider{
    left:0;}    
    
.slide {
margin:1rem;
padding:0rem;
  width: 330px !important;
  height: auto;
    background-color:#fff;
border:1px solid #000;
border-radius:8px;
}
}

/*求人の内容*/	
.job-ttl{
padding:2rem;
background-color:#000000;
border-radius:8px 8px 0px 0px;
color:#fff;
}

.job-ttl p {
margin-bottom:0;
}

.co-name{
font-size:22px;
font-weight:bold;
margin-bottom:0.5em;
}

.job-name{
font-size:16px;
font-weight:bold;
}

.income{
margin-top:5px;
padding:0 1em;
display:inline-block;
font-size:16px;
font-weight:bold;
background-color :#ffdc4d;
color: #000;
}


.job-table{
padding:0rem 2rem 2rem 2rem;
}

table{
table-layout: fixed;  /* table要素に指定することで、幅を固定 */
  width: 100%;
}

td.tr-ttl{
width:80px;
    color:#000000;
    font-weight:bold;
}

.job-btn{
    margin:0 auto;
    padding:1rem;
    width:300px;
height:auto;
    background-color:#001167;
    border-radius:150px;
    margin-bottom:2rem;
    text-align:center;
}

.job-btn a{
color:#fff;
    
    font-size:16px;
    font-weight:bold;
}


.job-tag{
    padding:2rem 0rem 2rem 0rem;
    display:flex;
    flex-flow:column;
}

.tag-wrap{
margin-bottom:5px;
    text-align:center;
}


.tag-wrap span{
    display:inline-block;
    margin-right:1rem;
    background-color:#efefef;
    border:1px solid #eeeeee;
    width:180px;
    padding:0.5rem;
    color:#666;
    font-weight:normal;
}

.tag-wrap span:last-child{
margin-right:0px;}

.tag-wrap span.tag-blue{
    background-color:#0021ff;
    border:1px solid #0021ff;
    color:#fff;
     font-weight:bold;
}





/*.slide p {
  width: 80%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #999;
  color: #EEE;
}
*/

/* TAB SP*/

@media screen and (max-width:1000px){
.co-name{
font-size:18px;
margin-bottom:0.5em;
}

.job-name{
font-size:16px;
    }
    
    .job-table td.tr-ttl{
        padding-bottom:0;
        width:80px !important;
}
    
        .job-table td.tr-txt{
        padding-top:0;
}
    
    .job-tag{
    padding:1rem 1rem 1rem 1rem;
}
    

.tag-wrap span{
    font-size:11px;
     margin-right:0.5rem;
    width:130px;
    padding:0.5rem;
 
}
    
    
.job-btn{
    margin:0 auto;
    padding:1rem;
    width:200px;
height:auto;
    border-radius:100px;
    margin-bottom:2rem;
}

    .job-btn a{
    font-size:14px;
    font-weight:bold;
}
    
    
}

/* bxSlider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;

}

.bx-viewport{
height:auto !important;
     background-color:#fff;
}

/*slickスライダーここまで*/

/*ーーーーーーーーーーーーーーーーー転職成功事例　タブ切り替えテーブル　ここからーーーーーーーーーーーーーーー*/

/* タブ切り替えテーブル 基礎*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
  }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #efefef;
    display: block;
    order: -1;
  }
  .tab-label {
    font-size: 16px;
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
  }
  
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }

  .tab-label br{
    display: none;
  }

  @media screen and (max-width: 500px) {
    .tab-label{
        font-size: 10px;
    }

    .tab-label br{
      display: block;
    }
  }


  
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  
  .tab-switch:checked+.tab-label {
    background: #000000;
  }
  
  .tab-switch:checked+.tab-label+.tab-content { 
    display: flex;
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  
  .tab-switch {
    display: none;
  }
  
  /* ここからタブ内コンテンツ PC*/
  .tab-flexbox {
    display: flex;
    padding:2rem;
  }

  .tab-img{
    max-width: 100%;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    margin:2rem 4rem 2rem 0;
  }



  .tab-text .tab-text-ttl{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #000000;
  }

  .tab-text .tab-text-subttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
  }

  .tab-text .tab-text-subttl p:first-child{
    margin-bottom: 5px;
  }

  .tab-text .tab-text-text{
    font-size: 16px;
  }

  .tab-text span.text-red{
    color: #0021ff;
    font-weight: bold;
  }

  /* ここからタブ内コンテンツ SP*/
  
  @media screen and (max-width: 500px) {
    .tab-flexbox {
      flex-direction: column; /* デバイスが500px以下の時は並び順を逆順にする */
   justify-content: center;
      padding: 1rem;
     
    }

    .tab-img{
        width: 150px;
        height: 150px;
        flex-shrink: 0;
        margin: 0 auto 1.5rem;
      }

      .tab-text .tab-text-ttl{
        font-size: 20px;
      }

      .tab-text .tab-text-ttl br{
        display: none;
      }

      .tab-text .tab-text-subttl{
        font-size: 18px;
        line-height: 20px;
      }
      .tab-text .tab-text-text{
        font-size: 14px;
      }


  }
  
  /* タブ切り替えテーブル 基礎 ここまで*/


  /* タブ切り替えテーブル 装飾　*/
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #000000;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #000000;
    position: relative;
}


/*ーーーーーーーーーーーーーーーーー転職成功事例　タブ切り替えテーブル　ここまでーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーー見出しーーーーーーーーーーーーーーー*/
.section-midashi{
    color:#000;
font-size:28px;
    font-weight:bold;
    text-align:center;
    margin-top:60px;
}

.sp{
display:none;}

@media screen and (max-width:469px){
.section-midashi{
font-size:16px;
     margin-top:40px;
    }
    
    .sp{
display:block;}
}




/*ーーーーーーーーーーーーーーー見出しここまでーーーーーーーーーーーーーーー*/

/*ーーーーーーーーーーーーーーーロゴ横スクロールーーーーーーーーーーーーーーー*/

.slider {
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
}

.slider-list {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 18s infinite linear;
    list-style: none;
}

.slider-item {
    width: 130px;
    height: auto;
    margin: 10px 10px;
}

@media screen and (max-width: 479px) {
 .slider-item {
    width: 80px;
    height: auto;
    margin: 0 10px;
}
}


.slider-item img {
    width: 100%;
    object-fit: contain;
}

@keyframes slideShow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }

}

/*ーーーーーーーーーーーーーーーロゴ横スクロールここまでーーーーーーーーーーーーーーー*/

