@charset "UTF-8";

/* トップページ：プラザコンタクトの強み */
#home .treat_item_wrap {
  margin-bottom: 0;
}

#home .home-strength {
  position: relative;
  margin: 0 0 70px;
  padding: 72px 20px 76px;
  overflow: hidden;
  color: #3d3939;
  text-align: center;
  background: #f3faf8;
}

#home .home-strength:before,
#home .home-strength:after {
  position: absolute;
  width: 260px;
  height: 260px;
  content: "";
  background: #fff;
  border-radius: 50%;
  opacity: .55;
}

#home .home-strength:before {
  top: -155px;
  left: -75px;
}

#home .home-strength:after {
  right: -70px;
  bottom: -175px;
}

#home .home-strength__inner {
  position: relative;
  z-index: 1;
  width: 1162px;
  margin: 0 auto;
}

#home .home-strength__label {
  margin: 0 0 16px;
  color: #66b9aa;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
}

#home .home-strength__title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .04em;
}

#home .home-strength__title strong {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  color: #2d9f8c;
  font-size: 42px;
  line-height: 1.35;
}

#home .home-strength__title strong:after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 5px;
  content: "";
  background: #f4c95d;
  border-radius: 3px;
  opacity: .75;
}

#home .home-strength__lead {
  margin: 20px 0 38px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

#home .home-strength__flow {
  display: flex;
  justify-content: center;
  width: 960px;
  margin: 0 auto;
}

#home .home-strength__flow li {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  min-height: 174px;
  margin: 0 10px;
  padding: 25px 20px 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 22px rgba(55, 116, 105, .09);
  border-radius: 20px;
}

#home .home-strength__flow li + li:before {
  position: absolute;
  top: 74px;
  left: -17px;
  z-index: 2;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid #8bcbbf;
  border-right: 2px solid #8bcbbf;
  transform: rotate(45deg);
}

#home .home-strength__number,
#home .home-strength__step,
#home .home-strength__note {
  display: block;
}

#home .home-strength__number {
  margin: 0 0 7px;
  color: #86c8bc;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .12em;
}

#home .home-strength__step {
  margin: 0 0 11px;
  color: #2d9f8c;
  font-size: 24px;
  font-weight: bold;
}

#home .home-strength__note {
  color: #747474;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 640px) {
  #home .home-strength {
    margin: 0 0 12%;
    padding: 12% 6.25% 13%;
  }

  #home .home-strength:before,
  #home .home-strength:after {
    width: 150px;
    height: 150px;
  }

  #home .home-strength:before {
    top: -90px;
    left: -65px;
  }

  #home .home-strength:after {
    right: -55px;
    bottom: -95px;
  }

  #home .home-strength__inner,
  #home .home-strength__flow {
    width: 100%;
  }

  #home .home-strength__label {
    margin-bottom: 4%;
    font-size: 10px;
  }

  #home .home-strength__title {
    font-size: 18px;
    line-height: 1.75;
  }

  #home .home-strength__title br {
    display: none;
  }

  #home .home-strength__title strong {
    margin: 0 3px;
    font-size: 27px;
  }

  #home .home-strength__title strong:after {
    height: 4px;
  }

  #home .home-strength__lead {
    margin: 6% 0 9%;
    font-size: 12px;
    text-align: left;
  }

  #home .home-strength__flow {
    display: block;
  }

  #home .home-strength__flow li {
    width: 100%;
    min-height: 0;
    margin: 0 0 18px;
    padding: 6% 5%;
  }

  #home .home-strength__flow li:last-child {
    margin-bottom: 0;
  }

  #home .home-strength__flow li + li:before {
    top: -12px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -7px;
    background: #f3faf8;
    transform: rotate(135deg);
  }

  #home .home-strength__step {
    font-size: 18px;
  }
}