/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:1190px) {

.top-contents01{
  width:100%;
  height:100vh;
}
.top-contents01-back{
  animation-name:top-contents01-back;
  animation-duration:1s;
  animation-fill-mode:forwards;
  width:100%;
  height:100%;
  background-color:#000 ;
  opacity: 0;
}

@keyframes top-contents01-back{
from {
  opacity: 0;
  clip-path: polygon(45% 0, 100% 0, 100% 0, 45% 0);
  }

to {
  opacity: 1;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 60% 100%);
  }
}


.top-contents01-box{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.innner{
  width:100%;
  margin:0 auto;
  max-width:1200px;
}
.top-img-message{
  margin:25% 0 0 0;
  width:89%;
}
.top-bunner-text{
  margin:10% 0 0 0;
}
.top-bunner-text-item{
  float:left;
  width: 300px;
}
.top-bunner-text-item p:nth-child(1){
  line-height: 2em;
  margin:5px 0;
  letter-spacing: .1em;
  font-size: 1rem;
}
.top-bunner-text-item p:nth-child(2){
  font-size:13px;
  color:#666666;
  font-weight:bold;
  margin:25px 0;
}
.think-ul{
  font-size: 40px;
  width: fit-content;
  float: left;
}
.think-ul li{line-height: 1.3em;}
.think-ul li:nth-child(1){padding:0 0 0 1em;}
.think-ul li:nth-child(2){padding:0 0 0 .5em;}

.syasen{
  clip-path: polygon(91% 0, 100% 0, 9% 100%, 0 100%);
  width: 33px;
  height: 143px;
  background-color: #000;
  float: left;
  margin: 10px 30px;
}


.section{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 100px 2%;
}
.section-back1{
  opacity:0;
}
.section-back1-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:2s;
  animation-fill-mode:forwards;
  width:50%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back1{
  from {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 100% 0, 56% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 46% 100%, 0 100%);
  }
}

.section-02{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 100px 2%;
}
.section-back2{
  opacity:0;
}
.section-back2-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:1s;
  animation-fill-mode:forwards;
  width:50%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back2{
  from {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 100% 0, 49% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 54% 100%, 0% 100%);
  }
}


.section-box{
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 100vh;
  margin: 100px auto;
}

.section2{
  animation-name:section2-back;
  animation-duration:1s;
  animation-fill-mode:forwards;
    position: absolute;
    width: 100%;
    height:100%;
    background-image: url(../img/recruit3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.section2-0{
  opacity:0;
}
@keyframes section2-back{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h2{
  position: relative;
  padding: 17px 0 20px 53px;
  font-size: 50px;
  letter-spacing: .2em;
}
h2:before{
  position:absolute;
  top:0;
  left:0;
  content: "";
  width:30px;
  height:75px;
  clip-path: polygon(22% 0, 0 0, 77% 100%, 100% 100%);
  background-color: #f6de79;
}
.title-box{
  margin-bottom: 50px;
}
.title-box-p-b{
  padding: 0 0 0 53px;
  font-size:20px;
  font-weight:bold;
  margin:.5em 0;
  letter-spacing: .1em;
}
.title-box-p{
  padding: 0 0 0 53px;
  margin:.5em 0;
  line-height: 1.5em;
}
.section-left{
  width:50%;
  padding:0 2% 0 0;
  float:left;
}
.section-right{
  width:50%;
  padding: 100px 0 0 2%;
  float:left;
}
.service-box{
  width:100%;
  height:340px;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 50px;
}
.service-box-back{
  width:50%;
  height:100%;
  background-image: url(../img/service1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back2{
  width:50%;
  height:100%;
  background-image: url(../img/service2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back3{
  width:50%;
  height:100%;
  background-image: url(../img/service3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back4{
  width:50%;
  height:100%;
  background-image: url(../img/service4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back5{
  width:50%;
  height:100%;
  background-image: url(../img/service5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back6{
  width:50%;
  height:100%;
  background-image: url(../img/service6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back7{
  width:50%;
  height:100%;
  background-image: url(../img/service7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back8{
  width:50%;
  height:100%;
  background-image: url(../img/service8.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-text{
  width:50%;
  padding: 50px 10px 0 0;
  float:left;
}
.service-box-text p:nth-child(1){
  font-size: 15px;
  padding-left: 30px;
}
.service-box-text-p3{
  font-size: 15px;
  letter-spacing: normal;
}
.service-box-text h5{
  font-size: 30px;
  padding-left: 17px;
  height: 80px;
  line-height: 1.1em;
  margin: 18px 0 0 0;
  letter-spacing: .03em;
}



.client-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.client-box-item{
  width:18%;
  padding:10px 0;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 30px;
}
.client-box img{
  width:90%;
  margin:0 auto;
}

.company-back{
  position: absolute;
  width: 68%;
  right: 0;
  height: 75%;
  overflow: hidden;
  padding: 0 2%;
  background-image: url(../img/company-back.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}


.company-table{
  width:80%;
  margin:0 auto;
}
.company-table th{
  font-size:22px;
  font-weight:bold;
  text-align: left;
  width:25%;
  border-bottom: 1px solid #999;
  padding:1.5em 0 .5em 2em;
  letter-spacing: .1em;
}
.company-table td{
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #999;
  font-size:18px;
  letter-spacing: .1em;
}

.title-box2{
  margin: 0 auto;
  padding-top: 15%;
  width: 400px;
}
.title-box-p-b{
  padding: 0 0 0 53px;
  font-size:20px;
  font-weight:bold;
  margin:.5em 0;
  letter-spacing: .1em;
}
.recruit-back1{
  width: 35%;
  padding-top: 30%;
  position: absolute;
  top:0;
  left:0;
  background-image: url(../img/recruit1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-back2{
  width: 35%;
  padding-top: 30%;
  position: absolute;
  bottom:0;
  right:0;
  background-image: url(../img/recruit2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-p{
  font-size: 30px;
  font-weight: bold;
  color: #515151;
  margin: 0 auto;
  width: 400px;
  padding-left: 53px;
  padding-top: 40px;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {

.top-contents01{
  width:100%;
  height:100vh;
}
.top-contents01-back{
  width:100%;
  height:100vh;
  background-color:#000 ;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 65% 100%);
}
.top-contents01-box{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.innner{
  width:100%;
  margin:0 auto;
}
.top-img-message{
  width: 76%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-bunner-text{
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.top-bunner-text-item{
  float:left;
  width: 35%;
}
.top-bunner-text-item p:nth-child(1){
  line-height: 2em;
  margin: 5px 0;
  letter-spacing: .01em;
  font-size: 13px;
}
.top-bunner-text-item p:nth-child(2){
  font-size: 10px;
  color: #666666;
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: 0;
}
.think-ul{
  font-size: 28px;
  width: fit-content;
  float: left;
}
.think-ul li{line-height: 1.3em;}
.think-ul li:nth-child(1){padding:0 0 0 1em;}
.think-ul li:nth-child(2){padding:0 0 0 .5em;}

.syasen{
  clip-path: polygon(91% 0, 100% 0, 9% 100%, 0 100%);
  width: 22px;
  height: 99px;
  background-color: #000;
  float: left;
  margin: 6px 17px;
}


.section{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 50px 4%;
}

.section-back1{
  opacity:0;
}
.section-back1-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:2s;
  animation-fill-mode:forwards;
  width:80%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back1{
  from {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 100% 0, 56% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 46% 100%, 0 100%);
  }
}
.section-box{
  position: relative;
  width: 100%;
  height: 500px;
  margin: 100px auto;
}
.section-02{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 100px 2%;
}
.section-back2{
  opacity:0;
}
.section-back2-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:1s;
  animation-fill-mode:forwards;
  width:60%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back2{
  from {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 100% 0, 49% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 54% 100%, 0% 100%);
  }
}

.section2{
  animation-name:section2-back;
  animation-duration:1s;
  animation-fill-mode:forwards;
    position: absolute;
    width: 100%;
    height:100%;
    background-image: url(../img/recruit3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.section2-0{
  opacity:0;
}
@keyframes section2-back{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


h2{
  position: relative;
  padding: 8px 0 15px 42px;
  font-size: 40px;
  letter-spacing: .2em;
}
h2:before{
  position:absolute;
  top:0;
  left:0;
  content: "";
  width:25px;
  height:55px;
  clip-path: polygon(22% 0, 0 0, 77% 100%, 100% 100%);
  background-color: #f6de79;
}
.title-box{
  margin-bottom: 25px;
}
.title-box-p-b{
  padding: 0 0 0 53px;
  font-size:20px;
  font-weight:bold;
  margin:.5em 0;
  letter-spacing: .1em;
}
.title-box-p{
  padding: 0 0 0 53px;
  margin:.5em 0;
  line-height: 1.5em;
}
.section-left{
  width: 100%;
  padding: 0 2% 0;
}
.section-right{
  width: 100%;
  padding: 0 2% 0;
}
.service-box{
  width:100%;
  height:340px;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 50px;
}
.service-box-back{
  width:50%;
  height:100%;
  background-image: url(../img/service1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back2{
  width:50%;
  height:100%;
  background-image: url(../img/service2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back3{
  width:50%;
  height:100%;
  background-image: url(../img/service3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back4{
  width:50%;
  height:100%;
  background-image: url(../img/service4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back5{
  width:50%;
  height:100%;
  background-image: url(../img/service5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back6{
  width:50%;
  height:100%;
  background-image: url(../img/service6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back7{
  width:50%;
  height:100%;
  background-image: url(../img/service7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-back8{
  width:50%;
  height:100%;
  background-image: url(../img/service8.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 100%, 70% 100%);
  float:left;
}
.service-box-text{
  width:50%;
  padding: 50px 10px 0 0;
  float:left;
}
.service-box-text p:nth-child(1){
  font-size: 15px;
  padding-left: 30px;
}
.service-box-text-p3{
  font-size: 15px;
  letter-spacing: normal;
}
.service-box-text h5{
  font-size: 30px;
  padding-left: 17px;
  height: 80px;
  line-height: 1.1em;
  margin: 18px 0 0 0;
  letter-spacing: .03em;
}



.client-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.client-box-item{
  width:23%;
  padding:10px 0;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 30px;
}
.client-box img{
  width:90%;
  margin:0 auto;
}

.company-back{
  position: absolute;
  width: 68%;
  right: 0;
  height: 75%;
  overflow: hidden;
  padding: 0 2%;
  background-image: url(../img/company-back.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.company-table{
  width:80%;
  margin: 0 auto 10%;
}
.company-table th{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 25%;
  border-bottom: 1px solid #999;
  padding: 0.5em 0 0.5em 1em;
  letter-spacing: .1em;
}
.company-table td{
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #999;
  font-size:15px;
  letter-spacing: .1em;
}

.title-box2{
  margin: 0 auto;
  padding-top: 15%;
  width: 30%;
}
.title-box-p-b{
  padding: 0 0 0 53px;
  font-size:20px;
  font-weight:bold;
  margin:.5em 0;
  letter-spacing: .1em;
}
.recruit-back1{
  width: 35%;
  padding-top: 30%;
  position: absolute;
  top:0;
  left:0;
  background-image: url(../img/recruit1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-back2{
  width: 35%;
  padding-top: 30%;
  position: absolute;
  bottom:0;
  right:0;
  background-image: url(../img/recruit2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-p{
  font-size: 30px;
  font-weight: bold;
  color: #515151;
  margin: 0 auto;
  width: 30%;
  padding-left: 53px;
  padding-top: 40px;
}





}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
  　　　　　　　　　　　　SPstart
========================================================
========================================================*/
@media screen and (max-width:768px) {


.top-contents01{
  width:100%;
  height:100vh;
}
.top-contents01-back{
  width: 100%;
  height: 100vh;
  background-color: #000;
  clip-path: polygon(44% 0, 100% 0, 100% 100%, 100% 100%);
}
.top-contents01-box{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
}

.innner{
  width:100%;
  margin:0 auto;
}
.top-img-message{
  width: 80%;
  position: absolute;
  bottom: 50%;
  left: 5%;
}
.top-bunner-text{
  margin: 0 0 0 2%;
  position: absolute;
  bottom: 5%;
}
.top-bunner-text-item{
  float: left;
  width: 65%;
  margin-left: 5%;
  clear: both;
}
.top-bunner-text-item p:nth-child(1){
  line-height: 2em;
  margin: 5px 0;
  letter-spacing: .01em;
  font-size: 14px;
}
.top-bunner-text-item p:nth-child(2){
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: 0;
}
.think-ul{
  font-size: 28px;
  width: fit-content;
  float: left;
  margin-bottom: 3%;
}
.think-ul li{line-height: 1.3em;}
.think-ul li:nth-child(1){padding:0 0 0 1em;}
.think-ul li:nth-child(2){padding:0 0 0 .5em;}

.syasen{
  clip-path: polygon(91% 0, 100% 0, 9% 100%, 0 100%);
  width: 40px;
  height: 99px;
  background-color: #000;
  float: left;
  margin: 6px 0;
  margin-left: 5%;
}


.section{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 100px 4% 0;
}


.daike{
    padding: 100px 4% !important;
}
.daike:before{
clip-path: polygon(25% 0%, 78% 0, 52% 100%, 0% 100%)!important;
}

.section-box{
  position: relative;
  width: 100%;
  height: 500px;
  margin: 100px auto;
  padding: 0 0 40px;
}

.section-back1{
  opacity:0;
}
.section-back1-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:2s;
  animation-fill-mode:forwards;
  width:80%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back1{
  from {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 100% 0, 56% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(56% 0, 100% 0%, 46% 100%, 0 100%);
  }
}
.section-box{
  position: relative;
  width: 100%;
  height: auto;
  margin: 100px auto;
}
.section-02{
    position: relative;
    width: 100%;
    height: 100vh;
    height:auto;
    overflow:hidden;
    margin: 100px auto;
    padding: 100px 2%;
}
.section-back2{
  opacity:0;
}
.section-back2-block{
  position: absolute;
  top:0;
  left:0;
  animation-name:section-back1;
  animation-duration:1s;
  animation-fill-mode:forwards;
  width:70%;
  background-color: #f4f4f4;
  height:100%;
  opacity: 0;
  z-index: -1;
}
@keyframes section-back2{
  from {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 100% 0, 49% 0);
  }
  to {
    opacity: 1;
    clip-path: polygon(49% 0, 100% 0%, 54% 100%, 0% 100%);
  }
}

.section2{
  animation-name:section2-back;
  animation-duration:1s;
  animation-fill-mode:forwards;
    position: absolute;
    width: 100%;
    height:100%;
    background-image: url(../img/recruit3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.section2-0{
  opacity:0;
}
@keyframes section2-back{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h2{
  position: relative;
  padding: 8px 0 0 42px;
  font-size: 35px;
  letter-spacing: .2em;
}
h2:before{
  position:absolute;
  top:0;
  left:0;
  content: "";
  width:25px;
  height:50px;
  clip-path: polygon(22% 0, 0 0, 77% 100%, 100% 100%);
  background-color: #f6de79;
}
.title-box{
  margin-bottom: 25px;
}
.title-box-p-b{
  padding: 0 0 0 53px;
  font-size:20px;
  font-weight:bold;
  margin:.5em 0;
  letter-spacing: .1em;
}
.title-box-p{
  padding: 0;
  margin:.5em 0;
  line-height: 1.5em;
  font-size: 14px;
}
.section-left{
  width: 100%;
  padding: 0 2% 0;
}
.section-right{
  width: 100%;
  padding: 0 2% 0;
}
.service-box{
  width:100%;
  height:auto;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 40px;
}
.service-box-back{
  width: 100%;
  height: 180px;
  background-image: url(../img/service1-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back2{
  width: 100%;
  height: 180px;
  background-image: url(../img/service2-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back3{
  width: 100%;
  height: 180px;
  background-image: url(../img/service3-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back4{
  width: 100%;
  height: 180px;
  background-image: url(../img/service4-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back5{
  width: 100%;
  height: 180px;
  background-image: url(../img/service5-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back6{
  width: 100%;
  height: 180px;
  background-image: url(../img/service6-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back7{
  width: 100%;
  height: 180px;
  background-image: url(../img/service7-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-back8{
  width: 100%;
  height: 180px;
  background-image: url(../img/service8-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 0 0, 0 90%, 100% 100%);
}
.service-box-text{
  width: 100%;
  padding: 5% 6% 10%;
}
.service-box-text p:nth-child(1){
  font-size: 15px;
}
.service-box-text-p3{
  font-size: 14px;
  letter-spacing: normal;
}
.service-box-text h5{
  font-size: 30px;
  padding: 0.5em 0 0.5em;
  letter-spacing: .03em;
  line-height: 1em;
}



.client-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.client-box-item{
  width:31%;
  padding:10px 0;
  box-shadow: 1px 7px 32px -11px #adadad;
  background-color: #fff;
  margin-bottom: 30px;
}
.client-box::after{
  content:"";
  width:30%;
}
.client-box img{
  width:90%;
  margin:0 auto;
}

.company-back{
  position: absolute;
  width: 68%;
  right: 0;
  height: 65%;
  overflow: hidden;
  padding: 0 2%;
  background-image: url(../img/company-back.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  opacity: .4;
}

.company-table{
  width: 100%;
  margin: 0 auto 0;
}
.company-table th{
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  width: 25%;
  border-bottom: 1px solid #999;
  padding: 0.5em 0 0.5em 1em;
  letter-spacing: .1em;
}
.company-table td{
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #999;
  font-size:12px;
  letter-spacing: .1em;
  font-weight: bold;
  color:#454545;
}

.title-box2{
  margin: 0 auto;
  padding-top: 15%;
  width: 90%;
}
.title-box-p-b{
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em 0;
  letter-spacing: .07em;
}
.recruit-back1{
  display:none;
}
.recruit-back2{
  display:none;
}
.recruit-p{
  font-size: 17px;
  font-weight: bold;
  color: #515151;
  margin: 0 auto;
  width: 100%;
  padding-left: 2em;
  padding-top: 20px;
}
.recruit-img{
  width: 90%;
  margin: 30px auto;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/



/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
