:root {
  --kn-cream: #fffdf5;
  --kn-brown: #854b1c;
  --kn-dark-brown: #47210d;
  --kn-orange: #f5913d;
  --kn-orange-bright: #ff9911;
  --kn-green: #73bd42;
  --kn-pink: #ef8496;
  --kn-yellow: #fffba1;
  --kn-ink: #222;
  --kn-serif-round: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --kn-sans: "Noto Sans JP", sans-serif;
  --kn-lato: "Lato", sans-serif;
}

.pc-only { display: inline; }
.sp-only { display: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  height: 139px;
  pointer-events: none;
}

.site-header a { pointer-events: auto; }

.site-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 275px;
  height: 139px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .05));
}

.site-header__logo picture,
.site-header__logo img,
.site-header__tel picture,
.site-header__tel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header__tel {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}

.hero {
  position: relative;
  width: 100%;
  height: 934px;
  overflow: hidden;
  background: var(--kn-cream);
  color: var(--kn-ink);
}

.hero__photo {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.hero__photo img {
  position: absolute;
  top: 0;
  left: -13.54%;
  width: 113.54%;
  height: auto;
  max-width: none;
}

.hero__veil::before,
.hero__veil::after {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 232px;
  content: "";
  pointer-events: none;
}

.hero__veil::before {
  top: 0;
  background: linear-gradient(178.7deg, var(--kn-cream) 30.2%, rgba(255,253,245,0) 94.4%);
}

.hero__veil::after {
  bottom: 0;
  background: linear-gradient(1.3deg, #fff 30.2%, rgba(255,253,245,0) 94.4%);
}

.hero__announcement,
.hero__copy,
.hero__location,
.hero__badges,
.hero__actions {
  position: absolute;
  z-index: 3;
}

/* FV 上部のクリーム色の曲線（Figma 68:114 の書き出し。1184x267・右上寄せ） */
.hero__curve {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 1184px;
  height: 267px;
  pointer-events: none;
}

.hero__announcement {
  top: 135px;
  left: calc(50% - 600px);
  display: flex;
  align-items: center;
  gap: 31px;
  margin: 0;
  color: var(--kn-pink);
  font-family: var(--kn-serif-round);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  white-space: nowrap;
  text-align: center;
  text-shadow:
    2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}

/* 左右の飾りは Figma の書き出し（288:857 / 288:858）を使う。文字で代用しない */
.hero__announcement-mark {
  display: block;
  flex: none;
  width: 32px;
  height: 52px;
}

.hero__announcement-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__copy {
  top: 271px;
  left: calc(50% - 601px);
  width: 782px;
}

.hero__service {
  display: inline-block;
  margin: 0 0 20px;
  padding-bottom: 16px;
  color: var(--kn-dark-brown);
  font-family: var(--kn-serif-round);
  font-size: 39px;
  font-weight: 900;
  line-height: 25.6px;
  letter-spacing: 3px;
  background-image: radial-gradient(circle, var(--kn-dark-brown) 3px, transparent 3.5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 11px 7px;
}

.hero__copy h1 {
  position: relative;
  top: 22px;
  left: 6px;
  margin: 0;
  color: var(--kn-orange);
  font-family: var(--kn-serif-round);
  font-size: 72px;
  font-weight: 700;
  line-height: 89.5px;
  letter-spacing: 1.28px;
  text-shadow:
    4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff,
    3px 3px #fff, -3px 3px #fff, 3px -3px #fff, -3px -3px #fff;
}

.hero__pc-dot {
  display: inline;
}

.hero__location {
  top: 179px;
  left: calc(50% - 80px);
  width: 270px;
  height: 233px;
}

.hero__location picture,
.hero__location img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__location span {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  color: var(--kn-dark-brown);
  font-family: var(--kn-serif-round);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero__badges {
  top: 594px;
  left: calc(50% - 55px);
  display: flex;
  gap: 20px;
}

.hero-badge {
  position: relative;
  width: 205px;
  height: 205px;
  font-family: var(--kn-serif-round);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero-badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-badge__icon {
  position: absolute;
  top: 23px;
  left: 50%;
  width: auto;
  height: 70px;
  transform: translateX(-50%);
}

.hero-badge span {
  position: absolute;
  top: 103px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
}

.hero-badge--green { color: #6ec335; }
.hero-badge--orange { color: var(--kn-orange); }
.hero-badge--pink { color: var(--kn-pink); }

.hero__actions {
  top: 659px;
  left: calc(50% - 601px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 500px;
}

.hero__cta {
  display: grid;
  grid-template-columns: 1fr 33px;
  grid-template-rows: auto auto;
  align-items: center;
  width: 500px;
  height: 88px;
  padding: 12px 23px;
  border-radius: 55px;
  background: var(--kn-green);
  color: #fff;
  font-family: var(--kn-serif-round);
  text-align: center;
  text-decoration: none;
}

.hero__cta small {
  grid-column: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7.5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

.hero__cta small::before,.hero__cta small::after {
  display: block;
  width: 19.217px;
  height: 1.5px;
  background: url("../img/sticky-accent-left.svg") center / 100% 100% no-repeat;
  content: "";
  transform: translateY(-6px) rotate(55.3deg);
}
.hero__cta small::after {
  background-image: url("../img/sticky-accent-right.svg");
  transform: translateY(-6px) rotate(-55.3deg);
}

.hero__cta strong {
  grid-column: 1;
  font-size: 28px;
  line-height: 1.1;
}

.hero__cta-arrow {
  grid-column: 2;
  grid-row: 1 / 3;
  display: block;
  width: 33px;
  height: 33px;
  transform: rotate(-90deg);
}

.hero__requirements {
  color: var(--kn-ink);
  font-family: var(--kn-serif-round);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.hero__requirements img {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 8px;
  transform: rotate(-90deg);
  vertical-align: middle;
}

.concerns,
.workstyle,
.support,
.group-info,
.message {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--kn-ink);
}

.concerns {
  height: 1238px;
  background: #fff url("../img/sec1-bg-pc.svg") center top / 1920px 1236px no-repeat;
}

.concerns__inner,
.workstyle__inner,
.support__inner,
.group-info__inner,
.message__inner {
  position: relative;
  width: min(1200px, 100%);
  height: 100%;
  margin-inline: auto;
}

.concerns__heading {
  position: absolute;
  top: 70px;
  left: 383px;
  width: 434px;
  height: 99px;
}

.concerns__heading h2 {
  position: relative;
  margin: 0;
  color: var(--kn-ink);
  font-family: var(--kn-serif-round);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.6px;
  text-align: center;
}

/* 「モヤモヤ」の傍点。文字の真上に置く。
   text-emphasis だと行の上端まで離れてデザインより浮くため、
   このファイルで既に使っている radial-gradient の点と同じやり方で位置を合わせる */
.concerns__heading h2 em {
  position: relative;
  font-style: normal;
}

.concerns__heading h2 em::before {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  height: 6px;
  background-image: radial-gradient(circle, currentColor 2.6px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 39.6px 6px;
  content: "";
}

/* 見出し左上の手描きの飾り（PC 292:486 / SP 279:397）。Figma と同じく水平反転する */
.concerns__heading h2::before {
  position: absolute;
  top: -20px;
  left: 22px;
  width: 50.31px;
  height: 50.67px;
  transform: scaleX(-1);
  background: url("../img/concerns-mark.svg") center / 100% 100% no-repeat;
  content: "";
}

/* 見出し下の線は Figma の手描き（3:579 の書き出し）。CSS の丸角で代用しない */
.concerns__heading h2::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 434px;
  height: 78px;
  transform: translateX(-50%);
  background: url("../img/concerns-underline-sp.svg") center / 100% 100% no-repeat;
  content: "";
}

.concerns__rows {
  position: absolute;
  top: 210px;
  left: 0;
  width: 1200px;
}

.concern-row {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}

.concern-row + .concern-row { margin-top: 30px; }

.concern-person {
  flex: 0 0 162px;
  text-align: center;
}

.concern-person picture {
  display: block;
  width: 160px;
  height: 192px;
}

.concern-person img {
  display: block;
  width: 100%;
  height: 100%;
}

.concern-person b {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 7px;
  border-bottom: 3px solid var(--kn-ink);
  font-family: var(--kn-serif-round);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.1px;
}

.concern-bubbles {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}

.concern-bubbles p {
  display: grid;
  place-items: center;
  min-height: 102px;
  margin: 0;
  padding: 15px;
  border-radius: 15px;
  background: #f2f2f2;
  box-shadow: 0 4px 3px rgba(0,0,0,.16);
  font-family: var(--kn-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}

.concern-row--manager .concern-bubbles { flex: 0 0 988px; }
.concern-row--manager .concern-person { margin-left: auto; }

.solution {
  position: absolute;
  top: 826px;
  left: 0;
  width: 1200px;
  height: 342px;
}

.solution__shape {
  position: absolute;
  top: 21px;
  left: 161px;
  width: 877px;
  height: 321px;
}

.solution__shape img { display: block; width: 100%; height: 100%; }

.solution__bulb {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 436px;
  display: block;
  width: 50.1px;
  height: 68.6px;
  transform: rotate(-28deg);
}

.solution__accent {
  position: absolute;
  z-index: 2;
  top: 61px;
  left: 578px;
  display: block;
  width: 75px;
  height: 13px;
}

.solution__copy {
  position: absolute;
  top: 82px;
  left: 0;
  width: 1200px;
  text-align: center;
}

.solution__copy h3 {
  position: relative;
  isolation: isolate;
  margin: 0;
  font-family: var(--kn-serif-round);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3px;
}

.solution__copy h3::after {
  position: absolute;
  z-index: -1;
  top: 71.67px;
  left: 340px;
  width: 524px;
  height: 13px;
  background: #fffba1;
  content: "";
}

.solution__copy h3 em {
  color: #fff;
  font-size: 31px;
  font-style: normal;
  -webkit-text-stroke: 10px var(--kn-orange);
  paint-order: stroke fill;
  text-shadow: none;
}

.solution__copy p {
  margin: 18px 0 0;
  color: var(--kn-dark-brown);
  font-family: var(--kn-sans);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2.4px;
}

.workstyle {
  height: 1116px;
  background: var(--kn-cream) url("../img/sec2-bg-pc.svg") center top / 1920px 1116px no-repeat;
}

.section-title {
  font-family: var(--kn-serif-round);
  text-align: center;
}

.section-title > p {
  margin: 0;
  color: var(--kn-green);
  font-family: var(--kn-serif-round);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.1px;
}

.section-title h2 {
  margin: 15px 0 0;
  color: var(--kn-brown);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.title-marker {
  --title-marker-height: 16px;
  --title-marker-width: 100%;
  position: relative;
  z-index: 0;
  display: inline-block;
  isolation: isolate;
}

.title-marker::after {
  position: absolute;
  z-index: -1;
  right: auto;
  bottom: 0;
  left: 50%;
  width: var(--title-marker-width);
  height: var(--title-marker-height);
  transform: translateX(-50%);
  background: var(--kn-yellow);
  content: "";
}

.title-marker--support { --title-marker-width: 234px; }
.title-marker--group { --title-marker-width: 394px; }
.title-marker--message { --title-marker-width: 369px; }
.title-marker--support::after { bottom: 8px; left: calc(50% + 3px); }
.title-marker--group::after { bottom: -6px; left: calc(50% - 6px); }

.section-title--support h2,
.section-title--about h2 {
  position: relative;
  z-index: 0;
}

.section-title--support .title-marker,
.section-title--about .title-marker {
  z-index: auto;
  isolation: auto;
}

.section-title h2 em {
  color: var(--kn-orange-bright);
  font-size: 48px;
  font-style: normal;
}

.section-title--workstyle {
  position: absolute;
  top: 70px;
  left: 0;
  width: 1200px;
  height: 155px;
}

.section-title--workstyle h2 {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.section-title--workstyle h2::before {
  position: absolute;
  z-index: -1;
  top: 34px;
  left: 380px;
  width: 234px;
  height: 16px;
  background: var(--kn-yellow);
  content: "";
}

.point-cards {
  position: absolute;
  top: 275px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 30px;
}

.point-card {
  position: relative;
  height: 771px;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 6px 6px rgba(0,0,0,.25);
  font-family: var(--kn-sans);
}

.point-card__number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 164px;
  height: 54px;
  border-radius: 10px 0 10px 0;
  background: var(--kn-green);
  color: #fff;
  font-family: var(--kn-lato);
  font-size: 25px;
  font-weight: 700;
}

.point-card:nth-child(2) .point-card__number {
  top: 4px;
  width: 178px;
  height: 59px;
}

.point-card:nth-child(3) .point-card__number {
  width: 162px;
  height: 53px;
}

.point-card__for {
  height: auto;
  margin: 0 0 15px 145px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--kn-orange);
  color: var(--kn-orange-bright);
  font-family: var(--kn-serif-round);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.1px;
}

@media (min-width: 1200px) {
  .point-card:nth-child(2) .point-card__for {
    width: 120px;
    margin-left: auto;
  }
}

.point-card__image {
  display: block;
  width: 320px;
  height: 191px;
  margin-top: 15px;
  overflow: hidden;
}

.point-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point-card h3 {
  margin: 15px 0 13px;
  padding-bottom: 13px;
  border-bottom: 5px dotted var(--kn-green);
  color: var(--kn-brown);
  font-family: var(--kn-serif-round);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.6px;
}

.point-card__body,
.point-card__detail p {
  margin: 0;
  color: var(--kn-ink);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.point-card--support .point-card__image { margin-top: 55px; }
.point-card--support h3 { margin-top: 15px; }

.point-card__detail h4 {
  margin: 10px 0 7px;
  color: var(--kn-orange-bright);
  font-family: var(--kn-serif-round);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 2.4px;
}

.point-card__detail p { line-height: 1.5; }  /* PC はデザインと突き合わせて 1.5 が最小差 */

.support {
  height: 907px;
  background: var(--kn-cream) url("../img/sec3-bg-pc.svg") center top / 1920px 906px no-repeat;
}

.support__inner { padding-top: 70px; }

.section-title--support { height: 214px; }
.section-title--support h2 { line-height: 1.5; }

.support__lead {
  position: relative;
  z-index: 0;
  margin-top: 27px;
  color: var(--kn-ink);
  font-family: var(--kn-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.support__lead::after {
  position: absolute;
  z-index: -1;
  top: 49px;
  right: auto;
  bottom: auto;
  left: 540px;
  width: 384px;
  height: 10px;
  transform: none;
  background: var(--kn-yellow);
  content: "";
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(2, 585px);
  gap: 30px;
  margin-top: 30px;
}

.support-card {
  height: 506px;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 6px 6px rgba(0,0,0,.25);
}

.support-card h3 {
  margin: 0 0 30px;
  color: var(--kn-orange-bright);
  font-family: var(--kn-serif-round);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.6px;
  text-align: center;
}

.support-card picture,
.support-card img {
  display: block;
  width: 525px;
  height: 268px;
  object-fit: cover;
  /* 元画像(3:2)を横長の枠に入れるため上下が切れる。
     どこを残すかはデザインと突き合わせて差が最小になる値を測って決めた（中央だと下がりすぎる） */
  object-position: 50% 38%;
}

.support-card p {
  margin: 30px 0 0;
  font-family: var(--kn-sans);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.group-info {
  height: 630px;
  background: #fff url("../img/sec4-bg-pc.svg") center top / 1920px 630px no-repeat;
}

.group-info__inner { padding-top: 124px; }

.group-info__heading {
  font-family: var(--kn-serif-round);
  text-align: center;
}

.group-info__heading p {
  display: inline-block;
  margin: 0;
  color: var(--kn-brown);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.group-info__heading h2 {
  margin: 12px 0 50px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  -webkit-text-stroke: 12px var(--kn-orange-bright);
  paint-order: stroke fill;
  text-shadow: none;
}

.group-info__card {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 1200px;
  height: 226px;
  padding: 30px;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 4px 2px rgba(0,0,0,.25);
}

.group-info__logo {
  flex: 0 0 340px;
}

.group-info__logo img {
  display: block;
  width: 340px;
  height: 184px;
  object-fit: contain;
}

.group-info__card p {
  width: 743px;
  margin: 0;
  font-family: var(--kn-sans);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.message {
  height: 804px;
  background: var(--kn-cream) url("../img/sec5-bg-pc.svg") center 5px / 1920px 799px no-repeat;
}

.message__inner { padding-top: 60px; }

.section-title--message { height: 122px; }

.message-cards {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 30px;
  margin-top: 45px;
}

.message-card {
  height: 507px;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 6px 6px rgba(0,0,0,.25);
}

.message-card header {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 98px;
}

.message-card header picture,
.message-card header > img,
.message-card header picture img {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
}

.message-card small,
.message-card h3 {
  display: block;
  margin: 0;
  font-family: var(--kn-serif-round);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.5px;
}

.message-card small {
  color: var(--kn-brown);
  font-size: 20px;
}

.message-card h3 { color: var(--kn-ink); font-size: 27px; }

.message-card > p {
  margin: 30px 0 0;
  font-family: var(--kn-sans);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.message-dots { display: none; }

@media (max-width: 1199px) {
  .pc-only { display: none; }
  .sp-only { display: inline; }

  .site-header {
    height: 99px;
  }

  .site-header__logo {
    width: 195px;
    height: 99px;
  }

  .site-header__tel {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }

  .site-header.is-compact {
    position: fixed;
    height: 74px;
  }

  .site-header.is-compact .site-header__logo {
    width: 145px;
    height: 74px;
  }

  .hero {
    height: 651px;
  }

  .hero__photo {
    top: 99px;
    height: 552px;
  }

  .hero__photo img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(180deg) scaleY(-1);
  }

  .hero__veil::before {
    top: 0;
    height: 234px;
    background: linear-gradient(to bottom, var(--kn-cream) 50%, rgba(255,253,245,0) 88.8%);
  }

  .hero__veil::after {
    bottom: 0;
    height: 103px;
    background: linear-gradient(to top, #fff 50%, rgba(255,253,245,0) 88.8%);
  }

  .hero::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: url("../img/hero-sp-mask.svg") center / 390px 651px no-repeat;
    content: "";
    pointer-events: none;
  }

  /* SP は PC 用の曲線を使わない（SP は .hero::after のマスクが同じ役目） */
  .hero__curve { display: none; }

  .hero__announcement {
    top: 116px;
    left: 50%;
    justify-content: center;
    gap: 0;
    width: 390px;
    transform: translateX(-50%);
    font-size: 22px;
    line-height: 1.2;
  }

  /* SP の飾りは 20.5x33.4・左右の端に置く（Figma 258:284 / 258:285） */
  .hero__announcement-mark {
    position: absolute;
    top: 50%;
    width: 20.5px;
    height: 33.4px;
    transform: translateY(-50%);
  }

  .hero__announcement-mark:first-child { left: 11px; }
  .hero__announcement-mark:last-child { right: 10px; }

  .hero__copy {
    top: 172px;
    left: calc(50% - 180px);
    width: 260px;
  }

  .hero__service {
    margin-bottom: 7px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    background-size: 7px 5px;
  }

  .hero__copy h1 {
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow:
      3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff,
      2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff;
  }

  .hero__pc-dot {
    display: none;
  }

  .hero__location {
    top: 144px;
    left: calc(50% + 44px);
    width: 151px;
    height: 130px;
  }

  .hero__location span {
    top: 38px;
    width: 100px;
    font-size: 20px;
  }

  .hero__badges {
    top: 415px;
    left: calc(50% - 183px);
    gap: 10px;
  }

  .hero-badge {
    width: 115px;
    height: 115px;
    font-size: 18px;
  }

  .hero-badge__icon {
    top: 16px;
    height: 35px;
  }

  .hero-badge span {
    top: 56px;
    width: 82px;
  }

  .hero__actions {
    top: 540px;
    left: calc(50% - 160px);
    display: flex;
    gap: 10px;
    width: 320px;
  }

  .hero__cta {
    grid-template-columns: 260px 20px;
    column-gap: 10px;
    width: 320px;
    height: 56px;
    padding: 8px 15px;
  }

  .hero__cta small {
    gap: 5px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .hero__cta small::before,.hero__cta small::after {
    width: 12.811px;
    height: 1px;
    transform: translateY(-4px) rotate(55.3deg);
  }
  .hero__cta small::after { transform: translateY(-4px) rotate(-55.3deg); }

  .hero__cta strong { font-size: 20px; }

  .hero__cta-arrow {
    width: 20px;
    height: 20px;
  }

  .hero__requirements {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .hero__requirements img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .concerns {
    height: 771px;
    background-image: url("../img/sec1-bg-sp.svg");
    background-size: 390px 610px;
  }

  .concerns__inner { width: 390px; }

  .concerns__heading {
    top: 37px;
    left: 59px;
    width: 267px;
    height: 69px;
  }

  .concerns__heading h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .concerns__question {
    position: absolute;
    top: 19px;
    left: 230px;
    width: 26px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    transform: rotate(10.7deg);
    transform-origin: center;
  }

  /* SP は Figma の書き出しそのままの寸法（267x48） */
  .concerns__heading h2::after {
    bottom: -20px;
    width: 267px;
    height: 48px;
  }

  .concerns__heading h2 em::before {
    top: -4px;
    right: auto;
    left: -2px;
    width: 86px;
    height: 8px;
    background-image: radial-gradient(circle at 4px 4px, currentColor 0 4px, transparent 4.1px);
    background-size: 26px 8px;
  }

  .concerns__heading h2::before {
    top: -9px;
    left: 8px;
    width: 20.315px;
    height: 20.46px;
  }

  .concerns__rows {
    top: 155px;
    left: 15px;
    width: 359px;
  }

  .concern-row { gap: 13px; }
  .concern-row + .concern-row { margin-top: 20px; }

  .concern-person {
    flex-basis: 80px;
  }

  .concern-person picture {
    width: 80px;
    height: 96px;
  }

  .concern-person b {
    margin-top: 8px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .concern-bubbles { gap: 10px; }

  .concern-bubbles p {
    min-height: 0;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 2px rgba(0,0,0,.05);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: left;
  }

  .concern-row--manager .concern-bubbles { flex: 0 0 266px; }

  .solution {
    top: 479px;
    left: 0;
    width: 390px;
    height: 262px;
  }

  .solution__shape {
    top: 0;
    left: 0;
    width: 390px;
    height: 262px;
  }

  .solution__bulb {
    position: absolute;
    z-index: 2;
    top: 27px;
    left: 78px;
    display: block;
    width: 35.784px;
    height: 48.986px;
    transform: rotate(-28deg);
  }

  .solution__accent {
    position: absolute;
    z-index: 2;
    top: 49px;
    left: 178px;
    display: block;
    width: 53px;
    height: 9px;
  }

  .solution__copy {
    top: 60px;
    width: 390px;
    padding-inline: 20px;
  }

  .solution__copy h3 {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .solution__copy h3::after {
    position: absolute;
    z-index: -1;
    top: 49px;
    left: 0;
    width: 350px;
    height: 9px;
    background: #fffba1;
    content: "";
  }
  .solution__copy h3 br { display: none; }
  .solution__copy h3 em {
    font-size: 20px;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 6px;
    white-space: nowrap;
  }

  .solution__copy p {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }

  .workstyle {
    height: 1621px;
    background-image: url("../img/sec2-bg-sp.svg");
    background-size: 390px 960px;
  }

  .workstyle__inner,
  .support__inner,
  .group-info__inner,
  .message__inner { width: 390px; }

  .section-title > p {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: left;
  }

  .section-title h2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .title-marker {
    --title-marker-height: 12px;
  }

  .title-marker--support { --title-marker-width: 140px; }
  .title-marker--group { --title-marker-width: 208px; }
  .title-marker--message { --title-marker-width: 240px; }
  .title-marker--support::after,
  .title-marker--group::after { bottom: 0; left: 50%; }

  .section-title h2 em { font-size: 32px; }

  .section-title--workstyle {
    top: 30px;
    left: 15px;
    width: 360px;
    height: 93px;
  }

  .section-title--workstyle h2::before {
    top: 19px;
    left: 40px;
    width: 140px;
    height: 12px;
  }

  .point-cards {
    top: 153px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
  }

  .point-card {
    width: 360px;
    height: 437px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
  }

  .point-card:nth-child(2) { height: 454px; }
  .point-card:nth-child(3) { height: 527px; }

  .point-card__number {
    width: 111px;
    height: 37px;
    font-size: 18px;
  }

  .point-card:nth-child(2) .point-card__number,
  .point-card:nth-child(3) .point-card__number {
    top: 0;
    width: 111px;
    height: 37px;
  }

  .point-card__for {
    width: max-content;
    height: 22px;
    margin: 0 0 10px auto;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: right;
    white-space: nowrap;
  }

  .point-card__image {
    width: 330px;
    height: 197px;
    margin-top: 10px;
  }

  .point-card h3 {
    position: relative;
    margin: 10px 0 20px;
    padding-bottom: 15px;
    border-bottom: 0;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
  }

  .point-card h3::after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 5px;
    background: url("../img/sec2-divider-sp.png") left center / 360px 5px no-repeat;
    content: "";
  }

  /* SP はデザインと突き合わせて 1.6 が最小差（PC とは別値） */
  .point-card__detail p { line-height: 1.6; }

  .point-card__body,
  .point-card__detail p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }

  .point-card--support .point-card__image {
    height: 206px;
    margin-top: 22px;
  }

  .point-card__image { position: relative; }

  .point-card:nth-child(1) .point-card__image img {
    position: absolute;
    top: -5.53%;
    left: 0;
    width: 100%;
    height: 111.53%;
    max-width: none;
  }

  .point-card:nth-child(2) .point-card__image img {
    position: absolute;
    top: -6.55%;
    left: -4.34%;
    width: 103.55%;
    height: 115.58%;
    max-width: none;
  }

  .point-card:nth-child(3) .point-card__image img {
    position: absolute;
    top: -.46%;
    left: -2.4%;
    width: 99.35%;
    height: 106.26%;
    max-width: none;
  }

  .point-card--support h3 { margin-top: 10px; }

  .point-card__detail h4 {
    margin: 0 0 5px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .point-card__detail p + h4 { margin-top: 20px; }

  .support {
    height: 911px;
    background-image: url("../img/sec3-bg-sp.svg");
    background-size: 390px 911px;
  }

  .support__inner { padding-top: 30px; }

  .section-title--support {
    width: 360px;
    height: 193px;
    margin-inline: auto;
  }

  .section-title--support h2 { line-height: 1.2; }

  .section-title--support .support__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }

  .section-title--support .support__lead::after {
    top: 69px;
    right: auto;
    bottom: auto;
    left: 5px;
    width: 331px;
    height: 12px;
    transform: none;
  }

  .support-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
    margin: 30px auto 0;
  }

  .support-card {
    width: 360px;
    height: 306px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
  }

  .support-card:nth-child(2) { height: 320px; }

  .support-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .support-card picture,
  .support-card img {
    width: 330px;
    height: 168px;
    object-position: 50% 50%;
  }

  .support-card p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }

  .group-info {
    height: 448px;
    background-image: url("../img/sec4-bg-sp.svg");
    background-size: 390px 448px;
  }

  .group-info__inner { padding-top: 30px; }

  .group-info__heading p {
    font-size: 18px;
  }

  .group-info__heading h2 {
    margin: 5px 0 10px;
    font-size: 30px;
    -webkit-text-stroke: 8px #f39800;
  }

  .group-info__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
    height: auto;
    margin-inline: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .group-info__logo {
    flex-basis: auto;
    width: 250px;
    height: 177px;
  }

  .group-info__logo img {
    width: 250px;
    height: 177px;
  }

  .group-info__card p {
    width: 343px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }

  .message {
    height: 433px;
    background-image: url("../img/sec5-bg-sp.svg");
    background-position: center top;
    background-size: 390px 433px;
  }

  .message__inner { padding-top: 30px; }

  .section-title--message {
    width: 360px;
    height: 92px;
    margin-inline: auto;
  }

  .message-cards {
    position: relative;
    display: block;
    width: 360px;
    min-height: 220px;
    margin: 30px auto 0;
    touch-action: pan-y;
  }

  .message-card {
    display: none;
    width: 360px;
    height: auto;
    min-height: 220px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
  }

  .message-card.is-active { display: block; }

  .message-card header {
    gap: 20px;
    height: 65px;
  }

  .message-card header picture,
  .message-card header > img,
  .message-card header picture img {
    width: 65px;
    height: 65px;
  }

  .message-card small {
    font-size: 14px;
    letter-spacing: 1.7px;
  }

  .message-card h3 {
    font-size: 18px;
    letter-spacing: 1.7px;
  }

  .message-card > p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }

  .message-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .message-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d7dadd;
    cursor: pointer;
  }

  .message-dots button.is-active { background: var(--kn-green); }
}

@media (max-width: 440px) {
  .hero::after { background-size: 100% 651px; }
  .concerns { background-size: 100% 610px; }
  .workstyle { background-size: 100% 960px; }
  .support { background-size: 100% 911px; }
  .group-info { background-size: 100% 448px; }
  .message { background-size: 100% 433px; }
}
