:root {
  --font-medium: "A1ゴシック M",A1 Gothic M,sans-serif;
  --font-bold: "A1ゴシック B",A1 Gothic B,sans-serif;
  --blue: #099EE8;
  --orange: #F39702;
  --pink: #EA465A;
}

.custom-break-1150 {
  img.pc {
    display: inline-block !important;
  }
  img.sp {
    display: none !important;
  }
  @media (width < 1150px) {
    img.pc {
      display: none !important;
    }
    img.sp {
      display: inline-block !important;
    }
  }
}

.part-head  {
  background-image: url('../../img/digital-analog2025/part2/part2-bg.png');
  background-position: center;
  min-height: 522px;
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    background-image: url('../../img/digital-analog2025/part2/part2-bg@2x.png');
  }
  @media (width < 1180px) {
    background-position: center right 35%;
  }
  @media (width <= 800px) {
    min-height: 502px;
    padding-bottom: 19.7%;
    background-size: 100% auto;
    background-position: bottom;
    background-image: url('../../img/digital-analog2025/part2/part2-bg-sp.jpg');
    @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
      background-image: url('../../img/digital-analog2025/part2/part2-bg-sp@2x.jpg');
    }
  }
  .left {
    width: 61.4%;
    @media (width < 1000px) {
      width: 68%;
    }
    @media (width <= 800px) {
      width: 100%;
      height: 428px;
      padding-bottom: 20px;
    }
    > p {
      padding-right: 121px;
      @media (width <= 800px) {
      padding-right: 0;
      }
    }
  }
}

.clip-path {
  clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0% 100%);
  @media (width <= 800px) {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 47px), 0% 100%);
  }
}

.digital-case-study,
.analog-case-study,
.special-interview {
  padding: 68px 45px 49px;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  @media (width <= 800px) {
    padding: 42px 9px 41px;
  }
  h1 {
    font-family: var(--font-bold);
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.02em;
    @media (width <= 800px) {
      font-size: 22px;
    }
  }
  h2 {
    font-family: var(--font-bold);
    font-size: clamp(31px, 4.8vw, 56px);
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.02em;
    @media (width <= 800px) {
      width: calc(100% + 20px);
      margin-left: -10px;
      font-size: 31px;
      line-height: 1.6;
    }
    span {
      display: block;
      font-family: var(--font-medium);
      font-size: clamp(18px, 2.1vw, 24px);
      letter-spacing: 0.06em;
      @media (width <= 800px) {
        font-size: 18px;
      }
    }
    + p {
      margin: 20px 0 38px;
      text-align: center;
      font-size: 24px;
      letter-spacing: 0.03em;
      line-height: 1.8;
      @media (width <= 800px) {
        margin: 19px 0 32px;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.7;
      }
    }
  }
  p + .case-study-img  {
    @media (width <= 800px) {
      margin-top: 0;
    }
  }
  .case-study:nth-of-type(1) {
    margin-top: 62px;
    padding: 79px 42px 87px;
    border-radius: 12px 12px 0 0;
    @media (width <= 800px) {
      margin-top: 34px;
      padding: 42px 21px 46px;
    }
  }
  .case-study:nth-of-type(2) {
    padding: 77px 42px 74px;
    @media (width <= 800px) {
      padding: 42px 21px 38px;
    }
  }
  .case-study:nth-of-type(3) {
    margin-bottom: 40px;
    padding: 77px 42px 60px;
    border-radius: 0 0 12px 12px;
    @media (width <= 800px) {
      margin-bottom: 13px;
      padding: 41px 21px 24px;
    }
  }

  .video-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    transition: opacity .5s ease;
    @media (width >= 1450px) {
      max-width: 730px;
    }
    @media (width <= 800px) {
      width: calc(100% + 20px);
      max-width: unset;
      margin-left: -10px;
    }
    &:hover {
      opacity: 0.8;

    }
    + .real-voice {
      margin-top: 47px;
      @media (width <= 800px) {
        margin-top: 33px;
      }
    }
    video {
      width: 100%;
      margin: 0 auto;
      border-radius: 12px;
    }
  }

  .video-thumbnail {
    position: relative;
    img {
      width: 100%;
      vertical-align: bottom;
    }
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16.7%;
      max-width: 100px;
      height: auto;
      transform: translate(-50%, -50%);
      filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.3));
    }
  }

  .seikatsusha-container {
    text-align: center;
    + .real-voice {
      margin-top: 28px;
      @media (width <= 800px) {
        margin-top: 49px;
      }
    }
    p {
      margin-top: 9px;
      font-size: 15px;
      letter-spacing: 0.03em;
      line-height: 1.8;
      @media (width <= 800px) {
        margin-top: 0;
        font-size: 14px;
      }
    }
    img {
      @media (width <= 800px) {
        width: 100px;
        height: 100px;
      }
    }
  }
}

.case-study {
  background: #fff;
  + .case-study {
    margin-top: 2px;
  }
  p + small {
    margin-top: 22px;
  }
  small {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    color: #646464;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    text-align: right;
  }
  &.yushikisha {
    padding: 17px;
    border-radius: 12px;
    @media (width <= 800px) {
      padding: 13px 15px;
    }
    h2 {
      padding: 80px 0 28px;            padding: 80px 0 28px;
      font-size: clamp(22px, 4.1vw, 48px);
      @media (width <= 800px) {
        padding: 36px 0 15px;
        font-size: 22px;
      }
      span {
        width: fit-content;
        margin: 0 auto 26px;
        padding: 5px 20px;
        border-radius: 6px;
        color: #fff;
        font-size: 22px;
        letter-spacing: 0.02em;
        @media (width <= 800px) {
          margin-bottom: 9px;
          padding: 3px 12px;
          font-size: 14px;
        }
      }
    }
  }
  .yushikisha-container {
    text-align: center;
    img {
      border-radius: 20px;
      @media (width <= 800px) {
        width: 120px;
        height: 120px;
        border-radius: 14px;
      }
    }
    span {
      display: block;
      width: fit-content;
      margin: 22px auto 0;
      font-size: 14px;
      letter-spacing: 0.03em;
      line-height: 1.6;
      @media (width <= 800px) {
        margin-top: 6px;
        font-size: 13px;
      }
    }
    p {
      font-size: 24px;
      letter-spacing: 0.03em;
      line-height: 1.8;
      @media (width <= 800px) {
        font-size: 20px;
      }
    }
  }
  .yushikisha-comment {
    position: relative;
    max-width: 648px;
    margin: 57px auto 97px;
    padding: 31px 24px;
    @media (width <= 800px) {
      margin: 29px auto 31px;
      padding: 25px 0;
    }
    &::before,
    &::after {
      content: '';
      position: absolute;
      width: calc(100% - 48px);
      height: 4px;
      background-repeat: no-repeat;
      transform: translateX(-50%);
      @media (width <= 800px) {
        width: calc(100% - 46px);
      }
    }
    &::before {
      top: -16px;
      left: 50%;
      @media (width <= 800px) {
        top: 0;
      }
    }
    &::after {
      bottom: -16px;
      left: 50%;
      @media (width <= 800px) {
        bottom: 0;
      }
    }
    p {
      font-size: 18px;
      letter-spacing: 0.03em;
      line-height: 2;
      + p {
        margin-top: 20px;
        @media (width <= 800px) {
          margin-top: 9px;
        }
      }
      @media (width <= 800px) {
        width: calc(100% - 48px);
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.9;
      }
    }
    span {
      font-family: var(--font-bold);
    }
  }
  .real-voice {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 24px 26px;
    border-radius: 20px;
    line-height: 1.9;
    @media (width <= 800px) {
      padding: 16px 12px 23px;
      border-radius: 12px;
    }
    + p {
      max-width: 600px;
      margin: 48px auto 77px;
      @media (width <= 800px) {
        margin: 29px auto 31px;
      }
    }
    p {
      position: relative;
      padding: 0 13px 0 42px;
      line-height: 1.9;
      transition: max-height 0.5s ease-out, opacity 0.5s ease-out, margin-top 0.5s ease-out, margin-bottom 0.5s ease-out;
      @media (width <= 800px) {
        padding: 0 0px 0 36px;
        font-size: 15px;
        line-height: 1.8;
      }
      &::before {
        content: '';
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        width: 24px;
        height: 24px;
        top: 7px;
        left: 2px;
        @media (width <= 800px) {
          width: 20px;
          height: 20px;
        }
      }
      + p {
        margin-top: 29px;
        &::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 3px;
          top: -16px;
          left: 0;
        }
      }
    }
    .fukidashi {
      position: absolute;
      top: -22px;
      right: 90px;
      @media (width <= 800px) {
        top: -18px;
        right: 70px;
      }
    }
    @media (width <= 800px) {
      &.is-expanded {
        margin-bottom: 106px;
        .real-voice-toggle-container {
          background-image: none;
        }
        .real-voice-toggle-btn {
          bottom: -65px;
        }
        .btn-icon {
          transform: translateY(-50%) scale(-1, -1);
        }
      }
    }
  }

  .case-study-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin: 78px auto 23px;
    @media (width <= 800px) {
      gap: 15px;
      margin-bottom: 0;
    }
    img {
      width: 100%;
      max-width: 460px;
    }
    small {
      font-size: 11px;
      color: #646464;
      text-align: center;
      line-height: 1.8;
      letter-spacing: 0.03em;
    }
    + p {
      max-width: 600px;
      margin: 0 auto;
      @media (width <= 800px) {
        margin-top: 23px;
      }
    }
    + p + p {
      max-width: 600px;
      margin: 38px auto 0;
      @media (width <= 800px) {
        margin-top: 30px;
      }
    }
    + .case-study-img {
      margin-top: 51px;
      @media (width <= 800px) {
        margin-top: 34px;
      }
    }
  }

  .note {
    max-width: 680px;
    margin: 46px auto 0;
    background: #F6F6EB;
    padding: 27px 30px;;
    filter: drop-shadow(4px 5px 4px rgba(0, 0, 0, 0.15));
    @media (width <= 800px) {
      margin-top: 31px;
      padding: 27px 10px 16px;
    }
    h4 {
      margin-bottom: 15px;
      @media (width <= 800px) {
        text-align: center;
        font-size: 13px;
      }
    }
    span {
      padding: 3px 10px 4px 5px;
      background: #FFF600;
      font-size: 22px;
      @media (width <= 800px) {
        padding: 4px 5px 5px 4px;
      }
    }
    p {
      padding: 0 10px;
      font-family: "FOT-筑紫A丸ゴシック Std B";
      font-size: 16px;
      line-height: 1.9;
      letter-spacing: 0.02em;
    }
  }

  .yushikisha-line {
    border-radius: 9px;
  }
}

.research-trends {
  h2 {
    padding: 23px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }

  .research-trends-inner {
    padding: 56px 45px 100px;
    background-image: url('../../img/digital-analog2025/part2/research-trends-bg.jpg');
    background-size: cover;
    background-position: center top;
    @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
      background-image: url('../../img/digital-analog2025/part2/research-trends-bg@2x.jpg');
    }
    @media (width <= 800px) {
      padding: 40px 10px 38px;
    }
  }
  .research-trends-list {
    position: relative;
    padding-bottom: 90px;
    @media (width <= 800px) {
      padding-bottom: 177px;
    }
    .digital,
    .analog {
      position: relative;
      width: 100%;
    }
    .human-icon {
      position: absolute;
      bottom: -124px;
      left: 50%;
      transform: translateX(-50%);
      width: 18.5vw;
      max-width: 226px;
      @media (width <= 800px) {
        bottom: -82px;
        min-width: 135px;
      }
    }
  }
  .trends-ttl {
    display: flex;
    justify-content: center;
    gap: 58px;
    @media (width < 1020px) {
      gap: 0;
      justify-content: space-around;
    }
    h3 {
      width: 50%;
      max-height: 74px;
      text-align: center;
      @media (width < 1020px) {
        max-width: 300px;
        max-height: unset;
      }
      &:nth-of-type(1) {
        @media (width < 1020px) {
          padding: 0 17px 0 7px;
        }
      }
      &:nth-of-type(2) {
        padding-left: 3%;
        @media (width < 1020px) {
          padding: 0 4px 0 17px;
        }
      }
    }
    img {
      width: auto;
      height: 100%;
      @media (width < 1020px) {
        max-height: unset;
        width: 100%;
        height: auto;
      }
    }
  }
  .research-trends-item {
    max-width: 912px;
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 67px auto 0;
    @media (width <= 800px) {
      gap: 0;
      margin: 33px auto 0;
    }
    h3 img {
      width: 100%;
    }
    ul {
      position: relative;
      width: 100%;
      @media (width <= 800px) {
        max-width: 250px;
        margin: 0 auto;
      }
      &::before,
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 132px;
        background-size: cover;
        @media (width <= 800px) {
          width: 12px;
          height: 119px;
        }
      }
    }
    li {
      position: relative;
      width: 246px;
      margin: 0 auto;
      padding-left: 37px;
      font-family: var(--font-bold);
      font-size: 20px;
      letter-spacing: 0.05em;
      @media (width < 1090px) {
        width: 161px;
      }
      @media (width <= 800px) {
        width: 148px;
        padding-left: 29.5px;
        font-size: 18px;
      }
      + li {
        margin-top: 27px;
        @media (width <= 800px) {
          margin-top: 19px;
        }
      }
      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 1px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-size: cover;
        @media (width < 1090px) {
          top: 4px;
          transform: translateY(0);
        }
        @media (width <= 800px) {
          width: 20px;
          height: 20px;
        }
      }
    }
    .custom-br {
      display: none;
      @media (width < 1090px) {
        display: inline-block;
      }
    }
    .digital {
      ul {
        padding-left: 8.5%;
        @media (width <= 800px) {
          padding-left: 10%;
        }
      }
      ul::before {
        left: 6px;
        background-image: url('../../img/digital-analog2025/part2/evolving-desires-blue.svg');
        @media (width <= 800px) {
          left: 0;
        }
      }
      li::before {
        background-image: url('../../img/digital-analog2025/part2/digital-check.png');
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          background-image: url('../../img/digital-analog2025/part2/digital-check@2x.png');
        }
      }
    }
    .analog {
      ul {
        padding-left: 4.5%;
        @media (width <= 800px) {
          padding-left: 0;
        }
      }
      ul::after {
        right: 6px;
        background-image: url('../../img/digital-analog2025/part2/evolving-desires-org.svg');
        @media (width <= 800px) {
          right: -2px;
        }
      }
      li::before {
        background-image: url('../../img/digital-analog2025/part2/analog-check.png');
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          background-image: url('../../img/digital-analog2025/part2/analog-check@2x.png');
        }
      }
    }
  }
  .research-trends-text {
    position: relative;
    max-width: 752px;
    margin: 0 auto;
    padding: 82px 35px 50px;
    border-radius: 12px;
    background: #fff;
    @media (width <= 800px) {
      padding: 43px 19px 30px;
    }
    h3 {
      position: absolute;
      top: -38px;
      left: 50%;
      transform: translateX(-50%);
      width: max-content;
      padding: 0 63px;
      border-radius: 85px;
      background: var(--pink);
      color: #fff;
      font-size: 42px;
      line-height: 1.9;
      letter-spacing: 0.05em;
      @media (width <= 800px) {
        top: -27px;
        padding: 0 38px;
        font-size: 22px;
        line-height: 2.4;
      }
    }
    p {
      max-width: 600px;
      margin: 0 auto;
    }
    p + p {
      margin-top: 38px;
      @media (width <= 800px) {
        margin-top: 13px;
      }
    }
  }
}

.digital-case-study {
  background-image: url('../../img/digital-analog2025/part2/digital-back.jpg');
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
      background-image: url('../../img/digital-analog2025/part2/digital-back@2x.jpg');
  }
  h2 {
    color: var(--blue);
  }
  .yushikisha-line {
    border: solid 2px var(--blue);
  }
  .real-voice {
    border: solid 2px var(--blue);
    color: var(--blue);
    p {
      &::before {
        background-image: url('../../img/digital-analog2025/part2/mic-blue.svg');
      }
      + p {
        &::after {
          background-image: url('../../img/digital-analog2025/part2/wavy-line-blue.svg');
        }
      }
    }
  }
  .yushikisha {
    h2 {
      span {
        background: var(--blue);
      }
    }
  }
  .yushikisha-comment {
    &::before,
    &::after {
      background-image: url('../../img/digital-analog2025/part2/wavy-line-blue-b.svg');
    }
    span {
      color: var(--blue);
    }
  }
}

.analog-case-study {
  background-image: url('../../img/digital-analog2025/part2/analog-back.jpg');
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    background-image: url('../../img/digital-analog2025/part2/analog-back@2x.jpg');
  }
  h2 {
    color: var(--orange);
  }
  .real-voice {
    border: solid 2px var(--orange);
    color: var(--orange);
    p {
      &::before {
        background-image: url('../../img/digital-analog2025/part2/mic-org.svg');
      }
      + p {
        &::after {
          background-image: url('../../img/digital-analog2025/part2/wavy-line-org.svg');
        }
      }
    }
  }
  .yushikisha-line {
    border: solid 2px var(--orange);
  }
  .yushikisha {
    h2 {
      span {
        background: var(--orange);
      }
    }
  }
  .yushikisha-comment {
    &::before,
    &::after {
      background-image: url('../../img/digital-analog2025/part2/wavy-line-org-b.svg');
    }
    span {
      color: var(--orange);
    }
  }
}

.special-interview {
  padding-bottom: 60px;
  background-image: url('../../img/digital-analog2025/part2/interview-bg.jpg');
  background-size: contain;
  background-attachment: unset;
  background-repeat: repeat;
  @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    background-image: url('../../img/digital-analog2025/part2/interview-bg@2x.jpg');
  }
  @media (width <= 800px) {
    padding: 29px 9px 50px;
    background-image: url('../../img/digital-analog2025/part2/interview-bg-sp.jpg');
    @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
      background-image: url('../../img/digital-analog2025/part2/interview-bg-sp@2x.jpg');
    }
  }
  h1 {
    width: calc(100% + 21px);
    margin-left: -10px;
    padding: 14px 0;
    @media (width <= 800px) {
      width: 100%;
      margin-left: 0;
      margin-bottom: -6px;
      padding: 0;
      font-size: 21px;
    }
  }
  h2 {
    color: var(--pink);
    font-size: clamp(21px, 3.6vw, 42px);
    @media (width <= 800px) {
      font-size: 21px;
    }
    + .text {
      margin-top: 19px;
    }
  }
  .case-study {
    border-radius: 12px!important;
    + .case-study {
      margin-top: 40px;
      @media (width <= 800px) {
        margin-top: 9px;
        padding: 42px 21px 67px;
      }
    }
    &:nth-of-type(1) h2 {
      margin: -35px 0 31px;
      @media (width <= 800px) {
        margin: -4px 0 31px -7px;
      }
    }
    &:nth-of-type(2) h2 {
      margin-bottom: 61px;
      @media (width <= 800px) {
        margin: -3px 0 28px -7px;
        font-size: 24px;
      }
    }
    &:nth-of-type(2) p {
      line-height: 2;
      letter-spacing: 0.03em;
      @media (width <= 800px) {
        line-height: 1.9;
        letter-spacing: 0.02em;
      }
      + p {
        margin-top: 20px;
        @media (width <= 800px) {
          margin-top: 16px;
        }
      }
    }
  }
  .real-voice {
    border: solid 2px var(--pink);
    color: var(--pink);
    p {
      &::before {
        background-image: url('../../img/digital-analog2025/part2/mic-pink.svg');
      }
      + p {
        &::after {
          background-image: url('../../img/digital-analog2025/part2/wavy-line-pink.svg');
        }
      }
    }
  }
  .text {
    max-width: 600px;
    margin: 0 auto;
    p + p {
      margin-top: 38px;
      @media (width <= 800px) {
        margin-top: 16px;
      }
    }
    + .img-flex {
      margin-top: 19px;
    }
  }
  .img-flex {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 27px;
    @media (width < 990px) {
      flex-direction: column;
    }
    @media (width <= 800px) {
      gap: 29px;
    }
    .img {
      display: flex;
      flex-direction: column;
      gap: 1px;
      width: 100%;
      max-width: 233px;
      margin-bottom: -3px;
      @media (width < 900px) {
        margin: 0 auto;
      }
      @media (width <= 800px) {
        max-width: 214px;
      }
    }
    small {
      margin-top: 10px;
      font-size: 11px;
      text-align: left;
      color: #999999;
      line-height: 1.8;
      letter-spacing: 0.03em;
    }
  }
}

.story-container {
  position: relative;
  width: 100%;
  max-width: 756px;
  margin: 72px auto 61px;
  @media (width < 1150px) {
    max-width: 600px;
  }
  @media (width <= 800px) {
    max-width: 400px;
  }
  + p {
    max-width: 600px;
    margin: 0 auto;
  }
  .guide-line {
    position: absolute;
    top: 4px;
    left: 52.3%;
    width: 100%;
    max-width: 719px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 0;
    @media (width < 1150px) {
      top: 124px;
      left: 50%;
      width: 37%;
    }
    @media (width <= 800px) {
      top: 91px;
      width: 58%;
      max-width: 202px;
    }
    img {
      width: 100%;
      height: auto;
    }
  }
  .step {
    position: relative;
    z-index: 1;
    @media (width < 1150px) {
      margin-bottom: 2%;
    }
    span {
      font-size: 56px;
      @media (width <= 800px) {
        font-size: 52px;
      }
    }
    img {
      height: auto;
    }
    .story-text {
      display: flex;
      align-items: center;
      gap: 11px;
      @media (width <= 800px) {
        margin: -3px 0 0 10px;
      }
      p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.03em;
        @media (width <= 800px) {
          font-size: 15px;
        }
      }
    }
    &:nth-of-type(1) {
      margin-left: calc(49 / 756 * 100%);
      @media (width < 1150px) {
        margin-left: calc(95 / 756 * 100%);
      }
      @media (width <= 800px) {
        margin-left: calc(9 / 375 * 100%);
      }
      img {
        width: calc(295 / 756 * 100%);
        @media (width < 1150px) {
          width: calc(444 / 756 * 100%);
        }
        @media (width <= 800px) {
          width: calc(306 / 375 * 100%);
        }
      }
    }
    &:nth-of-type(2) {
      margin-left: calc(367 / 756 * 100%);
      margin-top: calc(-197 / 756 * 100%);
      margin-right: calc(10 / 756 * 100%);
      @media (width < 1150px) {
        margin-left: calc(237 / 756 * 100%);
        margin-top: 0;
        margin-right: 0;
      }
      @media (width <= 800px) {
        margin-left: calc(50 / 375 * 100%);
      }
      img {
        width: 100%;
        @media (width < 1150px) {
          width: calc(693 / 756 * 100%);
        }
        @media (width <= 800px) {
          width: calc(365 / 375 * 100%);
        }
      }
      .story-text {
        margin-top: -16px;
        @media (width <= 800px) {
          margin-top: -9px;
          margin-left: 7px;
        }
      }
    }
    &:nth-of-type(3) {
      display: flex;
      align-items: flex-end;
      gap: 19px;
      margin-left: calc(-10 / 756 * 100%);
      margin-top: calc(-85 / 756 * 100%);
      @media (width < 1150px) {
        display: block;
        margin-left: calc(8 / 375 * 100%);
        margin-top: 0;
      }
      img {
        width: calc(274 / 756 * 100%);
        @media (width < 1150px) {
          width: calc(448 / 756 * 100%);
        }
        @media (width <= 800px) {
          width: calc(305 / 375 * 100%);
        }
      }
      .story-text {
        margin-bottom: 2px;
      }
    }
    &:nth-of-type(4) {
      display: flex;
      align-items: flex-end;
      gap: 19px;
      margin-left: calc(61 / 756 * 100%);
      margin-top: calc(15 / 756 * 100%);
      @media (width < 1150px) {
        display: block;
        margin-left: calc(95 / 756 * 100%);
        margin-top: 0;
      }
      @media (width <= 800px) {
        margin-top: 4.4%;
        margin-left: calc(8 / 375 * 100%);
      }
      img {
        width: calc(366 / 756 * 100%);
        @media (width < 1150px) {
          width: calc(541 / 756 * 100%);
        }
        @media (width <= 800px) {
          width: calc(305 / 375 * 100%);
        }
      }
      .story-text {
        margin-bottom: 5px;
        p {
          margin-right: -15px;
          @media (width <= 800px) {
            margin-right: 0;
            padding-top: 12px;
          }
        }
      }
    }
    &:nth-of-type(5) {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      gap: 19px;
      margin-left: calc(72 / 756 * 100%);
      margin-right: calc(64 / 756 * 100%);
      margin-top: calc(33 / 756 * 100%);
      @media (width < 1150px) {
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
        margin-top: 0;
      }
      @media (width <= 800px) {
        margin-left: calc(103 / 756 * 100%);
        margin-top: 11%;
        margin-right: calc(16 / 756 * 100%);
      }
      img {
        width: calc(501 / 756 * 100%);
        @media (width < 1150px) {
          width: calc(631 / 756 * 100%);
        }
        @media (width <= 800px) {
          width: 100%;
        }
      }
      p {
        margin-right: -112px;
        @media (width < 1150px) {
          margin-right: 0;
        }
      }
      .story-text {
        margin-top: 15px;
        @media (width <= 800px) {
          margin: 0;
          width: calc(100% + 25px);
        }
      }
    }
  }
  .step.digital {
    span {
      color: var(--blue);
    }
  }
  .step.analog {
    span {
      color: var(--orange);
    }
  }
}

.link-section {
  padding: 51px 35px 50px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('../../img/digital-analog2025/common/part3-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      url('../../img/digital-analog2025/common/part3-bg@2x.jpg');
  }
  @media (width <= 800px) {
    padding: 42px 0px 43px;
  }
}

.fixed-link-inner {
  position: inherit;
  transform: translate(0, 0);
}

/* SPサイズ時の.real-voice開閉ボタン */
.real-voice-toggle-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(0deg, #ffffff 50%, transparent);
  transition: background-image 0.5s ease-out;
  @media (width <= 800px) {
    display: flex;
    left: -3px;
    bottom: -3px;
    width: calc(100% + 6px);
    height: 160px;
    background-image: linear-gradient(0deg, #ffffff 15%, transparent);
  }
}

.real-voice-toggle-btn {
  position: relative;
  bottom: 85px;
  width: 280px;
  height: 46px;
  padding: 12px 24px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 0.03em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  @media (width <= 800px) {
    bottom: -37px;
  }
  .btn-icon {
    position: absolute;
    right: 22px;
    width: 16px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }
  }
}

.analog-case-study .real-voice-toggle-btn {
  background: var(--orange);
}

.special-interview .real-voice-toggle-btn {
  background: var(--pink);
}