.newRecruitWrap main.topMain {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .newRecruitWrap main.topMain {
    margin-top: -17vw;
  }
}

.recruitTopMv {
  width: 100%;
  height: 720px;
  background-image: url(/recruit/img/mv_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 0 0 0 420px;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .recruitTopMv {
    height: 102.9vw;
    background-image: url(/recruit/img/mv_sp.png);
    background-size: cover;
    border-radius: 0 0 0 42.5vw;
    margin-bottom: 14.8vw;
  }
}
.recruitTopMv .topCatch {
  width: 1116px;
  height: 720px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruitTopMv .topCatch {
    width: 100%;
    height: 102.9vw;
  }
}
.recruitTopMv .topCatch h1 {
  position: absolute;
  left: 0;
  bottom: 46px;
  padding-left: 20px;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: rgba(92, 92, 92, 0.5) 2px 2px 12px;
}
@media (max-width: 767px) {
  .recruitTopMv .topCatch h1 {
    bottom: 5vw;
    font-size: 7.4vw;
    padding-left: 6vw;
    text-shadow: rgba(92, 92, 92, 0.5) 2px 2px 8px;
  }
}

.recruitTopContents {
  width: 1116px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .recruitTopContents {
    width: 100%;
  }
}
.recruitTopContents .topContsBox {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox {
    margin-bottom: 14.8vw;
  }
}
.recruitTopContents .topContsBox .newsArea {
  background-color: #CFD8ED;
  width: 81%;
  border-radius: 0 140px 140px 0;
  padding: 52px 142px 52px 72px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea {
    width: 93vw;
    border-radius: 0 25vw 25vw 0;
    padding: 6.3vw 18.3vw 6.3vw 6.3vw;
  }
}
.recruitTopContents .topContsBox .newsArea::before {
  content: "";
  position: absolute;
  background-color: #CFD8ED;
  width: 200%;
  top: 0;
  bottom: 0;
  left: -200%;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea::before {
    display: none;
  }
}
.recruitTopContents .topContsBox .newsArea .newsTitle h2 {
  font-family: "NotoSans", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  color: #78BE20;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea .newsTitle h2 {
    font-size: 7.4vw;
  }
}
.recruitTopContents .topContsBox .newsArea ul li {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li {
    padding: 0;
  }
}
.recruitTopContents .topContsBox .newsArea ul li a {
  display: flex;
  color: #5C5C5C;
  text-decoration: none;
  align-items: center;
  padding-right: 40px;
  position: relative;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li a {
    display: block;
    padding-right: 0;
  }
}
.recruitTopContents .topContsBox .newsArea ul li a time {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-right: 20px;
  border-right: solid 1px #5C5C5C;
  padding: 5px 20px 5px 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li a time {
    font-size: 4vw;
    border-right: none;
    margin-right: 4vw;
    padding: 2.3vw 0;
  }
}
.recruitTopContents .topContsBox .newsArea ul li a i {
  display: inline-block;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  background-color: #78BE20;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 16px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li a i {
    font-size: 3.2vw;
    padding: 1.3vw 2.6vw;
    border-radius: 3vw;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li a span {
    display: block;
  }
}
.recruitTopContents .topContsBox .newsArea ul li a::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li a::after {
    display: none;
  }
}
.recruitTopContents .topContsBox .newsArea ul li a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.recruitTopContents .topContsBox .newsArea ul li a:hover::after {
  transform: translate(10px, -50%);
  transition: 0.3s all;
}
.recruitTopContents .topContsBox .newsArea ul li + li {
  border-top: solid 1px #5C5C5C;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .newsArea ul li:nth-child(n+2) {
    display: none;
  }
}
.recruitTopContents .topContsBox .topContsSection {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection {
    display: block;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionImg {
  width: 612px;
  height: 548px;
  position: relative;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionImg {
    width: 93vw;
    height: 68.6vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionImg picture {
  display: block;
  position: absolute;
  top: 0;
  width: 2000px;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionImg picture {
    width: 100%;
    position: static;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionImg picture img {
  max-width: none;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionImg picture img {
    max-width: 100%;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionImg.shortImg {
  height: 420px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionImg.shortImg {
    height: 52.1vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt {
  max-width: 465px;
  flex: 0;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt {
    max-width: 81.6vw;
    margin-top: 4vw;
    padding: 0 6vw;
  }
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt.message {
    max-width: none;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt h2 {
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  font-family: "AlbertSans", sans-serif;
  color: #78BE20;
  text-shadow: rgba(92, 92, 92, 0.5) 2px 2px 12px;
  padding-bottom: 5px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt h2 {
    font-size: 17vw;
    text-shadow: rgba(92, 92, 92, 0.5) 2px 2px 8px;
    padding-bottom: 1.3vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt h3 {
    font-size: 6.3vw;
    margin-bottom: 5.3vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt dl dt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt dl dt {
    font-size: 5.3vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt dl dd {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt dl dd {
    font-size: 4vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt p {
    font-size: 3.7vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt .ceoName {
  display: flex;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt .ceoName {
    display: block;
    margin-top: 9vw;
    padding-left: 34vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt .ceoName .nameImg {
  width: 205px;
  margin-left: 46px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt .ceoName .nameImg {
    width: auto;
    margin-left: 0;
    margin-top: 2vw;
  }
  .recruitTopContents .topContsBox .topContsSection .sectionTxt .ceoName .nameImg picture {
    display: inline-block;
    width: 33.5vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt .btnBox {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt .btnBox {
    margin-top: 8vw;
  }
}
.recruitTopContents .topContsBox .topContsSection .sectionTxt .btnBox a.recruitBtn + a.recruitBtn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection .sectionTxt .btnBox a.recruitBtn + a.recruitBtn {
    margin-top: 5.3vw;
  }
}
.recruitTopContents .topContsBox .topContsSection.imgRight .sectionImg {
  order: 1;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection.imgRight .sectionImg {
    margin-left: 7vw;
  }
}
.recruitTopContents .topContsBox .topContsSection.imgRight .sectionImg picture {
  left: 0;
  border-radius: 300px 0 0 300px;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection.imgRight .sectionImg picture {
    border-radius: 35vw 0 0 35vw;
  }
}
.recruitTopContents .topContsBox .topContsSection.imgLeft .sectionImg picture {
  right: 0;
  border-radius: 0 300px 300px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .recruitTopContents .topContsBox .topContsSection.imgLeft .sectionImg picture {
    border-radius: 0 35vw 35vw 0;
    text-align: left;
  }
}