

html:has(dialog[open]) {
  overflow: hidden;
}

@media (pointer: coarse) {
  a[href] {
    opacity: 1 !important;
  }
}

#sticky-nav {
  position: fixed;
  bottom: 0;
  left: 220px;
  width: calc(100% - 220px);
  max-width: 1380px;
  z-index: 2;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
  @media (width <= 800px) {
    left: 0;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.20);
  }
  &.is-visible {
    transform: translateY(0);
  }
  ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li {
    flex: 1;
    + li {
      border-left: 1px solid #d5d5d5;
    }
  }
  a {
    display: flex;
    justify-content: center;
    font-size: 15px;
    gap: 8px;
    letter-spacing: 0.08em;
    border-bottom: 6px solid #EEE;
    height: 83px;
    line-height: 1.45;
    align-items: center;
    font-feature-settings: 'palt';
    @media (width < 960px) {
      padding-top: 1px;
      height: 87px;
      flex-direction: column-reverse;
      gap: 4px;
      font-size: 10px;
      text-align: center;
      border-bottom: 5px solid #EEE;
      line-height: 1.4;
    }
    span {
      display: block;
    }
    &.is-current {
      border-color: var(--red);
    }
    &::before {
      content: '';
      display: block;
      background: no-repeat center / contain;
    }
  }
  li:nth-child(1) a::before {
    width: 71px;
    height: 61px;
    background-image: image-set(
      url('../../img/seikatsuchishin2026/part2/nav-icon_01.png') 1x,
      url('../../img/seikatsuchishin2026/part2/nav-icon_01@2x.png') 2x
    );
  }
  li:nth-child(2) a::before {
    width: 72px;
    height: 61px;
    background-image: image-set(
      url('../../img/seikatsuchishin2026/part2/nav-icon_02.png') 1x,
      url('../../img/seikatsuchishin2026/part2/nav-icon_02@2x.png') 2x
    );
  }
  li:nth-child(3) a::before {
    width: 67px;
    height: 61px;
    background-image: image-set(
      url('../../img/seikatsuchishin2026/part2/nav-icon_03.png') 1x,
      url('../../img/seikatsuchishin2026/part2/nav-icon_03@2x.png') 2x
    );
  }
  @media (width < 960px) {
    li:nth-child(1) a::before {
      width: 43px;
      height: 34px;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/nav-icon_01-sp.png') 1x,
        url('../../img/seikatsuchishin2026/part2/nav-icon_01-sp@2x.png') 2x
      );
    }
    li:nth-child(2) a::before {
      width: 41px;
      height: 34px;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/nav-icon_02-sp.png') 1x,
        url('../../img/seikatsuchishin2026/part2/nav-icon_02-sp@2x.png') 2x
      );
    }
    li:nth-child(3) a::before {
      width: 41px;
      height: 34px;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/nav-icon_03-sp.png') 1x,
        url('../../img/seikatsuchishin2026/part2/nav-icon_03-sp@2x.png') 2x
      );
    }
  }
}

#content {
  .sp-br {
    @media (width >= 960px) {
      display: none;
    }
  }
  .pc-br {
    @media (width < 960px) {
      display: none;

    }
  }
  .part-intro {
    display: flex;
    align-items: center;
    height: 788px;
    background-image: image-set(
      url('../../img/seikatsuchishin2026/part2/part2_mv.jpg') 1x,
      url('../../img/seikatsuchishin2026/part2/part2_mv@2x.jpg') 2x
    );
    background-position: center.8%;
    color: #fff;
    @media (width < 1220px) {
      background-position: center left -190px;
    }
    @media (width < 1070px) {
      background-position: center left 44.7%;
    }
    @media (width < 960px) {
      height: auto;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/part2_mv-sp.jpg') 1x,
        url('../../img/seikatsuchishin2026/part2/part2_mv-sp@2x.jpg') 2x
      );
      background-color: #81807E;
      background-position: top center;
    }
    .intro-text {
      width: 100%;
      max-width: 1002px;
      margin: -5px auto 0;
      padding-left: 66px;
      @media (width < 960px) {
        max-width: 650px;
        padding: 39px 25px 38px;
      }
      h1 {
        margin-bottom: 27px;
        font-size: 36px;
        line-height: 1.5;
        letter-spacing: 0.11em;
        @media (width < 960px) {
          margin-bottom: 36px;
          font-size: 26.87px;
        }
      }
      p {
        font-size: 13px;
        line-height: 2.15;
        letter-spacing: 0.08em;
        text-align: left;
        @media (width < 960px) {
          text-align: justify;
          line-height: 2;
        }
        .emphasis {
          display: block;
          margin-top: 2px;
          font-size: 22px;
          line-height: 1.65;
          @media (width < 960px) {
            margin-top: -2px;
            font-size: 13px;
            line-height: 2;
          }
        }
        + p{
          margin-top: 20px;
          @media (width < 960px) {
            margin-top: 28px;
          }
        }
      }
      a {
        display: block;
        margin-top: 29px;
        color: #fff;
        @media (width < 960px) {
          width: 100%;
          text-align: center;
        }
        svg {
          margin-left: 16px;
        }
      }
      .part-num {
        width: 128px;
        margin: 0 0 25px;
        @media (width < 960px) {
          width: 54px;
          margin: 0 0 39px 7px;
        }
        img {
          width: 100%;
          vertical-align: bottom;
        }
      }
    }
  }
  #anchor-links {
    padding: 34px 38px 65px;
    background: linear-gradient(180deg, #FFF6F0 0%, #FEDDD5 100%);
    @media (width <= 800px) {
      padding: 30px 25px 36px;
    }
    > p {
      margin-bottom: 42px;
      color: var(--red);
      font-size: 20.7px;
      font-family: var(--font-yugothic-e);
      text-align: center;
      letter-spacing: 0.08em;
      @media (width <= 800px) {
        margin-bottom: 26px;
        font-size: 14.5px;
      }
      span {
        margin-left: 7px;
        padding: 7px 6px 7px 6px;
        border: 2px solid var(--red);
        @media (width < 960px) {
          margin-left: 2px;
          padding: 3px 2px 2px 3px;
          font-size: 14.67px;
        }
      }
    }
    .anchor-list{
      display: flex;
      gap: 30px;
      justify-content: space-between;
      max-width: 792px;
      margin: 0 auto;
      @media (width < 960px) {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        gap: 11px;
      }
    }
    a {
      position: relative;
      flex: 1;
      padding: 21px clamp(13px, -71px + 8.75vw, 34px) 62px;
      border-radius: 8px;
      background: var(--red);
      color: #fff;
      @media (width < 960px) {
        flex: 0 0 325px;
        display: flex;
        width: 325px;
        height: 173px;
        padding: 16px 27px 26px;
        align-items: center;
      }
      @media (width < 960px) {
        justify-content: space-between;
        border-radius: 5px;
        padding: 0 31px 0 28px
      }
      p {
        display: inline-block;
        margin-bottom: 12px;
        padding: 0 5px;
        border: 1px solid #fff;
        font-size: 13px;
        line-height: 1.8;
        @media (width < 960px) {
          font-size: 11px;
          line-height: 1.7;
          margin-bottom: 8px;
          padding: 0 4px;
        }
        span {
          background: none;
          color: #fff;
          @media (width < 960px) {
            padding: 0 0 0 2px;
          }
        }
      }
      h2 {
        margin-bottom: 19px;
        font-size: 27px;
        line-height: 1.5;
        @media (width < 960px) {
          margin: 0;
          font-size: 21px;
        }
      }
      span {
        display: inline-block;
        padding: 2px 0px 2px 2px;
        background: #fff;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #000;
        line-height: 1;
        white-space: nowrap;
        @media (width < 960px) {
          padding: 2px 1px 3px 4px;
        }
      }
      .anchor-title {
        @media (width < 960px) {
          margin-top: -10px;
        }
      }
      .head-img {
        width: 120px;
        margin: 0 auto;
        @media (width < 960px) {
          width: auto;
          margin: 0;
        }
      }
      .arrow-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 45px;
        background: #fff;
        border-radius: 0 0 8px 8px;
        color: var(--red);
        text-align: center;
        @media (width < 960px) {
          left: inherit;
          bottom: 15px;
          right: 12px;
          width: 27px;
          height: 27px;
          border-radius: 100px;

        }
        svg {
          width: 100%;
          height: 16px;
          margin-top: 5px;
          @media (width < 960px) {
            width: 10.62px;
            height: 6.7px;
            margin-top: 2px;
          }
        }
      }
    }
  }

  .desire-section {
    .heading {
      height: 375px;
      padding: 50px 25px 0;
      background: var(--red);
      color: #fff;
      @media (width < 960px) {
        height: 220px;
        padding: 24px 30px 0;
      }
      .text {
        position: relative;
        max-width: 600px;
        margin: 0 auto;
        @media (width < 960px) {
          max-width: 315px;
        }
        &::after {
          content: '';
          position: absolute;
          bottom: -22px;
          right: -80px;
          width: 305px;
          height: 235px;
          background-size: contain;
          background-repeat: no-repeat;
        }
        @media (width < 960px) {
          &::after {
            width: 142px;
            height: auto;
            aspect-ratio: 305 / 235;
            bottom: 16px;
            right: -4px;
          }
        }
        > span {
          padding: 6px 6px 7px 8px;
          border: 1px solid #fff;
          font-size: 18px;
          font-family: var(--font-yugothic-e);
          line-height: 1.8;
          @media (width < 960px) {
            font-size: 12px;
            padding: 4px 4px 5px 5px;
          }
          span {
            margin-left: 1px;
            @media (width < 960px) {
              margin-left: 2px;
            }
          }
        }
        > h1 {
          margin-top: 16px;
          font-size: 50px;
          line-height: 1.5;
          @media (width < 960px) {
            margin-top: 7px;
            font-size: 28px;
          }
          span {
            display: block;
            width: fit-content;
            margin-top: 8px;
            padding: 3px 2px 5px 5px;
            background: #fff;
            color: #000;
            line-height: 1;
            @media (width < 960px) {
              margin-top: 3px;
            }
          }
        }
      }
    }

    .section-intro {
      max-width: 600px;
      margin: 60px auto 89px;
      text-align: center;
      @media (width < 960px) {
        margin: 35px auto 93px;
      }
      p {
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: 0.08em;
        @media (width < 960px) {
          width: calc(100% - 50px);
          margin: 0 auto;
          letter-spacing: 0.05em;
          font-size: 16px;
          line-height: 2;
        }
      }
      .open-btn {
        position: relative;
        width: 100%;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        margin: 29px 0 30px;
        padding: 5px 0;
        border: 2px solid var(--red);
        border-radius: 100px;
        color: var(--red);
        font-size: 18px;
        letter-spacing: 0.04em;
        @media (width < 960px) {
          width: calc(100% - 50px);
          border-radius: 15px;
          margin: 20px 0;
          padding: 35px 0 12px 21px;
          font-size: 17px;
          text-align: left;
        }
        &::before,
        &::after {
          position: absolute;
        }
        &::before {
          content: '調査データ';
          left: 29px;
          margin-top: 2px;
          font-size: 16px;
        }
        @media (width < 960px) {
          &::before {
            left: 21px;
            top: 14px;
            margin-top: 0;
            font-size: 14px;
          }
        }
        &::after {
          content: '';
          right: 23px;
          margin-top: 11px;
          width: 14px;
          height: 14px;
          background-image: url(../../img/seikatsuchishin2026/part2/plus.svg);
          background-size: contain;
          background-repeat: no-repeat;
          @media (width < 960px) {
            top: 50%;
            right: 22px;
            width: 27px;
            height: 27px;
            margin-top: 0;
            border-radius: 100px;
            background-color: var(--red);
            background-image: url(../../img/seikatsuchishin2026/part2/plus-wh.svg);
            background-size: auto;
            background-position: center;
            transform: translateY(-50%);
          }
        }
      }
      .part-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        width: calc(800/ 1220 * 100%);
        max-width: 800px;
        min-width: 511px;
        max-height: 90vh;
        border: none;
        background: none;
        overflow-y: auto;
        scrollbar-gutter: stable;
        z-index: 3;
        transform: translate(calc(-50% + 110px), -50%);
        @media (width >= 1600px) {
          left: 560px;
          transform: translate(0, -50%);
        }
        @media (width <= 800px) {
          width: calc(325 / 375 * 100%);
          max-width: 600px;
          min-width: unset;
          max-height: calc(80vh - 103px);
          transform: translate(-50%, calc(-50% + 51.5px));
        }
        > div {
          width: 100%;
          padding: 70px calc(95/800*100%) 42px;
          background: #fff;
          text-align: center;
          @media (width < 960px) {
            padding: 42px calc(25/375*100%) 30px;

          }
          h1 {
            margin-bottom: 21px;
            padding: 0 5px;
            font-family: var(--font-yugothic-e);
            text-align: left;
            font-size: 32px;
            line-height: 1.6;
            @media (width < 960px) {
              font-size: 18px;
            }
          }
          h2 {
            margin-bottom: 16px;
            padding: 0 5px;
            font-family: var(--font-yugothic-e);
            text-align: left;
            font-size: 18px;
            line-height: 1;
            @media (width < 960px) {
              margin-bottom: 19px;
              font-size: 14px;
            }
          }
          p {
            padding: 0 5px;
            font-size: 16px;
            letter-spacing: 0.05em;
            line-height: 2;
            @media (width < 960px) {
              width: 100%;
              font-size: 14px;
              line-height: 1.8;
            }
            + p:has(span) {
              margin-top: 18px;
            }
            + p {
              margin-top: 32px;
            }
            &:has(span){
              + p {
                margin-top: 18px;
              }
            }
            span {
              color: #000;
              background: #ffffffb3;
              font-size: 24px;
              line-height: 1.65;
              padding: 3px 4px 3px 6px;
              -webkit-box-decoration-break: clone;
              box-decoration-break: clone;
            }
          }
          button {
            padding: 0 17px 0 44px;
            margin: 38px auto 0;
            border: 2px solid var(--red);
            outline: none;
            -webkit-tap-highlight-color: transparent;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 2.2;
            color: var(--red);
            border-radius: 100px;
            @media (width < 960px) {
              margin-top: 26px;
              font-size: 16px;
              line-height: 2.3;
              padding: 0 20px 0 37px;
            }
            &::after {
              content: inherit;
            }
            svg {
              margin-left: 20px;
            }
          }
          .graph-wrap{
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 42px;
            @media (width < 960px) {
              margin-top: 36px;
              flex-direction: column;
            }
            > div {
              display: flex;
              flex-direction: column;
              align-items: center;
              gap: 19px;
              @media (width < 960px) {
                gap: 18px;
              }
            }
            img {
              max-width: 270px;
              @media (width < 960px) {
                max-width: 261px;
              }
            }
            small {
              color: var(--small-gray);
              font-size: 10px;
              @media (width < 960px) {
                font-size: 9px;
              }
            }
          }
        }
      }
    }
    .case {
      width: calc(100% - 32px);
      max-width: 710px;
      margin: 0 auto;
      padding: 5px 55px 55px;
      border-radius: 8px;
      background: #fff6f4;
      @media (width < 960px) {
        width: 100%;
        padding: 5px 20px 16px;
      }
      + .case {
        margin-top: 80px;
        @media (width < 960px) {
          margin-top: 76px;
        }
      }
      .person {
        margin: -35px 0 6px;
        @media (width < 960px) {
          margin: -58px 0 8px;
        }
        > div {
          width: 100px;
          margin: 0 auto 11px;
        }
        > p {
          font-size: 12px;
          line-height: 1.6;
          text-align: center;
        }
      }
      .peerson-wrap {
        display: flex;
        justify-content: center;
        gap: 26px;
        flex-wrap: wrap;
        row-gap: 67px;
      }
      .wide-img {
        margin-bottom: 32px;
        @media (width < 960px) {
          margin-bottom: 21px;
        }
      }
      .case-text {
        position: relative;
        margin-bottom: 30px;
        padding: 22px 36px;
        @media (width < 960px) {
          margin-bottom: 22px;
          padding: 21px 25px 19px;
        }
        + .case-text {
          margin-top: -20px;
        }
        &::before,
        &::after {
          position: absolute;
          content: '';
          width: 34px;
          height: 34px;
          background-image: image-set(
            url('../../img/seikatsuchishin2026/part2/quote.png') 1x,
            url('../../img/seikatsuchishin2026/part2/quote@2x.png') 2x
          );
          background-size: contain;
          background-repeat: no-repeat;
        }
        &::before {
          top: 0;
          left: 0;
        }
        &::after {
          transform: rotate(180deg);
          right: 0;
          bottom: 0;
        }
        h2 {
          margin-bottom: 9px;
          font-size: 28px;
          font-family: var(--font-yugothic-e);
          color: var(--red);
          line-height: 1.8;
          text-align: center;
          @media (width < 960px) {
            margin-bottom: 11px;
            font-size: 20px;
            line-height: 1.6;
          }
        }
        p {
          letter-spacing: 0.08em;
          @media (width < 960px) {
            font-size: 15px;
            line-height: 2;
            letter-spacing: 0.05em;
          }
          span {
            padding: 4px 0px 2px;
            background: #FFF385;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
          }
        }
      }

      .case-detail {
        padding: 36px 36px 30px;
        border-radius: 10px;
        background: #fff;
        @media (width < 960px) {
          padding: 26px 25px 23px;
        }
        p {
          @media (width < 960px) {
            font-size: 14px;
            letter-spacing: 0.08em;
            line-height: 1.9;
          }
        }
        h3 {
          margin-bottom: 22px;
          font-size: 22px;
          font-family: var(--font-yugothic-e);
          line-height: 1;
          @media (width < 960px) {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 1.8;
          }
          img {
            width: 24px;
            margin-right: 10px;
            @media (width < 960px) {
              width: 20px;
              margin-top: 6px;
            }
          }
        }
        hr {
          width: calc(100% + 72px);
          height: 1px;
          margin: 33px 0 31px -36px;
          background: #EBEBEB;
          border: none;
          @media (width < 960px) {
            width: calc(100% + 50px);
            margin: 19px 0 26px -25px;
          }

        }
        .content {
          display: flex;
          gap: 33px;
          align-items: center;
          @media (width < 960px) {
            flex-direction: column;
            gap: 23px;
          }
          .text {
            flex: 1;
            p {
              font-size: 14px;
              letter-spacing: 0.08em;
            }
            .sub-title {
              display: flex;
              margin-bottom: 13px;
              align-items: center;
              justify-content: left;
              padding: 0 10px;
              font-size: 16px;
              letter-spacing: 0.08em;
              @media (width < 960px) {
                margin-bottom: 9px;
                padding: 0 0 0 76px;
                font-size: 12px;
              }
              &::before,
              &::after {
                content: '';
                width: 1px;
                height: 20px;
                background: #000;
                @media (width < 960px) {
                  height: 14px;
                }
              }
              &::before {
                margin-right: 9px;
                transform: rotate(-45deg);
                @media (width < 960px) {
                  margin-right: 8px;
                }
              }
              &::after {
                transform: rotate(45deg);
                margin-left: 9px;
                @media (width < 960px) {
                  margin-left: 5px;
                }
              }
            }
            .app-title {
              display: flex;
              gap: 14px;
              margin-bottom: 19px;
              @media (width < 960px) {
                margin-bottom: 14px;
              }
              > p {
                @media (width < 960px) {
                  line-height: 2.3;
                }
              }
            }
            .icon {
              width: 63px;
            }
            span {
              display: block;
              margin-top: -2px;
              color: #4B99D7;
              font-size: 22px;
              font-family: var(--font-yugothic-e);
              line-height: 1.7;
              @media (width < 960px) {
                font-size: 20px;
                letter-spacing: 0.08em;
                line-height: 1.4;
              }
            }
            .img {
              flex-basis: 154px;
            }

          }

        }
      }
    }

    .section-summary {
      max-width: 600px;
      margin: 63px auto 0;
      @media (width < 960px) {
        margin: 60px auto 0;
        padding: 0 25px;
      }
      .sub-title,
      .title {
        color: var(--red);
        text-align: center;
        font-family: var(--font-yugothic-e);
      }
      .sub-title {
        margin-bottom: 15px;
        font-size: 16px;
        letter-spacing: 0.08em;
        @media (width < 960px) {
          margin-bottom: 31px;
        }
      }
      .title {
        margin-bottom: 11px;
        font-size:28px;
        @media (width < 960px) {
          margin-bottom: 22px;
          font-size:24px;
          line-height: 1.7;
        }
        span {
          padding: 0 5px;
          font-size: 36px;
          @media (width < 960px) {
            padding: 0 3px;
            font-size: 32px;
          }
        }
        .sp-br + span {
          padding-left: 0;
        }
      }
    }
  }

  #desire-01,
  #desire-02,
  #desire-03 {
    @media (width <= 800px) {
      scroll-margin-top: 103px;
    }
  }

  #desire-01 {
    .heading .text::after {
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/head-icon_01.png') 1x,
        url('../../img/seikatsuchishin2026/part2/head-icon_01@2x.png') 2x
      );
    }
  }

  #desire-02 {
    margin-top: 90px;
    @media (width < 960px) {
      margin-top: 49px;
    }
    .heading .text::after {
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/head-icon_02.png') 1x,
        url('../../img/seikatsuchishin2026/part2/head-icon_02@2x.png') 2x
      );
    }
  }

  #desire-03 {
    .heading .text::after {
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/head-icon_03.png') 1x,
        url('../../img/seikatsuchishin2026/part2/head-icon_03@2x.png') 2x
      );
      @media (width < 960px) {
        right: -20px;
      }
    }
  }

  .column-section {
    margin-top: 90px;
    @media (width < 960px) {
      margin-top: 50px;
    }
    .column-section-inner {
      position: relative;
    }
    .column-thumb {
      padding: 49px 25px 75px;
      background: #EBF6F5;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/column_bg.png') 1x,
        url('../../img/seikatsuchishin2026/part2/column_bg@2x.png') 2x
      );
      background-size: 1382px;
      background-position: top center;
      @media (width < 960px) {
        padding: 50px 15px 52px;
        background-image: image-set(
          url('../../img/seikatsuchishin2026/part2/column_bg-sp.png') 1x,
          url('../../img/seikatsuchishin2026/part2/column_bg-sp@2x.png') 2x
        );
        background-size: 800px;
        background-position: top -105px center;
      }
    }
    .column-thumb-inner {
      position: relative;
      width: 100%;
      max-width: 722px;
      margin: 0 auto;
      padding: 57px 0 57px 59px;
      background: #fff;
      border: solid 2px #00B0BD;
      border-radius: 44px;
      @media (width < 960px) {
        container-type: inline-size;
        max-width: 600px;
        border-radius: 10px;
        padding: 28px 0 35px;
      }
      &::after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
      }
      &::after {
        bottom: 41px;
        right: 45px;
        width: 220px;
        background-image: image-set(
          url('../../img/seikatsuchishin2026/part2/column-thumbnail.png') 1x,
          url('../../img/seikatsuchishin2026/part2/column-thumbnail@2x.png') 2x
        );
      }
      @media (width < 960px) {
        &::after {
          bottom: 78px;
          right: 50%;
          width: 110px;
          transform: translateX(130%);
        }
      }
      p {
        width: 100%;
        max-width: 348px;
        @media (width < 960px) {
          max-width: 255px;
          margin: 0 auto;
        }
      }
      button {
        position: absolute;
        bottom: -29px;
        left: 50%;
        padding: 4px 198px 13px;
        background: #00B0BD;
        border-radius: 100px;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.04em;
        transform: translateX(-50%);
        @media (width < 960px) {
          bottom: -21px;
          padding: 12px 123px 10px;
          font-size: 16px;
          line-height: 1;
        }
        svg {
          position: absolute;
          right: 25px;
          width: 11px;
          height: auto;
          margin-top: 20px;
          @media (width < 960px) {
            right: 18px;
            margin-top: 4px;
          }
        }
      }
    }

    .column-detail-inner {
      padding: 45px 25px 79px;
      background: #EBF6F5;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/column_inner-bg.png') 1x,
        url('../../img/seikatsuchishin2026/part2/column_inner-bg@2x.png') 2x
      );
      background-size: 1382px;
      background-position: top -3px center;
      @media (width < 960px) {
        padding: 50px 15px 43px;
        background-image: image-set(
          url('../../img/seikatsuchishin2026/part2/column_bg-sp.png') 1x,
          url('../../img/seikatsuchishin2026/part2/column_bg-sp@2x.png') 2x
        );
        background-size: 800px;
        background-position: top -105px center;
      }
      > div {
        position: relative;
        width: 100%;
        max-width: 722px;
        margin: 0 auto;
        padding: 63px 59px 33px;
        background: #fff;
        border: solid 2px #00B0BD;
        border-radius: 44px;
        @media (width < 960px) {
          container-type: inline-size;
          border-radius: 10px;
          padding: 33px 0 0;
        }
      }
      h1 {
        width: calc(510/600*100%);
        max-width: 510px;
        margin: 0 auto 44px;
        line-height: 1;
        @media (width <= 800px) {
          container-type: inline-size;
          width: 100%;
          max-width: 400px;
          padding: 0 25px;
          margin: 0 auto 27px;
        }
      }
      h2 {
        background: #00B0BD;
        border-radius: 100px;
        font-size: 22px;
        text-align: center;
        color: #fff;
        line-height: 2.4;
        @media (width < 960px) {
          container-type: inline-size;
          padding: 10px 16px;
          font-size: 17px;
          border-radius: 10px;
          text-align: left;
          line-height: 1.5;
        }
      }
      .content {
        @media (width < 960px) {
          padding: 0 25px;
        }
      }
      .profile {
        display: flex;
        gap: 14px;
        margin-top: 24px;;
        padding: 14px 26.5px 14px 14px;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.30);
        @container (width < 570px) {
          flex-direction: column;
          margin-top: 31px;
          padding: 0 0 4px;
          gap: 20px;
          box-shadow: none;
        }
        .img {
          width: 106px;
          height: 106px;
          @container (width < 570px) {
            width: 178px;
            height: 178px;
            margin: 0 auto;
          }
        }
        .text {
          flex: 1;
          h3 {
            margin-bottom: 6px;
            font-size: 16px;
            line-height: 2;
            letter-spacing: 0.05em;
          }
          p {
            color: #979797;
            font-size: 12px;
            line-height: 1.6;
          }
        }
        + p {
          margin-top: 15px;
        }
      }
      .content p {
        @media (width < 960px) {
          font-size: 14px;
          letter-spacing: 0.08em;
        }
      }
      .content + .content {
        margin-top: 46px;
        @media (width < 960px) {
          margin-top: 43px;
        }
      }
      .hint-content {
        margin-top: 47px;
        @media (width <= 800px) {
          margin-top: 40px;
        }
        h2 {
          max-width: 334px;
          margin: 0 auto 23px;
          position: relative;
          background: inherit;
          line-height: 1;
          @media (width <= 800px) {
            max-width: 240px;
            margin: 0 auto 14px;
            padding: 0;
          }
          &::before,
          &::after {
            position: absolute;
            content: '';
            width: 2px;
            height: 41px;
            background: #00B0BD;
            @media (width <= 800px) {
              height: 30px;
            }
          }
          &::before {
            margin-top: 11px;
            margin-left: -31px;
            transform: rotate(-29deg);
            @media (width <= 800px) {
              margin-top: 8px;
              margin-left: -21px;
            }
          }
          &::after {
            margin-left: 30px;
            margin-top: 11px;
            transform: rotate(30deg);
            @media (width <= 800px) {
              margin-top: 8px;
              margin-left: 19px;
            }
          }
        }
        .hint-wrap {
          background: #EDF6F0;
          padding: 40px 40px 81px;
          color: #00B0BD;
          @media (width <= 800px) {
            padding: 31px 21px 0 25px;
          }
          h3 {
            display: inline-block;
            margin-bottom: 18px;
            padding: 0 14px;
            background: #fff;
            font-size: 22px;
            font-family: var(--font-yugothic-e);
            line-height: 1.9;
            @media (width <= 800px) {
              margin-bottom: 14px;
              font-size: 20px;
            }
          }
          p {
            @media (width <= 800px) {
              font-size: 14px;
              line-height: 1.8;
              letter-spacing: 0.08em;
            }
          }
          .hint + .hint {
            margin-top: 42px;
            @media (width <= 800px) {
              margin-top: 23px;
            }
          }
        }
      }
      button {
        display: block;
        margin: 0 auto;
      }
      @media (width < 960px) {
        .button-wrap {
          padding: 22px 0;
          background: #EDF6F0;
          border-radius: 0 0 10px 10px;
        }

      }
      .column-close-btn {
        position: relative;
        margin: 29px auto 0;
        padding: 0 95px;
        border-radius: 100px;
        background: #00B0BD;
        color: #fff;
        letter-spacing: 0.08em;
        font-size: 16px;
        line-height: 2.9;
        @media (width < 960px) {
          margin: 0 auto;
          padding: 0 37px;
          line-height: 2.4;
          letter-spacing: 0.04em;
        }
        svg {
          position: absolute;
          right: 25px;
          height: auto;
          margin-top: 18px;
          transform: rotate(180deg);
          @media (width < 960px) {
            right: 14px;
            width: 9px;
            margin-top: 15px;
          }
        }
      }
    }
  }

  .next-part {
    margin-top: 61px;
    padding: 32px;
    background: linear-gradient(180deg, #FCF1ED 0%, #FDD89F 100%);
    @media (width < 960px) {
      margin: 49px 0 0;
      padding: 20px 17.5px;
    }
    a {
      position: relative;
      display: block;
      max-width: 936px;
      margin: 0 auto;
      border-radius: 8px;
      background-image: image-set(
        url('../../img/seikatsuchishin2026/part2/next-part_bg.jpg') 1x,
        url('../../img/seikatsuchishin2026/part2/next-part_bg@2x.jpg') 2x
      );
      background-size: cover;
      @media (width < 960px) {
        padding-bottom: 24px;
        background-image: image-set(
          url('../../img/seikatsuchishin2026/part2/next-part_bg-sp.jpg') 1x,
          url('../../img/seikatsuchishin2026/part2/next-part_bg-sp@2x.jpg') 2x
        );
        background-size: auto;
        background-position: top center;
        background-color: #81807E;
      }
      &:hover {
        opacity: 1;
        .button {
          background: #F54F94;
          border: 1px solid #F54F94;
          color: #fff;
          svg path {
            fill: #fff;
          }
        }
      }
      .intro-text {
        display: flex;
        gap: clamp(23px, -13.9231px + 3.8462vw, 33px);
        padding-top: clamp(38px, -21.0769px + 6.1538vw, 54px);
        padding-bottom: clamp(33px, -26.0769px + 6.1538vw, 49px);
        padding-left: clamp(39px, -1.6154px + 4.2308vw, 50px);
        color: #fff;
        @media (width < 960px) {
          flex-direction: column;
          gap: 0;
          max-width: 492px;
          margin: 0 auto;
          padding: 26px 21px 0px;
        }
        .text {
          flex: 1;
        }
        h1 {
          margin-bottom: 16px;
          font-size: clamp(27.44px, -11.5508px + 4.0615vw, 38px);;
          line-height: 1.5;
          @media (width < 960px) {
            font-size: 24px;
            letter-spacing: 0.11em;
            margin-bottom: 33px;
          }
        }
        p {
          width: calc(281 / 763 * 100%);
          line-height: 2.1;
          letter-spacing: 0.08em;
          font-size: clamp(10.83px, -4.5669px + 1.6038vw, 15px);
          @media (width < 960px) {
            width: auto;
            font-size: 13px;
            line-height: 1.9;
            text-align: justify;
          }
        }
      }
      .part-num {
        width: clamp(64px, -32px + 10vw, 90px);
        margin-top: 8px;
        @media (width < 960px) {
          width:46px;
          margin: 0 0 26px 4px;
        }
      }
      .button {
        position: absolute;
        bottom: 29px;
        right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 231px;
        height: 66px;
        padding-left: 19px;
        background: #fff;
        border: 1px solid #7F7F7F;
        border-radius: 100px;
        color: #606060;
        font-size: 20px;
        letter-spacing: 0.03em;
        transition: 0.5s;

        .arrow-pc {
          display: flex;
        }
        .arrow-sp {
          display: none;
        }
        @media (width < 960px) {
          position: static;
          width: 130px;
          margin: 12px auto 0;
          padding-left: 0;
          height: 36px;
          font-size: 14px;
          padding-left: 8px;
          gap: 12px;
          border: none;
          color: #737373;
          .arrow-pc {
            display: none;
          }
          .arrow-sp {
            display: inline-flex;
            width: 7px;
          }
        }
        svg path {
          fill: #7F7F7F;
          transition: 0.5s;
        }
      }
    }
  }
}