@charset "UTF-8";
/* CSS Document */
/*キービジュアル*/
.section-top {
  height: 250px;
  background-image: url("../images/service-top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-top__lead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6.4rem;
}
.section-top__lead h2 {
  font-size: 4.2rem;
  font-weight: normal;
}
.section-top__lead span {
  font-size: 1.8rem;
  line-height: 6.4rem;
}
@media(min-width:960px) {
  .section-top {
    height: 440px;
  }
  .section-top__lead h2 {
    font-size: 6.4rem;
  }
}
/*ここからサービス詳細*/
.section-service {
  margin: 80px auto;
  padding: 0 20px;
}
.section-service__container-wrapper {
  margin: 100px auto;
}
.section-service__container {
  background-color: #FFF;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
  margin: auto;
}
.section-service ul {
  list-style: none;
}
.heading {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 4.2rem;
  color: #87CEFA;
  display: flex;
  align-items: center;
}
.heading::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: #87CEFA;
}
.section-service__container h3 {
  margin: 10px 0 30px;
  font-size: 1.8rem;
}
.section-service__container li {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.section-service__container li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #87CEFA;
  margin-right: 20px;
}
.section-service__container li p {
  width: 80%;
  font-weight: 400;
}
.section-service__image {
  margin-top: 20px;
  position: relative;
}
.section-service__image img {
  position: relative;
  z-index: 2;
}
.section-service__image::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 90%;
  height: 90%;
  background-image: radial-gradient(#87CEFA 20%, rgba(0 0 0 / 0)21%);
  background-size: 10px 10px;
  background-position: right bottom;
  z-index: 1;
}
@media (min-width :960px) {
  .section-service {
    max-width: 1160px;
  }
  .section-service__container-wrapper {
    display: flex;
    margin: 50px auto;
  }
  .section-service__container {
    width: 785px;
    height: 445px;
    padding: 50px;
  }
  .heading {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
  .section-service__container li::before {
    width: 15px;
    height: 15px;
  }
  .section-service__image {
    margin-left: -200px;
    margin-top: 350px;
    z-index: 100;
    position: relative;
  }
  .section-service__image img {
    position: relative;
  }
  .section-service__image::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#87CEFA 20%, rgba(0 0 0 / 0)21%);
    background-size: 10px 10px;
    background-position: right bottom;
  }
}
/*ここからお問い合せ*/
.section-contact {
  margin: 0 auto;
  padding: 0 20px;
}
.section-contact__container {
  margin: 0 auto;
  border-radius: 100px;
  background-image: url("../images/sservice_contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px;
}
.section-contact__container h3 {
  font-size: 4.2rem;
  color: #87CEFA;
  text-align: left;
}
.section-contact p {
  text-align: left;
  padding: 20px 0;
}
.section-contact__description {
  max-width: 500px;
  border-top: #414141 solid 1px;
}
.section-contact__btn {
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 60px;
  background-color: #1181C8;
  width: 200px;
  height: 60px;
  border-radius: 40px;
  margin: 0 auto;
}
.section-contact__btn img {
  margin-bottom: -4px;
}
.section-contact a {
  text-decoration: none;
}
@media(min-width:960px) {
  .section-contact {
    max-width: 1160px;
  }
  .section-contact__container {
    width: 954px;
    height: 420px;
    border-radius: 200px;
    padding: 60px 100px 30px;
  }
  .section-contact__container h3 {
    font-size: 6.2rem;
  }
  .section-contact p {
    padding: 30px 0;
  }
  .section-contact__btn {
    line-height: 75px;
    width: 280px;
    height: 75px;
  }
  .section-contact__title {
    width: 50%;
  }
}