html:has(body.page-template-page-it-health-check),
body.page-template-page-it-health-check {
  overflow-x: clip !important;
}
body.page-template-page-it-health-check .site.grid-container.container {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.page-template-page-it-health-check .site-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hc-page {
  --hc-navy: #062b42;
  --hc-blue: #006aa8;
  --hc-cyan: #00bad3;
  --hc-ink: #062f49;
  --hc-line: #b8cfdb;
  --hc-bg: #edf5f8;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  color: var(--hc-ink);
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.hc-page *, .hc-page *::before, .hc-page *::after { box-sizing: border-box; }
.hc-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hc-eyebrow { margin: 0 0 26px; color: var(--hc-blue); font: 800 14px/1.4 Inter, sans-serif; letter-spacing: .16em; }
.hc-hero { padding: 112px 0 96px; background: linear-gradient(110deg, #fff 0 62%, #e2f0f5 62%); }
.hc-hero__grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .55fr); align-items: end; gap: 80px; }
.hc-hero h1 { max-width: 850px; margin: 0; color: var(--hc-navy); font-size: clamp(40px, 5.4vw, 72px); line-height: 1.35; letter-spacing: -.04em; }
.hc-hero__lead { max-width: 760px; margin: 36px 0 0; font-size: 18px; line-height: 2; }
.hc-hero__summary { padding: 32px 0 10px 34px; border-left: 3px solid var(--hc-cyan); }
.hc-hero__summary span, .hc-hero__summary small { display: block; font-size: 14px; line-height: 1.7; }
.hc-hero__summary strong { display: block; margin: 8px 0 -10px; font: 800 92px/1 Inter, sans-serif; color: var(--hc-navy); }
.hc-hero__summary p { margin: 0 0 20px; font-weight: 700; font-size: 17px; }
.hc-hero__benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 72px; border-top: 1px solid var(--hc-line); border-left: 1px solid var(--hc-line); background: rgba(255,255,255,.76); }
.hc-hero__benefits p { display: grid; grid-template-columns: 42px 1fr; gap: 6px 14px; margin: 0; padding: 24px 26px; border-right: 1px solid var(--hc-line); border-bottom: 1px solid var(--hc-line); }
.hc-hero__benefits span { grid-row: 1 / 3; color: var(--hc-blue); font: 800 15px/1.5 Inter, sans-serif; }
.hc-hero__benefits strong { color: var(--hc-navy); font-size: 18px; line-height: 1.5; }
.hc-hero__benefits small { color: #4f6b7a; font-size: 15px; line-height: 1.65; }
.hc-check { padding: 110px 0; background: var(--hc-bg); }
.hc-check__layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 74px; align-items: start; }
.hc-check__intro { position: sticky; top: 120px; }
.hc-check__intro h2 { margin: 0 0 22px; font-size: 32px; line-height: 1.55; }
.hc-check__intro > p { margin: 0; font-size: 16px; line-height: 1.9; }
.hc-progress { display: flex; justify-content: space-between; align-items: baseline; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--hc-line); }
.hc-progress span { font-size: 14px; }
.hc-progress strong { font: 700 18px/1 Inter, sans-serif; }
.hc-form fieldset { margin: 0; padding: 0; border: 0; }
.hc-question { display: grid; grid-template-columns: 48px minmax(0, 1fr) 28px; gap: 20px; align-items: center; min-height: 88px; padding: 18px 22px; border-top: 1px solid var(--hc-line); background: rgba(255,255,255,.48); cursor: pointer; transition: background .2s ease, color .2s ease; }
.hc-question:last-child { border-bottom: 1px solid var(--hc-line); }
.hc-question:hover { background: #fff; }
.hc-question:has(input:checked) { background: var(--hc-navy); color: #fff; }
.hc-question input { position: absolute; opacity: 0; pointer-events: none; }
.hc-question:focus-within { outline: 3px solid rgba(0,106,168,.35); outline-offset: 2px; }
.hc-question__number { color: var(--hc-blue); font: 800 14px/1 Inter, sans-serif; }
.hc-question:has(input:checked) .hc-question__number { color: var(--hc-cyan); }
.hc-question__text { font-size: 16px; font-weight: 700; line-height: 1.75; }
.hc-question__mark { position: relative; width: 24px; height: 24px; border: 1px solid #7d9cac; }
.hc-question:has(input:checked) .hc-question__mark { border-color: var(--hc-cyan); background: var(--hc-cyan); }
.hc-question:has(input:checked) .hc-question__mark::after { content: ""; position: absolute; left: 7px; top: 3px; width: 7px; height: 12px; border: solid var(--hc-navy); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.hc-form__actions { display: flex; gap: 22px; align-items: center; margin-top: 36px; }
.hc-form__actions button { min-height: 54px; padding: 0 28px; border: 1px solid var(--hc-navy); border-radius: 0; background: transparent; color: var(--hc-navy); font: 700 15px/1 "Noto Sans JP", sans-serif; cursor: pointer; }
.hc-form__actions button:first-child { min-width: 240px; background: var(--hc-navy); color: #fff; }
.hc-form__actions button:first-child:hover { background: var(--hc-blue); border-color: var(--hc-blue); }
.hc-result { padding: 104px 0; background: var(--hc-navy); color: #fff; }
.hc-result[hidden] { display: none; }
.hc-result .hc-eyebrow { color: var(--hc-cyan); }
.hc-result__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 76px; }
.hc-result__score { border-right: 1px solid rgba(255,255,255,.25); }
.hc-result__score > span { font-size: 14px; }
.hc-result__score strong { display: block; margin-top: 20px; font: 800 90px/1 Inter, sans-serif; }
.hc-result__score small { font-size: 20px; color: #aac5d1; }
.hc-result__level { margin: 0 0 14px; color: var(--hc-cyan); font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.hc-result__body h2 { margin: 0 0 20px; font-size: clamp(29px, 4vw, 46px); line-height: 1.5; }
.hc-result__body > p:not(.hc-result__level) { margin: 0; color: #d0e0e7; font-size: 17px; line-height: 1.95; }
.hc-result__areas { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hc-result__areas span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.32); font-size: 14px; }
.hc-result__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hc-result__actions a { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--hc-cyan); color: #fff; text-decoration: none; font-size: 15px; font-weight: 700; }
.hc-result__actions a:first-child { background: var(--hc-cyan); color: var(--hc-navy); }
.hc-result__note { margin: 48px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #9db7c3; font-size: 14px; line-height: 1.8; }
.hc-guide { padding: 110px 0; background: #f7fbfc; }
.hc-guide__intro { max-width: 900px; }
.hc-guide__intro h2 { margin: 0 0 24px; font-size: clamp(31px, 4vw, 48px); line-height: 1.55; }
.hc-guide__intro > p:last-child { margin: 0; font-size: 17px; line-height: 2; }
.hc-levels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 54px; border-top: 1px solid var(--hc-line); border-bottom: 1px solid var(--hc-line); }
.hc-levels article { min-width: 0; padding: 30px 24px 34px; border-right: 1px solid var(--hc-line); background: rgba(255,255,255,.72); }
.hc-levels article:last-child { border-right: 0; }
.hc-levels article > span { display: block; margin-bottom: 24px; color: var(--hc-blue); font: 800 14px/1.4 Inter, sans-serif; letter-spacing: .12em; }
.hc-levels article > strong { display: block; margin-bottom: 8px; color: #567183; font-size: 15px; line-height: 1.5; }
.hc-levels h3 { margin: 0 0 14px; color: var(--hc-navy); font-size: 22px; line-height: 1.55; }
.hc-levels p { margin: 0; color: #496675; font-size: 15px; line-height: 1.85; }
.hc-domains { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 76px; margin-top: 92px; padding-top: 42px; border-top: 1px solid var(--hc-line); }
.hc-domains__intro h3 { margin: 0 0 20px; color: var(--hc-navy); font-size: 30px; line-height: 1.6; }
.hc-domains__intro > p:last-child { margin: 0; font-size: 16px; line-height: 1.95; }
.hc-domains ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--hc-line); list-style: none; }
.hc-domains li { min-width: 0; padding: 20px 18px; border-right: 1px solid var(--hc-line); border-bottom: 1px solid var(--hc-line); }
.hc-domains li:nth-child(2n) { border-right: 0; }
.hc-domains li strong, .hc-domains li span { display: block; }
.hc-domains li strong { margin-bottom: 8px; color: var(--hc-navy); font-size: 17px; line-height: 1.6; }
.hc-domains li span { color: #567183; font-size: 14px; line-height: 1.8; }
.hc-faq { margin-top: 92px; padding-top: 42px; border-top: 1px solid var(--hc-line); }
.hc-faq > h3 { margin: 0 0 34px; color: var(--hc-navy); font-size: 30px; line-height: 1.6; }
.hc-faq details { border-top: 1px solid var(--hc-line); }
.hc-faq details:last-child { border-bottom: 1px solid var(--hc-line); }
.hc-faq summary { position: relative; padding: 24px 48px 24px 0; color: var(--hc-navy); font-size: 17px; font-weight: 700; line-height: 1.7; cursor: pointer; list-style: none; }
.hc-faq summary::-webkit-details-marker { display: none; }
.hc-faq summary::after { content: "+"; position: absolute; top: 23px; right: 8px; color: var(--hc-blue); font: 400 24px/1.4 Inter, sans-serif; }
.hc-faq details[open] summary::after { content: "−"; }
.hc-faq details p { max-width: 900px; margin: 0; padding: 0 48px 26px 0; color: #496675; font-size: 16px; line-height: 1.95; }
.hc-next { padding: 110px 0; background: #fff; }
.hc-next .hc-container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.hc-next__intro h2 { margin: 0 0 28px; font-size: clamp(30px, 4vw, 48px); line-height: 1.55; }
.hc-next__intro > p:last-child { margin: 0; font-size: 16px; line-height: 2; }
.hc-next__links { border-top: 1px solid var(--hc-line); }
.hc-next__links a { display: grid; grid-template-columns: 150px minmax(0,1fr) 24px; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--hc-line); color: var(--hc-ink); text-decoration: none; }
.hc-next__links b, .hc-next__links span { font-size: 15px; line-height: 1.6; }
.hc-next__links b { color: var(--hc-blue); }
.hc-next__links i { color: var(--hc-blue); font-size: 22px; font-style: normal; }

@media (max-width: 850px) {
  .hc-container { width: min(100% - 36px, 720px); }
  .hc-hero { padding: 78px 0 68px; background: linear-gradient(180deg, #fff 0 78%, #e2f0f5 78%); }
  .hc-hero__grid, .hc-check__layout, .hc-result__grid, .hc-next .hc-container { grid-template-columns: 1fr; gap: 48px; }
  .hc-hero h1 { font-size: clamp(35px, 10vw, 52px); text-align: left; }
  .hc-hero__lead { font-size: 16px; text-align: left; }
  .hc-hero__summary { max-width: 300px; padding-left: 24px; }
  .hc-hero__benefits { margin-top: 48px; }
  .hc-check, .hc-result, .hc-guide, .hc-next { padding: 76px 0; }
  .hc-check__intro { position: static; }
  .hc-result__score { padding-bottom: 32px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .hc-result__score strong { font-size: 70px; }
  .hc-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-levels article:nth-child(2n) { border-right: 0; }
  .hc-levels article:nth-child(-n+2) { border-bottom: 1px solid var(--hc-line); }
  .hc-domains { grid-template-columns: 1fr; gap: 34px; margin-top: 72px; }
}
@media (max-width: 520px) {
  .hc-container { width: calc(100% - 28px); }
  .hc-eyebrow { margin-bottom: 18px; }
  .hc-hero { padding: 58px 0 54px; }
  .hc-hero h1 { font-size: 34px; line-height: 1.5; }
  .hc-hero h1 br { display: none; }
  .hc-hero__lead { margin-top: 24px; }
  .hc-hero__benefits { grid-template-columns: 1fr; margin-top: 38px; }
  .hc-hero__benefits p { padding: 20px 18px; }
  .hc-question { grid-template-columns: 34px minmax(0, 1fr) 24px; gap: 10px; min-height: 96px; padding: 16px 12px; }
  .hc-question__text { font-size: 15px; line-height: 1.7; }
  .hc-form__actions { align-items: stretch; flex-direction: column; }
  .hc-form__actions button { width: 100%; }
  .hc-result__actions { flex-direction: column; }
  .hc-result__actions a { width: 100%; text-align: center; }
  .hc-guide__intro h2 { font-size: 29px; text-align: left; }
  .hc-guide__intro > p:last-child { font-size: 16px; }
  .hc-levels { grid-template-columns: 1fr; margin-top: 40px; }
  .hc-levels article, .hc-levels article:nth-child(2n) { padding: 25px 18px 28px; border-right: 0; border-bottom: 1px solid var(--hc-line); }
  .hc-levels article:last-child { border-bottom: 0; }
  .hc-levels article > span { margin-bottom: 16px; }
  .hc-domains { margin-top: 60px; padding-top: 34px; }
  .hc-domains__intro h3, .hc-faq > h3 { font-size: 26px; text-align: left; }
  .hc-domains ul { grid-template-columns: 1fr; }
  .hc-domains li, .hc-domains li:nth-child(2n) { padding: 18px 4px; border-right: 0; }
  .hc-faq { margin-top: 60px; padding-top: 34px; }
  .hc-faq summary { padding: 21px 42px 21px 0; font-size: 16px; text-align: left; }
  .hc-faq summary::after { top: 20px; right: 4px; }
  .hc-faq details p { padding: 0 0 24px; }
  .hc-next__intro h2 { font-size: 29px; text-align: left; }
  .hc-next__intro h2 br { display: none; }
  .hc-next__links a { grid-template-columns: 1fr 22px; gap: 5px 14px; padding: 18px 0; }
  .hc-next__links b { grid-column: 1; }
  .hc-next__links span { grid-column: 1; }
  .hc-next__links i { grid-column: 2; grid-row: 1 / 3; }
}
