.recruit .main-bg {
  background: url(../img/recruit/main_bg.jpg) no-repeat center;
  background-size: cover;
}
.page-inner:after {
  background: none;
}
.page-main-sec {
  padding-left: 14vw;
  padding-right: 7vw;
  padding-top: 6rem;
}
.page-title-sec {
  padding: 0;
  padding-right: 7vw;
  position: relative;
  z-index: 10;
  position: absolute;
  top: -6.5rem;
  left: 0;
  width: 100%;
}
.page-title-sec .page-tit .txt-jp {
  left: 7vw;
}
.tit-box p:before {
  content: "";
  display: block;
  background: url(../img/top/main_txt_icon.svg) no-repeat center;
  background-size: contain;
  width: 54px;
  height: 18px;
  margin: 0 0 1.5rem;
}
.tit-box h3 {
  font-size: 3.0rem;
  margin-bottom: 4rem;
  line-height: 1.8em;
}
.box-Shift02 {
  margin-bottom: 0;
}
.page-sec .box-Shift02 .txt-box {
  padding-bottom: 12rem;
}
.box-Shift02 .inner.bg-blue:before {
  height: calc(100% + 11vw);
}
.box-Shift {
  margin-bottom: 0;
}
.business-sec .inner:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: 11vw;
  left: 0;
}
.business-sec, .strengths-sec, .recruit-sec {
  padding: 0;
}
.business-sec .inner, .strengths-sec .inner, .recruit-sec .inner {
  position: relative;
  padding: 0 0 0 10.5vw;
}
.page-tit-box .tit02 .txt-jp {
  position: inherit;
  top: inherit;
  left: inherit;
  margin-top: 0.5em;
}
.inner .txt-box {
  position: relative;
  z-index: 2;
  padding-bottom: 12rem;
}
.main-img-box {
  margin-bottom: -5rem;
}
.strengths-sec {
  color: #fff;
}
.strengths-sec .inner:before {
  content: "";
  display: block;
  background: rgba(3, 39, 72, 0.5);
  width: 100%;
  height: calc(100% - 11vw);
  position: absolute;
  top: 11vw;
  left: 0;
}
.strengths-sec .img-txt .img p {
  writing-mode: vertical-rl;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.strengths-sec .img-txt .img {
  position: relative;
  padding-left: 3em;
}
.strengths-sec .img-txt {
  padding-right: 7vw;
  margin-top: 4rem;
    align-items: center;
}
.strengths-sec h3 {
  font-size: 2rem;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.tit02 {
  margin-bottom: 7rem;
}
.business-sec .tit02 {
  margin-bottom: 3rem;
}
.recruit-sec .inner:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-sec .box-Shift {
    margin-bottom: 12rem;
}
.recruit-sec .inner {
  padding-top: 12rem;
}
.recruit-sec .txt-box {
  padding-right: 7vw;
}
.recruit-sec .tit02 .txt-en {
  font-size: 8rem;
}
.recruit-list {
  padding-left: 3.8rem;
  margin-bottom: 5rem;
}
.recruit-list dt {
  width: 10em;
  float: left;
  clear: left;
  margin-bottom: 1em;
  font-weight: bold;
}
.recruit-list dd {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}
.btn01.center {
  text-align: center;
}
.btn01.center a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
	.page-main-sec{
		padding: 3rem 0 0 7vw;
	}
  .tit-box h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .page-sec .box-Shift02 .txt-box {
    padding: 7rem 7vw;
  }
  .page-title-sec {
    top: -2.5rem;
  }
  .business-sec .inner, .strengths-sec .inner, .recruit-sec .inner {
    padding-left: 7vw;
  }
  .main-img-box {
    margin-bottom: -2rem;
  }
  .page-tit-box .tit02 .txt-jp {
    margin: -30px 0 70px 0;
  }
  .tit02 {
    margin-bottom: 5rem;
  }
  .col-2.txt-btn .txt {
    padding: 7vw 7vw 0 0;
  }
  .strengths-sec .img-txt .col-box {
    width: 100%;
  }
  .strengths-sec .img-txt .img p {
    writing-mode: horizontal-tb;
    position: relative;
  }
  .strengths-sec .img-txt .img {
    padding: 0;
    margin-bottom: 1em;
  }
  .strengths-sec h3 {
    font-size: 1.8rem;
  }
  .recruit-sec .tit02 .txt-en {
    font-size: 5rem;
  }
.recruit-sec .box-Shift {
    margin-bottom: 7rem;
}
.recruit-sec .tit02 .txt-jp {
    font-size: 2.0rem;
    transform: translateY(10%); 
}
  .recruit-list {
    padding: 0;
      margin-bottom: 3rem;
  }
  .recruit-list dt {
    float: none;
    margin-bottom: 0.2em;
  }
  .inner .txt-box {
    padding-bottom: 7rem;
  }
  .recruit-sec .inner {
    padding-top: 7rem;
  }
	.box-Shift02 .inner.bg-blue:before {
    height: calc(100% + 25vw);
}
	.business-sec .inner:before ,.strengths-sec .inner:before{
    top: 25vw;
	}
}