/* ===== hero overrides ===== */
.main-visual{
  height: auto !important;
  background: none !important;
  padding: 0 !important;
}

.main-visual::before{
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url(../images/top/image1.jpeg) center/cover no-repeat;
}

.main-visual .content{
  transform: none !important;
  height: auto !important;
  background: #fff !important;
  padding: 60px 20px;
}

.main-visual .text{
  width: min(1000px, 100%);
  margin: 0 auto;
}

.lp-indie-target{
  display: inline-block;
  background: #044bb3;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px 18px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.lp-indie-badge{
  display: inline-block;
  background: #f8b558;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 22px;
  border-radius: 20px;
  margin: 16px 0;
}

.lp-indie-badge strong{
  font-size: 26px;
}

.main-visual .description{
  margin: 20px 0;
}

.main-visual .description p{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

/* description を縦並びにしつつ黄色ハイライトをテキスト幅だけに保つ */
.main-visual .content .text .description{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-visual .description p span{
  color: #044bb3;
  font-size: 26px;
  margin-left: 4px;
}

.main-visual .btn{
  margin-top: 24px;
  max-width: 380px;
}

/* ===== お悩みセクション ===== */
.h-section-troubles .section-title{
  margin-bottom: 50px;
}

.troubles-list{
  justify-content: space-between;
}

.troubles-list li{
  width: calc(50% - 12px);
  margin-bottom: 24px;
}

.troubles-list .content{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 2px solid #044bb3;
  border-radius: 8px;
  padding: 24px 28px;
  height: 100%;
}

.troubles-list .content i{
  font-size: 28px;
  color: #044bb3;
  flex-shrink: 0;
  margin-top: 3px;
}

.troubles-list .content p{
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: left !important;
}

.troubles-lead{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #044bb3;
  margin-top: 12px;
}

/* ===== カリキュラムセクション ===== */
.h-section-curriculum{
  padding-top: 100px;
  padding-bottom: 100px;
}

.h-section-curriculum .section-title{
  margin: 0 auto 48px;
}

.h-section-curriculum .section-title h3{
  font-size: 24px;
}

.curriculum-list{
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.curriculum-list .content{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
}

.curriculum-list .step{
  flex-shrink: 0;
  width: 90px;
  background: #044bb3;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  margin-top: 2px;
}

.curriculum-list .text h4{
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #222;
}

.curriculum-list .text p{
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

.curriculum-quiz{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #eef2ff;
  border-left: 4px solid #044bb3;
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 40px;
}

.curriculum-quiz i{
  font-size: 22px;
  color: #044bb3;
  flex-shrink: 0;
  margin-top: 2px;
}

.curriculum-quiz p{
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: #333;
}

/* ===== 進捗管理セクション ===== */
.h-section-progress{
  padding-top: 100px;
  padding-bottom: 100px;
}

.h-section-progress .section-title{
  margin-bottom: 48px;
}

.progress-wrap{
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.progress-item{
  flex: 1;
  background: #fff;
  border: 1px solid #dde4f5;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.progress-item i{
  font-size: 40px;
  color: #044bb3;
  margin-bottom: 16px;
  display: block;
}

.progress-item h4{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #222;
  line-height: 1.5;
}

.progress-item p{
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* ===== 実績セクション ===== */
.h-section-achievement{
  padding-top: 80px;
  padding-bottom: 80px;
}

.h-section-achievement .section-title{
  margin-bottom: 48px;
}

.h-section-achievement .section-title h3{
  font-size: 26px;
}

.achievement-list{
  justify-content: center;
  margin-bottom: 36px;
}

.achievement-list li{
  width: calc(33.333% - 20px);
  margin: 10px;
}

.achievement-list .content{
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.achievement-list .num{
  font-size: 56px;
  font-weight: bold;
  color: #044bb3;
  line-height: 1;
  display: block;
}

.achievement-list .num span{
  font-size: 24px;
}

.achievement-list .label{
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  display: block;
}

.achievement-desc{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #444;
  max-width: 780px;
  margin: 0 auto;
}

/* ===== 収益シミュレーション ===== */
.h-section-simulation .section-title{
  margin-bottom: 36px;
}

.h-section-simulation .section-title h3{
  font-size: 26px;
}

.h-section-simulation .section-title p{
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

.simulation-wrap{
  margin-bottom: 50px;
}

.simulation-table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}

.simulation-table th,
.simulation-table td{
  border: 1px solid #ccc;
  padding: 14px 20px;
  text-align: center;
  font-size: 15px;
}

.simulation-table thead th{
  background: #044bb3;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.simulation-table tbody tr:nth-child(even){
  background: #eef2ff;
}

.simulation-table .profit{
  color: #c94e00;
  font-size: 18px;
}

.simulation-note{
  font-size: 13px;
  color: #888;
  text-align: right;
}

/* ===== h-section-reason 上部スペース調整（common.css の 100px を上書き）===== */
.h-section-reason.tks-adjust-section-reason{
  padding-top: 50px;
  margin-top: 0;
}

/* ===== responsive ===== */
@media (max-width: 768px){
  .main-visual::before{
    height: 260px;
  }
  .main-visual .content{
    padding: 40px 16px;
  }
  .main-visual .description p{
    font-size: 17px;
  }
  .main-visual .description p span{
    font-size: 21px;
  }
  .lp-indie-badge strong{
    font-size: 20px;
  }
  .troubles-lead{
    font-size: 18px;
  }
  .troubles-list li{
    width: 100%;
    margin-bottom: 16px;
  }
  .curriculum-list .content{
    flex-direction: column;
    gap: 12px;
  }
  .curriculum-list .step{
    width: 80px;
  }
  .progress-wrap{
    flex-direction: column;
  }
  .achievement-list li{
    width: 100%;
    margin: 8px 0;
  }
  .simulation-table th,
  .simulation-table td{
    padding: 10px 8px;
    font-size: 12px;
  }
  .simulation-table .profit{
    font-size: 15px;
  }
}
