#mainBox{
  background: #F6F6F6;
}
._List-service .item{
  display: flex;
  justify-content: space-between;
}
._List-service .item+.item{
  margin-top: 40px;
}
._List-service .texts{
  flex-basis: 49.83%;
}
._List-service .image{
  flex-basis: 45%;
}
._List-service .tit{
  margin-bottom: 40px;
}
._List-service .text{
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2;
}
/* TAB */
@media screen and (max-width: 899px){
  ._List-service .item{
    flex-direction: column;
  }
  ._List-service .image{
    margin: 15px auto 0;
    max-width: 540px;
  }
  ._List-service .tit{
    margin-bottom: 25px;
  }
  ._List-service .text{
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  ._List-service .desc{
    font-size: 1.6rem;
    margin-right: -2px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  ._List-service .text{
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

/* 解体各種工事 */
#_demolition{
  padding: 0 20px 60px;
}
#_demolition .cntTitle{
  margin-bottom: 55px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
#_demolition .cntText{
  text-align: center;
  margin-bottom: 48px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#_demolition .cntList{
  margin-bottom: 80px;
}
#_demolition .cntBox{
  background: #fff;
  border: 3px solid var(--c-sub-b);
  padding: 81px 20px 90px;
}
#_demolition .cntBox .catch{
  margin-bottom: 70px;
  text-align: center;
}
#_demolition .cntBox .list{
  max-width: 1103px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
}
#_demolition .cntBox .item{
  display: flex;
  align-items: center;
  gap: 0 3.32%;
}
#_demolition .cntBox .item+.item{
  margin-top: 33px;
}
#_demolition .cntBox .box-text{
  flex-basis: 68.32%;
}
#_demolition .cntBox .box-image{
  flex-basis: 27.42%;
  text-align: center;
  object-fit: contain;
}
#_demolition .cntBox .top{
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
#_demolition .cntBox .num{
  position: relative;
  top: -0.1em;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: var(--c-main);
  margin-right: 15px;
}
#_demolition .cntBox .title{
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
#_demolition .cntBox .text{
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 2;
}
/* TAB */
@media screen and (max-width: 899px){
  #_demolition{
    padding: 0 20px 40px;
  }
  #_demolition .cntTitle{
    margin-bottom: 26px;
  }
  #_demolition .cntList{
    margin-bottom: 60px;
  }
  #_demolition .cntBox{
    padding: 43px 20px 28px;
  }
  #_demolition .cntBox .catch{
    margin-bottom: 44px;
  }
  #_demolition .cntBox .list{
    padding-left: 0;
  }
  #_demolition .cntBox .item{
    flex-direction: column-reverse;
    gap: 10px 0;
  }
  #_demolition .cntBox .item+.item{
    margin-top: 30px;
  }
  #_demolition .cntBox .box-image{
    max-width: 168px;
  }
  #_demolition .cntBox .top{
    margin-bottom: 10px;
  }
  #_demolition .cntBox .num{
    font-size: 5.5rem;
    margin-right: 11px;
  }
  #_demolition .cntBox .title{
    font-size: 2rem;
  }
  #_demolition .cntBox .text{
    font-size: 1.4rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_demolition .cntList{
    margin-bottom: 40px;
  }
  #_demolition .cntBox{
    padding-top: 48px;
  }
  #_demolition .cntBox .top{
    margin-bottom: 20px;
  }
  #_demolition .cntBox .text{
    font-size: 1.2rem;
  }
}

/* 鍛治・金物工事 */
#_metalwork{
  padding: 0 20px 50px;
}
#_metalwork .cntTitle{
  margin-bottom: 55px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
#_metalwork .cntText{
  text-align: center;
  margin-bottom: 48px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
/* TAB */
@media screen and (max-width: 899px){
  #_metalwork{
    padding: 0 20px 40px;
  }
  #_metalwork .cntTitle{
    margin-bottom: 26px;
  }
  #_metalwork .cntText{
    width: calc(100% + 42px);
    margin-left: -20px;
  }
}

/* その他事業 */
#_other{
  padding: 0 20px 100px;
}
#_other .cntTitle{
  margin-bottom: 55px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
#_other .cntText{
  text-align: center;
  margin-bottom: 48px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
#_other .cntList{
  margin-bottom: 80px;
}
#_other .cntBox{
  background: #fff;
  border: 3px solid var(--c-sub-g);
  padding: 75px 20px 119px;
  overflow: hidden;
}
#_other .cntBox .catch{
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
#_other .cntBox .catch .col-g{
  color: var(--c-sub-g);
}
#_other .cntBox .catch .border{
  display: inline;
	background: linear-gradient(transparent 60%, var(--c-main) 60%);
}
#_other .cntBox .diagram{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
#_other .cntBox .title{
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--c-sub-g);
  text-align: center;
  height: 45px;
  max-width: 320px;
  width: 100%;
  background: #F6F6F6;
  border-radius: 25px 25px 0 0;
  margin: 0 auto;
  padding-top: 8px;
}
#_other .cntBox .box{
  max-width: 1013px;
  width: 100%;
  background: #F6F6F6;
  margin: -8px auto 18px;
  padding: 50px 20px 44px;
}
#_other .cntBox .text{
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 2.22;
  text-align: center;
}
#_other .cntBox .list{
  max-width: 730px;
  width: 100%;
  margin: 0 auto 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
#_other .cntBox .container{
  max-width: 475px;
  width: 100%;
  display: flex;
  gap: 20px 35px;
}
#_other .cntBox .item{
  max-width: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#_other .cntBox .top{
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 33px;
  margin-bottom: 15px;
  position: relative;
}
#_other .cntBox .image{
  max-width: 130px;
  width: 100%;
}
#_other .cntBox .top::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid var(--c-main);
  left: 0;
  top: calc(50% - 8px);
}
#_other .cntBox .bottom{
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
}
#_other .cntBox .bottom::before{
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 109px 339.5px 0px 339.5px;
  border-color: #F6F6F6 transparent transparent transparent;
  z-index: -1;
}
#_other .cntBox .col-b{
  color: var(--c-sub-b);
}
/* TAB */
@media screen and (max-width: 899px){
  #_other{
    padding: 0 20px 60px;
  }
  #_other .cntTitle{
    margin-bottom: 26px;
  }
  #_other .cntText{
    margin-bottom: 40px;
  }
  #_other .cntList{
    margin-bottom: 60px;
  }
  #_other .cntBox{
  }
  #_other .cntBox{
    border: 2px solid var(--c-sub-g);
    padding: 35px 14px 46px;
  }
  #_other .cntBox .catch{
    font-size: 2.2rem;
  }
  #_other .cntBox .diagram{
    margin-bottom: 45px;
    width: 80%;
    max-width: 500px;
  }
  #_other .cntBox .title{
    font-size: 1.8rem;
    height: 35px;
    max-width: 180px;
    border-radius: 17px 17px 0 0;
    padding-top: 6px;
  }
  #_other .cntBox .box{
    margin-bottom: 11px;
    padding: 32px 14px 30px;
  }
  #_other .cntBox .text{
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.5;
    text-align: left;
  }
  #_other .cntBox .list{
    justify-content: center;
    margin: 0 auto 30px;
    /* max-width: 272px; */
    gap: 20px 30px;
  }
  #_other .cntBox .container{
    justify-content: center;
    gap: 20px 30px;
    width: auto;
    /* max-width: 272px; */
    white-space: nowrap;
  }
  #_other .cntBox .item{
    max-width: 132px;
    /* margin: 0 auto; */
  }
  #_other .cntBox .top{
    font-size: 1.6rem;
    padding-left: 20px;
  }
  #_other .cntBox .image{
    max-width: 104px;
  }
  #_other .cntBox .top::before{
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
    border: 3px solid var(--c-main);
  }
  #_other .cntBox .bottom{
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  #_other .cntBox .bottom::before{
    top: 2px;
    border-width: 65px 157px 0px 157px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_other .cntList{
    margin-bottom: 40px;
  }
  #_other .cntBox .catch{
    font-size: 2rem;
    line-height: 1.7;
  }
  #_other .cntBox .diagram{
    margin-bottom: 29px;
    width: 100%;
    max-width: 272px;
  }
  #_other .cntBox .list{
    flex-wrap: wrap;
  }
  #_other .cntBox .container{
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 0;
    width: 100%;
    max-width: 300px;
  }
}