/* medium */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

html body {
  color: #171717;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  html body {
    letter-spacing: 0.03em;
  }
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Figtree", sans-serif;
}

.en2 {
  font-family: "Montserrat", sans-serif;
}

html[lang=en] body {
  word-break: normal;
  white-space: normal;
}
html[lang=en] .service__item-dl dl dt {
  width: clamp(102px, 9.375vw, 120px) !important;
}
@media screen and (max-width: 767px) {
  html[lang=en] .service__item-dl dl dt {
    width: clamp(110.5px, 32.3383084577vw, 130px) !important;
  }
}
html[lang=en] .service__item-dl dl dd {
  width: calc(100% - clamp(102px, 9.375vw, 120px)) !important;
}
@media screen and (max-width: 767px) {
  html[lang=en] .service__item-dl dl dd {
    width: calc(100% - clamp(110.5px, 32.3383084577vw, 130px)) !important;
  }
}
html[lang=en] .human-resources .achievements__block .achievements__item {
  aspect-ratio: auto;
  padding: clamp(21.25px, 1.953125vw, 25px) 0;
}
html[lang=en] .human-resources .achievements__block .achievements__item h3 {
  width: clamp(125.8px, 36.815920398vw, 148px);
  max-width: 80%;
  margin: 0 auto;
}
html[lang=en] .human-resources .achievements__block .achievements__item p {
  display: -ms-grid;
  display: grid;
}
html[lang=en] .human-resources .achievements__block .achievements__item:nth-child(4) svg {
  margin-top: clamp(25.5px, 2.34375vw, 30px);
}

html:not([lang=ja]) .l-section__page-top h1 span {
  display: none;
}
html:not([lang=ja]) .l-section__page-top h1 small {
  font-size: clamp(21.25px, 1.953125vw, 25px);
  margin-bottom: 0;
  padding-bottom: clamp(34px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  html:not([lang=ja]) .l-section__page-top h1 small {
    font-size: clamp(17.85px, 5.223880597vw, 21px);
    padding-bottom: clamp(25.5px, 7.4626865672vw, 30px);
  }
}