.title-04 .-mb-small{
}

.Muscle-txst-title04{
}

.Muscle-txst10{
}

@media (max-width: 599px) {
  .Muscle-txst {
       font-size: 12px;
}  
  .Muscle-txst10 {
       font-size: 10px;
}
  .Muscle-txst-title04{
     font-size:12px;

}
 .title-04{
   font-size:13px;
}
  .box-black-ver02{
   padding:10px;
}
 .box-black-ver02 .title-04{
   margin-bottom: 8px;
 }

    }

/* ======================表部分レスポンシブ============================= */

/* 通常のtable共通 */
.dna-table .fead-mv {
  width: 100%;
  border-collapse: collapse;
}

.dna-table .fead-mv th,
.dna-table .fead-mv td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

/* 2つ目のtableだけSPで 3列 × 7行 にする */
@media screen and (max-width: 599px) {
  .dna-table .fead-mv-sp-grid {
    display: block;
    width: 100%;
  }

  .dna-table .fead-mv-sp-grid tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .dna-table .fead-mv-sp-grid tr {
    display: contents;
  }

  .dna-table .fead-mv-sp-grid th,
  .dna-table .fead-mv-sp-grid td {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
    padding: 10px 6px;
  }

  /* 元の1行目 → SPの1列目 */
  .dna-table .fead-mv-sp-grid tr:nth-child(1) > th,
  .dna-table .fead-mv-sp-grid tr:nth-child(1) > td {
    grid-column: 1;
  }

  /* 元の2行目 → SPの2列目 */
  .dna-table .fead-mv-sp-grid tr:nth-child(2) > th,
  .dna-table .fead-mv-sp-grid tr:nth-child(2) > td {
    grid-column: 2;
  }

  /* 元の3行目 → SPの3列目 */
  .dna-table .fead-mv-sp-grid tr:nth-child(3) > th,
  .dna-table .fead-mv-sp-grid tr:nth-child(3) > td {
    grid-column: 3;
  }

  /* 元の7列 → SPの7行 */
  .dna-table .fead-mv-sp-grid tr > :nth-child(1) {
    grid-row: 1;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(2) {
    grid-row: 2;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(3) {
    grid-row: 3;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(4) {
    grid-row: 4;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(5) {
    grid-row: 5;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(6) {
    grid-row: 6;
  }

  .dna-table .fead-mv-sp-grid tr > :nth-child(7) {
    grid-row: 7;
  }
}
/* =================================================== */

/* 共通 */
.core-section {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

.core-section *,
.core-section *::before,
.core-section *::after {
  box-sizing: border-box;
}

.core-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  position: relative;
}

/* 1枚目：お悩み */
.core-worry {
  background: linear-gradient(#f9d88d, #ffc79e);
  padding: 28px 20px 34px;
  color: #777;
}

.core-lead {
  margin: 0 0 4px;
  text-align: center;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8c817c;
}

.core-main-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(32px, 5vw, 35px);
  line-height: 1.25;
  font-weight: 900;
  color: #f39b82;
  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;
}

.worry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 38px;
  align-items: center;
}

.worry-item {
  min-height: 160px;
}

.cloud-box {
  position: relative;
  width: 100%;
  min-height: 150px;
  background: #fff;
  border: 5px solid #b8b0aa;
  border-radius: 58% 42% 50% 45% / 48% 50% 45% 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}







.speech-bubble {
  position: absolute;
  top: -18px;
  right: -12px;
  z-index: 3;
  min-width: 132px;
  padding: 14px 18px;
  border-radius: 50%;
  background: #eea085;
  border: 4px solid #f5df56;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
}


.core-future-title {
  margin: 26px 0 0;
  text-align: center;
  font-size: clamp(36px, 5vw, 32px);
  color: #f39b82;
  font-weight: 900;
  letter-spacing: 0.05em;
  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;
}

.note {
  margin: 8px 0 0;
  text-align: right;
  font-size: 12px;
  color: rgba(80, 70, 65, 0.6);
}

/* 2枚目：変化 */
.core-change {
  background: #0877ba;
  padding: 34px 20px 26px;
  color: #fff;
  overflow: hidden;
}

.change-title {
  position: relative;
  z-index: 3;
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 30px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.change-content {
  position: relative;
  min-height: 520px;
}

.growth-arrow {
  position: absolute;
  left: 3%;
  right: 4%;
  bottom: 32px;
  height: 250px;
  background: linear-gradient(90deg, #f7d84b 0%, #f27e4c 38%, #d2277a 68%, #23bfd2 100%);
  clip-path: polygon(
    0 40%,
    20% 58%,
    47% 57%,
    70% 43%,
    88% 20%,
    86% 0,
    100% 32%,
    88% 32%,
    74% 64%,
    54% 84%,
    24% 96%,
    0 92%
  );
  opacity: 0.95;
  z-index: 1;
}

.step-card {
  position: absolute;
  z-index: 2;
  width: 220px;
  min-height: 122px;
  background: #fff;
  border-radius: 48% 48% 42% 42%;
  color: #333;
  padding: 31px 30px 20px;
  text-align: center;
}

.step-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 5px;
  height: 116px;
  background: #fff;
  transform: translateX(-50%);
}

.step-card::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 14px;
  height: 14px;
  background: #8b95a3;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.step01 {
  left: 0%;
  top: 60px;
}

.step02 {
  left: 34%;
  top: 17px;
}

.step03 {
  right: -1%;
  top: -65px;
}

.step-badge {
  position: absolute;
  left: 50%;
  top: -58px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  border: 7px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: 5px solid currentColor;
}

.step-badge span {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.step-badge strong {
  font-size: 30px;
  line-height: 1;
}

.step-badge.yellow {
  background: #f2b93b;
  color: #f2b93b;
}

.step-badge.orange {
  background: #ee704d;
  color: #ee704d;
}

.step-badge.pink {
  background: #ca2e72;
  color: #ca2e72;
}

.step-badge.yellow span,
.step-badge.yellow strong,
.step-badge.orange span,
.step-badge.orange strong,
.step-badge.pink span,
.step-badge.pink strong {
  color: #fff;
}

.step-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.step01 h3,
.step01 .step-sub {
  color: #e5a820;
}

.step02 h3,
.step02 .step-sub {
  color: #e0503d;
}

.step03 h3,
.step03 .step-sub {
  color: #be2867;
}

.step-sub {
  margin: 6px 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.step-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.step-card li {
  position: relative;
  padding-left: 18px;
}

.step-card li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.step-card small {
  font-size: 13px;
}

.copy {
  position: absolute;
  left: 10px;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.note.white {
  color: rgba(255, 255, 255, 0.8);
}

/* SP */
@media screen and (max-width: 599px) {
  .core-worry,
  .core-change {
    padding-left: 14px;
    padding-right: 14px;
  }

  .worry-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .worry-item {
    min-height: 145px;
  }

  .cloud-box {
    min-height: 140px;
    width: 100%;
  }

  .speech-bubble {
    right: 4px;
    min-width: 120px;
    font-size: 14px;
  }

  .machine-area {
    min-height: 260px;
  }

  .bed {
    width: 280px;
    right: 50%;
    transform: translateX(50%);
  }

  .machine {
    right: 50%;
    transform: translateX(50%);
  }

  .change-content {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-top: 50px;
  }

  .growth-arrow {
    display: none;
  }

  .step-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .step-card::after,
  .step-card::before {
    display: none;
  }

  .change-title {
    font-size: 32px;
  }

  .copy {
    position: static;
    margin-top: 24px;
  }
}
