@charset "UTF-8";

/* ==========================================================
 override base-child
========================================================== */
body {
  font-feature-settings: 'palt' on;
}
.wrapper {
  overflow: visible;

  @media screen and (max-width: 768px) {
    overflow: hidden;
  }
}

/* ==========================================================
 talentintelligence
========================================================== */
.talentintelligence-main {
    background: url(/img/talentintelligence/bg-deco.png) center top / 100% auto no-repeat, url(/img/talentintelligence/bg-base.png) center top / 100% auto repeat-y;

    /* 共通要素 */
    a {
      color: var(--pu-400);
      text-decoration: underline;
      text-underline-offset: 30%;
    }
    a:visited {
      color: var(--gr-500, #737378);
      text-decoration: underline;
    }
    a:hover {
      color: var(--pa-500, #B15E0B);
      text-decoration: underline;
    }
    .page-title {
      display: inline-block;
      text-align: center;
      font-family: var(--noto), sans-serif;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 72px */
      letter-spacing: .08em;

      @media screen and (max-width: 768px) {
        font-size: 28px;
      }
    }
    .section-title {
      font-family: var(--noto), sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 60px */
      letter-spacing: .08em;
      margin-bottom: 40px;

      @media screen and (max-width: 768px) {
        font-size: 24px;
        margin-bottom: 20px;
      }
    }
    .section-subtitle {
      font-family: var(--noto), sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 36px */
      letter-spacing:.1em;
      margin-top: 40px;
      margin-bottom: 16px;

      @media screen and (max-width: 768px) {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 8px;
      }
    }
    .list-title {
      font-family: var(--noto), sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 36px */
      letter-spacing:.1em;

      @media screen and (max-width: 768px) {
        font-size: 16px;
      }
    }
    .desc {
      font-family: var(--noto), sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 24px */
      letter-spacing: .1em;
      margin: 1em 0;

      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    .bg-marker {
      background-color: #fff;
    }
    .nowrap {
      white-space: nowrap;
    }
    /* hero */
    .hero {
      width: 100%;
      height: 240px;
      display: flex;
      justify-content: center;
      align-items: center;

      @media screen and (max-width: 768px) {
        height: 160px;

      }
    }

    /* 2カラムレイアウト */
    .column-2 {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 60px;
      max-width: 1280px;
      margin: 0 auto;
      box-sizing: border-box;
      gap: 40px;

      @media screen and (max-width: 768px) {
        flex-direction: column;
        padding: 0 20px;
      }
      /* 右カラム（Sticky） */
      .aside {
          position: sticky;
          top: 104px;
          flex: 0 1 360px;

          @media screen and (max-width: 768px) {
            display: none;
            flex: none;
            position: static;
            top: auto;
          }
        }
      /* 左カラム（本文） */
      .article-wrapper {
          flex: 0 1 760px;
          display: flex;
          flex-direction: column;
          gap: 40px;

          @media screen and (max-width: 768px) {
            flex: none;
            gap: 20px;
          }
        }

      .section-wrapper {
          display: flex;
          flex-direction: column;
          gap: 60px;
          border-radius: 32px;
          padding: 60px;

          @media screen and (max-width: 768px) {
            gap: 20px;
            border-radius: 12px;
            padding: 20px;
          }

          &.general {
            background-color: var(--cloud);
          }
          &.kaonavi {
            background-color: var(--sa-50);
          }

          .section {
            text-align: left;
          }
        }
    }
    /* 目次 */
    .table-of-contents {
      text-align: left;

      .toc-title {
        display: flex;
        align-items: center;

        &::before {
          content: "";
          width: 24px;
          height: 24px;
          background: url(/img/talentintelligence/toc-deco.png) center center / contain no-repeat;
          margin-right: 16px;
        }
      }
      .toc-list {
        list-style: none;
        margin-top: 24px;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        gap: 16px;

        > li {

          > a {
            font-size: 16px;

          }
        }
      }
    }
    /* 注釈や表 */
    .note-kaonavi {
      position: relative;
      width: 100%;
      height: auto;
      padding: 20px;
      background-color: var(--sa-50);
      margin: 40px 0;
      border-radius: 4px;

      > dt {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        background-color: var(--sun);
        border-radius: 12px;
        padding: 4px 12px;

        @media screen and (max-width: 768px) {
          font-size: 14px;
          white-space: nowrap;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
      > dd {
        font-size: 14px;
        margin: 0;
      }
    }
    .element-list {
      display: flex;
      gap: 20px;
      margin: 40px 0;

      @media screen and (max-width: 768px) {
        flex-direction: column;
        margin: 20px 0;
      }

      > li {
        flex: 1;
        border-radius: 12px;
        border: 1px solid var(--pu-200);
        overflow: hidden;


        > .title {
          text-align: center;
          font-family: var(--noto);
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; /* 21px */
          letter-spacing: 1.4px;
          background: var(--pu-50);
          padding: 8px 0;
        }

        > .data-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          gap: 4px;
          padding: 16px;

          > li {
            display: inline;
            font-size: 12px;
            line-height: 1;
            padding: 4px 8px;
            background-color: var(--gr-100);
            border-radius: 10px;
          }
        }
      }
    }
    .compare-table {
      width: 100%;
      border-collapse: collapse;
      margin: 40px 0;

      @media screen and (max-width: 768px) {
        margin: 20px 0;
      }

      tr {
        border-bottom: solid 1px var(--pu-200);

        &.category {
          background-color: var(--pu-50);
          border: none;
        }

        > th {
          font-size: 14px;
          font-weight: bold;
          padding: 8px;

          > b {
            color: var(--pu-600);
          }
        }
        > td {
          padding: 16px 8px;
          font-size: 14px;
          line-height: 1.4;
        }
      }
    }
    .future-list {
      display: flex;
      flex-direction: column;
      gap: 20px;

      > li {
        padding: 40px;
        background-color: var(--gr-50);
        border-radius: 12px;

        @media screen and (max-width: 768px) {
          padding: 20px;
        }

        > .list-title {
          color: var(--pu-600);
        }
      }
    }
    .explain {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin: 20px 0 0 0;

      @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }

      > .pict {
        width: 160px;
      }

      .category {
        display: inline;
        font-weight: bold;
        color: #fff;
        background-color: var(--pu-400);
        padding: 0 4px;

        @media screen and (max-width: 768px) {
          display: block;
          text-align: center;
        }
      }
      .desc {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
      }
    }
    .explain.-vision {
      align-items: center;
      margin: 0;

      > .pict {
        width: 340px;
      }
      .list-title {
        color: var(--pu-600);

        @media screen and (max-width: 768px) {
          text-align: center;

        }
      }
      .desc {
        display: inline-block;
      }
      .note {
        display: block;
        font-size: 10px;
      }
    }
    .explain.-platform {
      flex-direction: row-reverse;
      margin: 0;

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

      > .pict {
        width: 300px;
      }
      .list-title {
        color: var(--pu-600);

        @media screen and (max-width: 768px) {
          text-align: center;

        }
      }

    }
    .vision-image {
      background-color: #fff;
      border-radius: 12px;
      border: solid 1px var(--pu-200);
    }

    /* concept */
    .section.concept {
      text-align: center;
      padding: 0 20px;
      margin-top: 60px;

      &::after {
        content: "";
        display: block;
        width: 60px;
        height: 48px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background-color: var(--pu-400);
        margin: 20px auto;
      }

      > .page-title {
        color: var(--cloud);
        background-color: var(--pu-400);
        margin: 16px 0;
      }
      > .desc.-emo {
        font-size: 18px;
        line-height: 190%; /* 34.2px */
        letter-spacing: .18em;

        @media screen and (max-width: 768px) {
          font-size: 16px;
        }

        > b {
          color: var(--cloud);
          background-color: var(--pu-400);
          padding: 0 4px;
        }
      }
      > .concept-image {
        max-width: 360px;
      }

    }
  }

