@charset "UTF-8";
body {
  overflow-x: hidden;
}

.topGnavi {
  padding-bottom: 8px !important;
}

.topGnavi__noSticky {
  box-shadow: none !important;
}

html.common .header_breadcrumb {
  display: none;
}

#joboffer_list {
  -webkit-text-size-adjust: 100%;
  min-width: 950px;
  background-color: #fff;
  text-align: justify;
}
#joboffer_list * {
  box-sizing: border-box;
}
#joboffer_list .sp {
  display: none;
}
#joboffer_list .inner {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 80px;
  position: relative;
}
#joboffer_list .heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  padding-bottom: 8px;
  margin: 80px 0 30px;
  position: relative;
}
#joboffer_list .heading:first-child {
  margin-top: 0;
}
#joboffer_list .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(to right, #D9E2FE, #FACFD3);
}
#joboffer_list .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 35px;
}
#joboffer_list .tags li {
  padding: 0.6em 1em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #555;
  border-radius: 1.1em;
  border: 1px solid #00AAEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#joboffer_list .tags li.active {
  background-color: #00AAEB;
  color: #fff;
}
#joboffer_list .tags li::before {
  content: "#";
}
@media (hover: hover) {
  #joboffer_list .tags li {
    transition: all 0.2s;
  }
  #joboffer_list .tags li:hover {
    background-color: #00AAEB;
    color: #fff;
  }
}
#joboffer_list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#joboffer_list .list.-job li .thumb {
  aspect-ratio: 640/436;
}
#joboffer_list .list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 45px) / 4);
  padding: 10px 10px 15px;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.08);
}
#joboffer_list .list li[data-tag*=イチオシ特集]::before {
  content: "イチオシ";
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #E61F19;
  width: 72px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#joboffer_list .list li a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#joboffer_list .list li .thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 1280/670;
  object-fit: cover;
}
#joboffer_list .list li .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 2.8em;
  max-height: 2.8em;
}
@media (hover: hover) {
  #joboffer_list .list li {
    transition: all 0.2s;
  }
  #joboffer_list .list li:hover {
    opacity: 0.6;
  }
}
#joboffer_list .bnr {
  margin: 60px auto;
  display: block;
  width: 482px;
}
#joboffer_list .bnr img {
  width: 100%;
}
@media (hover: hover) {
  #joboffer_list .bnr {
    transition: all 0.2s;
  }
  #joboffer_list .bnr:hover {
    opacity: 0.6;
  }
}
#joboffer_list .btn-reg {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 520px;
  height: 80px;
  border-radius: 40px;
  background-color: #ff0000;
}
#joboffer_list .btn-reg::after {
  content: "";
  width: 35px;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/v2/btn_reg_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
#joboffer_list .btn-reg em {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.03em;
}
#joboffer_list .btn-reg span {
  width: 80px;
  height: 38px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
  background-color: #fff;
}
@media (hover: hover) {
  #joboffer_list .btn-reg {
    transition: all 0.2s;
  }
  #joboffer_list .btn-reg:hover {
    opacity: 0.6;
  }
}
#joboffer_list .btn-share {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.03em;
}
#joboffer_list .btn-share::before {
  content: "";
  width: 22px;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/v2/logo_x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #joboffer_list .btn-share {
    transition: all 0.2s;
  }
  #joboffer_list .btn-share:hover {
    opacity: 0.6;
  }
}