.products-page-main{
  display: none;
}

.part-hero {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 100px;
  /* padding-bottom: 60px; */
  /* height: 900px; */
  aspect-ratio: 16 / 9;
  }
  .part-hero .container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 40px;
  }
  .part-hero .hero-content {
  display: grid;
  }
  .part-hero .hero-content .title {
      max-width: 650px;
      width: 42%;
  }
  .part-hero .hero-content .image {
      margin-top: 20px;
      max-width: 340px;
      width: 100%;
  }
  .hero-present-box{
    background-image: url(../images/hero-present-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 90px 20px 80px;
  }
  .hero-present {
      background: rgba(255,255,255,0.6);
      padding: 60px 55px;
      border-radius: 10px;
      max-width: 1200px;
      margin: 0 auto;
  }
  .hero-present > .title {
      font-size: 30px;
      font-weight: bold;
      color: #000;
      text-align: center;
      line-height: 1.4;
      letter-spacing: 2px;
  }
  .hero-present .body {
      display: flex;
      margin-top: 30px;
      letter-spacing: 0px;
  }
  .hero-present .body .target {
      display: flex;
      /* min-width: 580px; */
  }
  .hero-present .body .target .box{
  }
  .hero-present .body .target img{
    width: 30%;
    height: auto;
    max-width: 170px;
    margin-left: 10px;
    max-height: min-content;
  }
  .hero-present .body .number {
      width: 100%;
      max-width: 200px;
      padding-left: 24px;
      border-left: 1px solid #A4BECD;
      margin-left: 25px;
  }
  .hero-present .body .sub-title {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: #A4BECD;
      line-height: 1.4;
  }
  .hero-present .body .description {
      display: block;
      font-size: 17px;
      margin-top: 10px;
      font-weight: 400;
      letter-spacing: 2px;
      /* text-align: justify; */
      /* text-align-last: justify; */
  }
  .hero-present .body .push {
      width: 100%;
      max-width: 390px;
      padding-left: 25px;
      border-left: 1px solid #A4BECD;
      margin-left: 25px;
  }

  @media (max-width: 1300px) {
    .part-hero {
      background-size: cover;
      background-position: right top;
      }
  }

  @media (max-width: 768px) {
    .part-hero {
      background-image: url(../images/hero-bg-sp.png);
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      padding-top: 66px;
      padding-bottom: 60px;
      /* height: 935px; */
      aspect-ratio: 513 / 1253;
      }
      .part-hero .container {
          max-width: 100%;
          padding: 0 20px;
      }
      .part-hero .hero-content {
      display: block;
      }
      .part-hero .hero-content .title {
          max-width: 750px;
          width: 100%;
      }
      .part-hero .hero-content .image {
        margin-top: 90px;
          max-width: 180px;
      }
      .hero-present-box {
        padding: 10px 10px 10px;
    }
      .hero-present {
          background: rgba(255,255,255,0.6);
          padding: 25px 25px 30px;
          border-radius: 10px;
          margin: 0;
      }
      .hero-present > .title {
          font-size: 15px;
          line-height: 1.7;
          letter-spacing: 1px;
      }
      .hero-present .body .description {
      font-size: 12px;
      margin-top: 7px;
      letter-spacing: 1px;
      }
      .hero-present .body {
          display: block;
          margin-top: 30px;
      }
      .hero-present .body .target {
          display: flex;
          /* min-width: 580px; */
      }
      .hero-present .body .target img{
          width: 87px;
          height: 121px;
      }
      .hero-present .body .number {
          width: 100%;
          max-width: 100%;
          padding-left: 0;
          border-left: none;
          margin-left: 0;
          border-top: 1px solid #A4BECD;
          padding-top: 15px;
          margin-top: 15px;
      }
      .hero-present .body .number .box {
        display: flex;
      }
      .hero-present .body .sub-title {
          display: block;
          font-size: 12px;
          font-weight: bold;
          color: #A4BECD;
          line-height: 1.4;
      }
      .hero-present .body .number .description {
        margin-top: 0;
        position: relative;
        top: -2px;
        margin-left: 9px;
        letter-spacing: 0;
      }
      .hero-present .body .number .description br{
        display: none;
      }
      .hero-present .body .push {
          width: 100%;
          max-width: 100%;
          padding-left: 0;
          border-left: none;
          margin-left: 0;
          border-top: 1px solid #A4BECD;
          padding-top: 15px;
          margin-top: 11px;
      }
  }

  .part-cta{
      padding: 65px 0;
      margin: 0 auto;
      text-align: center;
  }

  .part-cta .button{
    max-width: 565px;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    display: block;
}
.part-cta .button:hover{
  opacity: 0.8;
}


  .arrow-button {
      max-width: 725px;
      width: 100%;
      display: inline-flex
  ;
      align-items: center;
      padding: 38px 45px 32px;
      font-size: 30px;
      color: #fff;
      border: none;
      cursor: pointer;
      background-color: #A4BECD;
      /* justify-content: center; */
      position: relative;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 2px;
    }


    .arrow-icon {
      margin-left: 0.5em;
      transition: transform 0.3s ease;
      position: absolute;
      right: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 70px;
    }

    .arrow-button:hover .arrow-icon {
      transform: translateX(4px); /* ホバーで右にスライド */
    }

  @media (max-width: 768px) {
    .part-cta{
      padding: 25px 20px;
      margin: 0 auto;
      text-align: center;
  }

  .arrow-button {
      max-width: 350px;
      width: 100%;
      padding: 25px 25px 20px;
      font-size: 19px;
      letter-spacing: 1px;
    }


    .arrow-icon {
      right: 15px;
      margin: auto;
      width: 30px;
    }

    .arrow-button:hover .arrow-icon {
      transform: translateX(4px); /* ホバーで右にスライド */
    }
  }

  /* part-feature */

    .part-feature{
      padding: 70px 0 80px;
      background-image: url(../images/feature-bg.png);
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
  }
    .part-feature .container{
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 40px;
    }
    .part-feature .feature-content{
      /* display: flex; */
      margin-top: 0px;
    }
    .part-feature .feature-content .text{
      width: 50%;
      max-width: 690px;
    }
    .part-feature .feature-content .text .image{
      width: 100%;
      max-width: 375px;
      margin: 0 auto;
    }
    .part-feature .feature-content .text .image img{
      width: 100%;
    }
    .part-feature .feature-content .text .description{
      margin-top: 45px;
      font-size: 18px;
      line-height: 1.9;
      font-weight: 400;
      letter-spacing: 1px;
    }
    .part-feature .feature-content .text .image2{
      display: none;
    }

  @media (max-width: 768px) {
    .part-feature{
      padding: 0px 0 0px;
      nter top;
      margin-top: 180px;
      position: relative;
      background: #E6ECF1;
  }
    .part-feature .container{
      max-width: 1600px;
      margin: 0 auto;
      padding: 0px 0px;
    }
    .part-feature .feature-content{
    margin-top: 0;
    }
    .part-feature .feature-content .text{
      width: 100%;
      max-width: 100%;
      position: relative;
    }
    .part-feature .feature-content .text .image{
      width: 100%;
      max-width: 260px;
      margin: 0 auto;
      position: absolute;
      top: -130px;
      left: 0;
      right: 0;
    }
    .part-feature .feature-content .text .image img{
      width: 100%;
    }
    .part-feature .feature-content .text .description{
      margin-top: 175px;
      font-size: 13px;
      line-height: 1.9;
      padding: 230px 20px 0;
    }
    .part-feature .feature-content .text .image2{
      display: block;
      width: 170%;
      margin: 0 auto;
      /* position: absolute; */
      top: -130px;
      left: 0;
      max-width: calc(100% + 0px);
    }
  }


    /* step */

    .part-step{
      padding: 90px 0 0;
      background-image: url(../images/step-bg.png);
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
    }
    .part-step .container{
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 40px;
    }
    .part-step .header {
      max-width: 215px;
      margin: 0 auto;
    }
    .part-step .title{
      font-size: 50px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      letter-spacing: 10px;
    }
    .part-step .header .sub-title{
      font-size: 40px;
      font-weight: bold;
      color: #A4BECD;
      line-height: 1;
      text-align: center;
      margin-top: 10px;
    }
    .part-step .step-content{
      margin-top: 55px;
      background-color: #B8CBD7;
      padding: 90px 0 80px;
    }
    .part-step .step-content .step-list{
      display: flex;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto;
      gap: 88px;
    }
    .part-step .step-content .step-list .item{
      width: 33.333%;
      position: relative;
    }
    .part-step .step-content .step-list .item .number{
      font-size: 19px;
      font-weight: 600;
      color: #A4BECD;
      line-height: 1;
      letter-spacing: 3px;
      background: #FFF;
      padding: 12px 20px 9px;
      border-radius: 100px;
      text-align: center;
    }
    .part-step .step-content .step-list .item .description{
      font-size: 17px;
      margin-top: 15px;
      line-height: 1.8;
    }
    .part-step .step-content .step-list .item .button{
      display: block;
      margin-top: 15px;
      font-size: 17px;
      font-weight: bold;
      color: #FFF;
      padding: 12px 20px 9px;
      text-align: center;
      border: 2px solid #FFF;
      letter-spacing: 2px;
    }
    .part-step .step-content .step-list .item .button:hover{
      background: #FFF;
      color: #A4BECD;
    }
    .part-step .step-content .step-list .item .image{
      width: 100%;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      margin-top: 25px;
    }
    .part-step .step-content .step-list .item:nth-child(2) .image{
  max-width: 310px;
  }
  .part-step .step-content .step-list .item:nth-child(2):before,
      .part-step .step-content .step-list .item:nth-child(3):before{
      content: '';
      display: block;
      background: url(../images/step-arrow.png) no-repeat center center;
      position: absolute;
      left: -50px;
      top: 9px;
      width: 20px;
      background-size: contain;
      height: 20px;
  }

  @media (max-width: 768px) {
    .part-step{
      padding: 50px 0 0;
      background-image: url(../images/step-bg.png);
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
    }
    .part-step .container{
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .part-step .title{
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      letter-spacing: 3px;
    }
    .part-step .header {
      max-width: 105px;
      margin: 0 auto;
    }
    .part-step .header .sub-title{
      font-size: 20px;
      font-weight: bold;
      color: #A4BECD;
      line-height: 1;
      text-align: center;
      margin-top: 4px;
    }
    .part-step .step-content{
      margin-top: 25px;
      padding: 35px 0 40px;
    }
    .part-step .step-content .step-list{
      display: flex;
      margin: 0 auto;
      width: 100%;
      flex-direction: column;
      gap: 50px;
    }
    .part-step .step-content .step-list .item{
      width: 100%;
      display: flex;
      gap: 10px;
    }
    .part-step .step-content .step-list .item .text{
      width: 45%;
    }
    .part-step .step-content .step-list .item .number{
      font-size: 12px;
      line-height: 1;
      letter-spacing: 1px;
      padding: 12px 20px 9px;
    }
    .part-step .step-content .step-list .item .description{
      font-size: 13px;
      margin-top: 11px;
      line-height: 1.5;
      letter-spacing: 1px;
    }
    .part-step .step-content .step-list .item .button{
      display: block;
      margin-top: 10px;
      font-size: 12px;
      padding: 8px 19px 5px;
      text-align: center;
      border: 1px solid #FFF;
      letter-spacing: 1px;
    }
    .part-step .step-content .step-list .item .button:hover{
      background: #FFF;
      color: #A4BECD;
    }
    .part-step .step-content .step-list .item .image{
      width: 100%;
      width: 55%;
      margin-top: 0;
    }
    .part-step .step-content .step-list .item:nth-child(2) .image{
  max-width: 310px;
  }
  .part-step .step-content .step-list .item:nth-child(2):before,
      .part-step .step-content .step-list .item:nth-child(3):before{
      left: 0;
      top: -30px;
      width: 10px;
      background-size: contain;
      height: 10px;
      transform: rotate(90deg);
      right: 0;
      margin: auto;
  }
  }

  /* part-note     */

  .part-note{
    padding: 90px 0 80px;
    background-color: #F3F5F6;
  }
  .part-note .container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .part-note .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #A4BECD;
  }
  .part-note .description{
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .part-note{
      padding: 40px 0 20px;
    }
    .part-note .container{
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 20px;
      letter-spacing: 0.5px;
    }
    .part-note .title{
      font-size: 12px;
    }
    .part-note .description{
      font-size: 12px;
      margin-top: 8px;
      line-height: 2;
    }
    .part-note .description br{
      display: none;
    }
  }

  footer{
      margin-top: 105px;
  }

  @media (max-width: 768px) {
    footer{
      margin-top: 190px;
    }
  }

  .slider {
      overflow: hidden;
      width: 100%;
      margin: 0 auto 15px;
      aspect-ratio: 16 / 5;
      position: relative;
    }

    .slide-track {
      display: flex;
      width: calc(235%); /* 8スライド分 */
      animation: scroll 16s linear infinite;
    }

    .slide {
      flex: 0 0 25%;
      box-sizing: border-box;
    }

    .slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* 横スライドのアニメーション */
    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
  @media (max-width: 768px) {
    .slider {
      aspect-ratio: 16 / 10;
    }
    .slide-track {
      width: calc(400%); /* 8スライド分 */
    }
  }

  /*===================================
    responsive states
===================================*/

.sp { display: none !important; }

@media screen and (max-width:767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
