@charset 'UTF-8';
/* ----------------------------------------------------
  TOPページにフリースペース用のCSSファイル
  ※ページ全体使用のCSS 及び 動的部分にかかるCSS は
    static配下「module_index.css」に管理している
---------------------------------------------------- */

/* ----------------------------------------------------
  フリースペース「index_PC_hero_area」で利用するCSS
---------------------------------------------------- */
#hero.logout  {
  position: relative;
  height: 420px;
  background-color: #fedf32;
  background-image: url(../img/top_img.png);
  background-repeat: no-repeat;
  background-position: center;
}
.cm-link {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.cm-link a {
  position: absolute;
  top: 157px;
  right: 110px;
  padding: 5px 28px 5px 16px;
  font-size: 12px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.7);
}
.cm-link a:hover {
  color: #06c;
  text-decoration: none;
}
.cm-link a:before,
.cm-link a:after{
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-sign:before{
  left: 140px;
  width: 4.5px;
  height: 4.5px;
  border-top: 2px solid #06c;
  border-right: 2px solid #06c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ----------------------------------------------------
  フリースペース「index_PC_news」で利用するCSS
---------------------------------------------------- */
#hero .notification {
  height: 15px;
  width: 980px;
  margin: 0 auto;
}
#hero.login .notification {
  padding: 15px 0 2px;
}
#hero.logout .notification {
  padding-top: 14px;
}
#hero .link {
  margin-bottom: 8px;
  line-height: 1.3;
  display: none;
  margin-bottom: 0; 
}

/* ----------------------------------------------------
  フリースペース「index_PC_pickup」で利用するCSS
---------------------------------------------------- */
#feature {
  position: relative;
  padding-bottom: 32px;
}
#feature ul {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
#feature ul li {
  width: 230px;
  margin-right: 20px;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.1));
}
#feature ul li:nth-child(4) {
  margin-right: 0px;
}
#feature ul .slick-dots {
  display: block;
}
#feature ul .slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
}
#feature ul li:last-child {
  margin-right: 0;
}
#feature ul li .feature-thumb {
  height: 121px;
  overflow: hidden;
}
#feature ul li img {
  width: 100%;
  transition-duration: 0.5s;
}
#feature ul li:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
#feature ul li .feature-inner {
  height: 43px;
  padding: 18px 12px;
  background-color: #fff;
}
#feature ul li .feature-inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 43px;
  font-size: 13px;
  line-height: 1.8;
}
/* ----------------------------------------------------
  フリースペース「index_PC_pickup」
    ※カルーセルで利用するCSS
---------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  border: 1px solid #100f66;
  border-radius: 50%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #100f66;
}

/* ----------------------------------------------------
  応募必須情報記入済みの場合、フリースペース「index_PC_now_recommend」
  それ以外の場合、フリースペース「index_PC_recommend」
  で利用するCSS
---------------------------------------------------- */
#recommend h2 {
  margin-bottom: 15px;
}
#recommend ul {
  display: flex;
  flex-wrap: wrap;
}
#recommend ul li {
  width: 165px;
  margin-right: 16px;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.1));
}
#recommend ul li:last-child {
  margin-right: 0;
}
#recommend ul li a:hover {
  text-decoration: none;
}
#recommend ul li a:hover .job-offer .occupation {
  text-decoration: underline;
}
#recommend ul li img {
  width: 100%;
  display: inline;
}
#recommend ul li .job-offer {
  height: 66px;
  padding: 18px 12px;
  background-color: #fff;
}
#recommend .job-offer .company {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 19px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
}
#recommend .job-offer .occupation {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 36px;
  font-size: 11px;
  line-height: 1.8;
}

/* ----------------------------------------------------
  フリースペース「index_PC_new_company_name」で利用するCSS
---------------------------------------------------- */
#new-job {
  width: 238px;
  margin: 28px 0 15px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
#new-job h2 {
  margin: 20px 14px 0;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}
#new-job h2 span {
  padding-left: 5px;
  font-size: 12px;
  color: #eb4d25;
}
#new-job .mod-link-list-horizontal {
  margin: 0 15px;
  padding: 15px 0 20px;
}
#new-job .mod-link-list-horizontal > li {
  display: inline;
  float: inherit;
  line-height: 1.8;
}

/* ----------------------------------------------------
  フリースペース「index_PC_new_company_logo」で利用するCSS
---------------------------------------------------- */
#new-job .new-logo {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 2px;
}
#new-job .new-logo a {
  width: 90px;
  margin: 0 18px 20px 0;
  display: inline;
  opacity: 1;
}
#new-job .new-logo a:nth-child(2n) {
  margin-right: 0;
}
#new-job .new-logo a img {
  width: 100%;
}

/* ----------------------------------------------------
  フリースペース「index_PC_top_text_area」で利用するCSS
---------------------------------------------------- */
#topbanner .top-text {
  margin-left: 0!important;
  padding: 0 14px 20px;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #d3d3d3;
  background-color: #f3f3f3;
  overflow: hidden;
  zoom: 1;
}
#topbanner .top-text p {
  display: inline-block;
}
#topbanner .top-text-company-name {
  padding-left: 6px;
  background-image: url(/common/img/parts/icon_arrow_right05.png);
  background-repeat:  no-repeat;
  background-position-x: left;
  background-position-y: 6px;
}
#topbanner .top-text a:hover p {
  text-decoration: underline;
}
#topbanner .top-text li {
  margin-right: 0!important;
  padding: 18px 0;
  border-bottom: 1px solid #d3d3d3;
}
#topbanner .top-text li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* ----------------------------------------------------
  フリースペース「index_PC_feature_articles」で利用するCSS
---------------------------------------------------- */
#special .special-title {
  display:flex;
  justify-content:space-between;
}
#special h2 {
  margin-bottom: 18px;
}
#special .special-title p {
  margin-top: 8px;
}
#special .arrow {
  padding-left: 16px;
  font-size: 13px;
  background: url(/common/img/module/top/icon_arrow_right04.png) left .2em no-repeat;
}
#special ul {
  display: flex;
  flex-wrap: wrap;
}
#special ul li {
  width: 230px;
  margin-right: 20px;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.1));
}
#special ul li:last-child {
  margin-right: 0;
}
#special ul li .special-thumb {
  height: 121px;
  overflow: hidden;
}
#special ul li img {
  width: 100%;
  transition-duration: 0.5s;
}
#special ul li img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
#special ul li .special-inner {
  height: 64px;
  padding: 18px 12px;
  background-color: #fff;
}
#special ul li .special-inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 64px;
  font-size: 13px;
  line-height: 1.8;
}

/* ----------------------------------------------------
  フリースペース「index_PC_bottom_area」
    転職ノウハウなどの部分で利用するCSS
---------------------------------------------------- */
#knowhow {
  background-color: #fffcdd;
  border-top: 2px solid #edecec;
  border-bottom: 2px solid #edecec;
}
#knowhow .inner {
  width: 980px;
  margin: 0 auto;
  padding: 38px 0 35px 0;
}
#knowhow .knowhow-title,
#knowhow .et-title,
#knowhow .st-title {
  display:flex;
  justify-content:space-between;
}
#knowhow h2 {
  margin-bottom: 18px;
  font-size: 20px;
}
#knowhow h2 a {
  color: #000;
  text-decoration: none;
}
#knowhow .knowhow-title p,
#knowhow .et-title p,
#knowhow .st-title p {
  margin-top: 8px;
}
#knowhow .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#knowhow .knowhow-type {
  width: 314px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  box-sizing: border-box;
}
#knowhow .knowhow-type .wrap {
  border-bottom: 1px dotted #d6d6d6;
}
#knowhow .knowhow-type .wrap a:hover, a:active {
  text-decoration: none;
}
#knowhow .knowhow-type .wrap h3 {
  margin: 15px 0 8px 10px;
  font-size: 16px;
  color: #000;
}
#knowhow .knowhow-type .wrap p {
  color: #000;
  margin: 5px 10px 10px;
}
#knowhow .knowhow-type ul {
  margin: 10px 0 0 15px;
}
#knowhow .knowhow-type ul li {
  margin-bottom: 5px;
}
#knowhow .web-magazine {
  width: 472px;
  float: left;
}
#knowhow .web-magazine .post {
  width: 228px;
  height: 202px;
  float: left;
  margin-right: 15px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.1));
}
#knowhow .web-magazine .post:last-of-type {
  margin-right: 0;
}
#knowhow .web-magazine img {
  width: 228px;
  height: 122px;
}
#knowhow .web-magazine .title {
  position: relative;
  height: 42px;
  overflow: hidden;
  line-height: 1.8;
  font-size: 13px;
  display: inline-block;
  padding: 18px 12px 0;
}
#knowhow .web-magazine .title::before {
  content: '...';
  position: absolute;
  top: 37px;
  left: 198px;
  width: 14px;
  padding-left: 1px;
  background-color: #fff;
}
#knowhow .web-magazine .title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 200px;
  background-color: #fff;
}
#knowhow .arrow {
  padding-left: 16px;
  font-size: 13px;
  background: url(/common/img/module/top/icon_arrow_right04.png) left .2em no-repeat;
}

/* ----------------------------------------------------
  フリースペース「index_PC_bottom_area」
    その他の条件から求人を探すなどの部分で利用するCSS
---------------------------------------------------- */
#nav-outer {
  background-color: #f3f3f3;
}
#nav-outer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 35px 0;
}
.headline h2 {
  margin-bottom: 15px;
  padding-left: 5px;
}
.headline h2:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 19px;
  top: 4px;
  left: -5px;
  border-radius: 3px;
}
#nav-outer .gray h2:before {
  background: #ccc;
}
#nav-outer .wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d6d6d6;
  margin-bottom: 15px;
}
#nav-outer section:last-child .wrap{
  margin-bottom: 0;
  border-bottom: none;
}
#nav-outer .item {
  width: 310px;
  margin-right: 30px;
}
#nav-outer .item:nth-child(3n) {
  width: 300px;
  margin-right: 0;
}
#nav-outer .item h3 {
  margin-bottom: 8px;
}
#nav-outer .text {
  height: 45px;
}
#nav-outer ul.location  {
  display: flex;
}
#nav-outer ul.location li a {
  padding: 0 15px;
  border-right: 1px solid #d6d6d6;
}
#nav-outer ul.location li:first-child a {
  padding-left: 0;
}
#nav-outer ul.location li:last-child a {
  border-right: none;
}

/* ----------------------------------------------------
  フリースペース「index_PC_brand」で利用するCSS
---------------------------------------------------- */
#sidebar .banner-area {
  margin: 15px 0 28px 0;
  text-align: center;
}
#sidebar .banner-area img {
  width: 219px;
}

/* IE専用CSS */
@media all and (-ms-high-contrast: none){
  /* ----------------------------------------------------
    カルーセル・行動履歴・求人特集 IEの三点リーダー対応
  ---------------------------------------------------- */
  /* １行のみの三点リーダー対応 */
  #recommend .job-offer .company {
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  /* 複数行の三点リーダー対応 */
  #feature ul li .feature-inner p,
  #recommend .job-offer .occupation,
  #special ul li .special-inner p {
    position: relative;
  }
  #feature ul li .feature-inner p::before,
  #recommend .job-offer .occupation::before,
  #special ul li .special-inner p::before {
    content: '...';
    position: absolute;
    background-color: #fff;
    right: 0px;
  }
  #feature ul li .feature-inner p::before {
    top: 19px;
  }
  #recommend .job-offer .occupation::before {
    top: 16px;
  }
  #special ul li .special-inner p::before {
    top: 43px;
  }
  #feature ul li .feature-inner p::after,
  #recommend .job-offer .occupation::after,
  #special ul li .special-inner p::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 188px;
    background-color: #fff;
  }
  #recommend .job-offer .occupation::after {
    left: 123px;
  }
}