.service-card-box:where(.astro-ERV3E2U5) {
  position: relative;
  padding: 40px 20px;
  background-color: #fffc;
  box-shadow: 0 3px 12px #00000029;
}
@media (min-width: 767px) {
  .service-card-box:where(.astro-ERV3E2U5) {
    padding: 80px 44px 62px;
  }
}
.service-card-box-ja:where(.astro-ERV3E2U5) {
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.401rem + 1.49vw, 2.5rem);
}
.service-card-box-en:where(.astro-ERV3E2U5) {
  font-family: var(--font-en);
  font-style: italic;
  color: var(--color-primary);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1rem);
  margin-top: 2px;
}
.service-card-box-text:where(.astro-ERV3E2U5) {
  margin-top: 34px;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 767px) {
  .service-card-box-text:where(.astro-ERV3E2U5) {
    margin-top: 60px;
  }
}
.service-card-box-dl:where(.astro-ERV3E2U5) {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  align-items: center;
  border-top: 1px solid #cccccc;
}
@media (min-width: 767px) {
  .service-card-box-dl:where(.astro-ERV3E2U5) {
    margin-top: 60px;
  }
}
.service-card-box-dl:where(.astro-ERV3E2U5) dt:where(.astro-ERV3E2U5) {
  padding: 20px 0;
  width: 10%;
}
.service-card-box-dl:where(.astro-ERV3E2U5)
  dt:where(.astro-ERV3E2U5):first-of-type {
  padding-top: 26px;
}
.service-card-box-dl:where(.astro-ERV3E2U5)
  dt:where(.astro-ERV3E2U5):last-of-type {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 767px) {
  .service-card-box-dl:where(.astro-ERV3E2U5) dt:where(.astro-ERV3E2U5) {
    padding: 32px 0;
  }
}
.service-card-box-dl:where(.astro-ERV3E2U5) dd:where(.astro-ERV3E2U5) {
  width: 90%;
  padding: 20px 0 20px 52px;
}
@media (max-width: 320px) {
  .service-card-box-dl:where(.astro-ERV3E2U5) dd:where(.astro-ERV3E2U5) {
    width: 90%;
    padding: 41px 0 20px 52px;
  }

}
@media (min-width: 769px) {
  .service-card-box-dl:where(.astro-ERV3E2U5) dd:where(.astro-ERV3E2U5) {
    padding: 32px 0 32px 30px;
  }
}
@media (min-width: 376px) and (max-width: 768px) {
  .service-card-box-dl:where(.astro-ERV3E2U5) dd:where(.astro-ERV3E2U5) {
    padding: 53px 0 32px 30px;
  }
}
.service-card-box-dl:where(.astro-ERV3E2U5)
  dd:where(.astro-ERV3E2U5):last-of-type {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.button:where(.astro-ERV3E2U5) {
  margin-top: 32px;
  /* width: 295px; */
}
@media (min-width: 767px) {
  .button:where(.astro-ERV3E2U5) {
    margin: 56px auto auto;
    width: 304px;
  }
}
@media (min-width: 376px) and (max-width: 768px) {
  .button:where(.astro-ERV3E2U5) {
    width: 256px;
  }
}
.btn-02:where(.astro-ERV3E2U5) {
  font-size: 14px;
}
