*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.l-section {
  width: 100%;
  padding-block: calc(24px * 2);
}
@media (max-width: 768px) {
  .l-section {
    padding-block: 18px;
  }
}
.l-section__heading {
  margin: 0 0 24px;
}

.l-design {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  container-type: inline-size;
}

.l-content {
  width: 100%;
  max-width: calc(1280px + 24px * 2);
  margin-inline: auto;
  padding-inline: 24px;
}

.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 -3px 14px 0 rgba(0, 0, 0, 0.25);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: calc(1280px + 24px * 2);
  min-height: 88px;
  margin-inline: auto;
  padding-inline: 24px;
}
.site-header__brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  text-decoration: none;
}
.site-header__logo {
  display: block;
  width: 182px;
  height: 30px;
}
.site-header__site-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3b3c3c;
}
.site-header__menu {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 40px;
}
.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__nav a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3b3c3c;
  text-decoration: none;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 232px;
  height: 52px;
  border-radius: 5px;
  background: #3b3c3c;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.site-header__cta-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.site-header__sp-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 101;
}
.site-header__sp-icon {
  position: relative;
  width: 32px;
  height: 14px;
}
.site-header__sp-line {
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background: #3b3c3c;
  transition: transform 0.2s ease;
}
.site-header__sp-line:first-child {
  top: 0;
}
.site-header__sp-line:last-child {
  bottom: 0;
}
.site-header__sp-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #3b3c3c;
  line-height: 1;
}
.site-header__sp-toggle[aria-expanded=true] .site-header__sp-line:first-child {
  transform: translateY(6px) rotate(-18deg);
}
.site-header__sp-toggle[aria-expanded=true] .site-header__sp-line:last-child {
  transform: translateY(-6px) rotate(18deg);
}
.site-header__sp-nav {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding-top: 76px;
  padding-bottom: 90px;
}
.site-header__sp-nav.is-open {
  display: flex;
}
.site-header__sp-nav-links {
  width: 300px;
}
.site-header__sp-nav-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__sp-nav-links a {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.site-header__sp-nav-links a::before {
  content: "- ";
}
.site-header__sp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 232px;
  height: 52px;
  margin-top: 40px;
  border-radius: 5px;
  background: #3b3c3c;
  color: #fff;
  text-decoration: none;
}
.site-header__sp-cta-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.site-header__sp-cta-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.site-header__sp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 99;
}
.site-header__sp-overlay.is-open {
  display: block;
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
  }
  .site-header__menu {
    display: none;
  }
  .site-header__inner {
    min-height: 72px;
  }
  .site-header__sp-toggle {
    display: flex;
  }
}
.site-footer {
  background-color: #3b3c3c;
}
.site-footer__inner {
  text-align: center;
  padding-block: calc(24px * 2);
}
.site-footer__copyright {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
}

.recruit-list,
.note-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.recruit-list__link,
.note-list__link {
  display: block;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
}
.recruit-list__empty,
.note-list__empty {
  color: #888;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-block: 24px 42px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #3b3c3c;
}
.c-breadcrumb__link {
  color: #3b3c3c;
}
.c-breadcrumb__sep {
  color: #888;
}
.c-breadcrumb__current {
  color: #888;
}
