/*------------------------------
Smash VOC LP
------------------------------*/

/* ========== 共通 ========== */
#voccp .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.voccp_sec_title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.4;
}
.voccp_sec_sub {
  font-size: 1.1rem;
  text-align: center;
  color: #555;
  margin-bottom: 48px;
}

/* ========== SECTION 1: Hero ========== */
#voccp_01 {
  background: #FFF;
  padding: 200px 0 60px;
}
#voccp_01 .inner {
  max-width: 1000px;
}
#voccp_01 .content_box {
  display: flex;
  align-items: center;
  gap: 48px;
  height: auto;
  margin-bottom: 0;
}
.voccp_hero_catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.voccp_hero_sub {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  width: 100% !important;
  margin-left: 0 !important;
}
.voccp_hero_cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.voccp_btn_main {
  background: #FA6600;
  color: #FFF !important;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.voccp_btn_sub {
  background: #FFF;
  color: #FA6600 !important;
  border: 2px solid #FA6600;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
#voccp_01 .content_box_txt {
  flex: 1;
}
#voccp_01 .content_box_img {
  flex: 1;
  position: static;
  width: auto;
  margin: 0;
}
#voccp_01 .content_box_img img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: none;
}

/* ========== SECTION 2: 課題共感 ========== */
#voccp_02 {
  background: #FAFAFA;
  padding: 80px 0;
}
#voccp_pain_cards {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.voccp_pain_card {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  flex: 1;
  padding: 32px 24px;
}
.voccp_pain_card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FA6600;
}
.voccp_pain_card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  width: 100% !important;
  margin-left: 0 !important;
}

/* ========== SECTION 3: 解決策・STEP ========== */
#voccp_03 {
  background: #FFF;
  padding: 80px 0;
}
#voccp_steps {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 48px;
}
.voccp_step {
  display: flex;
  align-items: center;
  gap: 48px;
}
.voccp_step:nth-child(even) {
  flex-direction: row-reverse;
}
.voccp_step_num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #FA6600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.voccp_step_body {
  flex: 1;
}
.voccp_step_body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.voccp_step_body p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.voccp_step_img {
  flex: 1;
}
.voccp_step_img img {
  width: 100%;
  max-width: 440px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}

/* ========== SECTION 4: レポートの価値 ========== */
#voccp_04 {
  background: #FAFAFA;
  padding: 80px 0;
}
.voccp_report_box {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-top: 48px;
}
.voccp_report_img {
  flex: 1.2;
}
.voccp_report_img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.voccp_report_points {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.voccp_report_point {
  background: #FFF;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #FA6600;
}
.voccp_report_point h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #FA6600;
}
.voccp_report_point p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #444;
}

/* ========== SECTION 5: 業種カルーセル ========== */
#voccp_05 {
  background: #FFF;
  padding: 80px 0;
}
#voccp_industry_carousel_wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding: 0 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#voccp_industry_carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 4px 16px;
  flex: 1;
}
#voccp_industry_carousel::-webkit-scrollbar {
  display: none;
}
.voccp_industry_card {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid #EEE;
  flex: 0 0 calc(33.333% - 16px);
  min-width: 240px;
  scroll-snap-align: start;
  box-sizing: border-box;
}
.voccp_industry_card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.voccp_industry_card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  width: 100% !important;
  margin-left: 0 !important;
}
.voccp_carousel_btn {
  background: #FFF;
  border: 1.5px solid #DDD;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: border-color 0.2s, color 0.2s;
  z-index: 1;
}
.voccp_carousel_btn:hover {
  border-color: #FA6600;
  color: #FA6600;
}
.voccp_carousel_prev { margin-right: 12px; }
.voccp_carousel_next { margin-left: 12px; }

@media screen and (max-width: 768px) {  #voccp_01 {
    padding: 80px 0 40px;
  }
  .voccp_industry_card {
    flex: 0 0 80vw;
  }
  .voccp_carousel_btn {
    display: none;
  }
}

/* ========== SECTION 6: 料金・導入フロー ========== */
#voccp_06 {
  background: #FAFAFA;
  padding: 80px 0;
}
#voccp_pricing {
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-top: 48px;
}
.voccp_plan_main {
  background: #FFF;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 2px solid #FA6600;
  min-width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.voccp_plan_label {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FA6600;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.voccp_plan_unit_top {
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin: 0 0 4px;
}
.voccp_plan_price {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voccp_plan_price_text {
  font-size: 1.3rem;
  white-space: nowrap;
}
.voccp_plan_unit {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.voccp_plan_copy {
  font-size: 0.85rem;
  color: #888;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
  text-align: left;
  flex: 1;
}
.voccp_plan_features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.voccp_plan_features li {
  padding: 8px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 0.95rem;
  color: #333;
}
.voccp_plan_features li:last-child {
  border-bottom: none;
}
#voccp_pricing .voccp_plan_main {
  flex: 1;
}
.voccp_plan_top {
  display: flex;
  flex-direction: column;
}
.voccp_plan_note {
  height: 26px;
  line-height: 26px;
  margin: 0;
  font-size: 1rem;
  color: #444;
  overflow: hidden;
}
.voccp_plan_small {
  font-size: 0.8rem;
  color: #999;
}
.voccp_plan_options {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voccp_plan_option {
  background: #FFF;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.voccp_plan_option h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
.voccp_plan_option p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}

/* 導入フロー */
#voccp_flow {
  margin-top: 80px;
}
.voccp_flow_steps {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 40px;
  justify-content: center;
}
.voccp_flow_step {
  background: #FFF;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  flex: 1;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.voccp_flow_num {
  width: 40px;
  height: 40px;
  background: #FA6600;
  color: #FFF;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.voccp_flow_step h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.voccp_flow_step p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #555;
}
.voccp_flow_arrow {
  font-size: 1.5rem;
  color: #CCC;
  padding-top: 40px;
  flex-shrink: 0;
}

/* ========== レスポンシブ ========== */
@media screen and (max-width: 768px) {
  .voccp_hero_catch {
    font-size: 1.6rem;
  }
  #voccp_01 .content_box {
    flex-direction: column;
  }
  #voccp_pain_cards {
    flex-direction: column;
  }
  .voccp_step,
  .voccp_step:nth-child(even) {
    flex-direction: column;
  }
  .voccp_report_box {
    flex-direction: column;
  }
  #voccp_pricing {
    flex-direction: column;
  }
  .voccp_flow_steps {
    flex-direction: column;
    align-items: center;
  }
  .voccp_flow_arrow {
    transform: rotate(90deg);
    padding-top: 0;
  }
  .voccp_sec_title {
    font-size: 1.4rem;
  }
}

/* ========== 比較セクション ========== */
#voccp_compare {
  background: #FFF;
  padding: 80px 0;
}
#voccp_compare_table {
  margin-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
.vcmp_row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
}
.vcmp_head_row {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.vcmp_head_row .vcmp_label {
  visibility: hidden;
  border: none;
  background: transparent;
}
.vcmp_cell {
  padding: 16px 20px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  font-size: 0.92rem;
  line-height: 1.5;
}
.vcmp_last_row .vcmp_cell {
  border-bottom: none;
}
.vcmp_label {
  background: #F9F9F9;
  color: #666;
  font-size: 0.85rem;
  font-weight: 500;
}
.vcmp_head_row .vcmp_label {
  background: transparent;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.vcmp_old {
  background: #F5F5F5;
  color: #666;
}
.vcmp_old_head {
  background: #EBEBEB;
  color: #888;
  justify-content: center;
}
.vcmp_new {
  background: #FFF;
  color: #222;
  font-weight: 700;
  border-left: 2px solid #FA6600;
  border-right: 2px solid #FA6600;
}
.vcmp_new_head {
  background: #FFF5EE;
  color: #FA6600;
  justify-content: center;
  border-left: 2px solid #FA6600;
  border-right: 2px solid #FA6600;
  border-top: 2px solid #FA6600;
}
.vcmp_last_row .vcmp_new {
  border-bottom: 2px solid #FA6600;
}
@media screen and (max-width: 768px) {
  .vcmp_row {
    grid-template-columns: 0.8fr 1fr 1fr;
  }
  .vcmp_cell {
    padding: 12px 10px;
    font-size: 0.8rem;
  }
}
.voccp_compare_head {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.voccp_compare_old .voccp_compare_head {
  color: #888;
  background: #EBEBEB;
}
.voccp_compare_new .voccp_compare_head {
  color: #FA6600;
  background: #FFF5EE;
}
.voccp_compare_item {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  border-bottom: 1px solid #E8E8E8;
}
.voccp_compare_item:last-child {
  border-bottom: none;
}
.voccp_compare_label {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 4px;
}
.voccp_compare_val {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.voccp_compare_strong {
  color: #222;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #voccp_compare_table {
    flex-direction: column;
  }
}

/* ========== プレースメント ========== */
.voccp_placeholder {
  background: #F0F0F0;
  border: 2px dashed #CCC;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
  line-height: 1.6;
  width: 100%;
  min-height: 200px;
}
#voccp_01 .content_box_img .voccp_placeholder {
  min-height: 280px;
}
.voccp_step_img .voccp_placeholder {
  min-height: 320px;
}

/* ========== Hero新要素 ========== */
.voccp_hero_checks {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.voccp_hero_checks li {
  font-size: 0.95rem;
  font-weight: 700;
  color: #FA6600;
}
.voccp_hero_voice {
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
  margin-bottom: 24px;
  padding-left: 12px;
  border-left: 3px solid #FA6600;
}

/* ========== Heroバッジ ========== */
.voccp_hero_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}
.voccp_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF5EE;
  color: #FA6600;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1.5px solid #FA6600;
}
.voccp_hero_badge i {
  font-size: 0.85rem;
}

/* ========== 比較テーブル3列 ========== */
.voccp_compare_label_col {
  background: #F9F9F9;
  flex: 0.8;
}
.voccp_compare_label_col .voccp_compare_head {
  background: #F0F0F0;
  color: #888;
}
.voccp_compare_label_col .voccp_compare_item {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}
#voccp_compare_table .voccp_compare_item {
  padding: 16px 20px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}
#voccp_compare_table .voccp_compare_item:last-child {
  border-bottom: none;
}

/* ========== 業種カードアイコン ========== */
.voccp_industry_icon {
  margin-bottom: 12px;
}
.voccp_industry_icon img {
  width: 40px;
  height: 40px;
}

/* ========== Smash VOC規約リンク ========== */
.voccp_legal_links {
  background: #FAFAFA;
  padding: 24px 0;
  text-align: center;
}
.voccp_legal_links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0;
}
.voccp_legal_links a {
  color: #666;
  font-size: 0.85rem;
  text-decoration: underline;
}
.voccp_legal_links a:hover {
  color: #FA6600;
}
@media screen and (max-width: 768px) {
  .voccp_legal_links ul {
    flex-direction: column;
    gap: 10px;
  }
}

/* ========== 導入フローカード高さ統一 ========== */
.voccp_flow_steps {
  align-items: stretch;
}
.voccp_flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.voccp_flow_step h3 {
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.voccp_flow_step p {
  flex: 1;
  text-align: center;
}
