@charset "UTF-8";
/* CSS Document */
.section-top {
  height: 250px;
  background-image: url("../images/top_image.png");
  background-position:center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-top__lead {
  margin: 0 auto;
  text-align: left;
  padding-top: 40px;
}
.section-top__lead h1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 5px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 5.0rem;
  background-color: rgb(255, 255, 255, 0.8);
}
.section-top p {
  font-size: 1.4rem;
  padding: 5px;
}
@media(min-width:960px) {
  .section-top {
    height: 700px;
    background-image: url("../images/top_image.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-top__lead {
    max-width: 1160px;
    padding-top: 170px;
  }
  .section-top__lead h1 {
    font-size: 4.8rem;
    line-height: 9.0rem;
  }
}

/*ここから、セクションコンテンツ*/
.section-contents__wrapper {
  margin: 50px auto;
  padding: 0 20px;
}
.section-contents__wrapper h2 {
  font-size: 4.2rem;
  color: #87CEFA;
  text-align: left;
}
.section-contents__wrapper p {
  text-align: left;
  padding: 10px 0 20px;
  font-weight: 400;
}
.section-contents__description {
  max-width: 500px;
  border-top: #414141 solid 1px;
}
.section-contents__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-contents__btn img {
  margin-bottom: -4px;
}
.section-contents a {
  text-decoration: none;
}
.section-contents__service-image img, .section-contents__about-image img, .section-contents__contact-image img {
  width: 100%;
  margin: 30px 0;
}
.section-contents__service {
  display: grid;
  gid-template-rows: 50% 50%;
  margin: 50px 0;
}
.section-contents__about {
  display: grid;
  gid-template-rows: 50% 50%;
  margin: 50px 0;
}
.section-contents__contact {
  display: grid;
  gid-template-rows: 50% 50%;
  margin: 50px 0;
}
.section-contents__title {
  grid-row: 2/3;
}
.section-contents__service-image {
  grid-row: 1/2;
}
.section-contents__about-image {
  grid-row: 1/2;
}
.section-contents__contact-image {
  grid-row: 1/2;
}
@media(min-width:960px) {
  .section-contents {
    background-image: url("../images/Ellipse%201.png"), url("../images/Ellipse%202.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top 0 left -50px, bottom 0 right -100px;
  }
  .section-contents__wrapper {
    max-width: 1160px;
    margin: 100px auto;
    padding: 80px 0;
  }
  .section-contents__wrapper h2 {
    font-size: 6.2rem;
  }
  .section-contents__wrapper p {
    padding: 30px 0;
  }
  .section-contents__btn {
    line-height: 75px;
    width: 280px;
    height: 75px;
  }
  .section-contents__title {
    width: 50%;
  }
  .section-contents__service {
    display: flex;
    margin: 80px 0;
    position: relative;
  }
  .section-contents__service-image {
    width: 50%;
    position: absolute;
    right: 0;
  }
  .section-contents__about {
    display: flex;
    flex-direction: row-reverse;
    margin: 80px 0;
    position: relative;
  }
  .section-contents__about-image {
    margin-right: 100px;
  }
  .section-contents__contact {
    display: flex;
    margin: 80px 0;
    position: relative;
  }
  .section-contents__contact-image {
    position: absolute;
    right: 0;
    width: 50%;
  }
}