@charset "utf-8";

:root {
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: din-2014, sans-serif;
}

body.pageRecruit.archive {
  min-width: 1120px;
}
@media all and (max-width: 750px){
  body.pageRecruit.archive {
    min-width: auto;
  }
}


/*
body.pageRecruit.archive {
  background-image: url('./../img/design/design-recruit.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/
/*
body.pageRecruit.archive #page-recruit {
  min-height: 10364px;
}*/


/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1585px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.baseW04 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.baseW05 {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .baseW,
  .baseW02,
  .baseW03,
  .baseW04,
  .baseW05 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.dSpInline {
  display: none;
}
@media all and (max-width: 750px){
  .dSpInline {
    display: inline;
  }
}

@media all and (max-width: 750px){
  .dPcInline {
    display: none;
  }
}

.dPcOneLine {
  display: inline-block;
}
@media all and (max-width: 750px){
  .dPcOneLine {
    display: inline;
  }
}


/*##### boxBaseCom #####*/
.boxBaseCom > p {
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-size: 1.95rem;
}
.boxBaseCom.typeSmall > p {
  line-height: 1.67;
  letter-spacing: normal;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxBaseCom > p {
    font-size: 4.0vw;
  }
  .boxBaseCom.typeSmall > p {
    font-size: 4.0vw;
  }
}

.boxBaseCom > p + p {
  margin-top: 1.84em;
}


/*##### ttlBase01 #####*/
.ttlBase01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 9.5em;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase01 {
    margin-bottom: 10vw;
  }
}

.ttlBase01 .ttlEn {
  margin-bottom: 0.35em;
  line-height: 1.0;
  letter-spacing: 0.026em;
  font-family: var(--base-font-en);
  font-size: 10.0rem;
  transform: skew(-17deg);
}
@media all and (max-width: 750px){
  .ttlBase01 .ttlEn {
    font-size: 12.0vw;
  }
}

.ttlBase01 .ttlJa {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 15.0em;
  height: 2.4em;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlBase01 .ttlJa {
    width: 100%;
    min-width: auto;
    font-size: 5.5vw;
  }
}

.ttlBase01 .ttlJa:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #fff solid;
  transform: skew(-25deg);
}


/*##### ttlBase02 #####*/
.ttlBase02 {
  position: relative;
  margin-bottom: 1.0em;
  padding-left: 1.1em;
  letter-spacing: 0.067em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlBase02 {
    margin-bottom: 0.8em;
    font-size: 5.0vw;
  }
}

.ttlBase02:before {
  content: '';
  position: absolute;
  top: 0.41em;
  left: 0.1em;
  width: 0.42em;
  height: 0.42em;
  background-color: #ce0809;
}


.boxRecruitTopWrap {
  /*position: relative;*/
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;/**/
  /*aspect-ratio: 1920 / 951;*/
  aspect-ratio: 1920 / 1080;
}

.boxRecruitTopWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: middle;
}

.boxRecruitTop {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10em;
}

.boxRecruitTop .ttl01 {
  position: relative;
  left: 0.04em;
  margin-bottom: 0.48em;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.015em;
  font-family: var(--base-font-en);
  font-size: 17.0rem;
  font-weight: 400;
  color: #fff;
  transform: skew(-16deg);
}
@media all and (max-width: 750px){
  .boxRecruitTop .ttl01 {
    font-size: 22.6666666666667vw;
  }
}

.boxRecruitTop .ttl01:before {
  content: 'Recruit';
  position: absolute;
  top: 0.05em;
  left: 52.5%;
  color: rgba(0,0,0,.0);
  transform: translateX(-50%);
  -webkit-text-stroke: 1px #fff;
}

.boxRecruitTop .ttl01 > span {
  position: relative;
  z-index: 2;
}

.boxRecruitTop .ulTopMenu {
  position: relative;
  left: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .boxRecruitTop .ulTopMenu {
    left: 0;
    max-width: 90.0%;
  }
}

.boxRecruitTop .ulTopMenu > li {
  width: 31.8%;
  margin-right: calc((100% - 31.8% * 3) / 2);
  margin-bottom: 1.0em;
  letter-spacing: 0.02em;
  font-size: 2.1rem;
  font-weight: 700;
  transform: skew(-25deg);
}
@media all and (max-width: 750px){
  .boxRecruitTop .ulTopMenu > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    font-size: 3.8vw;
  }
}

.boxRecruitTop .ulTopMenu > li:nth-child(3n),
.boxRecruitTop .ulTopMenu > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruitTop .ulTopMenu > li:nth-child(3n) {
    margin-right: calc(100% - 48% * 2);
  }
  .boxRecruitTop .ulTopMenu > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxRecruitTop .ulTopMenu > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.1em;
  padding: 0.5em 0.8em 0.5em 0.8em;
  border: 1px #fff solid;
  background-color: #191919;
  color: #fff;
}

.boxRecruitTop .ulTopMenu > li a > span {
  transform: skew(15deg);
}

.boxRecruit01Wrap {
  position: relative;
  /*min-height: 1000px;*/
  margin-top: 100vh;/**//*TEST*/
  padding-top: 3.6em;
  padding-bottom: 20.2em;
  background-image: url('./../img/recruit/recruit01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit01Wrap {
    padding-bottom: 8.0em;
    background-size: 100% auto;
  }
}

.boxRecruit01Wrap .obj01 {
  position: absolute;
}
.boxRecruit01Wrap .obj01.no01 {
  z-index: 5;
  top: 16.7em;
  left: calc(50% + 385px);
}
.boxRecruit01Wrap .obj01.no02 {
  z-index: 4;
  top: 22.0em;
  left: calc(50% - 745px);
}
.boxRecruit01Wrap .obj01.no03 {
  z-index: 4;
  top: 35.9em;
  left: calc(50% + 412px);
}
.boxRecruit01Wrap .obj01.no04 {
  z-index: 5;
  top: 36.5em;
  left: calc(50% - 954px);
}
.boxRecruit01Wrap .obj01.no05 {
  z-index: 3;
  top: 57.4em;
  left: calc(50% + 697px);
}
.boxRecruit01Wrap .obj01.no06 {
  z-index: 4;
  top: 62.7em;
  left: calc(50% - 829px);
}
.boxRecruit01Wrap .obj01.no07 {
  z-index: 3;
  top: 74.1em;
  left: calc(50% + 385px);
}
.boxRecruit01Wrap .obj01.no08 {
  z-index: 3;
  top: 78.9em;
  left: calc(50% - 664px);
}
.boxRecruit01Wrap .obj01.no09 {
  z-index: 2;
  top: 87.8em;
  left: calc(50% + 436px);
}
.boxRecruit01Wrap .obj01.no10 {
  z-index: 2;
  top: 87.9em;
  left: calc(50% - 927px);
}
@media all and (max-width: 750px){
  .boxRecruit01Wrap .obj01 {
    display: none;
  }
}

.boxRecruit01 {
  position: relative;
  z-index: 6;
}

.boxRecruit01 .boxCont01 {
  padding-top: 12.1em;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxCont01 {
    padding-top: 5.1em;
  }
}

.boxRecruit01 .boxCont01 .ttl01 {
  margin-bottom: 1.52em;
  letter-spacing: 0.13em;
  font-family: var(--base-font-min);
  font-size: 4.4rem;
  background-blend-mode: overlay;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxCont01 .ttl01 {
    font-size: 5.86666666666667vw;
  }
}

.boxRecruit01 .boxCont01 .boxBaseCom > p {
  padding-left: 0.6em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxCont01 .boxBaseCom > p {
    padding-left: 0;
    text-align: left;
  }
}

.boxRecruit02Wrap.parallaxContainer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 750px){
  .boxRecruit02Wrap.parallaxContainer {
    height: 100vw;
  }
}

.boxRecruit02Wrap .parallaxImg {
  position: absolute;
  z-index: -1;
  top: -10%;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url('./../img/recruit/recruit02-img01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* Safari */
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 750px){
  .boxRecruit02Wrap .parallaxImg {
    width: 100.5%;
  }
}

.boxRecruit02Wrap .parallaxContent {
  position: relative;
  z-index: 1;
  padding-top: 20vh;
  text-align: center;
  color: #fff;
}

.boxRecruit03Wrap {
  position: relative;
  z-index: 2;
  padding-top: 13.5em;
  padding-bottom: 5.2em;
  background-color: #000;
  background-image: url('./../img/recruit/recruit03-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit03Wrap {
    overflow: hidden;
    padding-top: 10.0em;
  }
}

.boxRecruit03 .ttl01 {
  margin-bottom: 0.35em;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.026em;
  font-family: var(--base-font-en);
  font-size: 10.0rem;
  font-weight: 400;
  transform: skew(-15deg);
}
@media all and (max-width: 750px){
  .boxRecruit03 .ttl01 {
    font-size: 13.0vw;
  }
}

.boxRecruit03 .ttl02 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.boxRecruit03 .ttl02:after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  right: 0;
  width: 2px;
  height: 5.0em;
  margin: auto;
  background-color: #fff;
}

.boxRecruit03 .ttl02 > span {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.35em;
  padding: 0.32em 1.7em 0.2em 1.75em;
  line-height: 1.2;
  letter-spacing: 0.043em;
  font-size: 2.45rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit03 .ttl02 > span {
    font-size: 5.5vw;
  }
}

.boxRecruit03 .ttl02 > span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #fff solid;
  transform: skew(-25deg);
}

.boxRecruit03 .boxCont01 {
  padding-top: 7.0em;
}

.boxRecruit03 .boxCont01One {
  position: relative;
}
.boxRecruit03 .boxCont01One.no02 {
  margin-top: -35.3em;
}
.boxRecruit03 .boxCont01One.no03 {
  margin-top: -29.9em;
}
.boxRecruit03 .boxCont01One.no04 {
  margin-top: -5.2em;
}
.boxRecruit03 .boxCont01One.no05 {
  margin-top: -52.0em;
}
.boxRecruit03 .boxCont01One.no06 {
  width: 122%;
  margin-left: -11%;
}
.boxRecruit03 .boxCont01One.no07 {
  margin-top: 6.3em;
  padding-top: 12.5em;
}
@media all and (max-width: 1600px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -51.0em;
  }
}
@media all and (max-width: 1550px){
  .boxRecruit03 .boxCont01One.no04 {
    margin-top: 3.5em;
  }
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -49.5em;
  }
}
@media all and (max-width: 1440px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -47.5em;
  }
}
@media all and (max-width: 1370px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -45.5em;
  }
}
@media all and (max-width: 1330px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -47.5em;
  }
}
@media all and (max-width: 1240px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -46.5em;
  }
}
@media all and (max-width: 1200px){
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: -45.0em;
  }
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no02 {
    margin-top: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no03 {
    z-index: 2;
    margin-top: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no04 {
    margin-top: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no05 {
    margin-top: 5.0em;
    margin-bottom: 8.0em;
  }
  .boxRecruit03 .boxCont01One.no06 {
    width: 113%;
    margin-left: -7%;
  }
  .boxRecruit03 .boxCont01One.no07 {
    margin-top: 5.0em;
    padding-top: 0;
  }
}

.boxRecruit03 .boxCont01One .ttl03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.boxRecruit03 .boxCont01One.no01 .ttl03 {
  top: 9.6em;
  padding-left: 0.05em;
}
.boxRecruit03 .boxCont01One.no02 .ttl03 {
  top: 11.8em;
}
.boxRecruit03 .boxCont01One.no04 .ttl03 {
  top: 15.6em;
  padding-left: 0.05em;
}
.boxRecruit03 .boxCont01One.no05 .ttl03 {
  top: 11.6em;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One .ttl03 {
    position: relative;
    top: auto;
    left: auto;
  }
  .boxRecruit03 .boxCont01One.no01 .ttl03 {
    top: auto;
    margin-bottom: 0.5em;
    padding-left: 0;
  }
  .boxRecruit03 .boxCont01One.no02 .ttl03 {
    top: auto;
    margin-bottom: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no04 .ttl03 {
    top: auto;
    margin-bottom: 2.0em;
    padding-left: 0;
  }
  .boxRecruit03 .boxCont01One.no05 .ttl03 {
    top: auto;
    margin-bottom: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no07 .ttl03 {
    margin-bottom: 10.0vw;/*5.0em;*/
  }
}

.boxRecruit03 .boxCont01One.no06 .ttl03A {
  position: relative;
  left: -0.16em;
  margin-top: -0.37em;
  margin-bottom: -0.16em;
  line-height: 1.0;
  letter-spacing: 0.003em;
  font-family: var(--base-font-en);
  font-size: 14.7em;
  font-weight: 400;
  transform: skew(-17deg);
}
.boxRecruit03 .boxCont01One.no06 .txt01Recruit03 {
  position: relative;
  left: 0.7em;
  margin-top: -3.8em;
  margin-bottom: -0.7em;
}

.boxRecruit03 .boxCont01One.no01 .ttl03:before,
.boxRecruit03 .boxCont01One.no02 .ttl03:before,
.boxRecruit03 .boxCont01One.no04 .ttl03:before,
.boxRecruit03 .boxCont01One.no05 .ttl03:before {
  content: '';
  position: absolute;
  bottom: 105%;
  left: -1px;
  right: 0;
  width: 2px;
  height: 13.0em;
  margin: auto;
  background-color: #fff;
}
.boxRecruit03 .boxCont01One.no01 .ttl03:before {
  height: 13.0em;
}
.boxRecruit03 .boxCont01One.no02 .ttl03:before {
  bottom: 100%;
  height: 5.1em;
}
.boxRecruit03 .boxCont01One.no05 .ttl03:before {
  bottom: 100%;
  height: 5.1em;
}
@media all and (max-width: 1550px){
  .boxRecruit03 .boxCont01One.no04 .ttl03:before {
    height: 20.0em;
  }
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .ttl03:before {
    height: 5.0em;
  }
  .boxRecruit03 .boxCont01One.no02 .ttl03:before {
    height: 3.0em;
  }
  .boxRecruit03 .boxCont01One.no05 .ttl03:before {
    height: 3.0em;
  }
}

.boxRecruit03 .boxCont01One.no02 .ttl03:after,
.boxRecruit03 .boxCont01One.no05 .ttl03:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1px;
  right: 0;
  width: 2px;
  height: 13.0em;
  margin: auto;
  background-color: #fff;
}
.boxRecruit03 .boxCont01One.no05 .ttl03:after {
  height: 85.7em;/*89.7em;*/
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no02 .ttl03:after,
  .boxRecruit03 .boxCont01One.no05 .ttl03:after {
    height: 3.0em;
  }
}

.boxRecruit03 .boxCont01One .ttl03 > span {
  position: relative;
  display: inline-block;
  width: 5.7em;
  padding-left: 0.05em;
  letter-spacing: 0.08em;
  font-family: var(--base-font-en);
  font-size: 4.2rem;
  font-weight: 400;
}
.boxRecruit03 .boxCont01One.no01 .ttl03 > span,
.boxRecruit03 .boxCont01One.no04 .ttl03 > span {
  width: 5.7em;
  padding-left: 0.05em;
}
.boxRecruit03 .boxCont01One.no02 .ttl03 > span,
.boxRecruit03 .boxCont01One.no05 .ttl03 > span {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.26em;
  height: 3.26em;
  padding-left: 0.11em;
  border: 1px #fff solid;
  border-radius: 3.26em;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One .ttl03 > span {
    font-size: 8.0vw;
  }
  .boxRecruit03 .boxCont01One.no02 .ttl03 > span,
  .boxRecruit03 .boxCont01One.no05 .ttl03 > span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 2.5em;
    font-size: 7.0vw;
  }
}

/*
.boxRecruit03 .boxCont01One.no01 .ttl03 > span:before,
.boxRecruit03 .boxCont01One.no04 .ttl03 > span:before,
.boxRecruit03 .boxCont01One.no07 .ttl03 > span:before {
  content: '';
  position: absolute;
  top: -0.1em;
  bottom: 0;
  left: 0.34em;
  width: 1.0em;
  margin: auto;
  background-image: url('./../img/base/base-icn-deco01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 204.6 / 104.66;
}
.boxRecruit03 .boxCont01One.no07 .ttl03 > span:before {
  top: 0.7em;
  bottom: auto;
  left: 0.04em;
  right: 0;
  padding-bottom: 2.0em;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .ttl03 > span:before,
  .boxRecruit03 .boxCont01One.no04 .ttl03 > span:before,
  .boxRecruit03 .boxCont01One.no07 .ttl03 > span:before {
    top: 0;
  }
  .boxRecruit03 .boxCont01One.no07 .ttl03 > span:before {
    top: 0.8em;
  }
}
*/

.boxRecruit03 .boxCont01One.no01 .ttl03 > span:after,
.boxRecruit03 .boxCont01One.no02 .ttl03 > span:after,
.boxRecruit03 .boxCont01One.no04 .ttl03 > span:after,
.boxRecruit03 .boxCont01One.no05 .ttl03 > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7.0em;
  height: 2px;
  margin: auto;
  background-color: #ce0809;
}
.boxRecruit03 .boxCont01One.no01 .ttl03 > span:after,
.boxRecruit03 .boxCont01One.no04 .ttl03 > span:after {
  top: -0.12em;
  right: 79.2%;/*99.2%;*/
}
.boxRecruit03 .boxCont01One.no02 .ttl03 > span:after,
.boxRecruit03 .boxCont01One.no05 .ttl03 > span:after {
  left: 100%;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .ttl03 > span:after,
  .boxRecruit03 .boxCont01One.no02 .ttl03 > span:after,
  .boxRecruit03 .boxCont01One.no04 .ttl03 > span:after,
  .boxRecruit03 .boxCont01One.no05 .ttl03 > span:after {
    content: none;
  }
}

.boxRecruit03 .boxCont01One.no01 .boxCont01OneIn {
  position: relative;
  z-index: 2;
  width: 390px;
  margin-left: 182px;
}
.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn {
  position: relative;
  z-index: 2;
  width: 35.12%;
  margin-left: auto;
}
.boxRecruit03 .boxCont01One.no04 .boxCont01OneIn {
  position: relative;
  z-index: 2;
  max-width: 570px;
}
.boxRecruit03 .boxCont01One.no06 .boxCont01OneIn {
  height: 367px;
}
.boxRecruit03 .boxCont01One.no07 .boxCont01OneIn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1600px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn {
    margin-left: 90px;
  }
  .boxRecruit03 .boxCont01One.no04 .boxCont01OneIn {
    width: 36.0%;
  }
}
@media all and (max-width: 1430px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn {
    margin-left: 40px;
  }
  .boxRecruit03 .boxCont01One.no02 .boxCont01OneIn {
    width: 32.0%;
  }
}
@media all and (max-width: 1300px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn {
    margin-left: 0;
  }
}
@media all and (max-width: 1280px){
  .boxRecruit03 .boxCont01One.no05 .boxCont01OneIn {
    width: 39.0%;
  }
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn {
    width: 100%;
  }
  .boxRecruit03 .boxCont01One.no02 .boxCont01OneIn,
  .boxRecruit03 .boxCont01One.no05 .boxCont01OneIn {
    width: 100%;
    margin-left: 0;
  }
  .boxRecruit03 .boxCont01One.no04 .boxCont01OneIn {
    width: 100%;
    max-width: none;
  }
  .boxRecruit03 .boxCont01One.no06 .boxCont01OneIn {
    height: 40vw;
  }
  .boxRecruit03 .boxCont01One.no07 .boxCont01OneIn {
    max-width: none;
  }
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxImg {
  position: relative;
}
.boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxImg {
  overflow: hidden;
  width: 373px;
  aspect-ratio: 373 / 246;
}
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg {
  overflow: hidden;
  width: 557px;
  aspect-ratio: 557 / 367;
}
.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
  position: absolute;
  top: 46%;
  left: 181px;
  -webkit-order: 2;
  order: 2;
  width: 362px;
  transform: translateY(-50%);
  aspect-ratio: 362 / 246;
}
.boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxImg {
  overflow: hidden;
  width: 556px;
  aspect-ratio: 556 / 367;
}
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg {
  overflow: hidden;
  width: 557px;
  aspect-ratio: 557 / 367;
}
@media all and (max-width: 1640px){
  .boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg {
    width: 100%;
  }
  .boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg {
    width: 100%;
  }
}
@media all and (max-width: 1600px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
    left: 90px;
  }
  .boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxImg {
    width: 100%;
  }
}
@media all and (max-width: 1420px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
    left: 40px;
  }
}
@media all and (max-width: 1320px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
    left: 0;
  }
}
@media all and (max-width: 1240px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
    width: 310px;
  }
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxImg {
    width: 100%;
  }
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 5.0em;
    transform: none;
  }
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxImg:before,
.boxRecruit03 .boxCont01One .boxCont01OneIn .boxImg:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  z-index: 2;
}
.boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxImg:before,
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg:before,
.boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxImg:before,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg:before {
  top: 0;
  left: -5.0em;
  width: 5.0em;
  height: 3.5em;
  border: 5.0em rgba(255,255,255,0) solid;
  border-top: 8.0em #ce0809 solid;
}
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg:before,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg:before {
  left: auto;
  right: -5.0em;
}
.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg:before {
  top: 0;
  bottom: 0;
  right: -5.8em;
  width: 2.0em;
  height: 2.0em;
  margin: auto;
  border: 2.0em rgba(255,255,255,0) solid;
  border-left: 3.5em #3a3a39 solid;
}
.boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxImg:after,
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg:after,
.boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxImg:after,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg:after {
  top: 0;
  right: 0;
  width: 0.6em;
  height: 100%;
  background-color: #ce0809;
}
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxImg:after,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxImg:after {
  right: auto;
  left: 0;
}
.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg:after {
  top: 0;
  right: -1.15em;
  width: 1.15em;
  height: 100%;
  background-color: #3a3a39;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg:after {
    right: auto;
    left: 0;
    width: 100%;
    height: 1.15em;
  }
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxImg:before {
    top: -4.8em;
    bottom: auto;
    right: 0;
    left: 0;
    border-left: 2.0em rgba(255,255,255,0) solid;
    border-bottom: 3.5em #3a3a39 solid;
  }
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxTxt,
.boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxTxt {
  padding: 3.0em 0 0 2.4em;
}
.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxTxt,
.boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxTxt {
  padding: 3.0em 0 0 2.2em;
}
.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt {
  position: relative;
  z-index: 2;
  -webkit-order: 1;
  order: 1;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 2.5em 3.3em 3.0em;
  border: 2px #fff solid;
  background-image: url('./../img/recruit/recruit03-bg02.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no01 .boxCont01OneIn .boxTxt,
  .boxRecruit03 .boxCont01One.no04 .boxCont01OneIn .boxTxt {
    padding: 3.0em 0 0 5.2vw;
  }
  .boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxTxt,
  .boxRecruit03 .boxCont01One.no05 .boxCont01OneIn .boxTxt {
    padding: 3.0em 0 0 5.2vw;
  }
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt {
    width: 90%;
  }
}

.boxRecruit03 .boxCont01One.no06 .boxCont01OneIn .boxCsnkSliderScroll01 {
  --slideOneW: 556px;
  background-color: #000;
}

.boxRecruit03 .boxCont01One.no06 .boxCont01OneIn .boxCsnkSliderScroll01 .slideLine .slideOne {
  overflow: hidden;
  width: 556px;
  margin: 0 0.6em;
  transform: skew(-33deg);
  aspect-ratio: 556 / 367;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no06 .boxCont01OneIn .boxCsnkSliderScroll01 .slideLine .slideOne {
    width: 60vw;
  }
}

.boxRecruit03 .boxCont01One.no06 .boxCont01OneIn .boxCsnkSliderScroll01 .slideLine .slideOne > span {
  display: block;
  height: 100%;
  transform: skew(33deg);
}

.boxRecruit03 .boxCont01One.no06 .boxCont01OneIn .boxCsnkSliderScroll01 .slideLine .slideOne img {
  position: relative;
  left: -22%;
  width: 144%;
  max-width: none;
  height: auto;/*100%;*/
  /*object-fit: cover;
  object-position: center center;*/
  opacity: 1;
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxTxt .ttl04 {
  position: relative;
  margin-bottom: 0.74em;
  letter-spacing: 0.07em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One .boxCont01OneIn .boxTxt .ttl04 {
    font-size: 5.0vw;
  }
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxTxt .ttl04:before {
  content: '';
  position: absolute;
  top: 0.43em;
  left: -1.03em;
  width: 0.45em;
  height: 0.45em;
  background-color: #ce0809;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .ttl05 {
  position: relative;
  left: -0.05em;
  margin-bottom: 0.8em;
  padding-bottom: 0.37em;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: var(--base-font-en);
  font-size: 4.0rem;
  font-weight: 700;
  transform: skew(-16deg);
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .ttl05 {
    font-size: 8.0vw;
  }
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .ttl05:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0.45em;
  width: 1.59em;
  height: 0.18em;
  margin: auto;
  background-color: #ce0809;
  transform: skew(-12deg);
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .ttl06,
.boxRecruit03 .boxCont01One.no07 .boxCont01OneIn .boxTxt .ttl06 {
  margin-bottom: 1.15em;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 2.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .ttl06,
  .boxRecruit03 .boxCont01One.no07 .boxCont01OneIn .boxTxt .ttl06 {
    font-size: 4.5vw;
  }
}

.boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxTxt .boxBaseCom {
  max-width: 480px;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no02 .boxCont01OneIn .boxTxt .boxBaseCom {
    max-width: none;
  }
}

.boxRecruit03 .boxCont01One .boxCont01OneIn .boxTxt .boxBaseCom > p {
  color: #bbb;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .boxDl01 {
  width: calc(100% - 0.4em);
  margin-top: 2.6em;
  border-top: 1px #3c3c3c solid;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0.65em 0 0.5em 0;
  border-bottom: 1px #3c3c3c solid;
  letter-spacing: 0.04em;
  font-size: 1.83rem;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 {
    letter-spacing: 0.02em;
    font-size: 3.8vw;
  }
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 > dt {
  width: 6.6em;
  padding-left: 1.23em;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 > dt > span {
  position: relative;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.33em;
  left: -1.06em;
  width: 0.55em;
  height: 0.55em;
  background-color: #ce0809;
}

.boxRecruit03 .boxCont01One.no03 .boxCont01OneIn .boxTxt .dl01 > dd {
  width: calc(100% - 6.6em);
}

.boxRecruit04Wrap {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 750px){
  .boxRecruit04Wrap {
    overflow: hidden;
    top: -0.1em;
  }
}

.boxRecruit04Wrap .boxTtl {
  height: 34.4em;
  padding-top: 2.3em;
  background-image: url('./../img/recruit/recruit04-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000;
}
@media all and (max-width: 750px){
  .boxRecruit04Wrap .boxTtl {
    position: relative;
    top: -0.1em;
    height: 46vw;
    padding-top: 3vw;
  }
}

.boxRecruit04Wrap .boxTtl .ttl01 {
  overflow: hidden;
  line-height: 1.0;
  letter-spacing: -0.015em;
  font-family: var(--base-font-en);
  font-size: 18.0rem;
  color: #363636;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .boxRecruit04Wrap .boxTtl .ttl01 {
    font-size: 16.0vw;
  }
}

.boxRecruit04Wrap .boxTtl .ttl01 > span {
  display: inline-block;
  /*padding-left: 100%;*/
  animation: marquee 35s linear infinite;
}

.boxRecruit04Wrap .boxTtl .ttl01 > span .txt01 {
  display: inline-block;
  transform: skew(-16deg);
}

.boxRecruit04 {
  height: 843px;/*80vh;*/
}
@media all and (max-width: 750px){
  .boxRecruit04 {
    height: auto;
    min-height: 280vw;
  }
}

.boxRecruit04 .boxCont01 {
  position: relative;
  top: -22.6em;
  padding: 6.6em 2.4% 6.2em 2.4%;
  background-image: url('./../img/recruit/recruit04-bg02.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxCont01 {
    top: -30vw;
    padding: 6vw 2.4% 8vw 2.4%;
  }
}

.boxRecruit04 .boxCont01 .ttl02 {
  margin-bottom: 1.2em;
  text-align: center;
  letter-spacing: 0.006em;
  font-size: 3.7rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxCont01 .ttl02 {
    font-size: 5.0vw;
  }
}

.boxRecruit04 .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxCont01LR {
    display: block;
    padding: 0 5%;
  }
}

.boxRecruit04 .boxCont01LR .boxImg {
  width: 32.6%;
  padding-top: 0.55em;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxCont01LR .boxImg {
    width: 100%;
    padding-top: 0.55em;
  }
}

.boxRecruit04 .boxCont01LR .boxTxt {
  width: calc(100% - 32.6%);
  padding-left: 3.2%;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxCont01LR .boxTxt {
    width: 100%;
    padding-left: 0;
    padding-top: 1.0em;
  }
}

.boxRecruit04 .boxCont01LR .boxTxt .boxBaseCom > p + p {
  margin-top: 1.67em;
}

.boxRecruit05Wrap {
  position: relative;
  z-index: 2;
  padding-top: 12.6em;
  padding-bottom: 11.5em;
  background-color: #000;
  background-image: url('./../img/recruit/recruit05-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxRecruit05Wrap {
    overflow: hidden;
    padding-top: 13vw;
    padding-bottom: 13vw;
    background-size: 100% auto;
  }
}

.boxRecruit05 .boxBaseCom > p {
  color: #bbb;
}

.boxRecruit05 .boxCont01F {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 7.3em;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont01F {
    display: block;
    padding-bottom: 10vw;
  }
}

.boxRecruit05 .boxCont01F:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 73.8%;
  height: 1px;
  margin: auto;
  background-color: #323232;
}

.boxRecruit05 .boxCont01FOne {
  width: 31.1%;
  margin-right: calc((100% - 31.1% * 3) / 2);
}
.boxRecruit05 .boxCont01FOne:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont01FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.0vw;
  }
  .boxRecruit05 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxRecruit05 .boxCont01FOne .boxImg {
    text-align: center;
  }
}

.boxRecruit05 .boxCont01FOne .boxTxt {
  padding-top: 3.0em;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont01FOne .boxTxt {
    padding-top: 5.0vw;
  }
}

.boxRecruit05 .boxCont02 {
  margin-bottom: 10.0em;
  padding-top: 3.3em;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02 {
    margin-bottom: 5.0em;
  }
}

.boxRecruit05 .boxCont02 .ttl03 {
  margin-bottom: 1.7em;
  text-align: center;
  letter-spacing: normal;
  font-size: 2.4rem;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02 .ttl03 {
    font-size: 5.5vw;
  }
}

.boxRecruit05 .boxCont02F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02F {
    display: block;
  }
}

.boxRecruit05 .boxCont02FOne {
  width: 23.2%;
  margin-right: calc((100% - 23.2% * 4) / 3);
}
.boxRecruit05 .boxCont02FOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.0vw;
  }
}

@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02FOne .boxImg {
    text-align: center;
  }
}

.boxRecruit05 .boxCont02FOne .boxTxt {
  padding-top: 3.04em;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont02FOne .boxTxt {
    padding-top: 2.0em;
  }
}

.boxRecruit05 .boxCont03 {
  position: relative;
  padding-top: 7.13em;
  border-top: 1px #6c6c6c solid;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 {
    padding-top: 5.0em;
  }
}

.boxRecruit05 .boxCont03:before,
.boxRecruit05 .boxCont03:after {
  content: '';
  position: absolute;
}
.boxRecruit05 .boxCont03:before {
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6c6c6c;
}
.boxRecruit05 .boxCont03:after {
  top: -14px;
  left: 86.12%;
  width: 38px;
  height: 38px;
  border-top: 1px #6c6c6c solid;
  border-left: 1px #6c6c6c solid;
  background-color: #000;
  transform: rotate(45deg) skew(7deg, 7deg);
}

.boxRecruit05 .boxCont03In {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
}

.boxRecruit05 .boxCont03 .ttl03 {
  position: relative;
  margin-bottom: 1.27em;
  padding-bottom: 1.1em;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 3.0rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 .ttl03 {
    line-height: 1.5;
    font-size: 2.4rem !important;
  }
}

.boxRecruit05 .boxCont03 .ttl03:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5.7em;
  height: 0.07em;
  margin: auto;
  background-color: #be0828;
}

.boxRecruit05 .boxCont03 .boxBaseCom {
  margin-bottom: 3.6em;
}

.boxRecruit05 .boxCont03 .boxBaseCom > p {
  line-height: 1.62;
  letter-spacing: normal;
  font-size: 1.84rem;
}

.boxRecruit05 .boxCont03 .boxBaseCom > p .txt01 {
  color: #d83737;
}

.boxRecruit05 .boxCont03 .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 4.3em;
}

.boxRecruit05 .boxCont03 .boxImg img {
  width: 32.45%;
  margin-right: calc((100% - 32.45% * 3) / 2);
}
.boxRecruit05 .boxCont03 .boxImg img:last-child {
  margin-right: 0;
}

.boxRecruit05 .boxCont03 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.4em;
}
.boxRecruit05 .boxCont03 .dl01:last-child {
  margin-bottom: 0;
}

.boxRecruit05 .boxCont03 .dl01 > dt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 15.5%;
  min-height: 4.0em;
  padding-top: 0.3em;
  background-color: #171717;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-size: 1.85rem;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 .dl01 > dt {
    width: 130px;
  }
}

.boxRecruit05 .boxCont03 .dl01 > dt:before {
  content: '';
  position: absolute;
  top: -0.7em;
  left: -0.7em;
  width: 0.7em;
  height: 0.7em;
  border: 0.7em rgba(255,255,255,0) solid;
  border-bottom: 0.7em #000 solid;
  transform: rotate(-45deg);
}

.boxRecruit05 .boxCont03 .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 15.5%);
  padding: 0.5em 0 0.2em 3.6%;
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 1.8rem;
  color: #bbb;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 .dl01 > dd {
    width: calc(100% - 130px);
  }
}

.boxRecruit05 .boxCont03 .dl01 > dd .txt01 {
  position: relative;
  padding-left: 1.0em;
  color: #fff;
}

.boxRecruit05 .boxCont03 .dl01 > dd .txt01:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0.13em;
  width: 0.51em;
  height: 0.14em;
  background-color: #fff;
}

.boxRecruit05 .boxCont03 .dl01 > dd a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

.boxRecruit05 .boxCont03 .boxLink01 {
  margin-top: 3.5em;
}

.boxRecruit05 .boxCont03 .boxLink01 .link01 {
  position: relative;
  left: -0.6em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 486px;
  height: 3.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.2em 1.5em;
  background: linear-gradient(45deg, #ce0809 0%, #810000 100%);
  letter-spacing: -0.04em;
  font-size: 1.95rem;
  font-weight: 700;
  transform: skew(-26deg);
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 .boxLink01 .link01 {
    left: auto;
    padding: 0.2em 1.5em 0.2em 0.5em;
  }
}

.boxRecruit05 .boxCont03 .boxLink01 .link01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 2.5em);
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: skew(26deg) rotate(45deg);
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxCont03 .boxLink01 .link01:after {
    left: calc(100% - 1.8em);
  }
}

.boxRecruit05 .boxCont03 .boxLink01 .link01 > span {
  position: relative;
  z-index: 2;
  transform: skew(26deg);
}

.boxRecruit06Wrap {
  position: relative;
  z-index: 2;
  padding-top: 12.6em;
  padding-bottom: 6.7em;
  background-color: #000;
  background-image: url('./../img/recruit/recruit06-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxRecruit06Wrap {
    overflow: hidden;
    top: -0.1em;
    padding-top: 13vw;
    padding-bottom: 13vw;
    background-size: 200% auto;
  }
}

.boxRecruit06 .boxList {
  padding-top: 1.7em;
}

.boxRecruit06 .boxListOne {
  padding: 5.7em 8.0em 6.2em 8.0em;
  border-bottom: 1px #383533 solid;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOne {
    padding: 8vw 0 8vw 0;
  }
}

.boxRecruit06 .boxListOne:first-child {
  border-top: 1px #383533 solid;
}

.boxRecruit06 .boxListOne:last-child {
  border-bottom: 0;
}

.boxRecruit06 .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn {
    display: block;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt {
  width: 67.1%;
  padding-right: 3%;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt {
    width: 100%;
    padding-right: 0;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .ttlList {
  position: relative;
  margin-bottom: 1.37em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .ttlList {
    margin-bottom: 1.0em;
    font-size: 5.0vw;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .boxBaseCom {
  margin-bottom: 3.4em;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .boxBaseCom {
    margin-bottom: 6vw;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .boxBaseCom > p {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.77;
}

.boxRecruit06 .boxListOneIn .boxTxt .boxDl01 {
  padding-right: 24.0em;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .boxDl01 {
    padding-right: 0;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.78rem;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .dl01 {
    font-size: 4.0vw;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 + .dl01 {
  margin-top: 1.4em;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .dl01 + .dl01 {
    margin-top: 3vw;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 > dt {
  position: relative;
  width: 148px;
  padding-left: 1.6em;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .dl01 > dt {
    width: 27vw;
    padding-left: 5.0vw;
  }
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.48em;
  left: 0.1em;
  width: 0.47em;
  height: 0.47em;
  background-color: #ce0809;
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 > dt .str2 {
  letter-spacing: 1.18em;
}

.boxRecruit06 .boxListOneIn .boxTxt .dl01 > dd {
  width: calc(100% - 148px);
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxTxt .dl01 > dd {
    width: calc(100% - 27vw);
  }
}

.boxRecruit06 .boxListOneIn .boxImg {
  position: relative;
  width: calc(100% - 67.1%);
  padding-top: 0.5em;
  aspect-ratio: 477 / 368;
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxImg {
    width: 100%;
    margin-top: 5vw;
  }
}

.boxRecruit06 .boxListOneIn .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxRecruit06 .boxListOneIn .boxImg .txtBtn01 {
  position: absolute;
  left: -13.9em;
  bottom: 2.62em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 18.9em;
  height: 3.72em;
  padding: 0.5em 1.6em 0.2em 1.76em;
  line-height: 1.2;
  letter-spacing: 0.13em;
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1620px){
  .boxRecruit06 .boxListOneIn .boxImg .txtBtn01 {
    bottom: 1.5em;
  }
}
@media all and (max-width: 750px){
  .boxRecruit06 .boxListOneIn .boxImg .txtBtn01 {
    left: 0.5em;/*-2.0em;*/
    bottom: 1.0em;
    width: 17em;
    height: 3.0em;
    padding: 0.3em 1.5em 0.2em 1.0em;
    font-size: 4.3vw;
  }
}

.boxRecruit06 .boxListOneIn .boxImg .txtBtn01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ce0809 0%, #810000 100%);
  transform: skew(-25deg);
}

.boxRecruit06 .boxListOneIn .boxImg .txtBtn01 > span {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 1.5em;
}

.boxRecruit06 .boxListOneIn .boxImg .txtBtn01 > span:after {
  content: '';
  position: absolute;
  top: 0.1em;
  right: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

.boxRecruit07Wrap {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 268px;
  padding: 4.0em 0;
  background-color: #000;
  background-image: url('./../img/recruit/recruit07-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media all and (max-width: 750px){
  .boxRecruit07Wrap {
    overflow: hidden;
    min-height: auto;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    padding: 13vw 0 16vw 0;
    background-position: left top;
    background-size: 150% auto;
  }
}

@media all and (max-width: 750px){
  .boxRecruit07Wrap:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
  }
}

.boxRecruit07 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit07 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}

.boxRecruit07 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 25.8%;
  padding-bottom: 0.5em;
}
@media all and (max-width: 1320px){
  .boxRecruit07 .ttl01 {
    width: 350px;
  }
}
@media all and (max-width: 750px){
  .boxRecruit07 .ttl01 {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 7vw;
  }
}

.boxRecruit07 .ttl01 .ttlEn {
  margin-bottom: 0.1em;
  line-height: 1.0;
  letter-spacing: 0.016em;
  font-family: var(--base-font-en);
  font-size: 9.6rem;
  transform: skew(-16deg);
  color: rgba(255,255,255,0.1);
}
@media all and (max-width: 750px){
  .boxRecruit07 .ttl01 .ttlEn {
    margin-bottom: 0.2em;
    font-size: 12.0vw;
    color: rgba(255,255,255,0.2);
  }
}

.boxRecruit07 .ttl01 .ttlJa {
  padding-left: 0.45em;
  letter-spacing: 0.07em;
  font-size: 1.75rem;
}
@media all and (max-width: 750px){
  .boxRecruit07 .ttl01 .ttlJa {
    font-size: 4.5vw;
  }
}

.boxRecruit07 .boxBaseCom {
  width: 42%;
  padding-top: 1.1em;
}
@media all and (max-width: 1320px){
  .boxRecruit07 .boxBaseCom {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 750px){
  .boxRecruit07 .boxBaseCom {
    padding-top: 0;
    width: 100%;
  }
}

.boxRecruit07 .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.boxRecruit07 .boxRecruitContact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: calc(100% - (25.8% + 42%));
}
@media all and (max-width: 1320px){
  .boxRecruit07 .boxRecruitContact {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5em;
  }
}
@media all and (max-width: 750px){
  .boxRecruit07 .boxRecruitContact {
    margin-top: 8vw;
  }
}

.boxRecruit07 .boxRecruitContact .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.12em;
  padding-right: 0.42em;
  line-height: 1.0;
  letter-spacing: 0.035em;
  font-family: var(--base-font-en);
  font-size: 4.2rem;
  transform: skew(-16deg);
}
@media all and (max-width: 750px){
  .boxRecruit07 .boxRecruitContact .dl01 {
    padding-right: 0;
    font-size: 10.0vw;
  }
}

.boxRecruit07 .boxRecruitContact .dl01 > dt {
  margin-right: 0.25em;
  letter-spacing: 0.05em;
}

.boxRecruit07 .boxRecruitContact .dl01 > dt:after {
  content: ':';
}

.boxRecruit07 .boxRecruitContact .linkForm {
  position: relative;
  top: 0.81em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 11.7em;
  height: 2.31em;
  margin-right: 0.77em;
  padding: 0.35em 1.5em 0.3em 2.21em;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 3.0rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit07 .boxRecruitContact .linkForm {
    width: 90%;
    height: 2.0em;
    margin-right: 0;
    font-size: 8.0vw;
  }
}

.boxRecruit07 .boxRecruitContact .linkForm:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ce0809 0%, #810000 100%);
  transform: skew(-25deg);
}

.boxRecruit07 .boxRecruitContact .linkForm > span {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: skew(-16deg);
}

.boxRecruit07 .boxRecruitContact .linkForm > span:before,
.boxRecruit07 .boxRecruitContact .linkForm > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxRecruit07 .boxRecruitContact .linkForm > span:before {
  left: -1.56em;
  width: 1.0em;
  background-image: url('./../img/base/base-icn-deco02.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
  transform: skew(16deg);
}
.boxRecruit07 .boxRecruitContact .linkForm > span:after {
  top: -0.1em;
  right: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: skew(16deg) rotate(45deg);
}

body.pageRecruit.archive #footer {
  background-color: #000;
}

