html[lang=en] {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.tt-home-kv {
  padding: calc((100vh - 72px) / 2 - 170px) 24px 0 24px !important;
}
.tt-home-kv-copy img {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .tt-home-kv {
    padding: calc((100vh - 72px) / 2 - 130px) 24px 0 24px !important;
  }
  .tt-home-kv-copy img {
    width: 70%;
  }
}

.tt-home-menu ul li a {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .tt-home-menu ul li a {
    padding: 28px;
  }
}

.tt-about-kv-copy h1 img {
  width: 340px;
}
@media screen and (min-width: 768px) {
  .tt-about-kv-copy h1 img {
    width: 800px;
  }
}

.tt-about-outline-table dd dl.sub dt {
  width: 70%;
}

.tt-about-outline-table dd dl.sub dd {
  width: 30%;
}

.tt-about-outline-table dd dl.sub dt, .tt-about-outline-table dd dl.sub dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.tt-about h2 {
  font-size: 1.5rem;
}
.tt-about h3 {
  font-size: 1.25rem;
}
.tt-about-message-photo span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .tt-about h2 {
    font-size: 2rem;
  }
  .tt-about h3 {
    font-size: 1.5rem;
  }
  .tt-about-outline-table dd .tt-wrapper {
    gap: 1rem;
  }
}

.tt-entry h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .tt-entry h1 {
    font-size: 2rem;
  }
}

.tt-recruit-table dt, .tt-recruit-table dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .tt-recruit-table dt {
    font-size: 1rem;
    width: 40%;
  }
  .tt-recruit-table dd {
    width: 60%;
  }
}

.tt-content-menucard {
  padding: 40px 30px 40px 30px;
}

.tt-content-menucard-body .workstag span {
  font-size: 0.85rem;
  padding: 4px 8px 4px 8px;
  margin-right: 4px;
}

.tt-news-article {
  word-break: keep-all;
}

.tt-news-list h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .tt-news-list .tt-home-news-item time {
    width: 16%;
  }
  .tt-news-list .tt-home-news-item-label {
    width: 10%;
  }
  .tt-news-list .tt-home-news-item-body {
    width: 70%;
  }
}

/*# sourceMappingURL=en.css.map */
