/* サイトマップだけに適用する、目的別の案内と相談への導線。 */
.pmmap {
  --ink: #252230;
  --purple: #624779;
  --paper: #f5f3ee;
  --line: #d2ccd7;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.85 "Noto Sans JP", "Yu Gothic", sans-serif;
  text-align: left;
}
.pmmap * { box-sizing: border-box; }
.pmmap-wrap { width: min(1360px, calc(100% - 96px)); margin-inline: auto; }
.pmmap section { margin: 0; padding: 0; }
.pmmap :is(h1, h2, h3, p, ul) { margin: 0; padding: 0; border: 0; color: inherit; background: none; text-align: left; }
.pmmap :is(h1, h2, h3)::before, .pmmap :is(h1, h2, h3)::after { content: none; }
.pmmap :is(h1, h2, h3) { font-family: inherit; font-weight: 700; letter-spacing: -.035em; }
.pmmap ul { list-style: none; }
.pmmap a { color: inherit; text-decoration: none; }
.pmmap a:focus-visible { outline: 3px solid var(--purple); outline-offset: 5px; }
.pmmap a:hover { text-decoration: underline; text-underline-offset: 5px; }
.pmmap em { color: var(--purple); font-style: normal; }
.pmmap [id] { scroll-margin-top: 170px; }
.pmmap-breadcrumb { display: flex; flex-wrap: wrap; gap: 18px; padding: 22px 0; font-size: 12px; }
.pmmap-breadcrumb > span:first-of-type { color: #93879d; }
.pmmap .pmmap-eyebrow { color: var(--purple); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.pmmap .pmmap-hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 8%; padding: 28px 0 48px; }
.pmmap-hero__copy > .pmmap-eyebrow { display: flex; align-items: center; gap: 16px; }
.pmmap-hero__copy > .pmmap-eyebrow span { font-size: 23px; line-height: 1; }
body main.pmmap h1:not(.title) { display: block; padding: 0; margin: 14px 0 0; background: none; font-size: 17px; line-height: 1.6; text-align: left; color: var(--ink); filter: none; }
.pmmap .pmmap-hero__headline { margin-top: 20px; font-size: clamp(37px, 4.7vw, 66px); font-weight: 700; line-height: 1.45; letter-spacing: -.055em; }
.pmmap .pmmap-hero__description { margin-top: 22px; color: #625b6b; font-size: 15px; }
.pmmap-home { display: inline-flex; align-items: center; gap: 26px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid #b4a6c0; font-size: 13px; font-weight: 700; }
.pmmap-home span { font-size: 23px; color: var(--purple); }
.pmmap-directory { position: relative; padding: 26px; background: #292335; color: #fff; box-shadow: 10px 10px 0 #ded7e7; }
.pmmap-directory__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; color: #d7cee0; font-size: 10px; letter-spacing: .12em; }
.pmmap-directory__link { display: flex; align-items: center; gap: 17px; padding: 11px 0; border-top: 1px solid #5f566c; }
.pmmap-directory__link > span:nth-child(2) { flex: 1; }
.pmmap-directory__link small { display: block; color: #c2b6d1; font: 10px/1.5 Arial, sans-serif; letter-spacing: .13em; }
.pmmap-directory__link strong { display: block; font-size: 17px; font-weight: 700; }
.pmmap-number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #88799a; border-radius: 50%; color: #d8cfe4; font: 13px/1 Arial, sans-serif; }
.pmmap-directory__link:nth-of-type(-n+3) .pmmap-number { background: var(--tone); border-color: var(--tone); color: #342b40; }
.pmmap-arrow { font-size: 23px; color: #e1edac; transition: transform .2s; }
.pmmap-directory__link:hover .pmmap-arrow { transform: translateY(3px); }
.pmmap-directory a:focus-visible { outline-color: #e1edac; outline-offset: 3px; }
.pmmap-tone--services { --tone: #e8e0f0; --accent: #74518e; }
.pmmap-tone--learning { --tone: #dfebe3; --accent: #426e5b; }
.pmmap-tone--works { --tone: #eee6d7; --accent: #846443; }
.pmmap-tone--company { --tone: #ede9e5; --accent: #766273; }
.pmmap-tone--careers { --tone: #e7e9ee; --accent: #536581; }
.pmmap-tone--journal { --tone: #ece6eb; --accent: #8a596f; }
.pmmap .pmmap-pages { padding-top: 38px; border-top: 1px solid var(--line); }
.pmmap-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.pmmap-section-heading h2 { margin-top: 10px; font-size: clamp(25px, 2.8vw, 38px); line-height: 1.5; }
.pmmap-section-heading > p { font-size: 13px; color: #625b6b; }
.pmmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pmmap-card { padding: 25px 28px 22px; border-top: 3px solid var(--accent); background: var(--tone); border-radius: 2px; }
.pmmap-card:target { outline: 2px solid var(--accent); outline-offset: 4px; }
.pmmap-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.pmmap-card__meta { display: flex; align-items: center; gap: 15px; color: var(--accent); font: 700 11px/1.6 Arial, sans-serif; letter-spacing: .12em; }
.pmmap-card__meta span:first-child { font-size: 23px; font-weight: 400; letter-spacing: -.05em; }
.pmmap-card h3 { margin-top: 18px; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.5; }
.pmmap-card h3 a { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.pmmap-card h3 span { font-size: 25px; color: var(--accent); font-weight: 400; }
.pmmap .pmmap-card__lead { margin-top: 12px; font-size: 15px; font-weight: 700; }
.pmmap .pmmap-card__description { min-height: 76px; margin-top: 9px; font-size: 13px; color: #5e5963; }
.pmmap-card__links { border-top: 1px solid #bfb6c6 !important; }
.pmmap-card__links li + li { border-top: 1px solid #cbc3cf; }
.pmmap-card__links a { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 48px; padding: 12px 0; font-size: 13px; font-weight: 700; line-height: 1.65; }
.pmmap-card__links a > span:last-child { font-size: 18px; font-weight: 400; color: var(--accent); }
.pmmap .pmmap-more { display: grid; grid-template-columns: 1fr 2.1fr; gap: 32px; padding: 36px 0; margin-top: 36px; border-top: 1px solid var(--line); }
.pmmap-more h2 { font-size: 21px; margin-top: 8px; line-height: 1.5; }
.pmmap-more ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
.pmmap-more a { display: flex; justify-content: space-between; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.pmmap-more a span { color: var(--purple); }
.pmmap .pmmap-contact { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 8%; align-items: center; padding: 38px 42px; background: #292335; color: #fff; }
.pmmap-contact .pmmap-eyebrow { color: #c6b5d7; font-size: 10px; }
.pmmap-contact h2 { margin-top: 14px; font-size: clamp(25px, 2.7vw, 38px); line-height: 1.6; }
.pmmap-contact em { color: #e1edac; }
.pmmap-contact__copy > p:last-child { margin-top: 16px; color: #ded6e4; font-size: 13px; }
.pmmap-contact__primary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; background: #e1edac; color: #292335 !important; font-size: 16px; font-weight: 700; }
.pmmap-contact__primary span { font-size: 28px; font-weight: 400; }
.pmmap-contact__actions > p { margin-top: 22px; color: #d8cde2; font-size: 12px; }
.pmmap-contact__topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.pmmap-contact__topics a { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border: 1px solid #91829e; font-size: 12px; }
.pmmap-contact a:focus-visible { outline-color: #fff; }
.pmmap-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 0 34px; color: #74687e; font-size: 11px; }
.pmmap-bottom > span { letter-spacing: .12em; }
.pmmap-bottom a { display: flex; align-items: center; gap: 22px; padding: 8px 0; font-size: 12px; }
@media (min-width: 1600px) {
  .pmmap-hero__copy { padding-left: 18px; }
}
@media (max-width: 1100px) {
  .pmmap-wrap { width: calc(100% - 56px); }
  .pmmap .pmmap-hero { gap: 5%; }
  .pmmap .pmmap-hero__headline { font-size: 43px; }
  .pmmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pmmap-card h3 { font-size: 25px; }
  .pmmap .pmmap-card__description { min-height: 62px; }
  .pmmap .pmmap-contact { gap: 28px; padding: 30px; }
  .pmmap-contact__primary { font-size: 14px; padding: 18px; }
}
@media (max-width: 760px) {
  .pmmap-wrap { width: calc(100% - 40px); }
  .pmmap [id] { scroll-margin-top: 110px; }
  .pmmap-breadcrumb { padding: 16px 0; font-size: 11px; }
  .pmmap .pmmap-hero { grid-template-columns: 1fr; gap: 28px; padding: 18px 0 32px; }
  .pmmap .pmmap-hero__headline { font-size: clamp(36px, 7.5vw, 52px); margin-top: 14px; }
  .pmmap .pmmap-hero__description { margin-top: 14px; font-size: 14px; }
  .pmmap-home { margin-top: 14px; font-size: 12px; gap: 15px; }
  .pmmap-directory { padding: 20px; box-shadow: 6px 6px 0 #ded7e7; }
  .pmmap-directory__link { gap: 13px; padding: 10px 0; }
  .pmmap-directory__link strong { font-size: 16px; }
  .pmmap-directory__top { font-size: 9px; }
  .pmmap-section-heading { display: block; }
  .pmmap-section-heading > p { margin-top: 12px; }
  .pmmap-section-heading > p br { display: none; }
  .pmmap-section-heading h2 em { display: inline-block; }
  .pmmap-grid { grid-template-columns: 1fr; gap: 18px; }
  .pmmap-card { padding: 22px 24px 16px; }
  .pmmap-card h3 { margin-top: 12px; font-size: 24px; }
  .pmmap .pmmap-card__description { min-height: 0; margin-bottom: 20px; font-size: 14px; }
  .pmmap-card__links a { font-size: 14px; }
  .pmmap .pmmap-more { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; margin-top: 28px; }
  .pmmap-more ul { column-gap: 22px; }
  .pmmap .pmmap-contact { grid-template-columns: 1fr; padding: 28px 24px; }
  .pmmap-contact h2 { font-size: clamp(24px, 5.8vw, 34px); }
  .pmmap-contact__copy > p:last-child br { display: none; }
  .pmmap-contact__topics { gap: 8px; }
  .pmmap-contact__topics a { gap: 10px; font-size: 12px; }
  .pmmap-bottom { flex-wrap: wrap; font-size: 9px; gap: 8px; padding: 20px 0; }
}
@media (max-width: 360px) {
  .pmmap-wrap { width: calc(100% - 32px); }
  .pmmap-card { padding-inline: 20px; }
  .pmmap-card h3 { font-size: 22px; }
  .pmmap-more ul { grid-template-columns: 1fr; }
  .pmmap-contact__primary { font-size: 13px; padding: 16px 12px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .pmmap-arrow { transition: none; }
}
