body {
  overflow-x: hidden;
}

@font-face {
  font-family: "NOTOSANSJP-REGULAR";
  src: url("../font/NOTOSANSJP-REGULAR.OTF");
}
@font-face {
  font-family: "NOTOSANSJP-BOLD";
  src: url("../font/NOTOSANSJP-BOLD.OTF");
}
@font-face {
  font-family: "SEGOEUI";
  src: url("../font/SEGOEUI.TTF");
}
@font-face {
  font-family: "tahoma";
  src: url("../font/tahoma.ttf");
}
.only-m {
  display: none;
}

.wraper {
  width: 89.58%;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;min-height:700px;
}

.indexNavMain {
  height: 68px;
  width: 100%;
  padding: 28px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.indexNavMain .indexNavBox {
  height: 68px;
  position: relative;
}
.indexNavMain .indexNavBox > a {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 68px;
  z-index: 99;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul {
  width: 100%;
  padding-left: 290px;
  box-sizing: border-box;
  text-align: right;
}
.indexNavMain .indexNavBox ul li {
  display: inline-block;
  margin-left: 70px;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  font-size: 16px;
  line-height: 68px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d81618;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover {
  color: #d81618;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.indexNavMain .indexNavBox ul li:last-child {
  float: right;
  width: 128px;
}
.indexNavMain .indexNavBox ul li:last-child a {
  height: 40px;
  width: 100%;
  margin-top: 14px;
  background: #feebb1;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.indexNavMain .indexNavBox ul li:last-child a::after {
  content: none;
}
.indexNavMain .indexNavBox ul li:last-child a:hover {
  background-color: #f1cd61;
  color: #333;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.fixNavBg {
  background-color: #fff;
  padding: 4px 0;
}
.subBannerMain.qrqbBannerMain {
  background: url(../images/recruitment-banner.jpg) no-repeat center top;
}

.subBannerMain {
  position: relative;
  height: 410px;
  background: url(../images/intro-banner.jpg) no-repeat center top;
}
.subBannerMain h1 {
  position: absolute;
  left: 12.5%;
  top: 51.2%;
  color: #fff;
}
.subBannerMain h1 span {
  display: block;
  font: normal 32px/48px "SEGOEUI";
  text-transform: uppercase;
}
.subBannerMain h1 strong {
  display: block;
  font: normal 26px/48px "NOTOSANSJP-BOLD";
}

.subRecruitmentMain {
  padding-top: 9.6%;
  background: url(../images/R-img09.png) no-repeat;
  background-position: right 240px;
}
.subRecruitmentMain .wraper {
  position: relative;
  height: 800px;
}
.subRecruitmentMain .wraper h2 {
  position: absolute;
  left: 4.17%;
  top: 16%;
  z-index: 10;
}
.subRecruitmentMain .wraper h2 span {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 1.1em;
  background-color: #00d6ff;
  font: normal 32px/112px "NOTOSANSJP-BOLD";
}
.subRecruitmentMain .wraper .img {
  position: absolute;
  left: 11.9%;
  top: 0;
  width: 53%;
  z-index: 1;
}
.subRecruitmentMain .wraper .img img {
  display: block;
  width: 100%;
}
.subRecruitmentMain .wraper .txt {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 49%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 36px 36px 0 1px #f8f8f8;
}
.subRecruitmentMain .wraper .txt p {
  padding: 50px 70px;
  font: normal 22px/50px "NOTOSANSJP-REGULAR";
  color: #343434;
  text-align: justify;
}
.subRecruitmentMain .main02 .title {
  text-align: center;
  position: relative;
  z-index: 9;
}
.subRecruitmentMain .main02 .title h2 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font: normal 80px/100px "NOTOSANSJP-BOLD";
  color: #000;
}
.subRecruitmentMain .main02 .title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  background-color: #ffeeb9;
  z-index: -1;
}
.subRecruitmentMain .main02 .title p {
  font: normal 22px/80px "tahoma";
  color: #333;
  text-transform: uppercase;
}
.subRecruitmentMain .main02 ul {
  padding-top: 60px;
}
.subRecruitmentMain .main02 ul li {
  position: relative;
}
.subRecruitmentMain .main02 ul .tag {
  position: absolute;
  left: 36%;
  top: -8%;
  width: 22%;
  z-index: 10;
}
.subRecruitmentMain .main02 ul .tag img {
  display: block;
  width: 100%;
}
.subRecruitmentMain .main02 ul .img {
  float: right;overflow:hidden;
  width: 48.4%;
  margin-top: -13.3%;
}
.subRecruitmentMain .main02 ul .img img {
  display: block;position:absolute;top:0;
  width: 100%;transition:all ease .4s;
}

.subRecruitmentMain .main02 ul .txt {
  float: left;
  width: 50%;
  padding-left: 80px;
  margin-top: 0%;
  box-sizing: border-box;
}
.subRecruitmentMain .main02 ul .txt h3 {
  position: relative;
  margin-bottom: 1em;
  font: normal 40px/100px "NOTOSANSJP-REGULAR";
  color: #222;
}
.subRecruitmentMain .main02 ul .txt h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 144px;
  height: 2px;
  background-color: #284c94;
  z-index: -1;
}
.subRecruitmentMain .main02 ul .txt p {
  width: 85%;
  font: normal 22px/40px "NOTOSANSJP-REGULAR";
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .tag {
  left: 41%;
  top: 5%;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .img {
  float: left;
  width: 54.2%;
  margin-top: -8.6%;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .txt {
  float: right;
  width: 40.2%;
  padding-left: 0;
  padding-right: 80px;
  margin-top: 3%;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .txt h3 {
  text-align: right;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .txt h3::before {
  left: initial;
  right: 0;
}
.subRecruitmentMain .main02 ul li:nth-child(2n) .txt p {
  width: 100%;
}
.subRecruitmentMain .main02 ul li:nth-child(1) .tag {
  top: 10%;
}
.subRecruitmentMain .main02 ul li:nth-child(1) .img {
  margin-top: 0;
}
.subRecruitmentMain .main02 ul li:nth-child(1) .txt {
  margin-top: 10%;
}
.subRecruitmentMain .main02 ul li:nth-child(2) .tag {
  top: 5%;
}
.subRecruitmentMain .main02 ul li:nth-child(2) .img {
  margin-top: -8.5%;
}
.subRecruitmentMain .main02 ul li:nth-child(2) .txt {
  margin-top: 1%;
}

.subRecruitmentMain02 {
  padding-top: 60px;
}
.subRecruitmentMain02 .title {
  position: relative;
  margin-bottom: 40px;
}
.subRecruitmentMain02 .title h2 {
  font: normal 50px/100px "SEGOEUI";
  text-transform: uppercase;
}
.subRecruitmentMain02 .title p {
  font: normal 34px/50px "NOTOSANSJP-REGULAR";
  color: #343434;
}
.subRecruitmentMain02 .title span {
  position: absolute;
  right: 0;
  top: 50px;
  font: normal 34px/50px "NOTOSANSJP-REGULAR";
  color: #284c94;
}
.subRecruitmentMain02 h3 {
  text-align: center;
  margin-bottom: 50px;
}
.subRecruitmentMain02 h3 span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font: normal 40px/70px "NOTOSANSJP-BOLD";
  color: #000;
}
.subRecruitmentMain02 h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #ffeeb9;
  z-index: -1;
}
.subRecruitmentMain02 .main .table {
  padding: 36px 60px 100px;
}
.subRecruitmentMain02 .main .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.subRecruitmentMain02 .main .table table tr {
  font: normal 16px/26px "NotoSansJP";
  color: #222;
}
.subRecruitmentMain02 .main .table table td {
  box-sizing: border-box;
}
.subRecruitmentMain02 .main .table table td:nth-child(1) {
  width: 16.5%;
  padding-left: 36px;
  border-bottom: 2px solid #284c94;
  font: normal 28px/140px "NOTOSANSJP-REGULAR";
  color: #284c94;
}
.subRecruitmentMain02 .main .table table td:nth-child(2) {
  width: 83.5%;
  padding: 21px 35px 21px 120px;
  border-bottom: 1px solid #eaeaea;
  font: normal 24px/50px "NOTOSANSJP-REGULAR";
  color: #747474;
}
.mo_dtitle{padding-left:0px !important;text-align:center;}
.subRecruitmentMain02 .main .table table td p {
  margin-bottom: 30px;
}
.subRecruitmentMain02 .main .faqList ul li {
  margin-bottom: 50px;
}
.subRecruitmentMain02 .main .faqList ul li h4 {
  font: normal 28px/100px "NOTOSANSJP-REGULAR";
  color: #284c94;
}
.subRecruitmentMain02 .main .faqList ul li p {
  font: normal 22px/40px "NOTOSANSJP-REGULAR";
  color: #333;
  text-align: justify;
}
.xzmjd{font-size:30px;color:#000;line-height:500%;text-align:center;}
.footerBox {
  padding-top: 56px;
  background: #f5f2f2;
  position: relative;
}
.footerBox .left {
  position: absolute;
  left: 0;
  top: 0;
}
.footerBox .left .footerLogo img {
  display: inline-block;
}
.footerBox .left .address {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.footerBox .footerNav {
  width: 100%;
  height: 300px;
  padding-left: 300px;
  padding-top: 20px;
  padding-right: 250px;
  font-size: 16px;
  line-height: 52px;
  box-sizing: border-box;
}
.footerBox .footerNav div {
  float: left;
  margin-left: 80px;
}
.footerBox .footerNav a {
  display: block;
  padding-left: 22px;
  background: url(../images/libg02.png) no-repeat left center;
  color: #333;
  font-weight: bold;
}
.footerBox .footerNav a:hover {
  text-decoration: underline;
}
.footerBox .right {
  position: absolute;
  right: 0;
  top: 23px;
}
.footerBox .right .tel {
  display: inline-block;
  padding: 0 20px;
  font-size: 32px;
  line-height: 50px;
  color: #d81618;
  font-weight: bold;
  background-color: #fff;
}
.footerBox .right .socialBox {
  margin-top: 22px;
  text-align: right;
}
.footerBox .right .socialBox a {
  display: inline-block;
  margin-left: 15px;
}
.footerBox .right .socialBox a img {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.5s;
}
.footerBox .right .socialBox a:hover img {
  transform: scale(1.05, 1.05);
}
.footerBox .copyRight p {
  font-size: 14px;
  line-height: 80px;
  color: #222;
  text-align: center;
}

.gotop {
  position: fixed;
  right: 25px;
  bottom: 20px;
  display: none;
  z-index: 99;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

.rectmentdetailimg{display:block;margin:0 auto;width:20%;}

@media (min-width: 0) and (max-width: 1880px) {
	.subRecruitmentMain .main02 ul .txt p{font:normal 20px/34px "NOTOSANSJP-REGULAR";}
	
}
@media (min-width: 0) and (max-width: 1700px) { 
	.subRecruitmentMain .main02 ul .txt p{font:normal 18px/32px "NOTOSANSJP-REGULAR";}


}

@media (min-width: 0) and (max-width: 1620px) {
  .indexNavMain .indexNavBox ul li {
    margin-left: 35px;
  }
  .subRecruitmentMain .main02 ul .txt h3{font-size: 30px;
    line-height: 50px;
    margin-bottom: 0.5em}
}
@media (min-width: 0) and (max-width: 1500px) {
  .w1400 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .subRecruitmentMain .main02 ul .txt {
    padding-left: 50px;
  }
  .subRecruitmentMain .main02 ul .txt p {
    width: 95%;
    font-size: 18px;
    line-height: 30px;
  }
  .subRecruitmentMain .main02 ul li:nth-child(2n) .txt {
    padding-right: 50px;
  }
}
@media (min-width: 0) and (max-width: 1380px) {
  .wraper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .w1280 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .indexNavMain .indexNavBox > a {
    left: 25px;
  }
  .footerBox .left {
    left: 30px;
  }
  .footerBox .right {
    right: 30px;
  }
  .footerBox .right .tel {
    font-size: 28px;
  }
  .footerBox .footerNav {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: initial;
  }
  .footerBox .footerNav div {
    margin-left: 40px;
  }
  .subRecruitmentMain .wraper {
    height: 680px;
  }
  .subRecruitmentMain .wraper h2 {
    left: 25px;
  }
  .subRecruitmentMain .wraper h2 span {
    font: normal 26px/70px "NOTOSANSJP-BOLD";
  }
  .subRecruitmentMain .wraper .img {
    left: 50px;
  }
  .subRecruitmentMain .wraper .txt {
    right: 25px;
    width: 60%;
    top: 40%;
  }
  .subRecruitmentMain .wraper .txt p {
    padding: 40px 30px;
    font-size: 20px;
    line-height: 40px;
  }
  .subRecruitmentMain .main02 ul .txt h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0.5em;
  }
  .subRecruitmentMain .main02 ul .txt p {
    font-size: 18px;
    line-height: 30px;
  }
  .subRecruitmentMain02 .main .table {
    padding: 36px 0 100px;
  }
  .subRecruitmentMain02 .main .table table td:nth-child(1) {
    width: 20%;
    font-size: 24px;
    line-height: 100px;
  }
  .subRecruitmentMain02 .main .table table td:nth-child(2) {
    width: 80%;
    padding-left: 60px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media (min-width: 0) and (max-width: 1220px) {
  .subRecruitmentMain .main02 .title h2 {
    font-size: 60px;
  }
  .subRecruitmentMain .main02 ul .txt h3{
	  font-size: 26px;
    line-height: 42px;
    margin-bottom: 0.4em;
  }
  .subRecruitmentMain .main02 ul .txt p{font-size: 16px;
    line-height: 28px;}
}
@media (min-width: 0) and (max-width: 1120px) {
	.subRecruitmentMain .main02 ul .txt h3{
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0.1em}
	.subRecruitmentMain .main02 ul .txt p{font-size: 16px;
    line-height: 22px;}
  .indexNavMain .indexNavBox ul li {
    margin-left: 15px;
  }
  .footerBox .right .tel {
    font-size: 24px;
  }
}/*# sourceMappingURL=R-pc.css.map */