@charset "UTF-8";
/* ::::::::::  採用情報  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.recruitLead .wrapper {
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .recruitLead .wrapper {
    padding-bottom: 50px;
  }
}
.recruitLead .secTitle {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.recruitLead .secTitle02 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.recruitLead .lead {
  max-width: 560px;
  margin: 0 auto;
}

.membership {
  color: #fff;
}
.membership .bgArea {
  position: relative;
  height: 540px;
  background: url(../img/corporaterecruit/bg_membership.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .membership .bgArea {
    height: 225px;
    background-size: auto 116%;
  }
}
.membership .bgArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 270px 28vw;
  border-color: transparent #c8102e #c8102e transparent;
}
@media screen and (max-width: 1024px) {
  .membership .bgArea::before {
    border-width: 112px 18vw;
  }
}
.membership .wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .membership .wrapper {
    padding-top: 260px;
    padding-bottom: 60px;
  }
}
.membership .pic01 {
  position: absolute;
  top: -70px;
  right: 16%;
}
@media screen and (max-width: 1024px) {
  .membership .pic01 {
    width: 84px;
    height: auto;
    top: 160px;
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .membership .pic01 {
    top: 90px;
  }
}
@media (max-width: 375px) {
  .membership .secTitle.large {
    font-size: 4.2rem;
  }
}
@media (max-width: 374px) {
  .membership .secTitle.large {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .membership .secTitle .text_en {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .membership .secTitle .line {
    margin-bottom: 4px;
  }
}
.membership .secTitle04 {
  position: absolute;
  top: -200px;
  right: calc((100% - 1020px) / 2);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .membership .secTitle04 {
    top: 30px;
    right: 0;
  }
}

.recruitSelect .wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .recruitSelect .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.recruitSelectList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recruitSelectList li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li {
    width: 100%;
    margin-right: 0;
  }
  .recruitSelectList li + li {
    margin-top: 30px;
  }
}
.recruitSelectList li:nth-of-type(3n) {
  margin-right: 0;
}
.recruitSelectList li .photo {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .photo {
    margin-bottom: 20px;
  }
}
.recruitSelectList li .photo img {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .photo img {
    width: 100%;
  }
}
.recruitSelectList li .textArea {
  position: relative;
}
.recruitSelectList li .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .title {
    position: static;
    margin-bottom: 8px;
    padding-top: 22px;
    font-size: 2rem;
  }
}
.recruitSelectList li .title .circle {
  margin-left: 15px;
  margin-right: 0;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .title .circle {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    margin-left: 0;
  }
}
.recruitSelectList li .title .label {
  position: absolute;
  left: 0;
  top: -15px;
  display: inline-block;
  padding: 3px 8px;
  background: #272727;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .title .label {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .recruitSelectList li .text {
    padding-right: 50px;
  }
}
.recruitSelect .bnr_download {
  display: block;
  max-width: 1000px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruitSelect .bnr_download {
    margin-top: 30px;
  }
}
.recruitSelect .bnr_download img {
  width: 100%;
  height: auto;
}