.lp-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .lp-container:last-child {
    margin-bottom: 80px;
  }
  .lp-mv {
    width: 100%;
    position: relative;
  }
  .lp-mv__image {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1443px;
    height: auto;
    margin: 0 auto;
  }
  .lp-mv__background {
    width: 100%;
    height: 700px; /* 最大サイズでの高さ */
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #FFF 48.28%, #F6ECFA 60.02%, rgba(230, 200, 242, 0.60) 84.53%, rgba(214, 164, 234, 0.60) 99.34%);
  }
  @media screen and (max-width: 1443px) {
    .lp-mv__background {
      height: 82%;
    }
  }
  .lp-about {
    margin-top: 60px;
  }
  .lp-about__text {
    color: #4B1E78;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
  }
  .num-underline {
    background: linear-gradient(transparent 70%, #d6a4ea 70%, #d6a4ea 100%);
  }
  .lp-about__border {
    border-radius: 300px;
    border: 4px solid #7B47D2;
    background: #FFF;
    display: flex;
    padding: 32px 80px;
    align-items: center;
    gap: 40px;
    margin-top:60px;
  }
  .lp-about__border--left {
    color: #4B1E78;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, "Droid Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px;
  }
  .lp-about__border--right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
  }
  .lp-about__border--right-item{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.63px; 
  }
  .lp-about__border--right-item:last-child{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .lp-about__border--right-item ul {
    padding-left: 20px;
  }
  /* リンクリスト */
  .lp-about__border--list {
    position: relative;
    padding-left: 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.63px;
    color: #4B1E78;
  }
  .lp-about__border--list:hover,.lp-about__border--list:visited{
    color: #4B1E78;
  }
  .lp-about__border--list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M6.91775 6.7014C6.91775 6.79649 6.8702 6.90346 6.79888 6.97478L1.25993 12.5137C1.18862 12.585 1.08164 12.6326 0.986551 12.6326C0.891462 12.6326 0.784487 12.585 0.71317 12.5137L0.118862 11.9194C0.0475446 11.8481 0 11.753 0 11.646C0 11.551 0.0475446 11.444 0.118862 11.3727L4.79012 6.7014L0.118862 2.03014C0.0475446 1.95882 0 1.85184 0 1.75675C0 1.66167 0.0475446 1.55469 0.118862 1.48337L0.71317 0.889064C0.784487 0.817748 0.891462 0.770203 0.986551 0.770203C1.08164 0.770203 1.18862 0.817748 1.25993 0.889064L6.79888 6.42802C6.8702 6.49933 6.91775 6.60631 6.91775 6.7014Z' fill='%234B1E78'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .lp-about__border--attention {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.63px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 8px;
  }
  .lp-details {
    margin-top: 80px;
  }
  .lp-detail {
    margin-top: 60px;
  }
  .lp-detail__button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    border-radius: 60px;
    background-color:#7B47D2;
    display: flex;
    padding: 16px 0px;
    width: 100%;
    cursor: default;
  }
  .lp-detail__title {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  .lp-detail__content {
    margin-top: 40px;
  }
  .lp-detail__content-text {
    color: #000;
    font-size: 18px;
    line-height: 160%;
    margin: 0;
    padding: 0;
  }
  .lp-note {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
  }
  .lp-detail__content-list {
    counter-reset: list-counter;
    margin: 40px 0 0;
    padding: 0;
  }
  .lp-detail__content-list li {
    list-style: none; 
    counter-increment: list-counter; 
    position: relative;
    padding-left: 50px; 
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%; 
  }
  .lp-detail__content-list li::before {
    content: counter(list-counter, decimal-leading-zero) "."; 
    position: absolute;
    left: 0;
    top: 0;
    color: #7B47D2;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
  }
  .lp-steps {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }
  .lp-step {
    width: calc((100% - (32px * 2)) / 3);
  }
  .lp-step__number {
    border-radius: 40px;
    background-color: #D6A4EA;
    color: #FFF;
    padding: 16px 24px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
  .lp-step__title {
    color: #4B1E78;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  .lp-step__text {
    color: #000;
    font-size: 16px;
    margin-top: 16px;
  }
  .lp-step__image {
    display: block;
    margin: 40px auto 0;
    height: auto;
  }
  .lp-members {
    margin-top: 40px;
  }
  .lp-members__note {
    color: #DC0000;
    font-size: 16px;
  }
  .lp-members__item {
    margin-top: 40px;
  }
  .lp-members__title {
    position: relative;
    padding-left: 28px; /* 円形のスペースを確保 */
    margin-top: 40px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }
  .lp-members__title::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #7B47D2; /* 円の色 */
    border-radius: 50%; /* 円形にする */
  }
  .lp-members__title a {
    color: #333;
    text-decoration: underline;
  }
  .lp-members__text {
    margin: 16px 0 0;
    padding: 0 50px;
  }
  .lp-button {
    position: relative;
    margin: 40px auto 0;
    border-radius: 60px;
    background: #4B1E78;
    border: 2px solid #4B1E78;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    max-width: 520px;
    display: block;
    padding: 30px 40px;
    transition: all 0.4s ease-out;
  }
  .lp-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #4b1e78;
  }
  .lp-button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #4b1e78;
  }
  .lp-button:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateY(-50%);
    flex-shrink: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    right: 40px;
    top: 50%;
  }
  .lp-contact .lp-container {
    margin-top: 60px;
    padding: 60px 0;
    border-radius: 24px;
    background-color: #F8F8F8;
    text-align: center;
  }
  .lp-contact__title {
    color: #6F4B93;
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 2px solid #6F4B93;
    display: inline-block;
  }
  .lp-contact__text {
    margin-top: 40px;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%; 
  }
  .lp-contact__subtitle {
    margin-top: 40px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
  }
  .js-opener-button {
    cursor: default;
  }
  .lp-contact__subtitle + .lp-button {
    margin-top: 10px;
  }
  .lp-spbr {
    display: none;
  }
  .lp-pcbr {
    display: block;
  }

  @media screen and (max-width: 1200px) {
    .lp-container,
    .lp-contact .lp-container  {
      padding-left:20px;
      padding-right:20px;
    }
    .lp-about__text {
      font-size: 32px;
      text-align: left;
      line-height: 170%;
    }
    .lp-pcbr {
      display: none;
    }
    .lp-about__border{
      border-radius: 32px;
      padding: 24px 40px;
      gap: 24px;
    }
    .lp-about__border--left,
    .lp-about__border--right-item,
    .lp-about__border--right-item:last-child,
    .lp-about__border--list,
    .lp-about__border--attention,
    .lp-detail__content-text,
    .lp-contact__text{  
      font-size: 16px;
    }
    .lp-note,
    .lp-members__note  {
      font-size: 14px;
    }
    .lp-detail__content-list li,
    .lp-detail__content-list li::before{
      font-size: 20px;
      line-height: 1.6;
    }
    .lp-step {
      width: calc((100% - 32px) / 2);
    }
    .lp-members__title {
      font-size: 20px;
    }
    .lp-contact .lp-container {
      margin-left: 20px;
      margin-right: 20px;
    }
    .lp-button {
      font-size: 18px;
      padding: 20px 30px;
    }
    .lp-contact__title {
      font-size: 24px;
    }
    .lp-contact__subtitle {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .lp-about__text {
      font-size: 16px;
      text-align: left;
      line-height: 170%;
    }
    .lp-about__border {
      padding: 20px;
      margin-top: 40px;
    }
    .lp-step {
      width: 100%;
    }
    .lp-about__border{
      flex-wrap: wrap;
    }
    .lp-about__border--left{
      width: 100%;
      text-align: center;
    }
    .lp-about__border--right{
      width: 100%;
    }
    .lp-contact .lp-container .lp-button {
      padding: 10px 50px;
      font-size: 16px;
      line-height: 1.5;
    }
    .lp-spbr {
      display: block;
    }
    .js-opener-content {
      display: none;
    }
    .js-opener-content.open {
      display: block;
    }
  }

  @media screen and (max-width: 768px) {
    .js-opener-content {
      display: none;
    }
    .js-opener-button {
      position: relative;
      padding-right: 40px;
      cursor: pointer;
    }
  }