#page_service .contents_list .contents {
  position: relative;
  z-index: 1;
  height: 510rem;
}
#page_service .contents_list .contents::after {
  content: "";
  position: absolute;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 61.1458333333vw;
  height: 510rem;
  width: 61.1458333333vw;
  max-width: 1174rem;
  z-index: -1;
  top: 0;
}
#page_service .contents_list .contents .desc {
  background-color: #fff;
  width: 695rem;
  padding-top: 50rem;
  padding-left: 40rem;
  padding-right: 60rem;
  padding-bottom: 50rem;
  position: relative;
  top: 105rem;
}
#page_service .contents_list .contents .desc h2 {
  font-size: 36rem;
  font-weight: bold;
}
#page_service .contents_list .contents .desc p {
  margin-top: 25rem;
  line-height: 1.8;
}
#page_service .contents_list .contents .desc .btn_more {
  margin-top: 40rem;
}
#page_service .contents_list .contents.contents_02, #page_service .contents_list .contents.contents_04 {
  background-position: left top;
}
#page_service .contents_list .contents.contents_02 .desc, #page_service .contents_list .contents.contents_04 .desc {
  margin-left: auto;
  margin-right: 0;
  top: 250rem;
}
#page_service .contents_list .contents.contents_01 {
  margin-top: 100rem;
}
#page_service .contents_list .contents.contents_01::after {
  background-image: url(../../img/bg_service_01.jpg);
  right: 0;
}
#page_service .contents_list .contents.contents_02 {
  margin-top: 165rem;
}
#page_service .contents_list .contents.contents_02::after {
  background-image: url(../../img/bg_service_02.jpg);
}
#page_service .strengths_wrap {
  margin-top: 220rem;
  padding-bottom: 105rem;
  position: relative;
}
#page_service .strengths_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 400rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00387d;
  z-index: -1;
}
#page_service .strengths_wrap ul {
  margin-top: 75rem;
  display: flex;
  justify-content: space-between;
}
#page_service .strengths_wrap ul li {
  width: 304rem;
  background-color: #fff;
  min-height: 420rem;
  padding-bottom: 3em;
}
#page_service .strengths_wrap ul li .num {
  background: linear-gradient(to right, #95c154, #00a4d9);
  color: #fff;
  width: 70rem;
  height: 65rem;
  text-align: center;
  line-height: 65rem;
  font-size: 35rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
#page_service .strengths_wrap ul li h3 {
  color: #00387d;
  font-size: 24rem;
  font-weight: bold;
  margin-top: 33rem;
  text-align: center;
  line-height: 1.4;
}
#page_service .strengths_wrap ul li .txt {
  margin-top: 30rem;
  max-width: 245rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  #page_service .contents_list .contents {
    background-size: 100%;
    height: auto;
  }
  #page_service .contents_list .contents::after {
    background-size: 100%;
    height: 510rem;
    width: 100%;
  }
  #page_service .contents_list .contents .desc_wrap {
    width: auto;
  }
  #page_service .contents_list .contents .desc {
    width: 325rem;
    padding-top: 20rem;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 20rem;
    top: 60rem;
  }
  #page_service .contents_list .contents .desc h2 {
    font-size: 18rem;
  }
  #page_service .contents_list .contents .desc p {
    margin-top: 15rem;
  }
  #page_service .contents_list .contents.contents_02 .desc, #page_service .contents_list .contents.contents_04 .desc {
    margin-left: auto;
    margin-right: 0;
    top: 60rem;
  }
  #page_service .contents_list .contents.contents_01 {
    margin-top: 80rem;
  }
  #page_service .contents_list .contents.contents_01::after {
    background-image: url(../../img/bg_service_01_sp.jpg);
  }
  #page_service .contents_list .contents.contents_02 {
    margin-top: 100rem;
  }
  #page_service .contents_list .contents.contents_02::after {
    background-image: url(../../img/bg_service_02_sp.jpg);
  }
  #page_service .strengths_wrap {
    margin-top: 80rem;
    padding-bottom: 80rem;
    background-color: #00387d;
    padding-top: 30rem;
  }
  #page_service .strengths_wrap::after {
    content: none;
  }
  #page_service .strengths_wrap .center_tit {
    color: #fff;
  }
  #page_service .strengths_wrap ul {
    margin-top: 30rem;
    display: block;
  }
  #page_service .strengths_wrap ul li {
    width: 100%;
    min-height: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 20rem;
    padding-bottom: 20rem;
    gap: 10rem 20rem;
  }
  #page_service .strengths_wrap ul li .num {
    width: 45rem;
    height: 40rem;
    line-height: 40rem;
    font-size: 20rem;
    margin: 0;
  }
  #page_service .strengths_wrap ul li h3 {
    font-size: 16rem;
    margin-top: 0;
    text-align: left;
  }
  #page_service .strengths_wrap ul li .txt {
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
  #page_service .strengths_wrap ul li:nth-child(n+2) {
    margin-top: 15rem;
  }
}/*# sourceMappingURL=service.css.map */