.services .item .img {
    position: absolute;
    top: -140px;
  /*  right: -30px;*/
      right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
  }
  .services .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

.services .item:hover .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.works_top .item .wrap:hover img {
  opacity: 0.2;
}
.works_top .item .wrap:hover .img {
  transform: scale(0.95);
}
.works_top .item .wrap:hover .text {
  opacity: 1;
  transform: translateX(0px);
}


.secpad60{
  padding: 60px 0;
}
img.w100{
  width: 100%;
}
img.rad10{
  border-radius: 10px;
}
.bg1{
  background:#454545;
}
.bg1 h3 i{
  color:#cc0000;
}
.color-blue{
  color: #1b70b3;
}


.mh3{
  margin-top: 60px;
  font-size: 1.2rem;
  height: auto;
  padding: 20px 50px;
  border: 2px solid #a9d1f0;
  border-radius: 80px;
  background-color: #a9d1f0;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #000;
  line-height: 1.6;
  text-align: center;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.mh3 i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
a.mh3 {
    display: block;
}
a.mh3:hover {
    color: #ffffff;
    background-color: #1b70b3;
}
h4.mh4w{
  text-align: center;
  color: #1b70b3;
  font-size: 1.0rem;
}
h6.mh6 {
    margin: 12px 0;
    padding: 8px 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    background: #dc2751;
    border-radius: 30px;
    border: 2px solid #dc2751;
}

img.bora{
  border-radius: 10px;
}

table.type1{
  margin: 20px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
}
table.type1 th,
table.type1 td{
  margin: 0px;
  padding: 10px;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  text-align: center;
  border: solid 1px #cccccc;
}
table.type1 th{
  background: #e7e9f5;
  color: #454545;
}
table.type1 th.l,
table.type1 td.l{
  text-align: left;
  font-weight: normal;
}

.form-group{
  margin-top: 30px;
  color: #000;
}

p.black{
  color: #000;
}
.blue-border{
  border: solid 3px #1b70b3;
  padding: 9px 9px 9px 11px;
  border-radius: 4px;
  height: 225px;
}
.blue-border h4{
  margin-top: 5px !important;
}
.blue-border p{
  margin-bottom: 0px !important;
}
.fss{
  font-size: 0.9rem !important;
}


.services .item1:hover {
  background-image: url(../images/top_service_img5.jpg);
}
.services .item2:hover {
  background-image: url(../images/top_service_img6.jpg);
}
.services .item3:hover {
  background-image: url(../images/top_service_img7.jpg);
}
.services .item4:hover {
  background-image: url(../images/top_service_img8.jpg);
}

.team .item .con p{
  display: block !important;
}


/*drainpipe*/

.drainpipe_arrow{
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.drainpipe_arrow p{
  color:midnightblue;
}
/*
.drainpipe_arrow::before{
  position: absolute;
  top: 53%;
  right: -14px;
  content: "";
  width: 28px;
  height: 25px;
  background: url(../images/drainpipe_arrow.png) no-repeat;
  z-index: 5;
}
.drainpipe_arrow:last-child:before{
  content: none;
}
*/

.lineritem {
    display: flex;
    padding: 30px;
    border-radius: 10px;
    background: #10446d;
}

.lineritem2 {
  position: relative;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background: #5288b3;
}
.lineritem2 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.lineritem2 .wrap .title {
  position: absolute;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  bottom: 0px;
  padding: 15px 30px 0 30px;
}
.lineritem2 .wrap .title h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.lineritem2 img{
  line-height: 0;
}


@media screen and (max-width: 768px) {
  .drainpipe_arrow::before{
    content: none;
  }
  .smt-50{
    margin-top: 50px;
  }
}


/*特徴*/
.reason_back img{
  padding: 12px;
  border: solid 2px #1b70b3;
  border-radius: 10px;;
}

.color-white{
  color: #fff;
}
img.rad10{
  border: solid 6px #fff;
  border-radius: 10px;
}