:root {
  --refle-ink: #4d3c55;
  --refle-purple: #634c70;
  --refle-pink: #b5386b;
  --refle-pink-dark: #8e2d59;
  --refle-aqua: #3f8793;
  --refle-line: #d9bfd5;
  --refle-paper: rgba(255, 255, 255, .88);
}

html {
  -webkit-text-size-adjust: 100%;
}

body.unified-added-page {
  margin: 0;
  color: var(--refle-ink);
  background-color: #fff;
  background-image: url("https://refletokyo.com/recruit/_src/415218/23088396.webp");
  background-repeat: repeat;
  font-family: "PopRumCute", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.85;
}

body.unified-added-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 4vw, 46px);
  border-bottom: 2px solid var(--refle-line);
  background-color: #fff4fa;
  background-image: url("https://refletokyo.com/recruit/_src/415490/25987007.webp");
  background-repeat: repeat;
  box-shadow: none;
  backdrop-filter: none;
}

body.unified-added-page .brand {
  color: var(--refle-pink-dark);
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

body.unified-added-page .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  font-size: 15px;
}

body.unified-added-page .nav a {
  padding: 5px 0;
  color: var(--refle-purple);
  text-decoration: none;
}

body.unified-added-page .nav a:hover {
  color: var(--refle-pink-dark);
  text-decoration: underline;
}

.unified-menu-toggle {
  display: none;
  width: 48px;
  height: 46px;
  padding: 0;
  border: 1px solid #9b839d;
  border-radius: 3px;
  color: var(--refle-purple);
  background: rgba(255, 255, 255, .9);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.unified-added-page .brand-visual {
  display: block;
  width: 100%;
  height: clamp(150px, 22vw, 250px);
  object-fit: cover;
  object-position: center;
  border-bottom: 2px solid var(--refle-line);
}

body.unified-added-page main {
  background: rgba(255, 255, 255, .18);
}

body.unified-added-page .hero {
  padding: clamp(42px, 7vw, 78px) 20px;
  border-bottom: 1px solid var(--refle-line);
  background: var(--refle-paper);
}

body.unified-added-page .hero-inner,
body.unified-added-page .section-inner,
body.unified-added-page .inner {
  width: min(1020px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body.unified-added-page .eyebrow {
  margin: 0 0 10px;
  color: var(--refle-pink-dark);
  font-size: 14px;
  font-weight: 400;
}

body.unified-added-page h1,
body.unified-added-page h2,
body.unified-added-page h3,
body.unified-added-page p,
body.unified-added-page li {
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

body.unified-added-page h1 {
  max-width: 900px;
  margin: 0;
  color: var(--refle-purple);
  font-size: clamp(31px, 4.5vw, 48px);
  font-weight: 400;
  line-height: 1.35;
}

body.unified-added-page h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 6px solid var(--refle-pink);
  color: var(--refle-purple);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.45;
}

body.unified-added-page h3 {
  color: var(--refle-purple);
  font-weight: 400;
}

body.unified-added-page .lead {
  max-width: 820px;
  margin-top: 20px;
  color: var(--refle-ink);
  font-size: 17px;
}

body.unified-added-page main > section:not(.hero):not(.topic-box) {
  padding: clamp(42px, 7vw, 72px) 20px;
  border-bottom: 1px solid var(--refle-line);
  background: rgba(255, 255, 255, .78);
}

body.unified-added-page main > section:nth-of-type(odd):not(.hero):not(.topic-box) {
  background: rgba(248, 252, 253, .84);
}

body.unified-added-page .card,
body.unified-added-page .note,
body.unified-added-page .summary {
  border: 1px solid var(--refle-line);
  border-radius: 4px;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}

body.unified-added-page .card {
  padding: clamp(20px, 3vw, 28px);
}

body.unified-added-page .label,
body.unified-added-page .card strong {
  color: var(--refle-aqua);
  font-weight: 400;
}

body.unified-added-page .note,
body.unified-added-page .summary {
  padding: 20px;
  border-left: 5px solid var(--refle-aqua);
}

body.unified-added-page .button,
body.unified-added-page .text-link,
body.unified-added-page .topic-link {
  min-height: 48px;
  border: 1px solid var(--refle-purple);
  border-radius: 4px;
  color: var(--refle-purple);
  background: rgba(255, 255, 255, .94);
  font-weight: 400;
  text-decoration: none;
  box-shadow: none;
}

body.unified-added-page .button.primary,
body.unified-added-page .button:not(.secondary) {
  border-color: var(--refle-purple);
  color: #fff;
  background: var(--refle-purple);
}

body.unified-added-page .button:hover,
body.unified-added-page .text-link:hover,
body.unified-added-page .topic-link:hover {
  border-color: var(--refle-pink-dark);
  color: #fff;
  background: var(--refle-pink-dark);
}

body.unified-added-page .check-list li::before,
body.unified-added-page .step::before {
  color: var(--refle-aqua);
}

body.unified-added-page .step::before {
  color: #fff;
  background: var(--refle-aqua);
}

body.unified-added-page .topic-box {
  padding: clamp(40px, 6vw, 64px) 20px;
  background: rgba(255, 244, 250, .88);
}

body.unified-added-page details {
  border-color: var(--refle-line);
}

body.unified-added-page .footer {
  padding: 30px 20px;
  border-top: 2px solid var(--refle-line);
  color: #fff;
  background: var(--refle-purple);
  text-align: center;
}

body.unified-added-page .footer a {
  color: #fff;
}

@media (max-width: 760px) {
  body.unified-added-page .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 8px 12px;
    padding: 10px 14px;
  }

  .unified-menu-toggle {
    display: grid;
    place-items: center;
  }

  body.unified-added-page .nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 4px 0 8px;
  }

  body.unified-added-page .site-header.menu-open .nav {
    display: flex;
  }

  body.unified-added-page .nav a {
    padding: 10px 6px;
    border-top: 1px solid rgba(99, 76, 112, .22);
  }

  body.unified-added-page .brand-visual {
    height: 138px;
  }

  body.unified-added-page .hero {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  body.unified-added-page h1 {
    font-size: 32px;
  }

  body.unified-added-page .grid,
  body.unified-added-page .link-list,
  body.unified-added-page .link-grid,
  body.unified-added-page .topic-links,
  body.unified-added-page .check-list {
    grid-template-columns: 1fr;
  }

  body.unified-added-page .button,
  body.unified-added-page .text-link,
  body.unified-added-page .topic-link {
    width: 100%;
  }
}
