body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}

.recruit-page-header-bg {
  background: linear-gradient(#BCCBDC, #FFF);
}

.recruit-entry {
  text-align: center;
  margin-top: 100px;
}

.recruit-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.recruit-desc {
  color: var(--text-color);
  font-size: 1rem;
  margin-bottom: 3em;
  font-weight: 500;
}

.recruit-entry-bg {
  background: #EAF3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.recruit-entry-btns {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
  align-items: center;
}

.entry-new {
  padding: 18px 38px 18px 67px;
}

.recruit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #001b48;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 1.2em 2.5em;
  min-width: 350px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}

.recruit-btn:hover {
  background: #e6d200;
  color: #001b48;
}

.recruit-btn .arrow {
  margin-left: 1em;
  vertical-align: middle;
}

/* サイドボタン */
.side-buttons {
  position: fixed;
  top: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #003366;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 8px 8px 0 0;
  padding: 0.7em 0.5em;
  width: 48px;
  height: 110px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}

.side-btn.download {
  border-radius: 0;
  margin-top: 0;
}

.side-btn.subsidy {
  background: #e6b24c;
  color: #fff;
  border-radius: 0 0 8px 8px;
}

.side-btn:hover {
  background: #e6d200;
  color: #001b48;
}

.recruit-entry-new {
  margin-bottom: 35px;
}

.sp-br {
  display: none;
}

.entry-btn {
  min-width: 320px;
}