@charset "UTF-8";
/* ==================================================
		Mixin
================================================== */
/* Border */
/* transition */
/* Font Awesome */
/********** Position Center **********/
/* 縦横センタリング */
/* 横センタリング */
/* 縦センタリング */
/********** Flexbox **********/
/* 縦センタリング */
/* 縦横センタリング */
/* ==================================================
		ブレイクポイント
================================================== */
/* ==================================================
		Setting
================================================== */
/********** Color **********/
/* 学部紹介 プログラム */
/* 学生データ */
/***** Font Weight *****/
/* CSS Document */
.spNone {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spNone {
    display: inline;
  }
}

.rcGreen {
  color: #0cb59b;
}

.rcWhite {
  color: #ffffff;
}

.rcBlack {
  color: #222222;
}

#pageRecruit #siteContainer, #pageRecruit .siteContainer {
  min-height: 100vh;
  padding-bottom: 55px;
}

@media only screen and (min-width: 992px) {
  #pageRecruit #siteContainer, #pageRecruit .siteContainer {
    padding-bottom: 88px;
  }
}

#pageRecruit .menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pageRecruit .menu-box .menu-btn {
  width: 45px;
  margin-left: auto;
  position: relative;
  z-index: 99999;
  margin-top: 5px;
}

#pageRecruit .menu-box ul {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: fixed;
  top: 0;
  padding: 50px 25px 25px 25px;
}

#pageRecruit .menu-box ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 1.5em 0;
  position: relative;
}

#pageRecruit .menu-box ul li a::after {
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  content: "\F078";
  font-size: .6em;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.8em;
}

#pageRecruit .menu-box ul li:last-child a {
  border-bottom: none;
}

#pageRecruit .menu-btn:before {
  content: '\F0C9';
  font-family: Font Awesome\ 5 Pro;
  font-weight: bold;
  color: #0cb59b;
  font-size: 3.5rem;
}

#pageRecruit .menu-btn.active:before {
  content: '\F00D';
}

@media only screen and (min-width: 992px) {
  #pageRecruit .menu-btn {
    display: none;
  }
}

#pageRecruit .pcMenu {
  position: fixed;
  top: 11px;
  right: 50px;
}

#pageRecruit .pcMenu ul {
  display: none;
}

@media only screen and (min-width: 992px) {
  #pageRecruit .pcMenu ul {
    display: -ms-flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: transparent;
    height: auto;
    position: relative;
    top: inherit;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5px;
  }
  #pageRecruit .pcMenu ul li {
    margin-left: 30px;
  }
}

#pageRecruit .pcMenu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

#pageRecruit .pcMenu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0cb59b;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#pageRecruit .pcMenu a:hover {
  color: #0cb59b;
}

#pageRecruit .pcMenu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#pageRecruit header {
  height: 55px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  #pageRecruit header {
    height: 70px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit header {
    height: 80px;
  }
}

#pageRecruit header a:hover {
  opacity: .8;
}

#pageRecruit header .headerCompanyName {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pageRecruit header .headerLogo {
  margin-left: 20px;
  max-width: 46%;
}

@media only screen and (min-width: 576px) {
  #pageRecruit header .headerLogo {
    max-width: 55%;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit header .headerLogo {
    margin-left: 50px;
  }
}

#pageRecruit header .headerSubTtl {
  color: #0cb59b;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  #pageRecruit header .headerSubTtl {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit header .headerSubTtl {
    font-size: 2.2rem;
  }
}

#pageRecruit header .btnSiteTop {
  color: #fff;
  background-color: #0cb59b;
  font-size: 1.4rem;
  font-weight: 700;
  width: 25%;
  max-width: 220px;
  min-width: 100px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  #pageRecruit header .btnSiteTop {
    font-size: 1.8rem;
    height: 80px;
    line-height: 80px;
  }
}

#pageRecruit header .gNav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 90px;
}

#pageRecruit header .gNav li {
  margin-left: 30px;
}

#pageRecruit main {
  padding-top: 55px;
  font-size: 1.4rem;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main {
    padding-top: 70px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main {
    padding-top: 80px;
  }
}

#pageRecruit main img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .ptLg130 {
    padding-top: 130px !important;
  }
  #pageRecruit main .ptLg140 {
    padding-top: 140px !important;
  }
  #pageRecruit main .ptLg150 {
    padding-top: 150px !important;
  }
  #pageRecruit main .mtMd150 {
    margin-top: 150px !important;
  }
}

#pageRecruit main .h2Green {
  color: #0cb59b;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .h2Green {
    margin-bottom: 30px;
  }
}

#pageRecruit main .h2Black {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .h2Black {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}

#pageRecruit main .h2Black .h2TxtEn {
  color: #0cb59b;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .h2Black .h2TxtEn {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

#pageRecruit main .textJustify {
  text-align: justify !important;
  text-justify: inter-ideograph;
}

#pageRecruit main .inlineBlock {
  display: inline-block;
}

#pageRecruit main .contentInner {
  margin: 0 auto;
  width: 100%;
  padding: 30px 25px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .contentInner {
    padding: 0 50px;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main .contentInner {
    max-width: 1400px;
    padding: 0 90px;
  }
}

#pageRecruit main .whitePanel {
  padding: 25px 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(130, 130, 130, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(130, 130, 130, 0.1);
}

@media only screen and (min-width: 360px) {
  #pageRecruit main .whitePanel {
    padding: 35px 20px;
  }
}

#pageRecruit main .whitePanel .h3TtlLine {
  font-weight: 700;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
}

#pageRecruit main .whitePanel .h3TtlLine::before {
  content: "";
  border-top: solid 2px #0cb59b;
  margin-right: 3rem;
  width: 20px;
  position: absolute;
  left: -30px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .whitePanel .h3TtlLine::before {
    width: 25px;
    left: -40px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main .whitePanel .h3TtlLine::before {
    width: 35px;
    left: -50px;
  }
}

#pageRecruit main .itemWrap {
  width: 95%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .itemWrap {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main .itemWrap {
    width: calc(100% - 50px);
  }
}

#pageRecruit main .itemBox {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .itemBox {
    width: 46%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 4%;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main .itemBox {
    width: 45%;
    margin: 0 5%;
  }
}

#pageRecruit main .itemBox .itemTxt {
  padding: 25px 30px;
  position: relative;
  margin-top: -40px;
  left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .itemBox .itemTxt {
    padding: 40px;
    left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit main .itemBox .itemTxt {
    padding: 50px;
    margin-top: -50px;
    left: 50px;
  }
}

#pageRecruit main .itemBox .itemTxt p {
  text-align: left;
  margin-top: 20px;
}

#pageRecruit main .itemBox:nth-child(2n) {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit main .itemBox:nth-child(2n) {
    margin-top: 0;
  }
}

#pageRecruit main .itemBox:nth-child(1) {
  margin-left: 0;
}

#pageRecruit main .itemBox:nth-child(2) {
  margin-right: 0;
}

#pageRecruit footer {
  color: #aaaaaa;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#pageRecruit.form {
  background-color: #f2faf8;
  padding: 0 !important;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.form {
    padding-bottom: 104px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form {
    padding-bottom: 55px;
  }
}

#pageRecruit.form .formPanel {
  margin: 35px 20px;
  margin-bottom: 100px;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .formPanel {
    margin: 100px auto;
    padding: 70px;
    max-width: 880px;
  }
}

#pageRecruit.form .mktoForm {
  padding: 0 !important;
  background-color: inherit;
}

#pageRecruit.form .mktoForm .mktoLabel.mktoHasWidth {
  margin-bottom: 10px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .mktoForm .mktoLabel.mktoHasWidth {
    margin-bottom: 0;
  }
}

#pageRecruit.form .mktoForm .mktoLabel.mktoHasWidth .mktoAsterixlb {
  background-color: #0cb59b;
}

#pageRecruit.form .mktoForm .mktoFieldDescriptor.mktoFormCol {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

#pageRecruit.form .mktoForm .mktoField.mktoTextField.mktoHasWidth,
#pageRecruit.form .mktoForm .mktoField.mktoEmailField.mktoHasWidth,
#pageRecruit.form .mktoForm .mktoField.mktoTelField.mktoHasWidth,
#pageRecruit.form .mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth,
#pageRecruit.form .mktoForm .mktoForm .mktoRadioList.mktoHasWidth {
  height: 40px;
  padding: 8px 20px;
}

#pageRecruit.form .mktoForm input, #pageRecruit.form .mktoForm textarea {
  width: 100% !important;
  max-width: 100% !important;
}

#pageRecruit.form .mktoForm input::-webkit-input-placeholder, #pageRecruit.form .mktoForm textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
}

#pageRecruit.form .mktoForm input::-moz-placeholder, #pageRecruit.form .mktoForm textarea::-moz-placeholder {
  font-size: 1.6rem;
}

#pageRecruit.form .mktoForm input::-ms-input-placeholder, #pageRecruit.form .mktoForm textarea::-ms-input-placeholder {
  font-size: 1.6rem;
}

#pageRecruit.form .mktoForm input::placeholder, #pageRecruit.form .mktoForm textarea::placeholder {
  font-size: 1.6rem;
}

#pageRecruit.form .mktoForm p + p {
  margin-top: 2em;
}

#pageRecruit.form .mktoForm .mktoRadioList.mktoHasWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageRecruit.form .mktoForm select#Common_Age, #pageRecruit.form .mktoForm select#Common_Sex, #pageRecruit.form .mktoForm select#State {
  font-size: 1.6rem;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 992px) {
  #pageRecruit.form .mktoForm select#Common_Age, #pageRecruit.form .mktoForm select#Common_Sex, #pageRecruit.form .mktoForm select#State {
    margin-left: -13px;
    width: 200px !important;
    max-width: 200px !important;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.form .mktoForm _:-ms-lang(x)::-ms-backdrop, #pageRecruit.form .mktoForm select#Common_Age, #pageRecruit.form .mktoForm select#Common_Sex, #pageRecruit.form .mktoForm select#State {
    margin-left: -22px;
  }
}

#pageRecruit.form .mktoForm select#Recruit_OccupationType {
  font-size: 1.6rem;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 992px) {
  #pageRecruit.form .mktoForm select#Recruit_OccupationType {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@-moz-document url-prefix() {
  @media only screen and (min-width: 768px) {
    #pageRecruit.form .mktoForm .mktoGutter.mktoHasWidth {
      width: 80px !important;
      max-width: 80px !important;
    }
  }
  @media only screen and (min-width: 992px) {
    #pageRecruit.form .mktoForm .mktoGutter.mktoHasWidth {
      width: 10% !important;
      max-width: 50px !important;
    }
  }
  #pageRecruit.form .mktoForm select#Recruit_OccupationType {
    width: 100% !important;
    max-width: 100% !important;
  }
  @media only screen and (min-width: 768px) {
    #pageRecruit.form .mktoForm select#Recruit_OccupationType {
      max-width: calc(100% - 245px) !important;
      min-width: 340px !important;
    }
  }
  @media only screen and (min-width: 992px) {
    #pageRecruit.form .mktoForm select#Recruit_OccupationType {
      max-width: 392px !important;
    }
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .mktoForm .fontSizeMd16 {
    font-size: 1.6rem;
  }
}

#pageRecruit.form .mktoForm .mktoButtonRow {
  padding-top: 10px;
}

#pageRecruit.form .mktoError {
  top: 60px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .mktoError {
    top: 30px;
  }
}

#pageRecruit.form .mktoError .mktoErrorMsg {
  font-size: 16px;
}

#pageRecruit.form .asteriskList {
  padding-left: 1em;
  text-indent: -1em;
}

#pageRecruit.form .linkTxt {
  text-decoration: underline;
  font-size: 14px;
}

#pageRecruit.form .linkTxt:hover {
  color: #0cb59b;
}

#pageRecruit.form .linkTxt::after {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 500;
  content: "\F105";
  color: #0cb59b;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: .5em;
  display: inline-block;
}

#pageRecruit.form _:-ms-lang(x)::-ms-backdrop, #pageRecruit.form .linkTxt {
  text-decoration: none;
}

#pageRecruit.form .remaining {
  top: auto;
  bottom: 0;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .remaining {
    top: 135px;
  }
}

#pageRecruit.form .remaining p {
  display: inline-block;
}

#pageRecruit.form .remaining p + p {
  margin-top: 0;
}

#pageRecruit.form .remaining br {
  display: none;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .remaining br {
    display: inline-block;
  }
}

#pageRecruit.form .btnBlack {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6em;
  width: 100%;
  max-width: 350px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form .btnBlack {
    font-size: 1.8rem;
  }
}

#pageRecruit.form .btnBlack::after {
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  content: "\F35D";
  font-size: .9em;
}

#pageRecruit.form .btnBlack:hover {
  background-color: #fff;
  color: #000;
}

#pageRecruit.form .btnBlack:hover::after {
  color: inherit;
}

#pageRecruit.form footer .bgWhite {
  margin-bottom: 67px;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.form footer .bgWhite {
    margin-bottom: 49px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.form footer .bgWhite {
    margin-bottom: 0;
  }
}

#pageRecruit.form .pageTop {
  bottom: 85px;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.form .pageTop {
    bottom: 60px;
  }
}

#pageRecruit.complete {
  background-color: #f2faf8;
  padding: 0 !important;
}

#pageRecruit.complete .formPanel {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.complete .formPanel {
    margin-bottom: 100px;
  }
}

#pageRecruit.complete footer .bgWhite {
  margin-bottom: 0 !important;
}

#pageRecruit.top .mainTtlStaff {
  background: url(../../img/recruit/staff_main_ttl.jpg);
}

#pageRecruit.top .mainTtlCompany {
  background: url(../../img/recruit/company_main_ttl.jpg);
}

#pageRecruit.top .mainTtlRecruit {
  background: url(../../img/recruit/recruit_main_ttl.jpg);
}

#pageRecruit.top .mainTtlBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: -15;
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mainTtlBlock {
    height: 500px;
  }
}

#pageRecruit.top .mainTtlBlock .mainTtl {
  text-align: center;
  margin-top: 2%;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.top .mainTtlBlock .mainTtl {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mainTtlBlock .mainTtl {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mainTtlBlock .mainTtl {
    margin-top: -100px;
  }
}

#pageRecruit.top .enTtl {
  font-size: 3rem;
  font-weight: 700;
  color: #e6e6e6;
  letter-spacing: 2px;
  line-height: 0.7;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .enTtl {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .enTtl {
    font-size: 7rem;
  }
}

#pageRecruit.top .rcTtlGray {
  color: #a6a5a5;
}

#pageRecruit.top .rcTtlGrayLigher {
  color: #e6e6e6;
}

#pageRecruit.top .staffInner,
#pageRecruit.top .recruitInner {
  position: relative;
  padding-top: 40px;
  margin-top: -8%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .staffInner,
  #pageRecruit.top .recruitInner {
    padding-top: 50px;
    margin-top: -70px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .staffInner,
  #pageRecruit.top .recruitInner {
    padding-top: 70px;
    margin-top: -130px;
  }
}

#pageRecruit.top .staffInner::before,
#pageRecruit.top .recruitInner::before {
  content: "";
  display: block;
  height: 100%;
  width: 85%;
  background: #ecf9f6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .staffInner::before,
  #pageRecruit.top .recruitInner::before {
    width: 100%;
    right: calc(0px - 180px);
  }
}

#pageRecruit.top .staffInner::after,
#pageRecruit.top .recruitInner::after {
  content: "";
  display: block;
  height: 40%;
  width: 60%;
  background: #bfefe8;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -5;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .staffInner::after,
  #pageRecruit.top .recruitInner::after {
    bottom: -50px;
    left: calc(0px - 90px);
  }
}

#pageRecruit.top .recruitInner {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitInner {
    padding-bottom: 50px;
  }
}

#pageRecruit.top .companyInner {
  position: relative;
  padding-top: 40px;
  margin-top: -8%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyInner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -70px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .companyInner {
    margin-top: -130px;
    padding-top: 70px;
  }
}

#pageRecruit.top .companyInner::before {
  content: "";
  display: block;
  height: 100%;
  width: 85%;
  background: #ecf9f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyInner::before {
    width: 100%;
    left: calc(0px - 180px);
  }
}

#pageRecruit.top .companyWrap {
  position: relative;
}

#pageRecruit.top .companyWrap::after {
  content: "";
  display: block;
  height: 9%;
  width: 70%;
  background: #bfefe8;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -5;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyWrap::after {
    height: 500px;
    bottom: -50px;
  }
}

#pageRecruit.top .companyTable {
  padding: 25px 30px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyTable {
    padding: 40px 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .companyTable {
    padding: 50px 90px;
  }
}

#pageRecruit.top .companyTable .h3TtlLine::before {
  width: 20px;
  left: -30px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyTable .h3TtlLine::before {
    width: 30px;
    left: -50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .companyTable .h3TtlLine::before {
    width: 55px;
    left: -90px;
  }
}

#pageRecruit.top .recruitItem {
  border-bottom: solid 1px #dddddd;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitItem {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#pageRecruit.top .recruitItem:nth-child(1) {
  border-top: solid 1px #dddddd;
}

#pageRecruit.top .recruitItem dt {
  font-weight: 700;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitItem dt {
    width: 170px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .recruitItem dt {
    width: 210px;
  }
}

#pageRecruit.top .recruitItem dd {
  text-align: left;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitItem dd {
    width: calc(100% - 170px);
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .recruitItem dd {
    width: calc(100% - 210px);
  }
}

#pageRecruit.top .recruitItem .recruitList li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

#pageRecruit.top .recruitItem .recruitList li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #0cb59b;
}

#pageRecruit.top .recruitItem p {
  margin-bottom: 0 !important;
}

#pageRecruit.top .mainVisual {
  position: relative;
  width: 100%;
}

#pageRecruit.top .mainVisual .mainVisualInner {
  background: #bfefe8;
  width: calc(100% - 55%);
  z-index: 5;
  height: 270px;
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .mainVisual .mainVisualInner {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mainVisual .mainVisualInner {
    height: 450px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mainVisual .mainVisualInner {
    height: 580px;
  }
}

#pageRecruit.top .mainVisual .mainVisualImg {
  position: relative;
  background: url(../../img/recruit/main_visual-sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-left: auto;
  width: calc(100% - 5%);
  margin-top: -250px;
  height: 270px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.top .mainVisual .mainVisualImg {
    width: calc(100% - 7%);
  }
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .mainVisual .mainVisualImg {
    width: calc(100% - 8%);
    margin-top: -320px;
    height: 350px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mainVisual .mainVisualImg {
    background: url(../../img/recruit/main_visual-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -400px;
    height: 450px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mainVisual .mainVisualImg {
    width: calc(100% - 10%);
    margin-top: -530px;
    height: 580px;
  }
}

#pageRecruit.top .mvCatch {
  position: relative;
  z-index: 5;
  padding-left: 20px;
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .mvCatch {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mvCatch {
    padding-left: 70px;
  }
}

#pageRecruit.top .mvCatch .mvMainCatch img {
  height: 130px;
  width: auto;
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .mvCatch .mvMainCatch img {
    height: 180px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mvCatch .mvMainCatch img {
    height: 150px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mvCatch .mvMainCatch img {
    height: 200px;
  }
}

#pageRecruit.top .mvCatch .mvSubCatch {
  margin-top: 10px;
  line-height: 1.8;
  text-shadow: 0 0 7px #fff;
  font-size: 1.25rem;
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .mvCatch .mvSubCatch {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .mvCatch .mvSubCatch {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .mvCatch .mvSubCatch {
    font-size: 1.8rem;
  }
}

#pageRecruit.top .opacityTxt {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  bottom: 0;
  left: 10px;
  line-height: 1.2;
}

@media only screen and (min-width: 576px) {
  #pageRecruit.top .opacityTxt {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .opacityTxt {
    font-size: 9rem;
  }
}

#pageRecruit.top .conceptWrap {
  position: relative;
}

#pageRecruit.top .conceptWrap::after {
  content: "";
  display: block;
  height: 18%;
  width: 70%;
  background: #bfefe8;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: -5;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .conceptWrap::after {
    height: 25%;
    width: 50%;
    bottom: -50px;
  }
}

#pageRecruit.top .conceptInner {
  position: relative;
  margin: -50px 0 -40px;
  padding-top: 95px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .conceptInner {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .conceptInner {
    padding-top: 120px;
    margin: 0 auto;
  }
}

#pageRecruit.top .conceptInner::before {
  content: "";
  display: block;
  height: calc(100% - 270px);
  width: 85%;
  background: #ecf9f6;
  position: absolute;
  left: 0;
  top: 240px;
  z-index: -10;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .conceptInner::before {
    width: 100%;
    left: calc(0px - 180px);
    height: calc(100% - 320px);
    top: 320px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .introductionWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageRecruit.top .introductionWrap .introduction {
    width: 55%;
  }
  #pageRecruit.top .introductionWrap .introductionImg {
    width: 40%;
  }
}

#pageRecruit.top .staffLead {
  width: 100%;
}

@media only screen and (min-width: 360px) {
  #pageRecruit.top .staffLead {
    padding-left: calc(100% - 80%);
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .staffLead {
    padding-left: calc(100% - 75%);
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .staffLead {
    padding-left: calc(100% - 82%);
  }
}

@media only screen and (min-width: 1200px) {
  #pageRecruit.top .staffLead {
    padding-left: 0;
    width: 800px;
    margin: 0 auto;
  }
}

#pageRecruit.top .h3TtlLine .roma {
  display: inline-block;
  font-size: 1rem;
  margin-left: 10px;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .h3TtlLine .roma {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

#pageRecruit.top .post,
#pageRecruit.top .staffCommentTtl {
  display: block;
  text-align: left;
  font-weight: 700;
}

#pageRecruit.top .companyInner .h2Black {
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .companyInner .h2Black {
    margin-bottom: 30px !important;
  }
}

#pageRecruit.top .companyInner .h2Black .h2TxtEn {
  margin-top: 5px !important;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .benefitList {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#pageRecruit.top .benefitList li {
  padding: 25px 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .benefitList li {
    margin-top: 0;
    padding: 30px;
    width: 31.5%;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .benefitList li {
    padding: 40px;
  }
}

#pageRecruit.top .benefitList li img {
  width: auto;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .benefitList li img {
    height: 65px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .benefitList li img {
    height: 80px;
  }
}

#pageRecruit.top .linkTxt {
  text-decoration: underline;
  font-size: 14px;
}

#pageRecruit.top .linkTxt:hover {
  color: #0cb59b;
}

#pageRecruit.top .linkTxt::after {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 500;
  content: "\F35D";
  color: #222;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: .5em;
  display: inline-block;
}

#pageRecruit.top .swiper-button-prev,
#pageRecruit.top .swiper-button-next {
  outline: none;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .swiper-button-prev,
  #pageRecruit.top .swiper-button-next {
    display: none;
  }
}

#pageRecruit.top .swiper-button-next:after,
#pageRecruit.top .swiper-button-prev:after {
  font-size: 30px !important;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .businessImgList {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .businessImgList .businessImgItem {
    width: 32%;
    position: relative;
    margin-top: 2.3%;
  }
}

#pageRecruit.top .businessImgList .businessImgItem span {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px;
  width: 100px;
  color: #0cb59b;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

#pageRecruit.top .btn {
  border: solid 2px #0cb59b;
}

#pageRecruit.top .btnEntry {
  background-color: #0cb59b;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6em;
  width: 100%;
  max-width: 350px;
  position: relative;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .btnEntry {
    font-size: 1.8rem;
  }
}

#pageRecruit.top .btnEntry::after {
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  content: "\F054";
  font-size: .9em;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -.8em;
}

#pageRecruit.top .btnEntry:hover {
  background-color: #fff;
  color: #0cb59b;
  border: solid 2px #0cb59b;
}

#pageRecruit.top .btnEntry:hover::after {
  color: inherit;
}

#pageRecruit.top .recruitTable {
  padding: 0;
}

#pageRecruit.top .recruitTable .h3TtlLine::before {
  width: 20px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitTable .h3TtlLine::before {
    width: 30px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .recruitTable .h3TtlLine::before {
    width: 55px;
  }
}

#pageRecruit.top .recruitTable {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .recruitTable {
    margin-top: 35px;
  }
}

#pageRecruit.top .recruitTable:nth-child(1) {
  margin-top: 0;
}

#pageRecruit.top .accordion-title {
  padding: 20px 40px 20px 30px;
  cursor: pointer;
  background: #0cb59b;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .accordion-title {
    padding: 30px 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .accordion-title {
    padding: 40px 90px;
  }
}

#pageRecruit.top .accordion-title:hover {
  opacity: .8;
}

#pageRecruit.top .accordion-title::before {
  border-top: solid 2px #fff !important;
}

#pageRecruit.top .accordion-title::after {
  font-family: "Font Awesome 5 Pro";
  content: "\F13A";
  position: absolute;
  font-size: 2rem;
  font-weight: 300;
  right: 15px;
  top: 50%;
  margin-top: -.6em;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .accordion-title::after {
    font-size: 2.6rem;
    right: 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .accordion-title::after {
    right: 90px;
  }
}

#pageRecruit.top .accordion-title.open {
  background: #fff;
  color: #0cb59b;
}

#pageRecruit.top .accordion-title.open::before {
  border-top: solid 2px #0cb59b !important;
}

#pageRecruit.top .accordion-title.open::after {
  content: "\F139";
}

#pageRecruit.top .accordion-content {
  display: none;
  padding: 0 30px 40px 30px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit.top .accordion-content {
    padding: 0 50px 50px 50px;
  }
}

@media only screen and (min-width: 992px) {
  #pageRecruit.top .accordion-content {
    padding: 0 90px 50px 90px;
  }
}

#pageRecruit .contactWrap {
  background: url(../../img/recruit/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pageRecruit .contactWrap .contentInner {
  text-align: center;
  color: #fff;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  #pageRecruit .contactWrap .contentInner {
    padding: 60px;
  }
}

#pageRecruit .contactWrap .btn {
  border: solid 2px #fff;
}

#pageRecruit .contactWrap .btnEntry {
  background-color: #fff;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.6em;
  width: 100%;
  max-width: 270px;
  position: relative;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  #pageRecruit .contactWrap .btnEntry {
    max-width: 350px;
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

#pageRecruit .contactWrap .btnEntry::after {
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  content: "\F054";
  font-size: .9em;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -.8em;
}

#pageRecruit .contactWrap .btnEntry:hover {
  background-color: #0cb59b;
  color: #fff;
  border: solid 2px #0cb59b;
}

#pageRecruit .contactWrap .btnEntry:hover::after {
  color: inherit;
}
