.txt_orange{
  color: #eb7625 !important;
}
.txt_orange::before{
  border-color: #eb7625 !important;
}
.txt_black,
.txt_black a{
  color: #464646 !important;
}

.lyt-fig01{
  position: relative;
}
.lyt-fig01_img.border{
  position: relative;
}
.lyt-fig01_img.border:after{
  content: "";
  display: block;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.lyt-fig05 img{
  max-width: 100%;
}
.lyt-fig01 .link-list01{
  z-index: 3;
  position: relative;
}
.lyt-fig01_txt .mark{
  font-size: 24px;
  margin-left: -1ex;
}

.bnr_certification h2,
.bnr_certification p,
.bnr_specialist h2,
.bnr_specialist p,
.bnr_certifications h2,
.bnr_certifications p{
  z-index: 3;
  position: relative;
  pointer-events: none;
}
@media all and (min-width: 1360px){
  .bnr_specialist,
  .bnr_certification,
  .bnr_certifications{
    min-height: calc(416 / (1055 + 240) * 1360px);
  }
}

@media all and (min-width: 768px) and (max-width:1360px){
  .bnr_specialist,
  .bnr_certification,
  .bnr_certifications{
    min-height: calc(416 / (1055 + 240) * 100vw);
  }
}
@media all and (min-width: 768px){
  .bnr_certification>a,
  .bnr_specialist>a,
  .bnr_certifications>a{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
  }
  .bnr_certification>a{
    background: url(/assets_renew/img/career_image02.jpg) center no-repeat;
    background-size: cover;
  }
  .bnr_specialist>a{
    background: url(/career/images/img_idx_04.jpg) center no-repeat;
    background-size: cover;
  }
  .bnr_certifications>a{
    background: url(/career/images/img_idx_01.jpg) center no-repeat;
    background-size: cover;
  }
  .bnr_certification>a:hover{
    opacity: 0.8;
  }
  .bnr_specialist>a:hover{
    opacity: 0.8;
  }
  .bnr_certifications>a:hover{
    opacity: 0.8;
  }
  .bnr_certification .lyt-fig01_txt,
  .bnr_specialist .lyt-fig01_txt,
  .bnr_certifications .lyt-fig01_txt{
    position: relative;
  }
}

@media all and (min-width: 768px){
  .d-flex-pc{
    display: flex;
  }
}

.careercontent .content-inner2{
  position: relative;
  padding: 0 39px;
}
@media all and (max-width: 767px){
  .careercontent .content-inner2{
    position: relative;
    padding: 0 1.7rem;
  } 
}

/* ------------------------------------------------------------------ */
/* .resizefont_h2 */
@media all and (min-width: 768px) and (max-width: 1360px) {
  .resizefont_h2{
    font-size: calc((32 / (1360 - 240)) * (100vw - 240px)) !important;
  }
}
@media all and (max-width: 767px){
  .resizefont_h2{
    /* font-size: calc((32 / 1120) * 100vw) !important; */
    font-size: 0.875rem !important;
  }
  .resizefont_h2::before{
    /* width: calc((32 / 1.41 / 1120) * 100vw) !important;
    height: calc((32 / 1.41 / 1120) * 100vw) !important; */
    width: calc(0.875rem / 1.4142) !important;
    height: calc(0.875rem / 1.4142) !important;
  }
}

/* ------------------------------------------------------------------ */
/* .tabnavigation */
.tabnavigation{
  /* border-bottom: #eb7625 2px solid; */
  overflow: auto;
}
.tabinner{
  display: flex;
  justify-content: center;
  width: calc(160px * 4);
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
}
.tabinner .tab_item{
  min-width: 160px;
  height: 70px;

  /* border: #eb7625 2px solid; */
  /* border-width: 2px 2px 0; */
  /* border-radius: 5px 5px 0 0; */
  box-sizing: border-box;
}
.tabinner .tab_item a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tabinner .tab_item:not(:last-child){
  /* margin-right: 8px; */
}
.tabinner .tab_item a{
  /* color: #eb7625; */
}

.tabinner .tab_item.current{
  /* background: #eb7625; */
}
.tabinner .tab_item.current a{
  /* color: #ffffff; */
}

@media all and (min-width: 768px){
  .tabinner .tab_item .career:hover{
    background: url(/assets_renew/img/step1_active.png);
  }
  .tabinner .tab_item .career2:hover{
    background: url(/assets_renew/img/step2_active.png);
  }
  .tabinner .tab_item .career3:hover{
    background: url(/assets_renew/img/step3_active.png);
  }
  .tabinner .tab_item .career4:hover{
    background: url(/assets_renew/img/step4_active.png);
  }
  .tabinner .tab_item .career:hover img{
    visibility: hidden;
  }
  .tabinner .tab_item .career2:hover img{
    visibility: hidden;
  }
  .tabinner .tab_item .career3:hover img{
    visibility: hidden;
  }
  .tabinner .tab_item .career4:hover img{
    visibility: hidden;
  }
}
@media all and (max-width: 767px){
  .tabnavigation{
    
  }
  .tabinner{
    width: 100%;
    padding: 0 4px;
  }
  .tabinner .tab_item{
    min-width: 0;
    width: calc( 100% / 4 );
    height: calc(70/(160*4) * 100vw);
  }
  .tabinner .tab_item:not(:last-child){
    margin-right: 0;
  }
  .tabinner .tab_item a{
    font-size: calc(10/320 * 100vw);
    white-space: nowrap;
  }
  .tabinner .tab_item a img{
    width: 100%;
  }
}

/* ------------------------------------------------------------------ */
/* .link-thumblist */

.link-thumblist li{
  position: relative;
  padding-left: calc(225px + 1em);
  min-height: 225px;
}
.link-thumblist.addmovie li{
  padding-left: 0;
  min-height: 0;
}
.link-thumblist .thumbnailset{
  position: relative;
  padding-left: calc(225px + 1em);
  min-height: 225px;
}
.link-thumblist li .thumb{
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 768px){
  .link-thumblist li figure a:hover{
    opacity: 0.6;
  }
}
@media all and (max-width: 600px){
  .link-thumblist li{
    padding: 0;
    margin-bottom: 3em;
  }
  .link-thumblist.addmovie li{
    margin-bottom: 0;
  }
  .link-thumblist .thumbnailset{
    padding: 0;
    margin-bottom: 1em;
  }
  .link-thumblist li .thumb{
    position: relative;
    left: 0;
  }
  .link-thumblist li .thumb img{
    width: 100%;
  }
}

/* ------------------------------------------------------------------ */
/* .movie */

.movie{
  width: 100%;
  height: 0;
  padding:56.25% 0 0 0;
  position: relative;
}

.movie iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}