p {
  font-size: 1.3rem;
}

.bg_img_tl {
  position: absolute;
}

.bg_img_tr {
  position: absolute;
}

.bg_img_center {
  position: absolute;
}

.container {
  width: 80%;
}

#sec1 {
  height: 100vh;
  display: flex;
  align-items: center;
}
#sec1 .title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
#sec1 .title h1 {
  font-size: 3rem;
}
#sec1 .title h1 span {
  font-size: 1rem;
}

#sec2 h2 {
  color: white;
  background-color: #72c88c;
  text-align: center;
  font-size: 1.3rem;
  line-height: 3;
  margin-bottom: 30px;
}
#sec2 h3 {
  background-color: #5F5F5F;
  color: white;
  font-size: 1rem;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px;
  border: none;
  border-radius: 30px;
  margin-bottom: 50px;
}
#sec2 .services_pc {
  width: 80%;
  margin: 0 auto 50px;
}
#sec2 .services_sp {
  display: none;
}
@media (max-width: 767px) {
  #sec2 .services_pc {
    display: none;
  }
  #sec2 .services_sp {
    display: block;
    width: 80%;
    margin: 0 auto 50px;
  }
}
#sec2 .capa_table {
  margin-bottom: 100px;
}
#sec2 table {
  color: var(--text_gray);
  border-collapse: collapse;
  margin-bottom: 100px;
}
#sec2 table tr {
  border-bottom: 2px solid var(--text_gray);
}
#sec2 table th {
  width: 20%;
  font-size: 2rem;
}
#sec2 table td {
  padding: 20px 0;
  width: 80%;
}
@media (max-width: 767px) {
  #sec2 table th, #sec2 table td {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style_services.css.map */