@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
.page_title .title_en {
  max-width: 560px;
  white-space: break-spaces;
  line-height: 50px;
}
@media screen and (min-width: 960px) {
  .page_title .title_en {
    line-height: 100px;
  }
}
.page_title .title_h1 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .page_title .title_h1 {
    margin-top: 32px;
  }
}

.flow {
  padding-top: 54px;
}
@media screen and (min-width: 960px) {
  .flow {
    padding-top: 64px;
  }
}

@media screen and (min-width: 960px) {
  .child_services__content .text_content {
    max-width: 330px;
  }
}

@media screen and (min-width: 960px) {
  .child_services__label {
    max-width: 400px;
  }
}