@charset "utf-8";
/* CSS Document */
.section-top__image {
  margin-top: 50px;
}
.section-top__main-image {
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/service/service_img@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 100%;
}
.section-top__image h2 {
  font-size: 4.0rem;
  color: #fff;
  line-height: 1;
}
@media(max-width: 768px) {
  .image-top__main img {
    height: 680px;
  }
}
@media(min-width: 1024px) {
  .section-top__image {
    margin-top: 90px;
  }
  .section-top__main-image {
    height: 750px;
    background-position: 60% 30%;
  }
  .section-top__image h2 {
    font-size: 6.0rem;
  }
}
.section-top__lead {
  background-color: #e3f0ec;
  padding: 20px 30px 80px;
  margin: 0 auto;
  position: relative;
}
.top__wave {
  width: 100%;
  line-height: 0;
  position: absolute;
  top: 2px;
  left: 0;
  transform: translateY(-100%);
}
.illustration_top {
  width: 100vw;
  position: absolute;
  top: 65px;
  left: 50%;
}
.illustration_top__sp {
  width: 100%;
  transform: translate(-50%, -50%);
}
.illustration_top__pc {
  display: none;
}
.section-top__lead h3 {
  color: #5ea59c;
  font-size: 2.0rem;
  line-height: 3.0rem;
  margin: 0 auto 50px;
}
.section-top__lead .txt-break:after {
  content: "\A";
  white-space: pre;
}
.section-top__lead p {
  max-width: 550px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.6rem;
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-top__lead p.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-top__lead .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: -5%;
  right: 10%;
  z-index: 2;
}
.section-top__lead .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 500px) {
  .illustration_top {
    width: 70vw;
    position: absolute;
    top: 65px;
    left: 50%;
  }
}
@media(min-width: 768px) {
  .section-top__lead {
    padding: 40px 50px 100px;
  }
  .illustration_top {
    width: 95vw;
    position: absolute;
    top: 40px;
    left: 50%;
  }
  .illustration_top__sp {
    display: none;
  }
  .illustration_top__pc {
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .section-top__lead p {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-top__lead .txt-break::after {
    content: "";
  }
}
@media(min-width: 1024px) {
  .illustration_top {
    width: 95vw;
    max-width: 1400px;
    position: absolute;
    top: 40px;
    left: 50%;
  }
  .section-top__lead h3 {
    font-size: 3.0rem;
    line-height: 1;
    margin: 0 auto 60px;
  }
  .section-top__lead p {
    text-align: center;
    line-height: 3.6rem;
  }
}
.section-plan {
  background-color: #f7f7f7;
  padding: 80px 30px;
  position: relative;
}
.section-plan::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gy.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-plan h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
}
.section-plan h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.section-plan ul {
  list-style: none;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-plan ul.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-plan ul li {
  background-color: #e3f0ec;
  padding: 30px;
}
.section-plan ul li:first-child {
  margin-bottom: 30px;
}
.section-plan h3 {
  font-size: 2.0rem;
  line-height: 1;
  color: #5ea59c;
  margin-bottom: 20px;
}
.section-plan img {
  width: 100%;
}
.section-plan p {
  text-align: justify;
  margin-top: 20px;
}
.section-plan .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: -3%;
  left: 10%;
  z-index: 2;
}
.section-plan .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 1024px) {
  .section-plan {
    padding: 100px 50px;
  }
  .section-plan h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-plan h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
  .section-plan ul {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
  }
  .section-plan ul li {
    width: 500px;
    margin-right: 40px;
  }
  .section-plan ul li:first-child {
    margin-bottom: 0;
  }
  .section-plan ul li:last-child {
    margin-right: 0;
  }
  .section-plan h3 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.section-area {
  background-color: #e3f0ec;
  padding: 80px 30px;
  position: relative;
}
.section-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gr.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-area h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
}
.section-area h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.area-wrapper {
  max-width: 550px;
  margin: 0 auto;
}
.section-area dl {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-area dl.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-area dt {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1;
  color: #3a636d;
  text-align: left;
  padding-bottom: 10px;
}
.section-area dd {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0rem;
  color: #5ea59c;
  text-align: justify;
  margin-bottom: 20px;
}
.section-area dd:last-child {
  margin-bottom: 0;
}
.area-imgae {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.area-imgae.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.balloon {
  position: relative;
  display: block;
  background-color: #e3f0ec;
  border-bottom: solid 2px #5ea59c;
  padding: 12px;
  text-align: center;
}
.balloon:before, .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon:before {
  border: solid 10px transparent;
  border-top: solid 10px #5ea59c;
}
.balloon:after {
  border: solid 12px transparent;
  border-top: solid 12px #e3f0ec;
  margin-top: -5px;
}
.section-area h3 {
  color: #5ea59c;
  line-height: 2.0rem;
  margin: 0;
  padding: 0;
}
.section-area .txt-break:after {
  content: "\A";
  white-space: pre;
}
.illustration_area {
  width: 95%;
  margin-top: 30px;
}
.illustration_area2 {
  width: 45vw;
  max-width: 275px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media(min-width: 768px) {
  .section-area {
    padding: 100px 50px;
  }
  .area-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .section-area dl {
    max-width: 500px;
    padding: 30px;
    margin: 0 40px 0 0;
  }
  .section-area dt {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .section-area dd {
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
  .illustration_area {
    margin-top: 40px;
  }
  .illustration_area2 {
    width: 35vw;
    max-width: 250px;
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  .section-area .txt-break:after {
    content: "";
  }
}
@media(min-width: 1024px) {
  .section-area h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-area h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
}
.section-application {
  background-color: #f7f7f7;
  padding: 80px 30px;
  position: relative;
}
.section-application::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gy.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-application h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
}
.section-application h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.section-application ol {
  counter-reset: li;
  margin-left: 20px;
  max-width: 550px;
  margin: 0 auto;
  padding-left: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-application ol.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-application ol li {
  list-style: none;
  position: relative;
  padding: 30px 0 30px 30px;
  border-left: solid 1px #5ea59c;
}
.section-application ol li::before {
  counter-increment: li;
  content: "0"counter(li);
  background-color: #f7f7f7;
  border: solid 1px #5ea59c;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 3.8rem;
  color: #5ea59c;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 0;
}
.section-application ol li img {
  width: 120px;
}
.section-application h3 {
  font-size: 2.0rem;
  color: #5ea59c;
  margin-top: 30px;
  padding-bottom: 10px;
}
.section-application p {
  text-align: justify;
}
.section-application .illustration-tree_2 {
  width: 25%;
  max-width: 120px;
  position: absolute;
  bottom: -3%;
  right: 10%;
  z-index: 2;
}
.section-application .illustration-tree_2 img {
  max-width: 100%;
}
@media(min-width: 768px) {
  .section-application {
    padding: 100px 50px;
  }
  .section-application ol {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-application ol li {
    padding: 40px 0 40px 80px;
  }
  .list-wrapper {
    display: flex;
  }
  .section-application ol li img {
    margin-right: 80px;
  }
  .txt-wrapper {
    width: 100%;
    text-align: left;
  }
  .section-application h3 {
    margin-top: 0;
  }
}
@media(min-width: 1024px) {
  .section-application h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-application h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
  .section-application h3 {
    font-size: 2.4rem;
  }
}
.section-faq {
  background-color: #e3f0ec;
  padding: 80px 30px;
  position: relative;
}
.section-faq::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_gr.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-faq h2 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #3a636d;
  display: inline-block;
  position: relative;
  margin: 0 auto 65px;
}
.section-faq h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #3a636d; /*下線の色*/
  border-radius: 1px; /*線の丸み*/
}
.section-faq .fade-in {
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.section-faq .fade-in.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-faq dl {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  border: solid 1px #5ea59c;
}
.section-faq dl:last-child {
  margin-bottom: 0;
}
.section-faq dl::before, .section-faq dl::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 12px;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 1px;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.section-faq dl::before {
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}
.section-faq dl.open::before {
  transform: rotate(0deg);
}
.section-faq dl.open::after {
  transform: rotate(180deg);
  opacity: 0;
}
.section-faq dl dt {
  margin: 0;
  padding: 20px 40px 20px 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #5ea59c;
  color: #fff;
  text-align: left;
  line-height: 2.0rem;
}
.section-faq dl dd {
  background-color: #fff;
  text-align: justify;
  padding: 20px;
}
@media(min-width: 768px) {
  .section-faq {
    padding: 100px 50px;
  }
  .section-faq .fade-in {
    max-width: 1040px;
  }
}
@media(min-width: 1024px) {
  .section-faq h2 {
    font-size: 2.4rem;
    margin: 0 auto 90px;
  }
  .section-faq h2::before {
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 70px; /*下線の幅*/
  }
}
/* contact */
.section-contact {
  background-color: #FFF;
  padding: 80px 30px;
  position: relative;
}
.section-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/gizagiza_wh.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  left: 0;
}
.section-contact .title-set {
  margin-bottom: 40px;
}
.section-contact .title-ja {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 10px auto 0;
  background: #3a636d;
  color: #FFF;
  position: relative;
}
.section-contact .title-ja::before, .section-contact .title-ja::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.section-contact .title-ja::before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.section-contact .title-ja::after {
  top: 0;
  right: 0;
  border-width: 15px 15px 15px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.section-contact__box {
  max-width: 550px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.section-contact__box.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.section-contact h3 {
  margin-bottom: 30px;
}
.section-contact h3 a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #5ea59c;
  margin-bottom: 5px;
}
.contact-btn {
  display: inline-block;
  text-decoration: none;
  border: solid 1px #5ea59c;
  color: #59a097;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2rem;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.contact-btn:hover {
  background-color: #5ea59c;
  color: #FFF;
}
.fa-phone-volume {
  padding-right: 8px;
}
.section-contact__txt-break:after {
  content: "\A";
  white-space: pre;
}
.section-contact p {
  text-align: justify;
  padding-top: 30px;
  display: inline-block;
}
/* イラストあしらい */
.section-contact .illustration-cloud {
  display: none;
}
.section-contact .illustration-cloud_2 {
  display: none;
}
@media(min-width: 768px) {
  .section-contact {
    padding: 100px 50px;
  }
  .section-contact__box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px;
  }
  .section-contact h3 {
    margin-bottom: 40px;
  }
  .section-contact h3 a {
    font-size: 3.6rem;
  }
  .section-contact__txt-break::after {
    content: "";
  }
  /* イラストあしらい */
  .section-contact .illustration-cloud {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 45%;
    left: -50%;
  }
  .section-contact .illustration-cloud img {
    max-width: 100%;
  }
  .section-contact .illustration-cloud_2 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8%;
    right: -50%;
  }
  .section-contact .illustration-cloud_2 img {
    max-width: 100%;
  }
}
@media(min-width: 1024px) {
  .section-contact p {
    text-align: center;
    padding-top: 40px;
    display: block;
  }
}