#lc.lc-top {
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  color: #000;
  text-align: justify;
}
#lc.lc-top * {
  box-sizing: border-box;
}
#lc.lc-top .sp {
  display: none !important;
}
#lc.lc-top .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#lc.lc-top p {
  font-size: 16px;
  line-height: calc(30 / 16);
}
#lc.lc-top h2 {
  font-size: 40px;
  line-height: calc(54 / 40);
  font-weight: normal;
  text-align: center;
  margin: 0 auto 25px;
  padding-top: 15px;
}
#lc.lc-top h2 img {
  width: 100%;
}
#lc.lc-top .mv {
  background-image: url(../img/top/pc/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto calc(1600px / 2);
  padding: 50px 0 65px;
}
#lc.lc-top .mv h1 {
  width: calc(1894px / 2);
  margin: 0 auto 170px;
}
#lc.lc-top .mv h1 img {
  width: 100%;
}
#lc.lc-top .mv .block {
  padding-left: 215px;
}
#lc.lc-top .mv p {
  text-align: justify;
}
#lc.lc-top .mv .catch {
  font-size: 20px;
  line-height: calc(32 / 20);
  font-weight: 600;
  margin-bottom: 30px;
}
#lc.lc-top .spacialContents,
#lc.lc-top .jobSearch,
#lc.lc-top .searchByCriteria {
  padding-top: 200px;
  position: relative;
}
#lc.lc-top .spacialContents::before,
#lc.lc-top .jobSearch::before,
#lc.lc-top .searchByCriteria::before {
  content: "";
  position: absolute;
  left: 0;
  right: 1px;
  top: 0;
  width: 0;
  height: 200px;
  display: block;
  margin: 0 auto;
  border-left: 1px solid #000;
}
#lc.lc-top .spacialContents .heading {
  width: calc(638px / 2);
  display: block;
  margin: 15px auto 25px;
}
#lc.lc-top .spacialContents .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  background-color: #000;
  margin: 0 auto 5px;
  padding: 0 6px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lc.lc-top .spacialContents h2 {
  margin-bottom: 35px;
}
#lc.lc-top .spacialContents .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
#lc.lc-top .spacialContents .list li {
  width: 50%;
  height: 400px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  padding-right: 220px;
}
#lc.lc-top .spacialContents .list li:hover .ph img {
  transform: scale(1.05);
}
#lc.lc-top .spacialContents .list li:hover .more {
  color: #fff;
  background-color: #00aef2;
  background-image: url(../img/top/pc/arrow_white.png);
}
#lc.lc-top .spacialContents .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid #000;
}
#lc.lc-top .spacialContents .list li:nth-of-type(1)::before, #lc.lc-top .spacialContents .list li:nth-of-type(2)::before {
  border-top: 1px solid #000;
}
#lc.lc-top .spacialContents .list li:nth-of-type(2)::before, #lc.lc-top .spacialContents .list li:nth-of-type(6)::before {
  border-right: 1px solid #000;
}
#lc.lc-top .spacialContents .list li:nth-of-type(3)::before {
  border-left: 1px solid #000;
}
#lc.lc-top .spacialContents .list a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#lc.lc-top .spacialContents .list .logo {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lc.lc-top .spacialContents .list .logo img {
  width: var(--pc-logo-img-width, calc(350px / 2));
}
#lc.lc-top .spacialContents .list .ph {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#lc.lc-top .spacialContents .list .ph img {
  height: 100%;
  transition: transform 0.3s;
}
#lc.lc-top .spacialContents .list p {
  padding-left: 30px;
}
#lc.lc-top .spacialContents .list .company {
  font-size: 13px;
  line-height: calc(20 / 13);
  margin-bottom: 5px;
}
#lc.lc-top .spacialContents .list .name {
  font-size: 18px;
  line-height: calc(23 / 18);
  font-weight: 700;
}
#lc.lc-top .spacialContents .list .ttl {
  position: absolute;
  left: 0;
  bottom: var(--pc-ttl-bottom, 60px);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#lc.lc-top .spacialContents .list .ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  height: 30px;
  padding: 0 8px;
  text-align: left;
  width: max-content;
}
#lc.lc-top .spacialContents .list .more {
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../img/top/pc/arrow_black.png);
  background-repeat: no-repeat;
  background-size: calc(16px / 2) auto;
  background-position: right 15px center;
  transition: all 0.3s;
}
#lc.lc-top .jobSearch .searchByOccupation {
  margin-top: 40px;
  position: relative;
}
#lc.lc-top .jobSearch .searchByOccupation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
  display: block;
  background-image: url(../img/top/pc/searchByOccupation_bg.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 50px) top;
  background-size: auto 100%;
  background-color: #f2f2f2;
}
#lc.lc-top .jobSearch .searchByOccupation .inner {
  padding-top: 120px;
}
#lc.lc-top .jobSearch .searchByOccupation h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 31px;
  line-height: 1;
  font-weight: normal;
  margin: 0 auto;
  padding-top: 100px;
  width: calc(100% / 3);
  height: 401px;
  background-image: url(../img/top/pc/searchByOccupation_h3_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto calc(800px / 2);
  border-bottom: 1px solid #000;
  background-color: #f2f2f2;
}
#lc.lc-top .jobSearch .searchByOccupation h3 .large {
  font-size: 40px;
  display: block;
  margin-bottom: 0.25em;
}
#lc.lc-top .jobSearch .searchByOccupation h3 em {
  font-style: normal;
  font-weight: 500;
}
#lc.lc-top .jobSearch .searchByOccupation h3::after {
  content: attr(data-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-top: 1.5em;
}
#lc.lc-top .jobSearch .list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
#lc.lc-top .jobSearch .list::before {
  content: "";
}
#lc.lc-top .jobSearch .list li {
  width: calc(100% / 3);
  height: 200px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: background-color 0.3s;
}
#lc.lc-top .jobSearch .list li:nth-of-type(1), #lc.lc-top .jobSearch .list li:nth-of-type(3) {
  margin-right: calc(100% / 3 - 1px);
}
#lc.lc-top .jobSearch .list li:nth-of-type(2), #lc.lc-top .jobSearch .list li:nth-of-type(4) {
  border-left: 1px solid #000;
}
#lc.lc-top .jobSearch .list li:nth-of-type(6) {
  padding-top: calc(14px * 21 / 14);
}
#lc.lc-top .jobSearch .list li:hover {
  background-color: #f2f2f2;
}
#lc.lc-top .jobSearch .list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  display: block;
  background-image: url(../img/top/pc/arrow_white.png);
  background-repeat: no-repeat;
  background-size: calc(16px / 2) auto;
  background-position: center;
}
#lc.lc-top .jobSearch .list a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#lc.lc-top .jobSearch .list .ttl {
  font-size: 24px;
  line-height: calc(34 / 24);
  font-weight: 700;
  margin-bottom: 20px;
}
#lc.lc-top .jobSearch .list .desc {
  font-size: 14px;
  line-height: calc(21 / 14);
}
#lc.lc-top .searchByCriteria {
  background-image: url(../img/top/pc/searchByCriteria_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-color: #000;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  padding-top: 0;
}
#lc.lc-top .searchByCriteria::before {
  top: -200px;
}
#lc.lc-top .searchByCriteria h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
#lc.lc-top .searchByCriteria h3 .large {
  font-size: 36px;
  font-weight: 500;
}
