
:root {
  --main: #55b7c8;
  --main-dark: #268fa3;
  --accent: #8fd6b5;
  --soft: #fff3b0;
  --pink: #f6b6c8;
  --text: #2f3a3d;
  --muted: #66777c;
  --bg: #f7fcfd;
  --white: #ffffff;
  --line: #dceff3;
  --shadow: 0 12px 32px rgba(47, 58, 61, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--main), var(--accent));
  display: grid;
  place-items: center;
  color: white;
  box-shadow: var(--shadow);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover { color: var(--main-dark); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--main);
  color: white;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(38,143,163,.25);
}

.btn:hover { background: var(--main-dark); }

.btn.sub {
  background: white;
  color: var(--main-dark);
  border: 2px solid var(--line);
  box-shadow: none;
}

.hero {
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,243,176,.72), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(143,214,181,.50), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7fcfd 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e9f8fb;
  color: var(--main-dark);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 20px;
}

h1 {
  font-size: clamp(30px, 4.3vw, 52px);
  line-height: 1.28;
  margin: 0 0 22px;
  letter-spacing: .02em;
  word-break: keep-all;
  line-break: strict;
}

h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.38;
  word-break: keep-all;
  line-break: strict;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.45;
}

.hero-lead, .section-lead, p {
  color: var(--muted);
}

.hero-lead {
  font-size: 18px;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(85,183,200,.18), rgba(255,243,176,.60)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='680' viewBox='0 0 900 680'%3E%3Crect width='900' height='680' fill='%23e9f8fb'/%3E%3Ccircle cx='725' cy='130' r='92' fill='%238fd6b5' opacity='.45'/%3E%3Ccircle cx='145' cy='520' r='125' fill='%2355b7c8' opacity='.16'/%3E%3Crect x='230' y='215' width='440' height='300' rx='36' fill='%23ffffff' opacity='.92'/%3E%3Cpath d='M375 300c0 55 35 84 75 84s75-29 75-84' stroke='%23268fa3' stroke-width='16' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='375' cy='292' r='18' fill='none' stroke='%23268fa3' stroke-width='16'/%3E%3Ccircle cx='525' cy='292' r='18' fill='none' stroke='%23268fa3' stroke-width='16'/%3E%3Cpath d='M450 384v34' stroke='%23268fa3' stroke-width='16' stroke-linecap='round'/%3E%3Ccircle cx='450' cy='440' r='34' fill='%2355b7c8'/%3E%3Ccircle cx='450' cy='440' r='14' fill='%23e9f8fb'/%3E%3Crect x='560' y='250' width='78' height='78' rx='20' fill='%2355b7c8'/%3E%3Crect x='587' y='266' width='24' height='46' fill='%23ffffff'/%3E%3Crect x='571' y='282' width='56' height='24' fill='%23ffffff'/%3E%3Crect x='300' y='430' width='96' height='38' rx='19' fill='%238fd6b5'/%3E%3Cpath d='M300 449a19 19 0 0 1 19-19h29v38h-29a19 19 0 0 1-19-19z' fill='%23268fa3'/%3E%3Cpath d='M255 560h60l20-34 26 68 22-50 16 16h146' stroke='%23268fa3' stroke-width='7' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.75'/%3E%3Ctext x='450' y='615' text-anchor='middle' font-family='Arial,sans-serif' font-size='27' fill='%23268fa3' font-weight='700'%3Eご自宅での安心を支えます%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.floating-card {
  position: absolute;
  left: 24px;
  top: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  font-weight: 900;
  color: var(--main-dark);
  max-width: calc(100% - 48px);
}

section { padding: 74px 0; }
.white { background: white; }

.section-head {
  text-align: center;
  margin-bottom: 34px;
}

.eyebrow {
  display: block;
  color: var(--main-dark);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 8px;
}

.section-lead {
  margin: 14px auto 0;
  max-width: 760px;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 930px;
  margin: 0 auto;
}

.check-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.check {
  color: var(--main-dark);
  font-weight: 900;
}

.message-box {
  margin: 34px auto 0;
  max-width: 900px;
  background: #fffdf0;
  border: 1px solid #f5e89e;
  border-radius: var(--radius);
  padding: 28px;
  font-weight: 800;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 8px 22px rgba(47,58,61,.06);
}

.card.highlight {
  background: linear-gradient(180deg, #ffffff, #f7fcfd);
}

.icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #e9f8fb;
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 14px;
}

.card ul, .check-list {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.visual-panel {
  min-height: 340px;
  border-radius: 30px;
  box-shadow: var(--shadow);
  background:
    linear-gradient(135deg, rgba(85,183,200,.16), rgba(255,243,176,.62)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='520' viewBox='0 0 760 520'%3E%3Crect width='760' height='520' fill='%23e9f8fb'/%3E%3Ccircle cx='620' cy='95' r='82' fill='%238fd6b5' opacity='.42'/%3E%3Ccircle cx='140' cy='420' r='108' fill='%2355b7c8' opacity='.16'/%3E%3Crect x='190' y='150' width='380' height='250' rx='32' fill='%23ffffff' opacity='.92'/%3E%3Crect x='300' y='230' width='160' height='110' rx='18' fill='%2355b7c8'/%3E%3Crect x='340' y='210' width='80' height='30' rx='10' fill='none' stroke='%23268fa3' stroke-width='10'/%3E%3Crect x='362' y='262' width='36' height='12' fill='%23ffffff'/%3E%3Crect x='374' y='250' width='12' height='36' fill='%23ffffff'/%3E%3Crect x='470' y='170' width='56' height='56' rx='14' fill='%238fd6b5'/%3E%3Crect x='489' y='183' width='18' height='30' fill='%23ffffff'/%3E%3Crect x='479' y='193' width='38' height='18' fill='%23ffffff'/%3E%3Ctext x='380' y='445' text-anchor='middle' font-family='Arial,sans-serif' font-size='24' fill='%23268fa3' font-weight='700'%3E看護・リハビリ・生活支援%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pill {
  background: #f0faf6;
  border: 1px solid #cceede;
  color: #33775d;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
}

.flow-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.flow-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.step {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: var(--main);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}

details {
  max-width: 900px;
  margin: 0 auto 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.cta {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,243,176,.60), transparent 28%),
    linear-gradient(135deg, #dff7fb, #ffffff);
  text-align: center;
}

.cta-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 42px 24px;
  box-shadow: var(--shadow);
}

.footer {
  background: #2f3a3d;
  color: white;
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.footer p { color: rgba(255,255,255,.78); margin: 4px 0; font-size: 14px; }

.copyright {
  border-top: 1px solid rgba(255,255,255,.15);
  margin-top: 24px;
  padding-top: 18px;
  color: rgba(255,255,255,.60);
  font-size: 12px;
}

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: rgba(255,255,255,.96);
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  gap: 10px;
}

.mobile-cta .btn {
  flex: 1;
  min-height: 46px;
  font-size: 14px;
  padding: 0 10px;
}

@media (max-width: 900px) {
  .nav { display: none; }
  .hero { padding-top: 38px; }
  .hero-grid, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 310px; order: -1; }
  .cards, .worry-grid { grid-template-columns: 1fr; }
  .flow-item { grid-template-columns: 1fr; }
  .step { width: auto; height: auto; min-height: 44px; border-radius: 16px; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 76px; }
}

@media (max-width: 600px) {
  h1, h2 {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}


/* 電話相談・お問い合わせフォーム */
.phone-consult {
  background: #ffffff;
}

.phone-box {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #e9f8fb, #fffdf0);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 36px;
  box-shadow: var(--shadow);
}

.phone-number {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 900;
  color: var(--main-dark);
  letter-spacing: 0.02em;
  margin: 10px 0 12px;
}

.phone-note {
  color: var(--muted);
  margin: 0 0 22px;
}

.phone-info {
  display: grid;
  gap: 12px;
}

.phone-info-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
}

.phone-info-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.phone-info-item span {
  color: var(--muted);
}

.contact-form {
  max-width: 820px;
  margin: 28px auto 0;
  display: grid;
  gap: 16px;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-weight: 900;
  color: var(--text);
}

.required {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #fff3b0;
  color: #7a6200;
  font-size: 12px;
  font-weight: 900;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  font: inherit;
  background: #ffffff;
  color: var(--text);
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-help {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.form-message {
  display: none;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f0faf6;
  border: 1px solid #cceede;
  color: #33775d;
  font-weight: 800;
}

.form-note {
  margin: 16px auto 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 13px;
  text-align: left;
}

@media (max-width: 900px) {
  .phone-box,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .phone-box {
    padding: 26px;
  }
}


/* 相談方法選択UI */
.consult-menu {
  background: #ffffff;
}

.consult-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.consult-card {
  background: linear-gradient(180deg, #ffffff, #f7fcfd);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
  text-align: center;
}

.consult-card .icon {
  margin-left: auto;
  margin-right: auto;
}

.consult-card p {
  margin-bottom: 22px;
}

.mail-consult {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,243,176,.60), transparent 28%),
    linear-gradient(135deg, #dff7fb, #ffffff);
}

.mail-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 42px 24px;
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .consult-cards {
    grid-template-columns: 1fr;
  }
}


.flow-item h3 {
  margin: 0 0 6px;
}

.flow-item p {
  margin: 0;
}


/* ==========================================================
   分類別カラーテーマ（精神＝ブルー／小児＝ピンク／介護＝茶）
   ========================================================== */

/* 精神科訪問看護：ブルー系 */
body.theme-blue {
  --main: #5b8fc7;
  --main-dark: #3a689e;
}
body.theme-blue .badge,
body.theme-blue .icon { background: #eaf1fb; }
body.theme-blue .btn { box-shadow: 0 10px 24px rgba(58,104,158,.25); }
body.theme-blue .hero-visual,
body.theme-blue .visual-panel {
  background-blend-mode: normal;
}
body.theme-blue .hero {
  background:
    radial-gradient(circle at 8% 10%, rgba(91,143,199,.18), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(91,143,199,.14), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5f9fd 100%);
}
body.theme-blue .pill {
  background: #eef4fb;
  border: 1px solid #cdddf0;
  color: #35598a;
}

/* 小児訪問看護：ピンク系 */
body.theme-pink {
  --main: #e28aa4;
  --main-dark: #c15f7d;
}
body.theme-pink .badge,
body.theme-pink .icon { background: #fdeef2; }
body.theme-pink .btn { box-shadow: 0 10px 24px rgba(193,95,125,.25); }
body.theme-pink .hero {
  background:
    radial-gradient(circle at 8% 10%, rgba(226,138,164,.18), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(226,138,164,.14), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fdf6f8 100%);
}
body.theme-pink .pill {
  background: #fdeef3;
  border: 1px solid #f5cedc;
  color: #a14567;
}

/* 高齢者（介護）訪問看護：茶系 */
body.theme-brown {
  --main: #ab8058;
  --main-dark: #7d5a3a;
}
body.theme-brown .badge,
body.theme-brown .icon { background: #f6eee2; }
body.theme-brown .btn { box-shadow: 0 10px 24px rgba(125,90,58,.25); }
body.theme-brown .hero {
  background:
    radial-gradient(circle at 8% 10%, rgba(171,128,88,.18), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(171,128,88,.14), transparent 26%),
    linear-gradient(180deg, #fff 0%, #faf6f1 100%);
}
body.theme-brown .pill {
  background: #f6eee2;
  border: 1px solid #e5d3ba;
  color: #6e4e2f;
}

/* 分類別：hero-visual / visual-panel イラスト（人物なし・医療モチーフ） */

body.theme-blue .hero-visual {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='680' viewBox='0 0 900 680'%3E%3Crect width='900' height='680' fill='%23eaf1fb'/%3E%3Ccircle cx='725' cy='130' r='92' fill='%23a9c6e8' opacity='.45'/%3E%3Ccircle cx='145' cy='520' r='125' fill='%235b8fc7' opacity='.16'/%3E%3Crect x='230' y='215' width='440' height='300' rx='36' fill='%23ffffff' opacity='.92'/%3E%3Cpath d='M375 300c0 55 35 84 75 84s75-29 75-84' stroke='%233a689e' stroke-width='16' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='375' cy='292' r='18' fill='none' stroke='%233a689e' stroke-width='16'/%3E%3Ccircle cx='525' cy='292' r='18' fill='none' stroke='%233a689e' stroke-width='16'/%3E%3Cpath d='M450 384v34' stroke='%233a689e' stroke-width='16' stroke-linecap='round'/%3E%3Ccircle cx='450' cy='440' r='34' fill='%235b8fc7'/%3E%3Ccircle cx='450' cy='440' r='14' fill='%23eaf1fb'/%3E%3Crect x='560' y='250' width='78' height='78' rx='20' fill='%235b8fc7'/%3E%3Crect x='587' y='266' width='24' height='46' fill='%23ffffff'/%3E%3Crect x='571' y='282' width='56' height='24' fill='%23ffffff'/%3E%3Crect x='300' y='430' width='96' height='38' rx='19' fill='%23a9c6e8'/%3E%3Cpath d='M300 449a19 19 0 0 1 19-19h29v38h-29a19 19 0 0 1-19-19z' fill='%233a689e'/%3E%3Cpath d='M255 560h60l20-34 26 68 22-50 16 16h146' stroke='%233a689e' stroke-width='7' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.75'/%3E%3Ctext x='450' y='615' text-anchor='middle' font-family='Arial,sans-serif' font-size='27' fill='%233a689e' font-weight='700'%3Eご自宅での安心を支えます%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
body.theme-blue .visual-panel {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='520' viewBox='0 0 760 520'%3E%3Crect width='760' height='520' fill='%23eaf1fb'/%3E%3Ccircle cx='620' cy='95' r='82' fill='%23a9c6e8' opacity='.42'/%3E%3Ccircle cx='140' cy='420' r='108' fill='%235b8fc7' opacity='.16'/%3E%3Crect x='190' y='150' width='380' height='250' rx='32' fill='%23ffffff' opacity='.92'/%3E%3Crect x='300' y='230' width='160' height='110' rx='18' fill='%235b8fc7'/%3E%3Crect x='340' y='210' width='80' height='30' rx='10' fill='none' stroke='%233a689e' stroke-width='10'/%3E%3Crect x='362' y='262' width='36' height='12' fill='%23ffffff'/%3E%3Crect x='374' y='250' width='12' height='36' fill='%23ffffff'/%3E%3Crect x='470' y='170' width='56' height='56' rx='14' fill='%23a9c6e8'/%3E%3Crect x='489' y='183' width='18' height='30' fill='%23ffffff'/%3E%3Crect x='479' y='193' width='38' height='18' fill='%23ffffff'/%3E%3Ctext x='380' y='445' text-anchor='middle' font-family='Arial,sans-serif' font-size='24' fill='%233a689e' font-weight='700'%3E看護・リハビリ・生活支援%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

body.theme-pink .hero-visual {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='680' viewBox='0 0 900 680'%3E%3Crect width='900' height='680' fill='%23fdeef2'/%3E%3Ccircle cx='725' cy='130' r='92' fill='%23f3b8c8' opacity='.45'/%3E%3Ccircle cx='145' cy='520' r='125' fill='%23e28aa4' opacity='.16'/%3E%3Crect x='230' y='215' width='440' height='300' rx='36' fill='%23ffffff' opacity='.92'/%3E%3Cpath d='M375 300c0 55 35 84 75 84s75-29 75-84' stroke='%23c15f7d' stroke-width='16' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='375' cy='292' r='18' fill='none' stroke='%23c15f7d' stroke-width='16'/%3E%3Ccircle cx='525' cy='292' r='18' fill='none' stroke='%23c15f7d' stroke-width='16'/%3E%3Cpath d='M450 384v34' stroke='%23c15f7d' stroke-width='16' stroke-linecap='round'/%3E%3Ccircle cx='450' cy='440' r='34' fill='%23e28aa4'/%3E%3Ccircle cx='450' cy='440' r='14' fill='%23fdeef2'/%3E%3Crect x='560' y='250' width='78' height='78' rx='20' fill='%23e28aa4'/%3E%3Crect x='587' y='266' width='24' height='46' fill='%23ffffff'/%3E%3Crect x='571' y='282' width='56' height='24' fill='%23ffffff'/%3E%3Crect x='300' y='430' width='96' height='38' rx='19' fill='%23f3b8c8'/%3E%3Cpath d='M300 449a19 19 0 0 1 19-19h29v38h-29a19 19 0 0 1-19-19z' fill='%23c15f7d'/%3E%3Cpath d='M255 560h60l20-34 26 68 22-50 16 16h146' stroke='%23c15f7d' stroke-width='7' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.75'/%3E%3Ctext x='450' y='615' text-anchor='middle' font-family='Arial,sans-serif' font-size='27' fill='%23c15f7d' font-weight='700'%3Eご自宅での安心を支えます%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
body.theme-pink .visual-panel {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='520' viewBox='0 0 760 520'%3E%3Crect width='760' height='520' fill='%23fdeef2'/%3E%3Ccircle cx='620' cy='95' r='82' fill='%23f3b8c8' opacity='.42'/%3E%3Ccircle cx='140' cy='420' r='108' fill='%23e28aa4' opacity='.16'/%3E%3Crect x='190' y='150' width='380' height='250' rx='32' fill='%23ffffff' opacity='.92'/%3E%3Crect x='300' y='230' width='160' height='110' rx='18' fill='%23e28aa4'/%3E%3Crect x='340' y='210' width='80' height='30' rx='10' fill='none' stroke='%23c15f7d' stroke-width='10'/%3E%3Crect x='362' y='262' width='36' height='12' fill='%23ffffff'/%3E%3Crect x='374' y='250' width='12' height='36' fill='%23ffffff'/%3E%3Crect x='470' y='170' width='56' height='56' rx='14' fill='%23f3b8c8'/%3E%3Crect x='489' y='183' width='18' height='30' fill='%23ffffff'/%3E%3Crect x='479' y='193' width='38' height='18' fill='%23ffffff'/%3E%3Ctext x='380' y='445' text-anchor='middle' font-family='Arial,sans-serif' font-size='24' fill='%23c15f7d' font-weight='700'%3E看護・リハビリ・生活支援%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

body.theme-brown .hero-visual {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='680' viewBox='0 0 900 680'%3E%3Crect width='900' height='680' fill='%23f6eee2'/%3E%3Ccircle cx='725' cy='130' r='92' fill='%23d3b48c' opacity='.45'/%3E%3Ccircle cx='145' cy='520' r='125' fill='%23ab8058' opacity='.16'/%3E%3Crect x='230' y='215' width='440' height='300' rx='36' fill='%23ffffff' opacity='.92'/%3E%3Cpath d='M375 300c0 55 35 84 75 84s75-29 75-84' stroke='%237d5a3a' stroke-width='16' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='375' cy='292' r='18' fill='none' stroke='%237d5a3a' stroke-width='16'/%3E%3Ccircle cx='525' cy='292' r='18' fill='none' stroke='%237d5a3a' stroke-width='16'/%3E%3Cpath d='M450 384v34' stroke='%237d5a3a' stroke-width='16' stroke-linecap='round'/%3E%3Ccircle cx='450' cy='440' r='34' fill='%23ab8058'/%3E%3Ccircle cx='450' cy='440' r='14' fill='%23f6eee2'/%3E%3Crect x='560' y='250' width='78' height='78' rx='20' fill='%23ab8058'/%3E%3Crect x='587' y='266' width='24' height='46' fill='%23ffffff'/%3E%3Crect x='571' y='282' width='56' height='24' fill='%23ffffff'/%3E%3Crect x='300' y='430' width='96' height='38' rx='19' fill='%23d3b48c'/%3E%3Cpath d='M300 449a19 19 0 0 1 19-19h29v38h-29a19 19 0 0 1-19-19z' fill='%237d5a3a'/%3E%3Cpath d='M255 560h60l20-34 26 68 22-50 16 16h146' stroke='%237d5a3a' stroke-width='7' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.75'/%3E%3Ctext x='450' y='615' text-anchor='middle' font-family='Arial,sans-serif' font-size='27' fill='%237d5a3a' font-weight='700'%3Eご自宅での安心を支えます%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
body.theme-brown .visual-panel {
  background:
    linear-gradient(135deg, rgba(0,0,0,.04), rgba(255,255,255,.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='520' viewBox='0 0 760 520'%3E%3Crect width='760' height='520' fill='%23f6eee2'/%3E%3Ccircle cx='620' cy='95' r='82' fill='%23d3b48c' opacity='.42'/%3E%3Ccircle cx='140' cy='420' r='108' fill='%23ab8058' opacity='.16'/%3E%3Crect x='190' y='150' width='380' height='250' rx='32' fill='%23ffffff' opacity='.92'/%3E%3Crect x='300' y='230' width='160' height='110' rx='18' fill='%23ab8058'/%3E%3Crect x='340' y='210' width='80' height='30' rx='10' fill='none' stroke='%237d5a3a' stroke-width='10'/%3E%3Crect x='362' y='262' width='36' height='12' fill='%23ffffff'/%3E%3Crect x='374' y='250' width='12' height='36' fill='%23ffffff'/%3E%3Crect x='470' y='170' width='56' height='56' rx='14' fill='%23d3b48c'/%3E%3Crect x='489' y='183' width='18' height='30' fill='%23ffffff'/%3E%3Crect x='479' y='193' width='38' height='18' fill='%23ffffff'/%3E%3Ctext x='380' y='445' text-anchor='middle' font-family='Arial,sans-serif' font-size='24' fill='%237d5a3a' font-weight='700'%3E看護・リハビリ・生活支援%3C/text%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}


/* 送信前の確認画面 */
.confirm-box {
  max-width: 820px;
  margin: 28px auto 0;
}

.confirm-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  row-gap: 12px;
  column-gap: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  margin: 0;
}

.confirm-list dt {
  font-weight: 900;
  color: var(--text);
}

.confirm-list dd {
  margin: 0;
  color: var(--muted);
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 600px) {
  .confirm-list {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .confirm-list dt {
    margin-top: 12px;
  }
}
