@charset "utf-8";

/* ===============================================================
 section
=============================================================== */
#advisor{
  border-top: 1px solid #E5E5E5;
}
#mainConts {
  padding-top: 40px;
}
#mainConts.bgLgray {
  padding-bottom: 0;
}
#mainConts.bgLgray .contsIn{
  padding-bottom: 55px;
}
.mainClmn{
  align-items: flex-start;
}
.sideWrap .sideInner,
.mainWrap .jobWrap{
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #61B7D9;
}

.bgLgray .jobWrap{
  border: 1px solid #E5E5E5;
}
.bgLgray .jobWrap.withNoTxt{
  min-height: 138px;
}
.sideWrap{
  width: 305px;
}
.mainWrap{
  width: 780px;
}
@media screen and (max-width: 767px) {
  #advisor{
    padding-top: 58%;
    background-position: top 30px center;
  }
  #mainConts {
    padding-top: 20px;
  }
  #mainConts.bgLgray .contsIn{
    padding-bottom: 0;
  }
  .sideWrap,
  .mainWrap .jobWrap{
    border-radius: 8px;
  }
  .bgLgray .jobWrap.withNoTxt{
    min-height: 1px;
  }
  .bgLgray .jobWrap.withNoTxt .jobIn{
    padding-top: 20px;
  }
  .sideWrap,
  .mainWrap{
    width: 100%;
  }
  .mainSimpleTtl{
    padding: 0 4%;
  }

}
/* ===============================================================
 topWrap
=============================================================== */
#mainConts .topWrap{
  margin-bottom: 10px;
  align-items: baseline;
}
#mainConts .topWrap .numBox p{
  display: inline-block;
  vertical-align: baseline;
}
#mainConts .topWrap .numBox .current{
  font-size: 16px;
  margin-left: 10px;
}
#mainConts .topWrap .sortBox{
  margin-right: 30px;
}
#mainConts .topWrap .sortBox .ttl{
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
#mainConts .topWrap .sortBox .selectBox{
  width: 180px;
}
/*---------pagerItems---------*/
.pagerItems{
  font-size: 0;
}
.pagerItems .pagerItem{
  display: inline-block;
  margin: 0 2px;
}
.pagerItems .pagerItem:first-child{
  margin-left: 0;
}
.pagerItems .pagerItem:last-child{
  margin-right: 0;
}
.pagerItems .pagerItem_ellipsis{
  font-size: 14px;
}
.pagerItems .pagerItem a{
  display: block;
  background-color: #fff;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}
.pagerItems .pagerItem a:hover,
.pagerItems .pagerItem.is-active a{
  border: 1px solid #61B7D9;
  color: #61B7D9;
}
.pagerItems .pagerItem_prev,
.pagerItems .pagerItem_next{
  text-indent: -9999px;
  font-size: 1px;
  position: relative;
}
.pagerItems .pagerItem_prev:after,
.pagerItems .pagerItem_next:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #61B7D9;
  border-right: 2px solid #61B7D9;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.pagerItems .pagerItem_prev.disabled a,
.pagerItems .pagerItem_next.disabled a{
  pointer-events: none;
}
.pagerItems .pagerItem_prev.disabled:after,
.pagerItems .pagerItem_next.disabled:after{
  border-top: 2px solid #A4A4A4;
  border-right: 2px solid #A4A4A4;
}
.pagerItems .pagerItem_prev:after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); 
  margin: -5px 0px 0 -2px;
}
.pagerItems .pagerItem_next:after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
  margin: -5px 0px 0 -7px;
}
.mainWrap .pagerBox{
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pagerItems .pagerItem{
    display: inline-block;
    margin: 0 1px;
  }
  .pagerItems .pagerItem a{
    width: 28px;
    line-height: 28px;
  }
  .pagerItems .pagerItem_ellipsis {
    font-size: 12px;
  }
  .mainWrap .pagerBox{
    text-align: center;
    margin: 20px 0 0;
  }
}

/* ===============================================================
 sideWrap
=============================================================== */
.sideWrap .sideInner{
  padding: 20px 0;
}
.sideWrap > .btnConsult{
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #B01111;
}
.sideWrap > .btnConsult:after{
  margin: -2px 0 0 10px;
  width: 6px;
  height: 6px;
}
.sideWrap .sideInner > .ttl{
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px 20px;
}
.sideWrap .currentWrap{
  padding: 0 20px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.sideWrap .currentWrap .ttl{
  font-weight: bold;
  margin-bottom: 5px;
}
.sideWrap .currentWrap .status{
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sideWrap{
    margin-bottom: 20px;
  }
  .sideWrap .sideInner{
    padding: 10px 0 15px;
  }
  .sideWrap > .btnConsult{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sideWrap .sideInner > .ttl{
    font-size: 22px;
    padding: 0 4% 5px;
  }
  .sideWrap .currentWrap{
    padding: 0 4% 10px;
    border-bottom: 0;
  }
  .sideWrap .sp_accIn{
    display: none;
  }
  .sideWrap .sp_accBtn{
    display: block;
    width: 60%;
    margin: auto;
    text-align: center;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    padding: 6px 16px 6px 0;
    font-weight: bold;
  }
  .sideWrap .sp_accBtn:after {
    background-image: url(/assets/common/img/icon_plus_gray.svg);
    margin: -9px 0 0 0;
  }
  .sideWrap .sp_accBtn.open:after {
    background-image: url(/assets/common/img/icon_minus_gray.svg);
  }
}
/*---------searchBlock---------*/
.searchBlock{
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.searchBlock.keyword{
  margin: 0;
  padding: 20px;
}
.searchBlock .ttl{
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: left center;
  padding-left: 34px;
  margin-bottom: 10px;
}
.searchBlock .ttl.icon_skill{
  margin-bottom: 0;
}
.searchBlock .note{
  font-size: 14px;
  margin-bottom: 10px;
}
.sideWrap .searchBlock .checkbox{
  display: block;
  margin: 5px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .searchBlock{
    margin: 0 4%;
    padding: 15px 0;
  }
  .searchBlock.keyword{
    padding: 15px 4%;
  }
  .searchBlock .ttl{
    font-size: 18px;
    background-size: 24px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  .sideWrap .searchBlock .checkbox{
    margin: 3px 0 0 10px;
    font-size: 14px;
    width: calc(100% - 10px);
  }
}
/*---------btnTotalWrap---------*/
.sideWrap .btnTotalWrap{
  padding: 10px 20px 0;
  text-align: center;
}
.sideWrap .btnTotalWrap input{
  display: none;
}
.sideWrap .btnTotalWrap .btnSolid{
  border-radius: 8px;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sideWrap .btnTotalWrap .btnSolid:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: url(/assets/common/img/icon_search_wh.svg) no-repeat;
  background-size: contain;
  margin: -2px 0 0 10px;
}
.sideWrap .btnTotalWrap .btnClear{
  margin: 5px 0 0;
}
.sideWrap .btnTotalWrap .btnClear a{
  color: #A4A4A4;
}
.sideWrap .btnTotalWrap .btnClear a:hover{
  text-decoration: underline;
}
/* ===============================================================
 jobWrap
=============================================================== */
.jobWrap{
  position: relative;
}
.jobWrap + .jobWrap{
  margin-top: 30px;
}
.jobWrap.new:after{
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 40px;
  background: #B01111;
  color: #fff;
  padding: 1px 20px;
  font-weight: bold;
  font-style: italic;
  border-radius: 0 0 4px 4px;
}
.jobWrap .jobIn{
  padding: 40px 40px 20px;
}
.jobWrap .jobTtl{
  font-weight: bold;
  color: #61B7D9;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  white-space:pre-wrap;
}
.jobTtl:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .jobWrap + .jobWrap{
    margin-top: 20px;
  }
  .jobWrap.new:after{
    left: 4%;
    padding: 1px 15px;
  }
  .jobWrap .jobIn{
    padding: 35px 4% 20px;
  }
  .jobWrap .jobTtl{
    font-size: 20px;
  }
}
/*---------conditionWrap---------*/
.conditionWrap{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

/*---------jobTxt---------*/
.jobWrap .jobTxt{
  font-size: 14px;
  margin-bottom: 20px;
  height: 110px;
  overflow: hidden;
  position: relative;
}
.jobWrap .jobTxt:after{
  content: "";
  width: 100%;
  height: 25px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*---------jobInfo---------*/
.jobInfo .wrap{
  width: 49%;
  margin-bottom: 10px;
}
.jobInfo dt{
  width: 110px;
}
.jobInfo dd{
  width: 210px;
  max-height: 78px;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
}
.jobInfo dd:after {
  content: "";
  width: 100%;
  height: 25px;
  background-image: -moz-linear-gradient( 90deg, #EAEAEA 30%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, #EAEAEA 30%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, #EAEAEA 30%, rgba(255,255,255,0) 100%);
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
}
/*---------jobDtl---------*/
.jobWrap .jobDtl .imgBox{
  width: 170px;
}
.jobWrap .jobDtl .txtBox{
  width: 510px;
  height: 120px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.jobWrap .jobDtl .txtBox:after{
  content: "";
  width: 100%;
  height: 25px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 30%, rgba(255,255,255,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.jobWrap .jobDtl .txtBox .ttl{
  font-weight: bold;
  font-size: 20px;
}
/*---------btnWrap---------*/
.jobWrap .btnWrap{
  padding: 20px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}
.jobWrap .btnWrap a{
  display: inline-block;
  vertical-align: middle;
  width: 270px;
  font-size: 20px;
  margin: 0 5px;
}
.jobWrap .btnWrap .btnSolid{
  padding: 9px 15px;
}
.jobWrap .btnWrap .btnSolid:after{
  margin: -2px 0 0 15px;
}
.jobWrap .btnWrap .btnBdr{
  padding: 8px 20px;
}
.jobWrap .btnWrap .btnBdr:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/common/img/icon_file_blue.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  
  /*---------employWrap---------*/
  .conditionWrap{
    padding-bottom: 0;
    border-bottom: 0;
  }
  .jobWrap .jobTxt {
    line-height: 1.4;
    height: 80px;
  }
  /*---------jobInfo---------*/
  .jobInfo .wrap{
    width: 100%;
  }
  .jobInfo dt{
    width: 90px;
  }
  .jobWrap .jobInfo dd{
    width: calc(100% - 90px);
  }
  /*---------jobDtl---------*/
  .jobWrap .jobDtl.dispFlex{
    display: block;
  }
  .jobWrap .jobDtl .imgBox{
    width: 130px;
    float: left;
    padding: 0 10px 5px 0;
  }
  .jobWrap .jobDtl .txtBox{
    width: auto;
    line-height: 1.4;
    height: 80px;
  }
  .jobWrap .jobDtl .txtBox .ttl{
    font-size: 16px;
  }
  /*---------btnWrap---------*/
  .jobWrap .btnWrap{
    padding: 15px 3%;
  }
  .jobWrap .btnWrap a{
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .jobWrap .btnWrap .btnSolid{
    padding: 7px 2px;
  }
  .jobWrap .btnWrap .btnSolid:after{
    margin: -2px 0 0 2px;
  }
  .jobWrap .btnWrap .btnThink{
    padding: 7px 5px;
    margin-top: 5px;
  }
  .jobWrap .btnWrap .btnThink:after{
    width: 24px;
    height: 24px;
  }
}

/* ===============================================================
 jobWrap.none
=============================================================== */
.jobWrap.none{
  border: 1px solid #B01111;
}
.jobWrap.none .alartTtl{
  font-size: 24px;
  font-weight: bold;
  color: #B01111;
  margin-bottom: 10px;
}
.jobWrap.none .hintWrap{
  font-weight: bold;
}
.jobWrap.none .hintWrap .ttl{
  font-size: 20px;
}
.jobWrap.none .btnWrap{
  border: 0;
}
.jobWrap.none .btnWrap .btnSolid{
  width: auto;
}
.jobWrap.none .btnWrap .btnConsult{
  width: auto;
  background-color: #B01111;
}
.noTxt{
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .jobWrap.none .jobIn{
    padding: 15px 4% 0;
  }
  .jobWrap.none .alartTtl{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .jobWrap.none .btnWrap .btnSolid{
    width:100%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    padding: 13px 5px;
  }
  .jobWrap.none .btnWrap .btnConsult{
    margin-top: 10px;
  }
  .noTxt{
    font-size: 16px;
  }
}
/* ===============================================================
 sideCustom
=============================================================== */
#sideCustom{
  padding: 0;
}
#sideCustom .sideIn{
  background-color: #fff;
  border: 1px solid #EBEBEB;
  overflow: hidden;
  border-radius: 16px;
  width: 305px;
}
#sideCustom.fixed .sideIn{
  position: fixed;
  top: 0;
}
#sideCustom .ttl{
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
}
#sideCustom .ttl:before{
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 10px 0 0;
}
#sideCustom .icon_thinking:before{background-image: url(/assets/common/img/icon_file_blue.svg);}
#sideCustom .icon_history:before{background-image: url(/assets/common/img/icon_history_blue.svg);}
#sideCustom .active{
  background-color: #61B7D9;
  color: #fff;
}
#sideCustom .icon_thinking.active:before{background-image: url(/assets/common/img/icon_file_wh.svg);}
#sideCustom .icon_history.active:before{background-image: url(/assets/common/img/icon_history_wh.svg);}
@media screen and (max-width: 767px) {
  #sideCustom .sideIn{
    display: flex;
    width: 100%;
    border-radius: 8px;
  }
  #sideCustom.fixed{
    height: 45px;
  }
  #sideCustom.fixed .sideIn{
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 3%;
    margin: 0;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: 0;
  }
  #sideCustom.fixed .icon_thinking{
    border-radius: 8px 0 0 8px;
    border: 1px solid #EBEBEB;
  }
  #sideCustom.fixed .icon_history{
    border-radius: 0 8px 8px 0;
    border: 1px solid #EBEBEB;
    border-left: 0;
  }
  #sideCustom .ttl{
    width: 50%;
    font-size: 16px;
    padding: 8px 5px;
    background-size: 26px 26px;
    background-position: left 15px center;
    overflow: hidden;
    text-align: center;
  }
  #sideCustom .ttl:before{
    width: 26px;
    height: 26px;
    margin: -2px 5px 0 0;
  }
}
/* ===============================================================
 mvWrap
=============================================================== */
.mvWrap{
  margin-bottom: 30px;
}
.mvWrap .mvIn{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: flex-end;
  height: 290px;
  padding: 10px 40px;
  position: relative;
}
.mvWrap .mvIn:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 90%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 90%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 90%);
}
.mvWrap .ttl{
  z-index: 1;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.mvWrap .dtlTxt{
  background: #fff;
  line-height: 1.3;
  padding: 15px 40px;
  border-radius: 0 0 16px 16px;
}
.mvWrap .dtlTxt p{
  max-height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mvWrap{
    margin-bottom: 20px;
  }
  .mvWrap .mvIn{
    height: 180px;
    padding: 10px 4%;
  }
  .mvWrap .mvIn:before{
    height: 80px;
  }
  .mvWrap .ttl{
    font-size: 20px;
  }
  .mvWrap .dtlTxt{
    padding: 10px 4%;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
  }
  .mvWrap .dtlTxt p{
    max-height: 52px;
  }
}