﻿.headline-border {
  font-size: 34px;
  line-height: 1.2;
}

.recruit-container p {
  text-align: left;
  font-size: 16px;
}
.recruit-container p.align-is-right {
  text-align: right;
}

.recruit-wrapper.-wafer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .recruit-wrapper.-wafer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .recruit-wrapper.-wafer .-left { width: 57%; }
  .recruit-wrapper.-wafer .-right { width: 40%; }
  .u-md-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit-wrapper.-wafer { margin-bottom: 40px; }
  .recruit-wrapper.-wafer .-right { margin-top: 20px; }
}


.recruit-wrapper.-gray {
  margin: 0 auto;
  background-color: var(--color-gray);
}
.recruit-wrapper.-gray > div,
.recruit-wrapper.-gray > p {
  width: 88%;
  margin: 0 auto;
}

.recruit-container .-clm2 , .recruit-container .-clm3 { display: flex; justify-content: flex-start; flex-wrap: wrap; }

.-numhead {
 padding-left: 1.5em;
 text-indent: -1.5em;
}


@media screen and (min-width: 769px) {
  main.-recruit {
    padding-bottom: 80px;
  }

  .pagetitle-container.-recruit {
    background-image: url("../img/recruit/recruit_pc.jpg");
  }
  .pagetitle-container.-newgraduate {
    background-image: url("../img/recruit/newgraduate_pc.jpg");
  }
  .pagetitle-container.-mid_career {
    background-image: url("../img/recruit/mid_career_pc.jpg");
  }

  main.-laser {
    padding-bottom: 80px;
  }

  .recruit-container {
    margin: 80px auto 0;
  }

  .recruit-container {
    margin-top: 60px;
  }

  .recruit-container>*+div,
  .recruit-container>*+p:not(.-note) {
    margin-top: 45px;
  }

  .recruit-container .-headline.-v2+*,
  .recruit-container .-headline.-v3+* {
    margin-top: 25px;
  }


  .recruit-container .-clm2>* {
    width: 48.5%;
  }

  .recruit-container .-clm2>*:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .recruit-container .-clm2>*:nth-child(n+3) {
    margin-top: 36px;
  }

  .recruit-container .-clm3>* {
    width: 31.3%;
  }

  .recruit-container .-clm3>*:not(:nth-child(3n)) {
    margin-right: 2.66%;
  }

  .recruit-container .-clm3>*:nth-child(n+4) {
    margin-top: 28px;
  }

  .recruit-wrapper.-gray {
    padding: 40px 0 60px;
  }

}

@media screen and (max-width: 768px) {
  main.-recruit {
    padding-bottom: 40px;
  }

  .pagetitle-container.-recruit {
    background-image: url("../img/recruit/recruit_sp.jpg");
  }
  .pagetitle-container.-newgraduate {
    background-image: url("../img/recruit/newgraduate_sp.jpg");
  }
  .pagetitle-container.-mid_career {
    background-image: url("../img/recruit/mid_career_sp.jpg");
  }


  .recruit-container {
    margin: 40px auto 0;
  }

  .recruit-container {
    margin-top: 30px;
  }

  .recruit-container>*+div,
  .recruit-container>*+p:not(.-note) {
    margin-top: 25px;
  }

  .recruit-container .-headline.-v2+*,
  .recruit-container .-headline.-v3+* {
    margin-top: 25px;
  }

  .recruit-container .-clm2>*,
  .recruit-container .-clm3>* {
    width: 100%;
  }

  .recruit-container .-clm2>*+*,
  .recruit-container .-clm3>*+* {
    margin-top: 40px;
  }

  .recruit-container .-clm2 > * + * .-headline:first-child {
    margin-top: -20px;
  }

  .recruit-wrapper.-gray {
    padding: 30px 0;
  }
}

/* container-wrapper */
.recruit-container-wrapper.-gray {
  background: var(--color-gray);
  margin-top: 60px;
  padding: 60px 0;
}
.recruit-container-wrapper.-gray .recruit-container {
  margin-top: 0;
}

/* index */
.-index .-headline {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}
.-index .-photo + .-headline {
  margin-top: 20px;
}
.-index .-headline + .-text {
  margin-top: 15px;
}
.-index .comp-link {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
  .-clm2.-index {
    margin: 0 auto 0 !important;
  }
  .-index .comp-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* newgraduate */
.-newgraduate .-headline {
  margin-top: 60px;
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}
.-newgraduate .-lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.-newgraduate .-text {
  margin-top: 10px;
}
.-newgraduate .comp-link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .-clm3.-newgraduate>*+* {
    margin-top: 10px;
  }
}

.recruit-table1 {
  margin-top: 40px;
  line-height: 1.8;
}
.recruit-table1 th,
.recruit-table1 td {
  padding: 15px 20px;
  border: 1px solid #CACACA;
  background: #fff;
}

.recruit-table1 th {
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .recruit-table1 {
    width: 830px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
}

.recruit-flow {}
.recruit-flow .-unit {}
.recruit-flow .-card {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #CACACA;
}
.recruit-flow .-card + .-card::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  transform: rotate(45deg);
}

.recruit-flow .-card.-sub {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruit-flow .-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: -20px -20px 15px;
  padding: 10px;
  background: #F5F5F5;
  border-bottom: 1px solid #CACACA;
  font-weight: 700;
}
.recruit-flow .-title .-num {
  font-size: 34px;
}
.recruit-flow .-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.recruit-flow .-text1 {
  font-weight: 700;
  line-height: 1.8;
}
.recruit-flow .-image + .-text1 {
  margin-top: 25px;
}
.recruit-flow .-text2 {
  font-size: 14px;
  line-height: 1.8;
}
.recruit-flow .-text1 + .-text2 {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .recruit-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .recruit-flow .-unit {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .recruit-flow .-unit + .-unit .-card:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    display: block;
    width: 20px;
    height: 40px;
    margin: auto;
    background: #000;
    clip-path: polygon(20px 50%, 0% 0%, 0% 40px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .recruit-flow .-unit {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .recruit-flow .-unit + .-unit .-card:first-child::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 20px;
    margin: auto;
    background: #000;
    clip-path: polygon(50% 20px, 0% 0%, 40px 0%);
  }
}

.entrysheetbanner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.comp-link.entrysheetbanner-button {
  border: none;
  background: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.comp-link.entrysheetbanner-button:hover{
  color: #666;
}
.comp-link.entrysheetbanner-button:after {
  right: 26px;
  width: 27px;
  height: 36px;
  border: none;
  background: url("../img/ic_download_white.svg") left center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.comp-link.entrysheetbanner-button:hover:after {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .entrysheetbanner {
    height: 360px;
    background: url("../img/recruit/entrysheet_bg_pc.jpg") no-repeat left center;
    background-size: cover;
  }
  .comp-link.entrysheetbanner-button {
    width: 640px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .entrysheetbanner {
    height: 280px;
    background: url("../img/recruit/entrysheet_bg_sp.jpg") no-repeat left center;
    background-size: cover;
  }
  .comp-link.entrysheetbanner-button {
    width: calc(100% - 40px);
    padding-right: 0;
    padding-left: 0;
  }
}

.recruit-mailaddress::before {
  content: "SFL_saiyo@sharp.co.jp";
}