#mainBox{
  background: #F6F6F6;
}

#_works{
  padding: 57px 20px 0;
}
#_works .cntText{
  margin-bottom: 90px;
  text-align: center;
}
#_works .cntBox-title{
  margin-bottom: 40px;
}
#_works .cntBox-flow + .cntBox-title{
  margin-top: 107px;
}
#_works .cntBox-title .title{
  margin-bottom: 0.16em;
  color: #19C18F;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.19;
}
#_works .cntBox-title .text{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
}
#_works .cntBox-info{
  display: grid;
  grid-template-columns: 790fr 380fr;
  gap: 30px;
}
#_works .cntBox-info .left{
  max-width: 750px;
}
#_works .cntBox-info .title{
  margin-bottom: 16px;
  font-size: 3.9rem;
  font-weight: bold;
}
#_works .cntBox-info .item{
  position: relative;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 0 22px;
  padding: 22px 20px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.66;
}
#_works .cntBox-info .item + .item{
  margin-top: -1px;
}
#_works .cntBox-info .ttl::before,
#_works .cntBox-info .item:last-child .ttl::after{
  content: "";
}
#_works .cntBox-info .ttl::before,
#_works .cntBox-info .ttl::after{
  position: absolute;
  left: 0;
  width: 185px;
  height: 2px;
  background: var(--c-main);
}
#_works .cntBox-info .ttl::before{
  top: -1px;
}
#_works .cntBox-info .ttl::after{
  bottom: -1px;
}
#_works .cntBox-info .right img{
  display: block;
  width: 100%;
  object-fit: contain;
}
#_works .cntBox-flow{
  margin-top: 18px;
  background: #fff;
  font-weight: bold;
}
#_works .cntBox-flow .title{
  margin-bottom: 13px;
  padding: 12px;
  background: var(--c-main);
  font-size: 2.9rem;
  letter-spacing: .05em;
  text-align: center;
}
#_works .cntBox-flow .list{
  max-width: calc(100% - 48px);
  margin: 0 auto;
}
#_works .cntBox-flow .item{
  position: relative;
  max-width: 1013px;
  display: grid;
  grid-template-columns: 271fr 742fr;
  margin: 0 auto;
  padding: 23px 0 38px;
}
#_works .cntBox-flow .item + .item{
  border-top: 2px solid var(--c-main);
}
#_works .cntBox-flow .item + .item::before{
  content: "";
  position: absolute;
  top: -38px;
  left: calc(50% - 38px);
  width: 67px;
  height: 67px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%2267%22%20viewBox%3D%220%200%2067%2067%22%3E%20%3Cg%20transform%3D%22translate(2515.75%208567)%22%3E%20%3Ccircle%20cx%3D%2233.5%22%20cy%3D%2233.5%22%20r%3D%2233.5%22%20transform%3D%22translate(-2448.75%20-8567)%20rotate(90)%22%20fill%3D%22%23f9db00%22%2F%3E%20%3Cg%20transform%3D%22translate(-2476.014%20-8549.709)%20rotate(90)%22%3E%20%3Cpath%20d%3D%22M-13711.2-8382.339h32.275%22%20transform%3D%22translate(13711.197%208388.643)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20d%3D%22M0%2C8.916V0H8.916%22%20transform%3D%22translate(32.281%206.305)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
  border: 5px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
}
#_works .cntBox-flow .left{
  padding-top: 13px;
  font-size: 3rem;
  text-align: center;
}
#_works .cntBox-flow .num{
  display: block;
  margin-bottom: -12px;
  color: var(--c-main);
  font-size: 8rem;
}
#_works .cntBox-flow .right{
  padding: 18px 25px;
  background: #F6F6F6;
}
#_works .cntBox-flow .ol{
  line-height: 1.875;
  letter-spacing: .05em;
}
#_works .cntBox-flow .ol li + li{
  margin-top: 12px;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_works{
    padding-top: 45px;
  }
  #_works .cntText{
    margin-bottom: 68px;
  }
  #_works .cntText > span._Text-bg .back{
    padding: 5px 0;
  }
  #_works .cntBox-title{
    margin-bottom: 35px;
  }
  #_works .cntBox-flow + .cntBox-title{
    margin-top: 80px;
  }
  #_works .cntBox-title .title{
    font-size: 3.8rem;
  }
  #_works .cntBox-title .text{
    font-size: 1.8rem;
  }
  #_works .cntBox-info{
    display: flex;
    flex-direction: column-reverse;
  }
  #_works .cntBox-info .left{
    max-width: 100%;
  }
  #_works .cntBox-info .title{
    margin-bottom: 0.75em;
    font-size: 2.9rem;
  }
  #_works .cntBox-info .item{
    padding: 15px 0;
    grid-template-columns: 8em 1fr;
    column-gap: 1em;
    font-size: 1.6rem;
  }
  #_works .cntBox-info .ttl::before,
  #_works .cntBox-info .ttl::after{
    width: 8em;
  }
  #_works .cntBox-info .right img{
    max-width: 270px;
    margin: 0 auto;
  }
  #_works .cntBox-flow{
    margin-top: 30px;
  }
  #_works .cntBox-flow .title{
    margin: 0;
    font-size: 2.3rem;
  }
  #_works .cntBox-flow .item{
    grid-template-columns: 1fr;
    padding: 0 0 40px;
  }
  #_works .cntBox-flow .item + .item{
    padding-top: 10px;
  }
  #_works .cntBox-flow .item + .item::before{
    top: -27px;
    left: calc(50% - 27px);
    width: 54px;
    height: 54px;
    border: none;
  }
  #_works .cntBox-flow .left{
    display: flex;
    align-items: center;
    padding: 0.6em 0 0;
    font-size: 2.5rem;
  }
  #_works .cntBox-flow .num{
    margin: -0.2em 15px 0 0;
    font-size: 6.7rem;
    line-height: 1.45;
  }
  #_works .cntBox-flow .right{
    padding: 12px 15px;
  }
  #_works .cntBox-flow .ol{
    font-size: 1.4rem;
    line-height: 2.08;
  }
  #_works .cntBox-flow .ol li + li{
    margin-top: 1em;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_works{
    padding-top: 32px;
  }
  #_works .cntText{
    margin-bottom: 44px;
  }
  #_works .cntBox-title{
    margin-bottom: 30px;
  }
  #_works .cntBox-flow + .cntBox-title{
    margin-top: 60px;
  }
  #_works .cntBox-title .title{
    font-size: 2.6rem;
  }
  #_works .cntBox-title .text{
    font-size: 1.6rem;
  }
  #_works .cntBox-info .title{
    font-size: 2rem;
  }
  #_works .cntBox-info .item{
    font-size: 1.4rem;
  }
  #_works .cntBox-info .ttl::before,
  #_works .cntBox-info .ttl::after{
    width: 6.4em;
  }
  #_works .cntBox-flow .title{
    font-size: 1.8rem;
  }
  #_works .cntBox-flow .item:last-child{
    padding-bottom: 26px;
  }
  #_works .cntBox-flow .item + .item{
    padding-top: 20px;
  }
  #_works .cntBox-flow .item + .item::before{
    top: -21px;
    left: calc(50% - 21px);
    width: 42px;
    height: 42px;
  }
  #_works .cntBox-flow .left{
    font-size: 2rem;
  }
  #_works .cntBox-flow .num{
    font-size: 5.5rem;
  }
  #_works .cntBox-flow .ol{
    font-size: 1.2rem;
  }
}

/* お客様の声 */
#_voice{
  margin-top: 125px;
  padding-right: 200px;
  position: relative;
}
#_voice::before{
  position: absolute;
  content: "USER VOICE";
  font-size: 19.3rem;
  font-weight: 600;
  line-height: 160px;
  color: #fff;
  writing-mode: vertical-rl;
  /* right: 20px; */
  top: -60px;
  width: 100%;
  max-width: 1366px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
#_voice .cntInner{
  background: #fff;
  position: relative;
  max-width: calc(50vw + 409px);
  margin-left: 0;
  padding-left: 20px;
}
#_voice .cntInner::before{
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-top: 5px solid var(--c-main);
  border-right: 5px solid var(--c-main);
  bottom: 0;
  left: 0;
  box-sizing: content-box;
}
#_voice .cntBox{
  position: relative;
  max-width: 1010px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding: 40px 20px 100px 0;
}
#_voice .cntBox::before{
  position: absolute;
  content: "";
  width: 27.5%;
  height: 195px;
  background: url(../img/works/uservoice.png) top right/contain no-repeat;
  top: 15px;
  right: 37px;
}
#_voice .cntBox .text{
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2.1;
  max-width: 800px;
  width: 100%;
}
#_voice .cntTitle{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
#_voice .cntBtn{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* TAB */
@media screen and (max-width: 899px){
  #_voice{
    margin-top: 90px;
    /* padding-bottom: 71px; */
    padding-right: 9vw;
  }
  #_voice::before{
    right: -10px;
    left: auto;
    bottom: -10vw;
    top: auto;
    display: inline-block;
    height: 42vw;
    transform: none;
    font-size: 13vw;
    line-height: .84;
    text-align: center;
  }
  #_voice .cntInner::before{
    border-top: 2px solid var(--c-main);
    border-right: 2px solid var(--c-main);
  }
  #_voice .cntBox{
    padding: 36px 20px 70px 0;
  }
  #_voice .cntBox::before{
    top: 10px;
    width: 35vw;
    height: auto;
    aspect-ratio: 35/12;
    right: 7px;
    transform: none;
  }
  #_voice .cntBox .text{
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.5;
  }
  #_voice .cntBtn{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_voice{
    margin-top: 60px;
    padding-right: 45px;
  }
  #_voice::before{
    right: -10px;
    left: auto;
    bottom: -45px;
    top: auto;
    height: 205px;
    font-size: 6.5rem;
  }
  #_voice .cntBox::before{
    width: 53.6%;
    top: 2px;
  }
}

/* その他解体工事実績 */
#_other{
  margin-bottom: 70px;
  padding: 120px 20px 0;
}
#_other .cntTitle{
  margin-bottom: 1.6em;
}
#_other .cntInner table{
  width: 100%;
}
#_other .cntInner table th,
#_other .cntInner table td{
  padding: 20px 30px;
  border: 1px solid #E6E6E6;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: left;
}
  #_other .cntInner table td:first-child{
    white-space: nowrap;
  }
#_other .cntInner table thead{
  background: var(--c-main);
}
#_other .cntInner table tbody tr:nth-child(2n-1){
  background: #fff;
}
#_other .cntInner table tbody tr:nth-child(2n){
  background: #F6F6F6;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_other{
    padding-top: 100px;
  }
  #_other .cntInner table th,
  #_other .cntInner table td{
    padding: 0.75em 7px;
  }
  #_other .cntInner table th{
    font-size: 1.5rem;
  }
  #_other .cntInner table td{
    font-size: 1.4rem;
  }
  #_other .cntInner table td:first-child{
    padding-right: 4px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_other{
    margin-bottom: 50px;
    padding-top: 80px;
  }
  #_other .cntInner table th{
    font-size: 1.2rem;
  }
  #_other .cntInner table td{
    font-size: 1rem;
  }
}