@charset "utf-8";
/* default PC */

#contents h4 {
  border-bottom: 2px solid #bcbcbc;
}

.service-item {
  width: calc(100% / 3 - 35px);
  margin: 20px 0 0;
}

/*仕事の流れ*/
.flow-area .flow-item {
  width: calc(100% / 6 - 26px);
  background-color: #fff;
  padding: 15px 15px 90px 15px;
  text-align: center;
  position: relative;
}

.flow-area .flow-item img {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 57px;
    max-width: 90px;
}

.flow-item:before {
  background-image: url(../image/contents/arrow_black.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.flow-item:last-child:before {
  display: none;
}


.flow-area {
  margin-bottom: 80px;
}

#contents .flow-area .flow-item .ttl {
  position: relative;
  font-size: 19px;
  font-weight: bold;
}

#contents .flow-area .flow-item .ttl .num {
  font-size: 30px;
  color: #1d91b5;
  line-height: 1.5;
}

#contents .flow-area .flow-item .txt-center {
  margin-bottom: 0;
}

#contents .item-contents {
  background-color: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
  position: relative;
}
#contents .item-contents::before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/service/workflow_ico_01.svg);
    width: 57px;
    height: 64px;
    background-size: 100%;
    left: 3.5%;
}
#contents .item-contents.contents2::before {
    background-image: url(../image/contents/service/workflow_ico_02.svg);
    width: 68px;
    height: 39px;
}
#contents .item-contents.contents3::before {
    background-image: url(../image/contents/service/workflow_ico_06.svg);
    height: 55px;
}
#contents .item-contents.contents4::before {
    background-image: url(../image/contents/service/workflow_ico_03.svg);
    width: 80px;
    height: 50px;
    left: 3%;
}
#contents .item-contents.contents5::before {
    background-image: url(../image/contents/service/workflow_ico_04.svg);
    width: 61px;
    height: 60px;
}
#contents .item-contents.contents6::before {
    background-image: url(../image/contents/service/workflow_ico_05.svg);
    width: 54px;
    height: 58px;
}

#contents .item-contents h3 {
  padding-left: 0;
  display: flex;
  align-items: center;
}

#contents .item-contents h3:before {
  display: none;
}

#contents .item-contents h3 .num {
  font-size: 30px;
  color: #1d91b5;
  line-height: 1.5;
  padding-right: 10px;
  letter-spacing: 0.05em;
}

.item-contents .ico-area {
  /* width: 8%; */
  text-align: center;
  position: absolute;
}

.item-contents .txt-area {
    padding-left: 110px;
    width: calc(70% - 30px);
}

.item-contents .img-area {
    width: 30%;
}

#contents .service-item .main-txt {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #0097be;
}

#contents .catch-txt {
  text-align: center;
  font-size: 150%;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

#contents .catch-txt.no-mb {
  margin-bottom: 0;
}

.service-item .img-2box {
  width: 30%;
}

.service-item .img-2box-txt {
  width: calc(70% - 40px);
}

#contents .catch-txt .txt-blue {
  font-size: 120%;
}

.service-item img {
  margin-bottom: 25px;
}

#contents .service-item h3 {
  text-align: center;
  padding: 0;
}

#contents .service-item h3:before {
  display: none;
}

.before-after .explanation-box {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.before-after {
  background-color: #f3f3f3;
  padding: 40px 35px;
}

#contents .explanation-box h4 {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.catch-area {
  text-align: center;
  padding: 50px 0 70px;
  margin-bottom: 65px;
  background: linear-gradient(1turn, #333, #000000);
}

#contents .catch-area .catch-txt {
  color: #fff;
}

#contents .catch-area .catch-txt .txt-blue {
  color: #fff;
}
#service .img-2box-txt {
    background: #eef8fb;
    padding: 20px;
    border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .catch-area {
    padding-bottom: 0;
  }

}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .item-contents .txt-area {
    width: 100%;
  }

  .service-item {
    width: 100%;
    max-width: 450px;
    margin: auto auto 50px;
  }

  .flow-area .flow-item {
    width: calc(100% / 3 - 30px);
  }

  .flow-area .flow-item:nth-child(3n)::before {
    display: none;
  }

  #contents .flow-area {
    justify-content: center;
    gap: 30px;
  }

  .flow-item:before {
    height: 30px;
    width: 30px;
    left: 100%;
    right: auto;
  }

  .item-contents .ico-area {
    width: 100%;
    order: 3;
    position: absolute;
    right: 0;
    left: auto;
    text-align: right;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .item-contents {
    position: relative;
    padding: 20px;
  }

.item-contents .ico-area {
    width: max-content;
    left: 30px;
    padding: 0;
}

.item-contents .img-area {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.img-2box img{
  max-width: 480px;
    margin-bottom: 20px;
    width: 100%;
}
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .catch-txt {
    font-size: 110%;
  }

  .before-after {
    padding: 20px;
  }

  .item-contents .ico-area {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }

  .item-contents .ico-area {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding-top: 20px;
  }

  .flow-area .flow-item {
    width: calc(100% / 2 - 30px);
  }

  .flow-area .flow-item:nth-child(3n)::before {
    display: block;
  }


  .flow-area .flow-item:nth-child(2n)::before {
    display: none;
  }

.item-contents .txt-area {
    padding-left: 0;
}

}

/* 559以下はRWD時に崩れがあれば任意で作成 */