.section__service {
  padding-top: 200px;
}

.section__service--subtitle {
  opacity: 0.1;
  text-align: center;
}

.section__service--title {
  font-size: 32px;
  margin-top: -1em;
  margin-bottom: 40px;
  text-align: center;
}

.serction__service--overview {
  margin-bottom: 2em;
  text-align: center;
}
.serction__service--overview p {
  margin-bottom: 1.5em;
}

.defaultButton--parent__contact {
  margin-left: auto;
  margin-right: auto;
}

.priceSample__box {
  display: flex;
  gap: 2em;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

.priceSample__item-wrap {
  flex: 0 0 calc((100% - 4em) / 3);
  border: 1px solid var(--tantive-main-color);
}

.priceSample__item {
  display: flex;
  flex-direction: column;
}

.priceSample__item--upper {
  padding: 1em;
  background-color: var(--tantive-main-color);
}

.priceSample__item--middle {
  height: 13em;
}

.priceSample__item--title {
  text-align: center;
}

.priceSample__recomend--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.priceSample__recomend--left {
  position: relative;
  width: 6em;
  height: 6em;
}

.priceSample__recomend--circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--tantive-body-backgroun-coror);
  border-radius: 50%;
  filter: blur(5px);
}

.priceSample__recommend--text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-wrap-mode: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.separator__wrap {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.separator__wrap .separator__circle {
  width: 5px;
  height: 5px;
  background-color: var(--tantive-body-backgroun-coror);
  border-radius: 50%;
}

.priceSample__item--subTitle {
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em;
}
.priceSample__item--subTitle p {
  padding: 1em 0.5em;
  background-color: var(--tantive-body-backgroun-coror);
  border-radius: 5px;
}
.priceSample__item--subTitle p:not(:last-child) {
  margin-bottom: 0.5em;
}

.priceSample__item--overview {
  padding-left: 1em;
  padding-right: 1em;
}

.priceSample__item--middle {
  padding: 1em 2em;
}

.priceSample__item--contents li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.priceSample__item--contents li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  /* translate: transformY(-50%); */
  background-image: url(https://tantive-sl.com/wp-content/uploads/2025/06/defaultButtonArrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.priceSample__item--price {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: var(--tantive-main-color);
}
.priceSample__item--price p {
  text-align: center;
}

.priceSample__item--contains {
  padding: 1em 2em;
}

.priceSample__item--contains--item {
  margin-top: 1em;
}
.priceSample__item--contains--item li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.priceSample__item--contains--item li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  background-image: url(https://tantive-sl.com/wp-content/uploads/2025/06/defaultButtonArrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__priceList h3 {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25em;
  text-align: center;
  padding: 0.5em 1em;
  position: relative;
  margin-bottom: 1em;
}
.section__priceList h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--tantive-main-color);
  -webkit-clip-path: polygon(0 100%, 100% 50%, 100% 100%);
          clip-path: polygon(0 100%, 100% 50%, 100% 100%);
  z-index: -1;
}

.section__priceList--overview {
  margin-bottom: 1em;
}

.section__priceList--table {
  width: 100%;
  margin-bottom: 2em;
}
.section__priceList--table td {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.section__priceList--table td:nth-child(1) {
  width: 25%;
  background-color: var(--tantive-main-color);
}
.section__priceList--table td:nth-child(2) {
  width: 25%;
  position: relative;
  text-align: right;
}
.section__priceList--table td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--tantive-main-color);
  filter: brightness(0.9);
  z-index: -1;
}
.section__priceList--table a {
  color: var(--tantive-main-color);
  text-decoration: underline;
  filter: brightness(0.75);
}

.section__estimateSample {
  margin-bottom: 200px;
}

.estimateSample--box {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid var(--tantive-main-color);
}
.estimateSample--box h3 {
  text-align: center;
  margin: 0 auto 1em auto;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--tantive-main-color);
}
.estimateSample--box table {
  width: 100%;
  margin-bottom: 1em;
}
.estimateSample--box table tr:nth-child(1) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.estimateSample--box table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.estimateSample--box table tr:last-child td {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
.estimateSample--box table tr:last-child td:nth-child(3) {
  text-align: right;
}
.estimateSample--box table th {
  padding-bottom: 0.5em;
  text-align: center;
}
.estimateSample--box table td {
  padding: 0.5em 1em;
}
.estimateSample--box table td:nth-child(1) {
  width: 50%;
}
.estimateSample--box table td:nth-child(2) {
  width: 20%;
  text-align: right;
  background-color: var(--tantive-main-color);
}
.estimateSample--box table td:nth-child(3) {
  width: 10%;
  text-align: center;
}
.estimateSample--box table td:nth-child(4) {
  width: 20%;
  text-align: right;
  background-color: var(--tantive-main-color);
}

@media screen and (max-width: 1280px) {
  .priceSample__box {
    flex-direction: column;
  }
}/*# sourceMappingURL=style-service.css.map */