@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

/* =========================================================
   歯科医院専門ホームページ制作ページ
   使い方：外観 → カスタマイズ → 追加CSS に貼り付け
   ========================================================= */

/* しまデザイン 歯科医院向け1ページ / すべて #sd-dental 配下に限定 */
#sd-dental {
  --sd-blue: #1768d4;
  --sd-blue-deep: #123b73;
  --sd-blue-dark: #102a4d;
  --sd-blue-soft: #eaf4ff;
  --sd-cyan: #6ed9e6;
  --sd-yellow: #ffe970;
  --sd-ink: #202b3b;
  --sd-muted: #65758a;
  --sd-line: #dce7f2;
  --sd-white: #fff;
  color: var(--sd-ink);
  background: #fff;
  font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}
#sd-dental *, #sd-dental *::before, #sd-dental *::after { box-sizing: border-box; }
#sd-dental h1, #sd-dental h2, #sd-dental h3, #sd-dental p, #sd-dental ul, #sd-dental ol { margin-top: 0; }
#sd-dental h1, #sd-dental h2, #sd-dental h3 { color: var(--sd-ink); font-weight: 800; letter-spacing: .025em; }
#sd-dental a { color: inherit; text-decoration: none; }
#sd-dental .sd-dental-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
#sd-dental .sd-dental-shell { width: calc(100% - 48px); max-width: 1120px; margin-left: auto; margin-right: auto; }
#sd-dental .sd-dental-section { padding: 130px 0; position: relative; }
#sd-dental .sd-dental-en { margin-bottom: 6px; color: var(--sd-blue); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
#sd-dental .sd-dental-kicker { color: var(--sd-blue-deep); font-size: 14px; font-weight: 800; letter-spacing: .1em; }
#sd-dental .sd-dental-heading { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 64px; }
#sd-dental .sd-dental-heading h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.35; }
#sd-dental .sd-dental-section-no { flex: 0 0 auto; margin: 8px 0 0; color: var(--sd-cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
#sd-dental .sd-dental-section-no::after { content: ""; display: block; width: 1px; height: 34px; margin: 8px auto 0; background: var(--sd-cyan); }
#sd-dental .sd-dental-heading--center { justify-content: center; text-align: left; }

/* FV */
#sd-dental .sd-dental-hero { min-height: 770px; position: relative; display: flex; align-items: center; padding: 105px 0 125px; background: linear-gradient(145deg, #fff 0%, #fff 58%, #eff8ff 100%); }
#sd-dental .sd-dental-hero__inner { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 54px; position: relative; z-index: 2; }
#sd-dental .sd-dental-hero__title { margin: 24px 0 30px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.35; font-weight: 900; letter-spacing: .025em; }
#sd-dental .sd-dental-hero__title-small { display: block; margin-bottom: 10px; font-size: .53em; letter-spacing: .04em; }
#sd-dental .sd-dental-marker { display: inline; background: linear-gradient(transparent 71%, var(--sd-yellow) 0); background-size: 0 100%; background-repeat: no-repeat; transition: background-size 1s .35s cubic-bezier(.2,.75,.25,1); }
#sd-dental.is-loaded .sd-dental-marker { background-size: 100% 100%; }
#sd-dental .sd-dental-hero__lead { margin-bottom: 30px; color: #3f5065; font-size: 17px; font-weight: 600; line-height: 2; }
#sd-dental .sd-dental-hero__actions { display: flex; align-items: center; gap: 18px; }
#sd-dental .sd-dental-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 275px; padding: 18px 22px 18px 27px; border: 1px solid var(--sd-blue); border-radius: 999px; color: #fff; background: var(--sd-blue); font-size: 14px; font-weight: 800; box-shadow: 0 15px 35px rgba(23,104,212,.2); transition: transform .25s, box-shadow .25s, background .25s; }
#sd-dental .sd-dental-btn span:last-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--sd-blue); background: #fff; }
#sd-dental .sd-dental-btn:hover { color: #fff; background: var(--sd-blue-deep); transform: translateY(-3px); box-shadow: 0 20px 40px rgba(23,104,212,.28); }
#sd-dental .sd-dental-note { color: var(--sd-muted); font-size: 12px; }
#sd-dental .sd-dental-hero__visual { height: 470px; position: relative; }
#sd-dental .sd-dental-orbit { position: absolute; border: 1px solid rgba(23,104,212,.16); border-radius: 50%; }
#sd-dental .sd-dental-orbit--one { inset: 25px -25px 5px 20px; }
#sd-dental .sd-dental-orbit--two { inset: 72px 28px 58px 67px; border-style: dashed; }
#sd-dental .sd-dental-orbit--one { top: 25px; right: -25px; bottom: 5px; left: 20px; }
#sd-dental .sd-dental-orbit--two { top: 72px; right: 28px; bottom: 58px; left: 67px; border-style: dashed; }
#sd-dental .sd-dental-hero-card { position: absolute; width: 245px; height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: 28px; box-shadow: 0 24px 55px rgba(18,59,115,.15); }
#sd-dental .sd-dental-hero-card--patient { top: 30px; left: 0; background: linear-gradient(150deg, #eaf8ff, #ccecff); transform: rotate(-4deg); }
#sd-dental .sd-dental-hero-card--recruit { right: 0; bottom: 25px; color: #fff; background: linear-gradient(150deg, #287bdd, #123b73); transform: rotate(5deg); }
#sd-dental .sd-dental-hero-card strong { color: inherit; font-size: 23px; line-height: 1.55; }
#sd-dental .sd-dental-hero-card__en { margin-bottom: 10px; font-size: 10px; font-weight: 800; letter-spacing: .16em; opacity: .72; }
#sd-dental .sd-dental-tooth { position: absolute; top: 190px; left: 47%; display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; color: var(--sd-blue); background: #fff; font-size: 36px; font-weight: 300; box-shadow: 0 12px 35px rgba(18,59,115,.13); transform: translateX(-50%); }
#sd-dental .sd-dental-hero__marquee { position: absolute; bottom: -21px; left: 0; width: 100%; overflow: hidden; color: rgba(23,104,212,.065); font-size: 82px; line-height: 1; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
#sd-dental .sd-dental-hero__marquee span { display: block; animation: sdDentalMarquee 25s linear infinite; }
@keyframes sdDentalMarquee { to { transform: translateX(-40%); } }

/* 悩み */
#sd-dental .sd-dental-problems { background: #f7fbff; }
#sd-dental .sd-dental-problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
#sd-dental .sd-dental-problem-card { padding: 48px; border: 1px solid var(--sd-line); border-radius: 30px; background: #fff; box-shadow: 0 16px 45px rgba(18,59,115,.06); }
#sd-dental .sd-dental-problem-card--dark { color: #fff; border-color: var(--sd-blue-deep); background: var(--sd-blue-deep); }
#sd-dental .sd-dental-problem-card h3 { margin-bottom: 25px; color: inherit; font-size: 25px; }
#sd-dental .sd-dental-card-label { margin-bottom: 8px; color: var(--sd-blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
#sd-dental .sd-dental-problem-card--dark .sd-dental-card-label { color: var(--sd-cyan); }
#sd-dental .sd-dental-check-list { list-style: none; margin: 0; padding: 0; }
#sd-dental .sd-dental-check-list li { position: relative; padding: 14px 0 14px 32px; border-bottom: 1px solid var(--sd-line); font-size: 14px; font-weight: 600; }
#sd-dental .sd-dental-problem-card--dark li { border-color: rgba(255,255,255,.16); }
#sd-dental .sd-dental-check-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--sd-blue); font-weight: 900; }
#sd-dental .sd-dental-problem-card--dark li::before { color: var(--sd-cyan); }
#sd-dental .sd-dental-message { max-width: 780px; margin: 76px auto 0; text-align: center; font-size: 18px; line-height: 2.1; }
#sd-dental .sd-dental-message strong { color: var(--sd-blue); font-size: 1.15em; }

/* 強み */
#sd-dental .sd-dental-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
#sd-dental .sd-dental-strength__visual { position: relative; }
#sd-dental .sd-dental-photo-placeholder { aspect-ratio: 4/5; display: grid; place-content: center; border-radius: 180px 180px 34px 34px; color: var(--sd-blue-deep); background: linear-gradient(145deg, #d8f2ff, #f1f9ff 55%, #bfe3ff); text-align: center; overflow: hidden; }
#sd-dental .sd-dental-photo-placeholder::before { content: ""; width: 130px; height: 130px; margin: 0 auto 24px; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: 0 120px 0 45px rgba(255,255,255,.62); }
#sd-dental .sd-dental-photo-placeholder span { position: relative; margin-top: -5px; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
#sd-dental .sd-dental-photo-placeholder small { position: relative; font-size: 11px; }
#sd-dental .sd-dental-stamp { position: absolute; right: -38px; bottom: 36px; display: grid; place-items: center; width: 130px; height: 130px; border-radius: 50%; color: #fff; background: var(--sd-blue); font-size: 13px; font-weight: 900; line-height: 1.5; letter-spacing: .12em; text-align: center; transform: rotate(8deg); }
#sd-dental .sd-dental-lead-title { margin-bottom: 28px; font-size: clamp(24px, 3vw, 34px); line-height: 1.6; }
#sd-dental .sd-dental-body { color: #48596d; font-size: 15px; }
#sd-dental .sd-dental-body p { margin-bottom: 22px; }

/* 選ばれる理由 */
#sd-dental .sd-dental-choice { color: #fff; background: var(--sd-blue-dark); border-radius: 70px 70px 0 0; }
#sd-dental .sd-dental-choice h2, #sd-dental .sd-dental-choice h3 { color: #fff; }
#sd-dental .sd-dental-intro { max-width: 760px; margin: -22px auto 62px; text-align: center; font-size: 17px; line-height: 2.1; }
#sd-dental .sd-dental-intro strong { color: var(--sd-yellow); }
#sd-dental .sd-dental-compare { display: grid; grid-template-columns: 1fr 74px 1fr; align-items: center; }
#sd-dental .sd-dental-compare article { padding: 44px; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: rgba(255,255,255,.07); }
#sd-dental .sd-dental-compare article h3 { margin-bottom: 24px; font-size: 24px; }
#sd-dental .sd-dental-compare article ul { list-style: none; margin: 0; padding: 0; }
#sd-dental .sd-dental-compare article li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
#sd-dental .sd-dental-compare__symbol { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; color: var(--sd-blue-deep); background: var(--sd-yellow); font-size: 28px; font-weight: 300; position: relative; z-index: 2; }
#sd-dental .sd-dental-center-message { margin: 58px 0 0; text-align: center; font-size: 18px; }
#sd-dental .sd-dental-center-message strong { color: var(--sd-yellow); }

/* サービス */
#sd-dental .sd-dental-services { background: #f7fbff; }
#sd-dental .sd-dental-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#sd-dental .sd-dental-service-card { min-height: 330px; position: relative; padding: 46px; border-radius: 28px; background: #fff; box-shadow: 0 12px 40px rgba(18,59,115,.06); transition: transform .3s, box-shadow .3s; }
#sd-dental .sd-dental-service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(18,59,115,.11); }
#sd-dental .sd-dental-service-card__no { position: absolute; top: 25px; right: 28px; color: #c5d9ed; font-size: 13px; font-weight: 900; }
#sd-dental .sd-dental-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 26px; border-radius: 18px; color: var(--sd-blue); background: var(--sd-blue-soft); font-size: 25px; }
#sd-dental .sd-dental-service-card h3 { margin-bottom: 15px; font-size: 24px; line-height: 1.45; }
#sd-dental .sd-dental-service-card > p:last-child { margin-bottom: 0; color: var(--sd-muted); font-size: 14px; }

/* 制作範囲 */
#sd-dental .sd-dental-scope__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
#sd-dental .sd-dental-intro--left { margin: -30px 0 0; text-align: left; color: var(--sd-muted); }
#sd-dental .sd-dental-scope-list { display: grid; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--sd-line); }
#sd-dental .sd-dental-scope-list li { padding: 20px 8px; border-bottom: 1px solid var(--sd-line); font-size: 14px; font-weight: 700; }
#sd-dental .sd-dental-scope-list li:nth-child(odd) { margin-right: 25px; }
#sd-dental .sd-dental-scope-list span { display: inline-block; width: 35px; color: var(--sd-blue); font-size: 11px; }

/* 実績 */
#sd-dental .sd-dental-works { background: var(--sd-blue); }
#sd-dental .sd-dental-works h2, #sd-dental .sd-dental-works .sd-dental-section-no { color: #fff; }
#sd-dental .sd-dental-works .sd-dental-en { color: var(--sd-yellow); }
#sd-dental .sd-dental-works-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
#sd-dental .sd-dental-work { display: block; color: #fff; }
#sd-dental .sd-dental-work__image { aspect-ratio: 16/10; display: grid; place-items: center; margin-bottom: 22px; border-radius: 24px; overflow: hidden; transition: transform .35s; }
#sd-dental .sd-dental-work__image--one { background: linear-gradient(145deg, #effbff, #b7e3f7); }
#sd-dental .sd-dental-work__image--two { background: linear-gradient(145deg, #d7eaff, #98c3f5); }
#sd-dental .sd-dental-work__image i { color: rgba(18,59,115,.46); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .2em; }
#sd-dental .sd-dental-work:hover .sd-dental-work__image { transform: scale(.985); }
#sd-dental .sd-dental-work .sd-dental-card-label { color: var(--sd-yellow); }
#sd-dental .sd-dental-work strong { font-size: 20px; }
#sd-dental .sd-dental-align-right { margin: 48px 0 0; text-align: right; }
#sd-dental .sd-dental-text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 13px; font-weight: 800; }

/* 流れ */
#sd-dental .sd-dental-flow-list { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
#sd-dental .sd-dental-flow-list li { min-height: 260px; position: relative; padding: 28px 24px; border-left: 1px solid var(--sd-line); }
#sd-dental .sd-dental-flow-list li:last-child { border-right: 1px solid var(--sd-line); }
#sd-dental .sd-dental-flow-list li::after { content: "→"; position: absolute; top: 32px; right: -11px; z-index: 2; color: var(--sd-blue); background: #fff; }
#sd-dental .sd-dental-flow-list li:last-child::after { display: none; }
#sd-dental .sd-dental-flow-list span { color: var(--sd-blue); font-size: 12px; font-weight: 900; }
#sd-dental .sd-dental-flow-list h3 { margin: 50px 0 14px; font-size: 17px; }
#sd-dental .sd-dental-flow-list p { margin: 0; color: var(--sd-muted); font-size: 13px; line-height: 1.8; }

#sd-dental .sd-dental-flow-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 34px 0 0;
  border: 1px solid #cfe3f5;
  border-radius: 20px;
  color: var(--sd-blue);
  background: var(--sd-blue-soft);
}

#sd-dental .sd-dental-flow-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* FAQ */
#sd-dental .sd-dental-faq { background: #f7fbff; }
#sd-dental .sd-dental-faq__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
#sd-dental .sd-dental-faq-item { border-bottom: 1px solid #cbdbea; }
#sd-dental .sd-dental-faq-item summary { list-style: none; position: relative; display: flex; align-items: center; gap: 18px; padding: 25px 45px 25px 0; cursor: pointer; font-size: 15px; font-weight: 800; }
#sd-dental .sd-dental-faq-item summary::-webkit-details-marker { display: none; }
#sd-dental .sd-dental-faq-item summary span, #sd-dental .sd-dental-faq-item > div > span { color: var(--sd-blue); font-size: 18px; font-weight: 900; }
#sd-dental .sd-dental-faq-item summary i::before, #sd-dental .sd-dental-faq-item summary i::after { content: ""; position: absolute; top: 50%; right: 5px; width: 16px; height: 1px; background: var(--sd-blue); transition: transform .25s; }
#sd-dental .sd-dental-faq-item summary i::after { transform: rotate(90deg); }
#sd-dental .sd-dental-faq-item[open] summary i::after { transform: rotate(0); }
#sd-dental .sd-dental-faq-item > div { display: flex; gap: 18px; padding: 0 35px 25px 0; }
#sd-dental .sd-dental-faq-item > div p { margin: 0; color: var(--sd-muted); font-size: 14px; }

/* CTA */
#sd-dental .sd-dental-cta { min-height: 600px; position: relative; display: grid; place-items: center; padding: 110px 0; color: #fff; background: var(--sd-blue-deep); overflow: hidden; }
#sd-dental .sd-dental-cta::before { content: "CONTACT"; position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.035); font-size: 16vw; font-weight: 900; line-height: 1; transform: translate(-50%,-50%); white-space: nowrap; }
#sd-dental .sd-dental-cta__inner { position: relative; z-index: 2; text-align: center; }
#sd-dental .sd-dental-cta .sd-dental-en { color: var(--sd-cyan); }
#sd-dental .sd-dental-cta h2 { margin: 8px 0 26px; color: #fff; font-size: clamp(34px, 5vw, 58px); line-height: 1.55; }
#sd-dental .sd-dental-cta h2 span { background: linear-gradient(transparent 72%, rgba(255,233,112,.8) 0); }
#sd-dental .sd-dental-cta p:not(.sd-dental-en) { margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 15px; }
#sd-dental .sd-dental-btn--white { color: var(--sd-blue-deep); border-color: #fff; background: #fff; box-shadow: none; }
#sd-dental .sd-dental-btn--white span:last-child { color: #fff; background: var(--sd-blue); }
#sd-dental .sd-dental-btn--white:hover { color: var(--sd-blue-deep); background: var(--sd-yellow); border-color: var(--sd-yellow); }
#sd-dental .sd-dental-cta__orb { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }

/* reveal */
#sd-dental .sd-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
#sd-dental .sd-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  #sd-dental .sd-dental-section { padding: 95px 0; }
  #sd-dental .sd-dental-hero { min-height: auto; padding-top: 90px; }
  #sd-dental .sd-dental-hero__inner, #sd-dental .sd-dental-split, #sd-dental .sd-dental-scope__inner, #sd-dental .sd-dental-faq__inner { grid-template-columns: 1fr; }
  #sd-dental .sd-dental-hero__visual { width: min(520px,100%); margin: 0 auto; }
  #sd-dental .sd-dental-hero__visual { width: 100%; max-width: 520px; margin: 0 auto; }
  #sd-dental .sd-dental-split { gap: 70px; }
  #sd-dental .sd-dental-strength__visual { width: min(450px,80%); margin: auto; }
  #sd-dental .sd-dental-strength__visual { width: 80%; max-width: 450px; margin: auto; }
  #sd-dental .sd-dental-scope__inner, #sd-dental .sd-dental-faq__inner { gap: 30px; }
  #sd-dental .sd-dental-flow-list { grid-template-columns: 1fr; }
  #sd-dental .sd-dental-flow-list li { min-height: auto; padding: 26px 10px 26px 70px; border-left: 1px solid var(--sd-line); border-bottom: 1px solid var(--sd-line); }
  #sd-dental .sd-dental-flow-list li:last-child { border-right: 0; }
  #sd-dental .sd-dental-flow-list li::after { top: auto; right: auto; bottom: -13px; left: -7px; transform: rotate(90deg); }
  #sd-dental .sd-dental-flow-list h3 { margin: 0 0 8px; }
  #sd-dental .sd-dental-flow-list span { position: absolute; left: 20px; top: 27px; }
}
@media (max-width: 680px) {
  #sd-dental { font-size: 15px; }
  #sd-dental .sd-dental-shell { width: min(100% - 32px, 1120px); }
  #sd-dental .sd-dental-shell { width: calc(100% - 32px); max-width: 1120px; }
  #sd-dental .sd-dental-section { padding: 76px 0; }
  #sd-dental .sd-dental-heading { gap: 14px; margin-bottom: 42px; }
  #sd-dental .sd-dental-heading h2 { font-size: 29px; }
  #sd-dental .sd-dental-hero { padding: 70px 0 95px; }
  #sd-dental .sd-dental-hero__inner { gap: 42px; }
  #sd-dental .sd-dental-hero__title { font-size: clamp(35px, 10.5vw, 48px); }
  #sd-dental .sd-dental-hero__title-small { font-size: .48em; }
  #sd-dental .sd-dental-hero__lead { font-size: 15px; }
  #sd-dental .sd-dental-hero__actions { align-items: flex-start; flex-direction: column; }
  #sd-dental .sd-dental-btn { width: 100%; min-width: 0; }
  #sd-dental .sd-dental-hero__visual { height: 340px; }
  #sd-dental .sd-dental-hero-card { width: 185px; height: 195px; padding: 20px; border-radius: 22px; }
  #sd-dental .sd-dental-hero-card strong { font-size: 18px; }
  #sd-dental .sd-dental-hero-card--patient { left: 2px; }
  #sd-dental .sd-dental-hero-card--recruit { right: 2px; }
  #sd-dental .sd-dental-tooth { top: 142px; width: 56px; height: 56px; font-size: 28px; }
  #sd-dental .sd-dental-problem-grid, #sd-dental .sd-dental-service-grid, #sd-dental .sd-dental-works-grid { grid-template-columns: 1fr; }
  #sd-dental .sd-dental-problem-card, #sd-dental .sd-dental-service-card { padding: 30px 25px; }
  #sd-dental .sd-dental-message { margin-top: 48px; font-size: 16px; text-align: left; }
  #sd-dental .sd-dental-strength__visual { width: 82%; }
  #sd-dental .sd-dental-stamp { right: -42px; width: 105px; height: 105px; font-size: 10px; }
  #sd-dental .sd-dental-choice { border-radius: 42px 42px 0 0; }
  #sd-dental .sd-dental-intro { text-align: left; }
  #sd-dental .sd-dental-compare { grid-template-columns: 1fr; gap: 0; }
  #sd-dental .sd-dental-compare article { padding: 30px 25px; }
  #sd-dental .sd-dental-compare__symbol { width: 58px; height: 58px; margin: -4px auto; }
  #sd-dental .sd-dental-scope-list { grid-template-columns: 1fr; }
  #sd-dental .sd-dental-scope-list li:nth-child(odd) { margin-right: 0; }
  #sd-dental .sd-dental-pc { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  #sd-dental *, #sd-dental *::before, #sd-dental *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  #sd-dental .sd-reveal { opacity: 1; transform: none; }
}

/* =========================================================
   Lightningとの表示調整
   ========================================================= */

/* Lightningが見出しへ自動で付ける線を、このページでは使用しません */
#sd-dental .sd-dental-heading h2,
#sd-dental .sd-dental-cta h2 {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

#sd-dental .sd-dental-heading h2::before,
#sd-dental .sd-dental-heading h2::after,
#sd-dental .sd-dental-cta h2::before,
#sd-dental .sd-dental-cta h2::after {
  display: none !important;
  content: none !important;
}

/* 暗い紺一色をやめ、読みやすい淡い水色のセクションにします */
#sd-dental .sd-dental-choice {
  color: var(--sd-ink);
  background: linear-gradient(145deg, #eef8ff 0%, #dceeff 100%);
}

#sd-dental .sd-dental-choice h2,
#sd-dental .sd-dental-choice h3 {
  color: var(--sd-blue-deep);
}

#sd-dental .sd-dental-choice .sd-dental-intro strong,
#sd-dental .sd-dental-choice .sd-dental-center-message strong {
  color: var(--sd-blue);
}

#sd-dental .sd-dental-choice .sd-dental-compare__symbol {
  color: #fff;
  background: var(--sd-blue);
}

#sd-dental .sd-dental-compare article {
  border-color: rgba(23,104,212,.16);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(18,59,115,.08);
}

#sd-dental .sd-dental-compare article li {
  border-color: rgba(23,104,212,.13);
}

/* 求職者カードも濃紺ではなく、やさしい水色で読みやすくします */
#sd-dental .sd-dental-problem-card--dark {
  color: var(--sd-ink);
  border-color: #c9e2f7;
  background: linear-gradient(145deg, #eef8ff, #dbeeff);
}

#sd-dental .sd-dental-problem-card--dark .sd-dental-card-label,
#sd-dental .sd-dental-problem-card--dark .sd-dental-check-list li::before {
  color: var(--sd-blue);
}

#sd-dental .sd-dental-problem-card--dark .sd-dental-check-list li {
  border-color: rgba(23,104,212,.14);
}

/* 制作実績はPCで横3列、スマホでは縦1列 */
#sd-dental .sd-dental-works-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

#sd-dental .sd-dental-work__image--three {
  background: linear-gradient(145deg, #e8f7ff, #74b8e8);
}

/* 専用CTAがあるため、共通フッターのCTA重複を防ぎます */
body.post-name-dental .sd-site-footer,
body.page-id-102 .sd-site-footer {
  display: none !important;
}

@media (max-width: 900px) {
  #sd-dental .sd-dental-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #sd-dental .sd-dental-works-grid {
    grid-template-columns: 1fr;
  }

  #sd-dental .sd-dental-flow-icon {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  #sd-dental .sd-dental-flow-icon svg {
    width: 27px;
    height: 27px;
  }
}
