:root {
    --main-bg: #fff;
    --accent: #12a197;
    --panel: #f6f9fc;
    --qa-label: #008185;
    --check-green: #179070;
    --trust-green: #11792b;
    --illu-green: #18766f;/*#168d7f;*/
    --arrow: #299e99;
    --side: #1a4a44;
    --orange: #e44420;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #15342f;
}
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
    background: var(--main-bg);
    margin: 0;
    font-family: "Segoe UI", "Hiragino Sans", sans-serif;
    line-height: 1.7;
}
header {
    background: url('../img/AdobeStock_707980626.jpeg') no-repeat center center/cover;
    padding: 48px 0 36px;
    text-align: center;
    color: #156561;
    position: relative;
}
.astropro {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 240px;
}
.astropro img {
    width: 100%;

}
header h1 {
    margin: 0 0 10px;
    font-size: 2.45em;
    font-weight: 700;
    letter-spacing: .03em;
}
header p {
    font-size: 1.15em;
    margin-top: 1em;
    color: #093935;
}
main {
    max-width: 950px;
    margin: 0 auto;
    padding: 36px 12px 64px;
}
.top-message {
  background: #eff6ff;
  border-left: 3px solid #4392fd;
  border-right: 3px solid #4392fd;
  font-size: 1.6rem;
  padding: 22px 28px 18px 28px;
  margin: 28px auto 18px auto;
  border-radius: 12px;
  max-width: 950px;
  text-align: left;
  line-height: 1.8;
  box-shadow: 0 4px 16px rgba(67,146,253,0.10);
}
.recommend-header h3 {
  display: flex;
  align-items: center;
}
.recommend-title {
  font-size: 1.6rem;
  color: #1a73e8;
}
.recommend-list {
  list-style: none;
}
.recommend-list li {
  margin-left: 6rem;
}
section {
    margin-bottom: 50px;
    background: var(--panel);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(36,180,170,0.08);
    padding: 32px 28px 23px 28px;
}

h2 {
    font-size: 1.8rem;
    color: var(--trust-green);
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: .02em;
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 18px;
    margin-top: 12px;
    align-items: stretch;
}
.step-item {
    flex: 1 1 210px;
    min-width: 150px;
    background: #fff;
    border-radius: 8px;
    border: 2.5px solid #e3f2ee;
    padding: 17px 15px 10px;
    color: var(--trust-green);
    font-size: 1.04em;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
}
.step-item img.illu {
    width: 100%;  /* ← 基本の大きさ */
    height: 100%;
    margin-bottom: 8px;
    object-fit: contain;
    background: #e7fff8;
    border-radius: 50%;
    box-shadow: 0 1px 7px rgba(30,210,191,0.09);
}
.icon-circle {
    width: 110px;
    height: 110px;
    border: 1px solid #48a089;
    border-radius: 50%;
    margin-bottom: 0.7rem;
    background: #f5f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.step-item img.illu2 {
    width: 100%;
    height: 110%;
}
.step-item img.illu3 {
    width: 120%;
    height: 120%;
}

.step-item strong {color:var(--accent);}
.illu-txt {color: var(--illu-green); font-size: .8em;}
.arrow {
    display: flex;
    align-items: center;
    align-self: center;
    font-size: 2em;
    color: var(--arrow);
    font-family: serif;
    font-weight: bold;
    min-width:32px;
}
.step-description {
    background: #e7f7ee;
    border-left: 5px solid var(--accent);
    border-radius: 7px;
    padding: 12px 18px;
    margin: 13px 0 0;
    font-size: 1.01em;
}
.callout-crit {
    background: #fff6f2;
    border-left: 4.5px solid var(--accent);
    padding: 12px;
    border-radius: 7px;
    margin: 18px 0 0;
    font-size: 1em;
}
.highlight {
    color: var(--orange)!important;
    background: #fff4e8;
    border-radius: 4px;
    padding:1px 6px;
    font-weight: bold;
    display: inline;
}

.dashboard-merit {
  max-width: 780px;
  margin: 40px auto 48px;
  padding: 0 16px;
  font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.dashboard-merit h3 {
  font-size: 1.6rem;
  color: #1a73e8;
  margin-bottom: 16px;
  font-weight: 700;
}

.dashboard-merit table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.dashboard-merit th,
.dashboard-merit td {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e6ef;
  vertical-align: top;
  text-align: left;

}

.dashboard-merit .merit {
  background-color: #f5f9ff;
  font-size: 1rem;
  font-weight: bold;
}
.dashboard-merit td {
  font-size: 1rem;
}

.dashboard-merit tbody tr:hover {
  background-color: #f0f6ff;
}

.illus-agile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 22px 0 14px 0;
    flex-wrap: wrap;
}
.illus-step {
    flex: 0 0 72px;
    min-width:62px;
    text-align: center;
    position:relative;
}
.illus-step img.illu {
    display: block;
    width: 48px; height: 48px;
    margin: 0 auto 4px auto;
    background: #e7fff8;
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(30,210,191,0.07);
}
.illus-step span.label {display:block; font-size:.97em; color:var(--trust-green);}
/* .PDCA {
    background: url('../img/AdobeStock_338294910.jpeg') no-repeat 100% 30% / 35%;
  } */
.PDCA h3 {
  margin: 2rem 0 1rem;
}
.PDCA ul li {
    margin-bottom: 8px;
    padding-left: 1.2em;
}
.illus-agile .arrow {font-size:1.6em; color:var(--arrow);}
.emoji {
    display: inline-block;
    width: 5rem;
    font-size: 5rem;
}
.character-box {
    display: flex; align-items: flex-end; margin: 30px 0 0;
}
.character-img {
    width: 100px; min-width: 100px; height: 100px;
    border-radius: 50%; background: #fff;
    box-shadow: 0 1px 9px rgba(120,160,160,0.13);
    object-fit: cover;
    border: 2.5px solid #e3f2ee; margin-right:15px;
}
.speech-bubble {
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
    max-width: 420px;
    font-size: 1.04em;
    color: var(--trust-green);
    border: 0.5px solid #999;
    position: relative;
}
.speech-bubble::before {
    /* 外枠（三角のborder部分） */
    content: '';
    position: absolute;
    left: -21px;  /* 大きめに・内側より1px外側へ */
    top: 23px;
    width: 0; height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 21px solid #999; /* ※ここを吹き出しのborder色と揃える */
}
.speech-bubble::after {
    /* 内側（本体背景と同じ、外枠より一回り小さい）*/
    content: '';
    position: absolute;
    left: -20px;
    top: 24px; /* 1px下げて真ん中調整 */
    width: 0; height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #fff; /* ※ここを吹き出しの背景色と揃える */
}

/* ... 以降: 前回CSSと同じ ... */
.dx-table {border-collapse: collapse; width: 100%; margin-bottom: 0.7em; box-shadow:0 0 7px rgba(36,180,170,0.07); font-size:1.03em;}
.dx-table th, .dx-table td {border: 1px solid #e5efef; padding: 10px 8px;}
.dx-table th {background: #e7f7ee; color: var(--accent); font-weight: 600;}
.qa-section {background: #e1f4fb; border-radius: 14px; box-shadow: 0 0.5px 5px rgba(0,0,0,0.03); padding: 20px 22px 10px; margin-top: 7px;}

.qa-a { display: none; margin: 0.4em 0 1em 1.5em; }
.qa-q { cursor: pointer; font-weight: bold; margin: 1rem 0;}
.qa-item.open .qa-a { display: block; }


.dx-checklist {background: #e8f6ee; padding: 17px 14px 12px; border-radius: 11px; margin: 0 0 14px 0; color: var(--trust-green); font-size:1.04em;}
.dx-checklist label {display: flex; align-items: center; margin-bottom: 9px; color: var(--illu-green); cursor: pointer;}
.dx-checklist input[type=checkbox] {margin-right: 10px; accent-color: var(--check-green); width: 18px; height: 18px;}
.ai-future {
  background: url('../img/AdobeStock_484249150.jpeg') no-repeat 100% 0 / 50%; 
  border-radius: 13px; 
  padding: 18px 14px 16px 34px; 
  position: relative; 
  margin: 9px 0 0 0; 
  font-size:1.04em;
}

.ai-feature-list {margin:0.6em 0 0 0.1em; padding-left: 1.1em; color: var(--trust-green);}
.ai-feature-list li {
    margin-bottom: 8px;
    padding-left: 1.2em;
}
.side-note {font-size:.99em; margin-top:12px; background:#f5f5f5; padding: 7px 20px 8px 11px; border-left:3px solid var(--accent); border-radius:0 7px 7px 0;}
.strength {
  margin:0.6em 0 0 0.1em; padding-left: 1.1em;
}
.strength li {
    margin-bottom: 8px;
    padding-left: 1.2em;
}
.service-section {
background: #f9fafb;
padding: 64px 0 48px 0;
border-radius: 32px 32px 0 0;
box-shadow: 0 8px 32px rgba(60, 80, 130, 0.10);
max-width: 880px;
margin: 0 auto;
font-family: 'Segoe UI', 'Meiryo', sans-serif;
}
.service-section__container {
max-width: 760px;
margin: 0 auto;
padding: 0 20px;
}
.service-section__container img {
  width: 100%;
}
.service-section__title {
font-size: 2.1rem;
font-weight: bold;
color: var(--trust-green);
letter-spacing: 0.03em;
text-align: center;
margin-bottom: 32px;
border-bottom: 2px solid #4556b7;
padding-bottom: 8px;
}
.service-category {
margin-bottom: 32px;
background: #fff;
border-radius: 18px;
box-shadow: 0 2px 12px rgba(44,50,80,0.08);
padding: 24px 28px 18px 28px;
transition: box-shadow 0.2s;
}
.service-category:hover {
box-shadow: 0 6px 20px rgba(50,66,130,0.17);
}
.service-category h3 {
font-size: 1.18rem;
font-weight: 700;
color: var(--accent);
margin-bottom: 12px;
letter-spacing: 0.01em;
display: flex;
align-items: center;
}
.service-category h3 span {
font-size: 1.3rem;
margin-right: 6px;
color: var(--accent);
}
.service-category ul {
padding-left: 22px;
margin: 0;
}
.service-category li {
font-size: 1.01rem;
margin-bottom: 9px;
line-height: 1.7;
position: relative;
}
.service-category li::before {
content: '✔';
color: var(--accent);
margin-right: 9px;
font-size: 1.01rem;
}
.service-appeal {
background-color: #e6f0ff;
border-left: 6px solid var(--accent);
padding: 20px 24px;
margin-top: 40px;
border-radius: 12px;
font-size: 1.05rem;
font-weight: 600;
font-family: 'Segoe UI', 'Meiryo', sans-serif;
letter-spacing: 0.02em;
line-height: 1.6;
max-width: 760px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 12px rgba(67, 146, 253, 0.15);
transition: background-color 0.3s ease;
}
.service-appeal p {
margin: 8px 0;
position: relative;
padding-left: 24px;
margin-bottom: 1rem;
}
.service-appeal p::before {
content: '●';
position: absolute;
left: 0;
color: var(--accent);
font-weight: bold;
font-size: 1.2rem;
top: 50%;
transform: translateY(-50%);
}
.service-appeal:hover {
background-color: #d0e4ff;
}
  .dashboard-merit {
    padding: 14px 6px 12px 12px;
    font-size: 0.99rem;
  }
  .dashboard-merit ul {
    gap: 10px;
  }
.section-title {
font-size: 1.6rem;
text-align: center;
margin: 24px 0 16px;
font-weight: bold;
letter-spacing: 0.03em;
}
.note-box {
text-align: center;
font-size: 0.95rem;
color: #666;
margin-bottom: 24px;
}
.dashboard-growth {
  background: url('../img/AdobeStock_537200640.png') no-repeat 100% 0% / 50%;
margin-bottom: 44px;
}

.dashboard-stage {
margin-bottom: 32px;
}
.stage-title {
font-size: 1.16rem;
font-weight: 600;
color: var(--accent);
margin-bottom: 14px;
letter-spacing: 0.02em;
}
.stage-title span {
font-size: 0.95rem;
font-weight: normal;
color: #666;
margin-left: 12px;
}
/* .menu-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-left: 4px;
} */
.menu-button {
background: #f1f5ff;
border: none;
border-radius: 20px;
padding: 10px 18px;
font-size: 1rem;
font-weight: 600;
box-shadow: 0 2px 6px rgba(44,50,80,0.1);
transition: all 0.2s ease;
}
.menu-button:hover {
background: #e1e9ff;
transform: translateY(-2px);
}
.advantage-box {
background: #f8faff;
border-radius: 16px;
padding: 24px 28px;
margin: 32px 0 16px;
box-shadow: 0 4px 16px rgba(67,146,253,0.1);
}
.advantage-box h3 {
color: #1a73e8;
margin-top: 0;
margin-bottom: 18px;
font-size: 1.4rem;
}
.advantage-box ul {
margin: 0 0 0 1.3em;
padding: 0;
line-height: 1.8;
}
.advantage-box li {
margin-bottom: 12px;
}
.advantage-box p {
font-size: 0.96rem;
color: #555;
margin: 14px 0 0 0;
line-height: 1.7;
}
.step-chart {
  width: 100%;
}
.step-chart img {
  width: 100%;
}
.em-text {
font-size: 1.08rem;
font-weight: 600;
margin-top: 24px !important;
}
.to-top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 12px 20px;
    font-size: 16px;
    background: #0078d7;
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    opacity: 0.8;
    z-index: 9999;
    display: none; /* 最初は非表示 */
    transition: opacity 0.3s;
}
.to-top-btn:hover {
    opacity: 1;
}
  .dx-diagnosis-section {
    background: #f6faff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(70,120,160,0.09);
    padding: 2.5em 3em 2.2em 3em;
    max-width: 780px;
    margin: 2.5em auto;
  }
  .dx-diagnosis-section h2 {
    color: #1a73e8;
    text-align: center;
    font-size: 1.55em;
    margin-bottom: 0.7em;
    line-height: 1.4;
  }
  .dx-diagnosis-section h2 span {
    font-weight: normal;
    font-size: 0.93em;
  }
  .dx-diagnosis-btn-wrap {
    text-align: center;
    margin: 2.1em 0 1.6em 0;
  }
  .dx-diagnosis-btn {
    display: inline-block;
    background: linear-gradient(90deg, #197ee6, #27b6b8);
    color: #fff;
    font-size: 1.16em;
    font-weight: bold;
    padding: 1.18em 3.2em;
    border-radius: 9px;
    text-decoration: none;
    box-shadow: 0 3px 12px #aed7ef;
    letter-spacing: 0.5px;
    line-height: 1.3;
    vertical-align: middle;
    transition: background 0.15s;
    position: relative;
    border: none;
    cursor: pointer;
  }
  .dx-diagnosis-btn:hover,
  .dx-diagnosis-btn:focus {
    background: linear-gradient(90deg,#27b6b8,#197ee6);
    color: #fff;
  }
  .dx-diagnosis-btn .icon-left {
    margin-right: 0.7em;
    font-size: 1.26em;
    vertical-align: middle;
  }
  .dx-diagnosis-btn .icon-right {
    margin-left: 0.7em;
    font-size: 1.17em;
    vertical-align: middle;
  }
  .dx-diagnosis-desc {
    color: #27505a;
    font-size: 1.09em;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .dx-diagnosis-desc .strong {
    color: #1aab8f;
    font-weight: bold;
  }

.SP {
display: none;
}

@media (max-width: 767px) {main {padding: 8px;}section {padding: 8px 2px 7px;} .step-list {flex-direction: column; gap: 8px;} .illus-agile {flex-wrap: wrap;} .step-item {min-height: 140px;} .arrow {font-size:1.5em;}
header {
background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('../img/AdobeStock_707980626.jpeg') no-repeat 100% center/cover;
}
header h1, header p {
text-shadow: 2px 2px 2px white;
}
.top-message { font-size: 1.4rem; padding: 14px 12px; }
.recommend-list li {
  margin-left: 2rem;
}
.step-item {
min-height: 300px;
}
.dashboard-growth {
  background: none
}
.dashboard-merit h3 {
  font-size: 1.4rem;
}
.dashboard-merit table,
  .dashboard-merit thead,
  .dashboard-merit tbody,
  .dashboard-merit th,
  .dashboard-merit td,
  .dashboard-merit tr {
    display: block;
  }
  .dashboard-merit th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .dashboard-merit td {
    border: none;
    position: relative;
    padding-left: 0%;
    white-space: normal;
  }
  .dashboard-merit td::before {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    color: var(--accent);
    content: attr(data-label);
  }
.ai-future{
  background: none
}
.ai-future-img {
  width: 100%;
}
.service-section {
padding: 34px 0 20px 0;
border-radius: 16px 16px 0 0;
}
.service-section__container {
padding: 0 8px;
}
.service-category {
padding: 14px 10px 8px 10px;
}
.service-section__title {
font-size: 1.18rem;
padding-bottom: 5px;
}
.dashboard-section {
padding: 8px;
}
.section-title {
font-size: 1.4rem;
}
.menu-buttons {
gap: 8px;
}
.menu-button {
padding: 8px 14px;
font-size: 0.96rem;
}
.advantage-box {
padding: 18px 16px;
}
.PDCA-wrap {
width: 100%;
}
.PDCA-wrap img {
width: 100%;
}
.PDCA {
background: none;
}
.dashboard-img {
  width: 100%;
}
    .dx-diagnosis-section {
      padding: 1.3em 0.6em 1.1em 0.6em;
      max-width: 98vw;
      margin: 1.3em auto;
    }
    .dx-diagnosis-section h2 {
      font-size: 1.4em;
      padding-left: 0.2em;
      padding-right: 0.2em;
      /* word-break: keep-all; */
    }
     .dx-diagnosis-btn-wrap {
      width: 100%;
     }
.dx-diagnosis-btn {
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 0.80em 0.2em;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  /* 以下は自由に */
  background: linear-gradient(90deg, #197ee6, #27b6b8);
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 3px 12px #aed7ef;
  letter-spacing: 0.5px;
  transition: background 0.15s;
  border: none;
}

    .dx-diagnosis-btn .icon-left,
    .dx-diagnosis-btn .icon-right {
      font-size: 1.15em;
      margin-right:0.4em; margin-left:0.4em;
    }
    .dx-diagnosis-desc {
      font-size: 0.98em;
      padding-left: 0.2em;
      padding-right: 0.2em;
      max-width: 97vw;
      word-break: break-all;
    }
.PC {
  display: none;
}
.SP {
display: block;
}
}
