@charset "UTF-8";

/* ============================================================
   possystem LP スタイル
   ============================================================ */

/* -- 画像プレースホルダー（あとで画像と差し替え） -- */
.lp-possystem .image .ph {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  aspect-ratio: 4 / 3;

  background-color: #e0e0e0;
  border-radius: 8px;

  font-size: 14px;
  font-weight: 700;
  color: #888;
}



img{
  width: 100%;
}
/* ============================================================
   FV（ファーストビュー）
   ============================================================ */
.outlp .fv {
  padding: 56px 0;
  .box {
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .text {
    flex: 1;
  }

  .logo-row {
    margin-bottom: 8px;

    .logo {
      height: 48px;
      width: auto;
      display: block;
    }
    .feature-label {
      font-size: 20px;
      font-weight: 700;
      color: #111;
      margin-top: 12px;
      display:inline-flex;
      align-items: center;
      justify-content: center;
      background-color:#f6d019;
      border-radius: 20px;
      height: 32px;
      padding: 0 24px;
    }
  }

  h1 {
    margin-bottom: 8px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.4;
    color: var(--color-black);
  }

  p.lead {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: var(--color-black-75);
  }

  .image {
    width: 488px;
  }
    .image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

  @media screen and (max-width: 980px) {
    padding: 48px 0;
    .box {
      gap: 32px;
    }

    h1 {
      font-size: 32px;
    }

    .image {
      width: 400px;
    }
  }

  @media screen and (max-width: 768px) {
    padding: 32px 0;

    .box {
      display: block;
    }

    .logo-row .logo {
      height: 40px;
    }
    .logo-row .feature-label {
      font-size: 18px;
    }

    h1 {
      font-size: 32px;
    }

    p.lead {
      font-size: 16px;
    }

    .image {
      width: 100%;
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }
}
    .authority{
      position: relative;
      padding-left: 32px;
      padding-right: 32px;
      margin-top: 16px;
      margin-bottom: -160px;
      .text{
        p{
          color: #697f99;
          font-weight: 700;
        }
        h2{
          color: #ff4b36;
        }
      }
      .fv-medal{
        position: relative;
        width: 56%;
        left: 0px;
        top: 16px;
        z-index: 10;
      }
      .fv-img{
        position: relative;
        width: 50%;
        left: 50%;
        top: -180px;
        z-index: -10;
      }
    }
		@media screen and (max-width: 980px){
      .authority{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -124px;
        .fv-medal{
          width: 52%;
          top: 8px;

        }
        .fv-img{
          top: -156px;
        }
      }
    }
		@media screen and (max-width: 768px){
      .authority{
        position: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 0px;
        .text{
          order: 1;
          text-align: center;
          p{
            font-size: 20px;

          }
          h2{
            font-size: 32px;

          }
        }
        .fv-medal{
        position: inherit;
        order: 3;
        width: 80%;
        margin-top: 8px;
        }
        .fv-img{
        position: inherit;
        top: 0px;
        order: 2;
        width: 80%;
        margin-top: 8px;
        }
      }
    }
		@media screen and (max-width: 500px){
      .authority{
        .text{
          p{
            font-size: 16px;
          }
          h2{
            font-size: 20px;
          }
        }
        .fv-medal{
          width: 100%;
      }
        .fv-img{
          width: 88%;
        }

    }
  }
/* ============================================================
   Problem（お悩み）
   ============================================================ */
.outlp .problem {
  margin-top: 32px;
  padding: 64px 0;
  background-color: #EDEFF3;

  .onayami {
    width: 800px;
    margin: 0 auto 48px;

    h2 {
      color: var(--color-brown);
      text-align: center;
      font-size: 26px;
      font-weight: 900;
    }

    > .box {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
    }

    .box .image {
      width: 180px;
      flex-shrink: 0;

      img {
        width: 100%;
        height: auto;
      }
    }

    ul li {
      color: var(--color-black-75);
      font-weight: 700;
      font-size: 16px;
      line-height: 200%;
    }
  }

  p.bridge {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;

    strong {
      color: var(--color-blue);
    }
  }

  @media screen and (max-width: 768px) {
    padding: 32px 0;

    .onayami {
      width: 100%;
      margin-bottom: 32px;

      h2 {
        font-size: 20px;
      }

      > .box {
        flex-direction: column;
        width: 100%;
        margin: 16px auto 0;
      }

      .box .image {
        width: 160px;
      }

      ul li {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 8px;
      }
    }

    p.bridge {
      font-size: 22px;
      width: 88%;
      margin: 16px auto 0;
    }
  }
}

/* ============================================================
   3つのこと（特徴）
   ============================================================ */
.outlp .features3 {
  padding: 64px 0 0 0;

  h2 {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: var(--color-black);
  }

  .three-col {
    display: flex;
    gap: 24px;

    .box {
      flex: 1;

      padding: 32px 28px;

      background-color: #fff;
      border-radius: 20px;
      border: 2px solid var(--color-black-10);

      text-align: center;
    }

    .image.illust {
      width: 100%;
      margin: 0 auto 20px;

      img {
        width: 100%;
        height: auto;
      }
    }

    h3 {
      margin-bottom: 12px;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.45;
      color: var(--color-black);
    }

    p {
      font-size: 16px;
      color: var(--color-black-75);
    }
  }

  @media screen and (max-width: 768px) {
    padding: 32px 0;

    h2 {
      margin-bottom: 16px;
      font-size: 24px;
    }

    .three-col {
      flex-direction: column;

      .box {
        padding: 28px 24px;
      }
    }
  }
}

/* ============================================================
   Metrics（Before / After）
   ============================================================ */
.outlp .metrics {
  margin-top: 64px;
  padding: 64px 0;
  background-color: var(--color-blue-10);

  h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: var(--color-black);
  }

  .metrics-grid {
    display: flex;
    gap: 16px;

    .box {
      flex: 1;
      padding: 24px 20px;
      background-color: #fff;
      border: 2px solid var(--color-yellow-50);
      border-radius: 16px;
      text-align: center;
    }

    .label {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      line-height: 1.4;

      margin-bottom: 8px;

      font-size: 18px;
      font-weight: 700;
      color: var(--color-black-75);
    }
    .label span{
      color: var(--color-yellow);
      font-size: 32px;
    }

    .before {
      margin-bottom: 6px;
      padding: 12px 12px 12px 12px;
      background-color: var(--color-black-5);
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      color: var(--color-black-75);
      line-height: 1.0;

      small {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: var(--color-black-50);
        margin-bottom: 8px;
      }
    }

    .arrow {
      margin: 4px 0;
      color: var(--color-black);

      .material-symbols-rounded {
        font-size: 24px;
      }
    }

    .after {
      margin-bottom: 12px;
      padding: 12px 12px 12px 12px;
      background-color: var(--color-yellow);
      border-radius: 8px;
      font-size: 20px;
      font-weight: 800;
      color: var(--color-black);
      line-height: 1.0;

      small {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--color-black-75);
        margin-bottom: 8px;
      }
    }

    .desc {
      font-size: 16px;
      line-height: 1.6;
      color: var(--color-black-75);
      text-align: left;
    }
  }

  @media screen and (max-width: 980px) {
    .metrics-grid {
      flex-wrap: wrap;

      .box {
        flex: 0 0 calc((100% - 16px) / 2);
      }
    }
  }

  @media screen and (max-width: 768px) {
    padding: 48px 0;

    h2 {
      margin-bottom: 32px;
      font-size: 24px;
    }

    .metrics-grid {
      flex-direction: column;

      .box {
        flex: 0 0 100%;
      }
    }
  }
}

/* ============================================================
   機能紹介（Detailed Features）
   ============================================================ */
.outlp .features-detail {
  padding: 64px 0;

  h2 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: var(--color-black);
  }

  .feature {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-top: 64px;
  }

  .feature:last-child {
    margin-bottom: 0;
  }

  .feature.reverse .text {
    order: 2;
  }

  .feature .text {
    flex: 1;
  }

  .feature h3 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-blue);
  }

  .feature p.body {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-black-75);
  }

  .feature .benefit {
    padding: 20px 18px;
    background-color: var(--color-yellow-10);
    border-left: 4px solid var(--color-yellow);
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .feature .benefit::before {
    content: "POINT";
    display: inline-block;
    margin-right: 10px;
    padding: 2px 8px 4px;
    background-color: var(--color-yellow);
    border-radius: 4px;
    font-size: 10px;
    color: var(--color-black-75);
    vertical-align: middle;
  }

  .feature .image {
    flex: 1;
  }
  .feature .image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  @media screen and (max-width: 768px) {
    padding: 48px 0;

    h2 {
      margin-bottom: 16px;
      font-size: 24px;
    }

    .feature {
      flex-direction: column;
      gap: 24px;
      margin-top: 32px;
    }

    .feature.reverse .text {
      order: 0;
    }

    .feature h3 {
      font-size: 22px;
    }

    .feature p.sub {
      font-size: 15px;
    }
  }
}

/* ============================================================
   比較表（Comparison）
   ============================================================ */
.outlp .comparison {
  padding: 64px 0;
  background-color: var(--color-black-5);

  h2 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
  }

  .table-wrap {
    overflow-x: auto;
    margin-top: 32px;
  }

  table {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 14px;
  }

  table th,
  table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--color-blue-25);
    text-align: center;
    line-height: 1.4;
  }

  table th {
    background-color: var(--color-blue-50);
    font-size: 14px;
    font-weight: 700;
    width: 20%;
  }
  table thead tr th{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  table th:first-child,
  table td:first-child {
    background-color: var(--color-yellow-100);
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
  }
  table thead th:first-child {
    background-color: var(--color-black-10);
  }

  table th.highlight {
    background-color: var(--color-blue);
    color: #FFF;
  }

  table td.highlight {
    background-color: var(--color-blue-10);
    font-weight: 800;
  }

  table tr:last-child td {
    border-bottom: none;
  }

  .mark-double {
    font-size: 18px;
    font-weight: 900;
    color: var(--color-red);
  }

  .mark-single {
    font-weight: 700;
    color: var(--color-black-75);
  }

  .mark-triangle {
    color: var(--color-black-50);
  }

  p.note {
    font-size: 12px;
    color: var(--color-black-50);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    padding: 48px 0;

    h2 {
      margin-bottom: 32px;
      font-size: 22px;
    }

    table {
      font-size: 12px;
    }

    table th,
    table td {
      padding: 10px 6px;
    }

    table th {
      font-size: 11px;
    }
  }
}

  
/* ============================================================
   フォーム
   ============================================================ */
.outlp .form-section {
  padding: 64px 0;
  background: linear-gradient(135deg, var(--color-blue) 0%, #3367c7 100%);

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }

  p.lead {
    margin-bottom: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
  }

  .form-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 720px;
    margin: 0 auto;
    padding: 32px 32px;

    background-color: #fff;
    border-radius: 16px;

    color: var(--color-black-50);
    small {
      margin-top: 8px;
      font-size: 13px;
      font-weight: 400;
    }
  .formTable input.btn_formgo{
    background: linear-gradient(to bottom, #ff7868, #ff4b36);
    border: 2px solid #ffedeb;
  }

  }

  @media screen and (max-width: 768px) {
    padding: 48px 0;

    h2 {
      font-size: 22px;
    }

    p.lead {
      font-size: 14px;
      margin-bottom: 24px;
    }

    .form-placeholder {
      padding: 48px 24px;
    }
  }
}
/* ============================================================
   Footer
   ============================================================ */
.outlp ~ .footer-lp {
  padding-top: 0px;
  padding-bottom: 16px;
  margin-top: 0px;
}


/* ============================================================
   Footer
   ============================================================ */
/* --- PC・スマホ共通 / 基本設定 --- */
.zoom-image-container {
  position: relative;
}
.zoom-hint {
  display: none; /* PCでは非表示 */
}
/* モーダルの基本設定（最初は隠しておく） */
.image-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; 
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}




/* ============================================================
   図の横スクロール
   ============================================================ */

.scroll-box {
  width: 100%;
}
.scroll-box img {
  width: 100%;
  height: auto;
  display: block;
}
.scroll-hint {
  display: none;
}


@media screen and (max-width: 767px) {
  .scroll-box {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-box img {
    width: auto;      
    max-width: none;  
    height: auto;
    min-width: 900px;
    display: block;
  }
  .scroll-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.4s ease;
  }
  .swipe-hand {
    font-size: 40px;
    display: inline-block;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.4));
    animation: swipeAction 2.0s ease-in-out infinite;
  }
}
@keyframes swipeAction {
  0% {
    margin-left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    margin-left: -40px;
  }
  80% {
    margin-left: 40px;
    opacity: 1;
  }
  100% {
    margin-left: 0;
    opacity: 0;
  }
}