

/* ===========================
   タブレット版専用スタイル（641px-1024px）
   =========================== */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* ベース調整 */
  section {
    padding: 40px 30px;
  }

  /* ヒーローエリア */
  .section-hero {
    height: auto;
    padding: 40px 30px;
  }

  .hero-kv {
    top: auto;
    bottom: -50px;
    min-width: 900px;
  }

  .skew-bg-block:after {
    left: 186.5%;
    width: 300vw;
  }

  /* フォームエリア */
  .section-hero .trial-form {
    height: auto;
    flex-direction: column;
    gap: 0;
  }

  .trial-form .inner {
    height: auto;
  }

  .trial-form .left-area {
    width: 100%;
    max-width: 600px;
    border-radius: 22px 22px 0 0;
    background-size: cover;
  }

  .section-hero .trial-form .right-area {
    width: 100%;
    max-width: 600px;
    border-radius: 0 0 22px 22px;
  }

  .trial-form .left-area .left-area-pc {
    max-width: 300px;
  }

  /* Issue セクション */
  .section-issue {
    padding: 40px 0 0;
  }

  .worry-about--upper-left {
    left: 3vw
  }

  .worry-about--lower-left {
    left: 10vw;
  }

  .worry-about--upper-right {
    right: 3vw;
  }

  .worry-about--lower-right {
    right: 8vw;
  }

  /* Problem solving セクション */
  .problem-solving {
    margin-top: 40px;
  }

  .problem-solving .inner {
    max-width: 700px;
  }

  .process-image {
    max-width: 700px;
  }

  /* PPTX AI セクション */
  .pptx-ai {
    width: 95%;
    margin: 40px auto 50px;
    padding: 30px 20px;
  }

  .ai-process-image {
    max-width: 700px;
  }

  .pptx-ai-content {
    flex-direction: column;
    gap: 30px;
  }

  .ai-content {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #b2c0df;
    padding-bottom: 30px;
  }

  .ai-content--end {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* バンドエリア */
  .band-area {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .band-item {
    height: 320px;
  }

  .band {
    height: 280px;
    width: calc(65% + 80px);
    left: -3%;
  }

  .band-color {
    height: 280px;
    width: calc(65% + 80px);
    right: -5%;
  }

  .band-item:nth-child(even) > .band-item-wrapper > .band {
    right: -5%;
    left: unset;
  }

  .band-item:nth-child(even) > .band-color {
    left: -3%;
    right: unset;
  }

  .band .content {
    max-width: 350px;
  }

  .band-color .content {
    padding: 0 20px;
  }

  .band-color .content img {
    max-width: 320px;
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .band-item:nth-child(odd) .band-color .content img {
    margin-left: 40px;
  }

  .band-item:nth-child(even) .band-color .content img {
    margin-right: 40px;
  }

  /* 会社情報セクション */
  .section-company-about {
    padding: 50px 30px;
  }

  .company-info-area {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .company-info {
    max-width: 600px;
  }

  .client-company {
    margin-top: 40px;
  }

  .client-company img {
    max-width: 80%;
    height: auto;
  }

  /* フッター */
  .footer {
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
  }

  .footer-inner {
    display: block;
  }

  .footer .footer-inner .company-area {
    flex-direction: column;
  }

  .footer .footer-inner .company-area .company-name {
    padding-top: 10px;
    padding-left: 0;
  }

  .footer .footer-inner .company-area .company-name::after {
    display: none;
  }

  /* CTA セクション */
  .section-cta-area {
    padding: 50px 30px;
  }

  /* Trial form セクション */
  .section-trial-form {
    padding: 50px 30px;
    height: auto;
  }

  .section-trial-form .trial-form .inner {
    max-width: 600px;
  }

  /* 表示制御 */
  .section-title-sub.title-decoration:before,
  .section-title-sub.title-decoration:after {
    width: 50px;
  }

  .section-title-sub.title-decoration::before {
    left: -70px;
  }

  .section-title-sub.title-decoration::after {
    right: -70px;
  }

  /* 利用規約ページ */
  .section-terms {
    padding: 30px 20px;
  }

  .terms-container {
    gap: 30px;
  }

  .terms-toc {
    width: 250px;
  }

  /* モバイルヘッダー（タブレット版で表示） */
  .mobile-header {
    display: none;
  }

  .mobile-menu-overlay {
    display: block !important;
  }

  /* フローティングバナー非表示 */
  .floating-banner {
    display: none !important;
  }
}